/* ******************************************************************************
*********************************************************************************
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;
}

.hs-mig-layout .hs-button {
  margin-bottom: 15px;
}

@media(max-width:999px){
  .midstream_row7_grp p {
    font-size: 20px !important;
  }
}

@media(max-width:767px){
  .custom-contact-top-section .hs-form .hs-input {
    width: 100% !important;
  }

  .custom-contact-top-section .hs-form .hs-input[type=checkbox], 
  .custom-contact-top-section .hs-form .hs-input[type=radio] {
    width: auto !important;
  }



}

@media(max-width:690px){
  .midstream_row3 .dnd-section:last-child {
    padding-bottom: 8% !important;
  }

  .midstream_row3 .dnd-section .span3:last-child {
    margin-bottom: 0 !important;
  }

  .midstream_row4 .dnd-section {
    padding-top: 0 !important;
  }

  .midstream_row4_grp {
    padding-top: 7% !important;
  }

  .midstream_row4 .span6.dnd-column:last-child img {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .privacy_policy_page p {
    word-break: break-word;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  margin: 0 auto;
}
@media (min-width:1000px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding: 0px 90px;
  }
}
@media (max-width:999px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left: 0px ;
    padding-right: 0px;
  }
}
.dnd-section[class*="force-full-width-section"] > .row-fluid{
  padding: 0px;
  width:100% !important;
  max-width:100% !important;
}
@media only screen and (max-width: 479px){
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    padding: 0px 15px;
  }
}
@font-face{
  font-family:'FontAwesome';
  src:url('//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/fontawesome-webfont.woff%29?v=4.2') format('woff'),
    url('//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/fontawesome-webfont.woff2?v=4.2') format('woff2'),
      url('//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/fontawesome-webfont.ttf?v=4.2') format('truetype');
        font-weight:normal;
        font-style:normal;
        }


@font-face { 
  font-family: "icomoon"; 
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/icomoon.woff") format("woff"), 
    url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/icomoon.ttf") format("truetype"),
      url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/icomoon.svg#icomoon") format("svg"); 
        font-style: normal; 
        font-weight: normal; 
        }

@font-face {
  font-family: steadysets;
  src: url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/steadysets.ttf) format('truetype'),
    url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/steadysets.woff) format('woff');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'iconsmind';
  src:  url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/iconsmind.ttf) format('truetype'),
    url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/iconsmind.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face { 
  font-family: "themify"; 
  src: url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/themify.woff) format("woff"), 
       url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/themify.ttf) format("truetype"), 
       url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/fonts/themify.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  line-height: 1.5;
}

p {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
p{
  padding-bottom:27px
}

p:last-child{
  padding-bottom:0
}
a {
  text-decoration: none;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
/* Headings */

h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}
h1 {
  font-size:54px;
  line-height:1.14814814815;
  margin-bottom:7px
}

h2 {
  font-size:34px;
  line-height:1.29411764706;
  margin-bottom:7px
}
h3 {
  font-size:22px;
  line-height:1.54545454545;
  margin-bottom:7px
}
h4 {
  font-size:18px;
  line-height:1.77777777778;
  margin-bottom:7px
}
h5 {
  font-size:16px;
  line-height:1.625;
  margin-bottom:7px
}
h6 {
  font-size:14px;
  line-height:1.71428571429;
  margin-bottom:7px
}
@media only screen and (max-width: 1300px) and (min-width: 1000px){
  h1 {
    line-height:1.11111111111;
  }
  h2 {
    line-height:1.23529411765;
  }
  h3 {
    line-height:1.51136363636;
  }
  h4 {
    line-height:1.55555555556;
  }
}
@media only screen and (max-width: 999px) and (min-width: 690px){
  h1 {
    line-height:1.11111111111;
  }
  h2 {
    line-height:1.23529411765;
  }
  h3 {
    line-height:1.45454545455;
  }
  h4 {
    line-height:1.55555555556;
  }
}
@media only screen and (max-width: 690px){
  h1 {
    line-height:1.11111111111;
  }
  h2 {
    line-height:1.23529411765;
  }
  h3 {
    line-height:1.45454545455;
  }
  h4 {
    line-height:1.55555555556;
  }
}
h1, h2, h3, h4, h5, h6{
  color:#444;
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
  font-family:'Open Sans';
  font-weight:600
}
.bold, strong, b{
  font-weight:600
}

code{
  display:block;
  clear:both;
  overflow:auto;
  padding: 1.6em;
  margin-bottom: 1.6em;
  white-space:pre;
  background-color:#f0f0f0;
  font:14px "Andale Mono",Courier,"Courier New",monospace
}

pre{
  background: #f0f0f0;
  font-family: "Andale Mono",Courier,"Courier New",monospace;
  font-size: 14px;
  font-size: 0.9375rem;
  padding: 1.6em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
}
ul, ol{
  margin-left:30px;
  margin-bottom:30px
}

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

ul li{
  list-style-position:outside
}

ol li{
  list-style-position:outside
}



blockquote{
  font-family:'Open Sans';
  font-weight:300;
  line-height:40px;
  font-size:22px;
  padding-left:0;
  letter-spacing:0.5px;
  margin-bottom:30px
}
img{
  max-width:100%;
  height:auto
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
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-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
main .hs-search-field__input,
input[type="password"]{
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
}

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

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

div#search-outer .hs-search-field .hs-search-field__input:-moz-placeholder {
  color: #424242
}

div#search-outer .hs-search-field .hs-search-field__input::-webkit-input-placeholder {
  color: #424242
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
main .hs-search-field__input:focus,
input[type="password"]:focus{
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

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: Lato, serif;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}


.form-container .hs-form-field > .hs-input {
  display: block;
  margin-top:6px;
}

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

.form-container .hs-form-field > .hs-input[type=checkbox] {
  display: inline-block;
}

.form-container .actions {
  padding: 15px 0;
}
ul.no-list.hs-error-msgs {
  margin-left: 0;
}
input[type="password"] {
  height: 40px !important;
  display: block;
  margin-bottom: 22px;
}
input.email-edit.hs-input {
  max-width: 100%;
}
.systems-page .item, 
.systems-page .subscribe-options {
  padding: 10px 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-menu-wrapper ul li{
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */



.product_page {}
.banner-section .span12.widget-span,
.product_page .span12.widget-span {
  min-height: 0;
}
.product_row1_grp a:hover {
  color: inherit;
}
.product_row2_grp {
  padding-bottom: 40px;
}
.product_row2 .dnd-section,
.product_row1 .dnd-section {
  padding: 40px 0 0;
}
.product_row1 .dnd-section {
  padding-top: calc(100vw * 0.06);
}
.product_row2 .dnd-section {
  margin-bottom: -5px;
}
.product_row2 img.hs-image-widget {
  display: block;
  vertical-align: middle;
}

.privacy_policy_banner .custom-banner,
.product_banner .custom-banner {
  background-position: center center;
  background-repeat: no-repeat;
}
.product_banner .custom-banner {
  padding: 0;
}
.privacy_policy_banner .custom-banner:after,
.product_banner .custom-banner:after {
  opacity: .3;
}
.privacy_policy_banner .custom-banner .page-center,
.product_banner .custom-banner .page-center {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_banner .custom-banner .page-center {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 100px);
}
.privacy_policy_banner .custom-banner {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
.privacy_policy_banner .custom-col-6:first-of-type,
.product_banner .custom-col-6:first-of-type {
  width: 100%;
}
.privacy_policy_row1_grp {
  padding-bottom: 40px;
}
.privacy_policy_row1_grp .dnd-section {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
}


.podcast_appearances_page {}

.podcast_appe_banner .custom-banner {
  padding-top: 328px;
  padding-bottom: 328px;
  background-position: center center;
}
.podcast_appe_banner .custom-col-6:first-of-type {
  width: 100%;
  text-align: center;
}
.podcast_appe_banner .custom-banner .custom-banner-content h1 {
  font-size: 65px;
}









.podcast_appe_r1 .dnd-section:first-child {
  padding-top: calc(100vw * 0.06);
  padding-bottom: 90px;
}
.podcast_appe_r1 .dnd-section:first-child>.row-fluid>div {
  padding-left: 3%;
}
.podcast_appe_r1 .dnd-section:first-child h3 {
  margin-bottom: 8px;
}

.podcast_appe_r2 {
  position: relative;
  padding: 13px 0 0;
  padding-bottom:40px;
}
.podcast_appe_r2 .dnd-section {
  padding-bottom: 0;
}
.podcast_appe_r2 .span6.dnd-column {
  position: relative;
}
.podcast_appe_r2 .widget-type-rich_text h2 {
  font-size: 45px;
  margin: 0;
}
.podcast_appe_r2 .widget-type-rich_text h2 a {
  color: inherit;
}
.podcast_appe_r2 .widget-type-rich_text h2 a:hover {
  opacity: .85;
}
.podcast_appe_r2 .span6.dnd-column iframe {
  margin: 0 0 16px !important;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 343px;
}



.midstream_row1 {
  padding-top: calc(100vw * 0.04);
  margin-top: 28px;
  margin-bottom: 35px;
}
.midstream_row1 .dnd-section {
  padding: 0;
}
.midstream_row1 .dnd-section p {
  color: #000000;
}
.midstream_row1 .dnd-section>.row-fluid>.span4.dnd-module {
  width: 31.914893614%;
}
.midstream_row1 .span4 {
  margin-left: 2.1%;
}

.midstream_row2_grp .dnd-section[class*="background-image"] {
  min-height: 1430px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 75px;
  margin-bottom: -40px;
}
.midstream_row2_grp .dnd-section>.row-fluid {
  display: block !important;
}
.midstream_row2_grp .dnd-section>.row-fluid .widget-type-rich_text {
  font-size: 30px;
  max-width: 500px;
  float: right;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
.midstream_row2_grp a.hs-button {
  border: 2px solid rgba(255,255,255,0.75);
  border-color: rgba(2, 2, 2, 0.75);
  color: rgb(2, 2, 2);
  background-color: transparent;
  box-shadow: none;
  font-size: 14px;
  padding: 13px 22px;
  margin-bottom: 34px;
  line-height: 20px;
  font-family : "GT Walsheim", sans-serif;
  font-weight: 600;
  position: relative;
}

.midstream_row3_grp {
  position: relative;
}
.midstream_row3 {
  padding-top: 150px;
}
.svg_divider {
  height: 150px;
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
  transform: rotate(180deg);
  top: -1px;
  bottom: auto;
  position: absolute;
  z-index: 3;
}
.midstream_row3_grp svg {
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 100%;
  position: absolute;
  fill: #fff;
}
.midstream_row3_grp svg path:nth-child(1) {
  opacity: 0.15;
}
.midstream_row3_grp svg path:nth-child(2) {
  opacity: 0.3;
}
.midstream_row3 .dnd-section {
  position: relative;   
  z-index: 8;
  padding-top: 80px;
  padding-bottom: 20px;
}
.midstream_row3 .dnd-section[class*="background-image"] {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: left top !important;
  z-index: 2;
}
.midstream_row3 .dnd-section[class*="background-image"]:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  backface-visibility: hidden;
  background-color: #020202;
  opacity: 0.3;
}
.midstream_row3 h2 {
  font-size: 70px;
  max-width: 700px;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #fff;
}
.midstream_row3 p {
  color: #fff;
  font-size: 20px;
  max-width: 700px;
  line-height: 1.5;
}
.midstream_row3 hr {
  border: 0;
  height: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 300px;
  margin: 0;
}
.midstream_row3 .dnd-section:last-child {
  padding: 0 0 150px;
}
.midstream_row3 .dnd-section .span3 {
  width: 23.404255317%;
}
.midstream_row3 .span3 {
  margin-left: 2.1%;
}
.midstream_row3 .dnd-section h3 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 8px;
}
.midstream_row3 .dnd-section p {
  font-family: "GT Walsheim", sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

.midstream_row4 .dnd-section {
  padding-bottom: 54px;
}
.midstream_row4 .span6.dnd-column {
  width: 48.93617020799999%;
  padding-right: 5%;
}
.midstream_row4 .span6.dnd-column:last-child {
  padding-right: 0;
  margin-left: 2.1%;
  margin: 0;
  position: relative;
}
.midstream_row4 h3 {
  color: #000;
  margin-bottom: 8px;
}
.midstream_row4 p {
  color: #000;
  margin-bottom: 20px;
}
.midstream_row4 .span6.dnd-column:last-child img {
  width: 125%;
  display: block;
  margin-top: -16.5%;
  max-width: none !important;
  position: absolute;
  left: -50px;
}


.midstream_row5 .span6 {
  width: 48.93617020799999%;
  margin-left: 2.1%;
}
.midstream_row5 .dnd-section h3 {
  color: #fff;
  margin-bottom: 8px;
}
.midstream_row5 .dnd-section p {
  color: #fff;
  margin-bottom: 20px;
}


.midstream_row7_grp .dnd-section>.row-fluid>div {
  max-width: 600px;
}
.midstream_row7_grp h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 50px;
  line-height: 1.3;
}
.midstream_row7_grp p {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 13px;
  font-family: "GT Walsheim", sans-serif;
  position: relative;
}
.midstream_row7_grp p:last-child {
  margin-bottom: 0;
}
.midstream_row7_grp a.contactus_cta {
  font-size: 14px;
  padding: 15px 22px;
  background-color: #fff;
  color: #000;
  line-height: 20px;
  font-family: "GT Walsheim", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  -webkit-box-shadow: 0 -3px rgb(0 0 0 / 10%) inset;
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -o-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
}
.midstream_row7_grp a.contactus_cta:hover {
  opacity: 0.87;
}



.episode_page {}

.episode_row1 {
  margin-bottom: 35px;
  padding-top: calc(100vw * 0.06);
  padding-bottom: calc(100vw * 0.06);
}
.episode_row1 .dnd-section {
  padding: 0;
}
.episode_row1 .span6.dnd-column {
  width: 48.93617020799999%;
}
.episode_row1 .span6 {
  margin-left: 2.1%;
}
.episode_row1 .span6[class*="span"]:first-child {
  padding-left: 3%;
}
.episode_row1 h3 {
  margin-bottom: 8px;
}
.episode_row1 .span6.dnd-column:last-child>div {
  padding: 0 50px;
}

.episode_row1 h3.form-title {
  padding-top: 9px;
  margin: 0;
}
.episode_row4 form,
.episode_row1 form {
  margin: 0;
  padding: 50px 0 27px;
  border: 0;
}
.episode_row4 form .field>label,
.episode_row1 form .field>label {
  font-family: "GT Walsheim", sans-serif;
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.episode_row4 form .field input.hs-input,
.episode_row1 form .field input.hs-input {
  max-width: 100%;
  width: 100%;
}
.episode_row4 form input.hs-button.primary.large,
.episode_row1 form input.hs-button.primary.large {
  margin: 17px 0 0;
  background: #f05225;
  border-color: #f05225;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: "GT Walsheim", sans-serif;
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
}
.episode_row3 .dnd-section {
  padding-bottom: 0;
}
.episode_row3 .span6.dnd-column {
  position: relative;
}
.episode_row3 .widget-type-rich_text h2 {
  font-size: 45px;
  margin: 7px 0 0;
}
.episode_row3 .widget-type-rich_text h2 a {
  color: inherit;
}
.episode_row3 .widget-type-rich_text h2 a:hover {
  opacity: .85;
}
.episode_row3 .span6.dnd-column iframe {
  margin: 0 0 16px !important;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 343px;
}


.episode_row4 {
  position: relative;
  padding-top: 150px;
}
.episode_row4 .dnd-section {
  padding-bottom: 40px;
}
.episode_row4 h2 {
  margin: 0;
}
.episode_row4 hr {
  margin: 15px auto;
  background-color: #ddd;
  height: 3px;
  width: 20%;
}
.episode_row4 .span6.dnd-module {
  margin-left: 0;
}
.episode_row4 .dnd-section:first-child {
  padding-bottom: 0;
}
.episode_row4 .dnd-section:first-child>.row-fluid {
  max-width: 821px;
  padding: 0;
}
.episode_row4 .dnd-section:first-child>.row-fluid>div {
  width: 48.93617020799999%;
  margin: 0;
}
.episode_row4 .dnd-section:first-child>.row-fluid>div:last-child {
  margin-left: 2.1%;
}
.episode_row4 .dnd-section:first-child h2 {
  text-align: center;
}
.episode_row4 form {
  padding: 0;
}
.episode_row4 .dnd-section:last-child {
  padding-top: 41px;
}


.custom-tech-section .row-fluid .span8 {
  width: 65.95744680199999%;
  margin-left: 2.1%;
}

.custom-tech-section .row-fluid .span2 {
  margin-left: 2.1%;
}

.custom-tech-section .row-fluid .span2:first-child {
  margin-left: 0;
  width: 14.89361702%;
}

.custom-tech-section {
  padding-bottom: 41px;
}

.custom-search-banner {
  text-align: center;
  overflow: hidden;
  display: block;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 2;
  background-color: #f4f4f4;
  height: 250px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-search-banner-heading h1 {
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  font-weight: 300;
  margin-bottom: 8px;
}


.custom-search-banner-heading {
  position: relative;
  display: block;
}

.custom-search-section .hs-search__no-results {
  width: 33.3%;
  padding: 33px;
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #676767;
  font-size: 11px;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
  background-color: #fff;
}

.custom-search-section .hs-search__no-results > p:first-child {
  color: #F05023;
  margin-bottom: 1px;
  font-size: 17px;
  line-height: 22px;
}

.custom-search-section .hs-search__no-results p {
  font-family: "GT Walsheim", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #999;
  margin-top: 3px;
}


@media(min-width: 1000px) {
  .product_row2 .span3.dnd-column {
    width: 23.404255317%;
  }
  .product_row2 .span4.dnd-column {
    width: 31.914893614%;
  }
  .product_row2 .span4,
  .product_row2 .span3 {
    margin-left: 2.1%;
  }
  .privacy_policy_row1_grp .dnd-section>.row-fluid .dnd-column,
  .product_row1_grp .dnd-section>.row-fluid>.span12.dnd-column {
    width: 65.95744680199999%;
    margin: 0 auto;
    float: none;
  }
  .podcast_appe_r2 .span6.dnd-column {
    width: 48.93617020799999%;
    margin: 0;
  }
  .podcast_appe_r2 .span6.dnd-column:last-child {
    margin-left: 2.1%;
  }

  .episode_row3 .span6.dnd-column {
    width: 48.93617020799999%;
    margin: 0;
  }
  .episode_row3 .span6.dnd-column:last-child {
    margin-left: 2.1%;
  }
  .episode_row4 .dnd-section>.row-fluid>div {
    width: 65.95744680199999%;
    margin: 0 auto;
    float: none;
  }

}



@media (min-width: 690px) and (max-width: 999px) {
  .product_row2 .span3.dnd-column {
    width: 48%;
    padding: 15px;
    float: left;
    margin-bottom: 2%;
  }
  .product_row2 .span3.dnd-column:nth-child(2n+1) {
    clear: left;
  }


}

@media (max-width: 999px) {
  .product_row2 .span4.dnd-column {
    margin-bottom: 25px;
  }
  .product_row2 .span4.dnd-column:last-child {
    margin-bottom: 0;
  }
  .podcast_appe_r1 .dnd-section:first-child>.row-fluid>div {
    padding-left: 0;
  }
  .midstream_row1 .span4 {
    margin-left: 0;
    margin-bottom: 25px;
  }
  .midstream_row1 .span4:last-child {
    margin-bottom: 0;
  }
  .midstream_row2_grp .dnd-section[class*="background-image"] {
    min-height: 1px;
    position: relative;
    padding-top: 0;
    background-image: none !important;
  }
  .midstream_row2_grp .dnd-section>.row-fluid .widget-type-rich_text {
    font-size: 20px;
    width: 100%;
    float: none;
  }

  .midstream_row3 {
    padding-top: 110px;
  }
  .midstream_row3_grp svg {
    height: 75%;
  }

  .midstream_row3 .dnd-section {
    position: relative;
    z-index: 8;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .midstream_row3 h2 {
    font-size: 60px;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 400;
  }

  .midstream_row3 .dnd-section .span3 {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: calc(2% + 15px);
  }
  .midstream_row3 .dnd-section:last-child {
    padding: 0 0 60px;
  }
  .midstream_row4 .span6.dnd-column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .midstream_row4 .span6.dnd-column:last-child img {
    position: static;
    margin-top: -15%;
    margin-left: -10%;
    width: 120%;
  }
  .midstream_row4 .dnd-section {
    padding-bottom: 10px;
  }
  .midstream_row5 .span6 {
    width: 100%;
    float: none;
    margin: 0;
  }

  .midstream_row7_grp h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .episode_row1 .span6.dnd-column {
    width: 100%;
  }
  .episode_row1 .span6[class*="span"]:first-child {
    padding-left: 0;
    margin-bottom: 25px;
  }
  .episode_row1 .span6 {
    margin-left: 0;
  }
  .episode_row3 .dnd-section:first-child {
    padding-top: 0;
  }
  .episode_row3 .widget-type-rich_text h2 {
    margin: 18px 0 30px;
    font-size: 27.2px;
    line-height: 33.6px;
  }
  .episode_row4 .dnd-section:first-child>.row-fluid {
    max-width: 600px;
    padding: 0;
  }
  .episode_row4 .dnd-section:first-child>.row-fluid>div {
    width: 100%;
    margin: 0;
  }
  .episode_row4 .dnd-section:first-child>.row-fluid>div:last-child {
    margin-left: 0;
  }
  .episode_row4 .dnd-section:first-child {
    padding-top: 0;
  }
  .episode_row4 .dnd-section:first-child h2 {
    padding-bottom: 25px;
  }

  .episode_row4 .dnd-section:last-child .row-fluid {
    text-align: center;
  }
  .episode_row4 .span6.dnd-module {
    margin-left: 0;
    display: inline-block !important;
  }
  .podcast_appe_r2 .widget-type-rich_text h2 {
    font-size: 27.2px;
    line-height: 33.6px;
  }
  .podcast_appe_r1 .dnd-section>.row-fluid>div {
    width: 100%;
  }


  .custom-tech-section .row-fluid .span8 {
    width: 100%;
    margin-left:0%;
  }

  .custom-tech-section .row-fluid .span2 {
    width: 100%;
    margin-left:0%;
  }

  .custom-search-banner {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }


  .custom-search-banner-heading {
    min-height: 40px;
  }

}

@media(max-width: 767px) {
  .podcast_appe_r1 .dnd-section:first-child {
    padding-bottom: 17px;
  }

  .custom-search-section .hs-search__no-results{
    width:100%;
  }
}


@media (max-width: 690px) {
  .product_row2_grp {
    padding-bottom: 45px;
  }
  .product_row2 .span4.dnd-column,
  .product_row2 .span3.dnd-column {
    margin-bottom: 25px;
  }
  .product_row2 .span4.dnd-column:last-child,
  .product_row2 .span3.dnd-column:last-child {
    margin-bottom: 0;
  }
  .episode_row4 .dnd-section:first-child>.row-fluid {
    max-width: 420px;
  }
  .episode_row3 .span6.dnd-column iframe {
    min-height: 1px;
  }
  .custom-search-banner-heading h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
  }


}



@media (max-width: 479px) {
  .episode_row4 .dnd-section:first-child>.row-fluid {
    max-width: 320px;
    padding: 0 15px;
  }


}

/* End Mod */

/* landing */
.product-details-page-lay .product-details-page-row1,
.wiseguy-page-lay .wiseguy-page-row-one{
  max-width: 700px;
  margin: 0 auto;
}

.product-details-page-row1 .dnd-section > .row-fluid,
.wiseguy-page-lay .wiseguy-page-row-one  .dnd-section > .row-fluid{
  max-width: 100%;
  padding: 0;
}

.product-details-page-lay .widget-type-header  h2,
.wiseguy-page-lay .widget-type-header  h2{
  letter-spacing: -1px;
}
.product-details-page-lay .widget-type-header,
.wiseguy-page-lay .widget-type-header{
  margin: 0 0 0 0;
  padding: 0 0 34px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
}
.product-details-page-row2 .custom-comparison {
  padding-top: 0;
  margin-bottom: 35px;
}
.roto-armor-page-lay.product-details-page-lay .product-details-page-row1 {
  padding-top: calc(100vw * 0.10) !important;
  padding-bottom: calc(100vw * 0.10) !important;
}
.roto-armor-page-lay.product-details-page-lay .custom-comparison,
.roto-armor-page-lay.product-details-page-lay .custom-comparison .page-center > div{
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.product-details-page-row2 .custom-comparison .custom-comparison-column {
  margin: 0;
}
.well-optix-page-body .dnd-section {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
}
.wiseguy-page-lay .product-banner-area {
  display: flex;
  height: calc(100vh - 101px);
  align-items: center;
}

.wiseguy-page-lay .product-banner-blk.product-banner-area:before {
  background-color: #000000;
  opacity: 0.3;
}
.wiseguy-page-lay .wiseguy-page-row-one .dnd-section {
  padding-top: calc(100vw * 0.10);
  padding-bottom: calc(100vw * 0.10);
}
.wiseguy-page-lay .wiseguy-page-row-two .dnd-section {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
}
.wiseguy-page-lay .product-banner-area .nectar-split-heading.animated-in {
  margin-bottom: 0;
}
.product-details-page-lay main a:not([class]):hover {
  color: inherit;
}
.warranty-page-row-one .dnd-section {
  padding-top: calc(100vw * 0.03);
  padding-bottom: calc(100vw * 0.03);
}
.warranty-page-row-one .hs-button {
  display: inline-block;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  z-index: 2;
  font-family: "GT Walsheim", sans-serif;
  font-weight: 600;
  padding: 8px 14px;
  color: #FFF;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  background-color: #F05023;
}
.warranty-page-row-one .hs-button:hover {
  background-color: #F05023;
  color: #fff;
  opacity: 0.87;
  color: #fff;
}
.ironhorse-page-lay .custom-comparison {
  padding-top: 0;
}
.ironhorse-page-lay .custom-comparison .custom-comparison-column {
  margin: 0;
}
.hps-series-page-lay .product-banner-area .page-center>div:last-child {
  margin-bottom: 15px;
}
.hps-series-page-lay .product-details-page-row2 .dnd-section {
  padding-top: calc(100vw * 0.07);
  padding-bottom: calc(100vw * 0.02);
}
.hps-series-page-lay .product-details-page-row3 .dnd-section {
  padding-bottom: calc(100vw * 0.05);
  padding-top: calc(100vw * 0.05);
}

.low-harmonic-drives-page-lay .product-banner-area {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.low-harmonic-drives-page-lay .product-banner-area > div {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  width: 100%;
}
.low-harmonic-drives-page-lay .product-banner-area .page-center {
  width: 100%;
}

.low-harmonic-drives-page-lay .product-banner-area .page-center>div {
  width: 100%;
}
.low-harmonic-drives-page-lay .product-banner-blk.product-banner-area:before {
  opacity: 0.3;
  background-color: rgba(163,43,0,0.64);
}


.low-harmonic-drives-page-lay .product-banner-bottom {
  padding: 3% 0;
}

.low-harmonic-drives-page-lay .product-banner-area .nectar-split-heading.animated-in {
  margin-bottom: 0;
}
.revelation-page-lay .product-banner-area .page-center > div:last-child {
  margin-bottom: 15px;
}
.product-details-page-lay.revelation-page-lay .product-details-page-row1{
  padding-top: calc(100vw * 0.10);
  padding-bottom: calc(100vw * 0.05); 
}
.product-details-page-lay.revelation-page-lay .product-details-page-row2 .dnd-section {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.10);
}
.revelation-page-lay .animated-image-wrap.animated-image-wrap-shadow img {
  box-shadow: 0 40px 100px rgb(0 0 0 / 15%), 0 25px 80px rgb(0 0 0 / 10%);
}
.revelation-page-lay .product-details-page-row3 .dnd-section {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
}
.revelation-page-lay .content-with-image-section .content-with-image-col.image-as-bg>img {
  display: none;
}
.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.body-wrapper > div{
  width:100%;
}
.body-wrapper > div:last-child {
  margin-top: auto;
}
@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .revelation-page-lay .product-details-page-row2 .widget-type-rich_text h2 {
    font-size: 23.8px;
    line-height: 29.4px;
  }
}
@media(min-width:1000px){
  .warranty-page-row-one .row-fluid  .span4 {
    margin-left: 2.1%;
    width: 31.914893614%;
  }
  .hps-series-page-lay  main .widget-span+.widget-span {
    margin-left: 2.1%;
  }

  .hps-series-page-lay  main .span4.widget-span {
    width: 31.914893614%;
  }
  .hps-series-page-lay  main .span6.dnd-column {
    width: 48.93617020799999%;
  }

  .hps-series-page-lay  main .span2.widget-span {
    width: 14.89361702%;
  }
  .warranty-page-row-one .row-fluid .widget-span:first-child {
    margin-left: 0 !important;
  }
  .revelation-page-lay .row-fluid .span6 {
    width: 48.93617020799999%;
  }

  .revelation-page-lay .widget-span+.widget-span {
    margin-left: 2.1%;
  }
  .revelation-page-lay .span2.widget-span {
    width: 14.89361702%;
  }

  .revelation-page-lay .span8.widget-span {
    width: 65.95744680199999%;
  }
}
@media (max-width:999px){
  .product-details-page-lay .product-details-page-row1,
  .wiseguy-page-lay .wiseguy-page-row-one{
    max-width: 600px;
  }
  .product-details-page-lay.roto-armor-page-lay .product-details-page-row2 .dnd-section[class*="background-image"]{
    background-image:none !important;
  }
  .wiseguy-page-lay .product-banner-area {
    height: calc(100vh - 69px);
  }

  .ironhorse-page-lay .product-banner-area .page-center {
    padding-top: 45px;
  }

  .ironhorse-page-lay .product-banner-area .product-banner-bottom {
    margin-bottom: 24px !important;
  }
  main .dnd-section .row-fluid {
    flex-wrap: wrap;
  }

  .hps-series-page-lay .product-banner-area .page-center {
    padding-top: 45px;
  }

  .hps-series-page-lay .product-banner-area .page-center > div:last-child {
    margin-bottom: 15px;
    padding-bottom: 25px;
  }
  .low-harmonic-drives-page-lay .product-banner-bottom {
    display: none;
  }
  .low-harmonic-drives-page-lay .product-banner-area > div {
    padding-top: 20px;
  }

  .revelation-page-lay .product-banner-area .product-banner-section-in {
    padding-top: 46px;
    padding-bottom: 26px;
  }

  .revelation-page-lay .product-banner-area .heading-line+.heading-line {
    padding-top: 1px;
  }
}

@media (max-width:690px){
  .product-details-page-lay .product-details-page-row1,
  .wiseguy-page-lay .wiseguy-page-row-one{
    max-width: 420px;
  }
  .ironhorse-page-lay .product-banner-area .page-center,
  .hps-series-page-lay .product-banner-area .page-center{
    padding-top: 70px;
  }
  .low-harmonic-drives-page-lay .product-banner-area > div {
    padding-top: 43px;
  }
  .revelation-page-lay .product-banner-area .product-banner-section-in {
    padding-top: 71px;
    padding-bottom: 26px;
  }

  .revelation-page-lay .product-banner-area .heading-line+.heading-line {
    padding-top: 0px;
  }
}
@media (max-width:479px){
  .product-details-page-lay .product-details-page-row1,
  .wiseguy-page-lay .wiseguy-page-row-one{
    max-width: 320px;
    width: calc(100% - 30px);
  }
}
/* End landing */


.custom-col-6 {
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
}

.custom-col-6:first-of-type {
  margin: 0;
}

.emphasized{
  line-height: 1.5;
  font-size: 1.2em;
}

.custom-column-6 {
  float: left;
  position: relative;
  min-height: 1px;
}

.custom-about-section .row-fluid .span6 {
  width: 48.93617020799999%;
  margin-left: 2.1%;
}

.custom-about-section .row-fluid .span6:first-child {
  margin-left: 0;
}

.custom-about-section .row-fluid .span4 {
  width: 31.914893614%;
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
}

.custom-about-section .row-fluid .span4:first-child {
  margin-left: 0;
}

.custom-about-section h3 {
  margin-bottom: 8px;
}

.custom-about-section h2 {
  line-height: 44px;
}

.custom-about-section {
  padding-bottom: 40px;
}

.custom-applications-section {
  padding-bottom: 40px;
}

.red-button {
  padding: 8px 14px;
  color: #FFF;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  background-color: #000;
  display: inline-block;
  font-family: "GT Walsheim", sans-serif;
  font-weight: 600;
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -o-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  background-color: rgb(240 80 35);
}

.red-button:hover {
  color: #fff;
  opacity: 0.87;
}

.custom-careers-banner .product-banner-area {
  min-height: calc(100vh - 100px);
  padding-top: 0 !important;
}

.custom-careers-banner .product-banner-area .product-banner-top {
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: calc(100vh - 100px);
  align-items: center;
}

.custom-careers-banner .product-banner-area .product-banner-top > div {
  width: 100%;
}

.custom-careers-banner .product-banner-area .nectar-split-heading.animated-in {
  margin: 0;
}

.custom-careers-section{
  padding-bottom:40px;
}

.custom-careers-section .row-fluid .span8 {
  width: 65.95744680199999%;
  margin-left: 2.1%;
}

.custom-careers-section .row-fluid .span2 {
  width: 14.89361702%;
  position: relative;
  margin-left: 2.1%;
}

.custom-careers-banner .product-banner-area.product-banner-wt:before {
  display: none;
}

.custom-careers-banner .product-banner-area.product-banner-wt .product-banner-top-content {
  color: #fff;
}

.custom-careers-banner .product-banner-area.product-banner-wt .product-banner-top-content h1 {
  font-weight: 300;
}

.custom-careers-banner .product-banner-area .product-banner-top h2 {
  margin: 0;
}

.custom-careers-section .row-fluid .span2:first-child {
  margin-left: 0;
}

.custom-careers-section .contact-us-section h3 {
  margin: 0;
}

.custom-careers-section .contact-us-section .contact-section-bottom{
  padding:0;
}

.custom-careers-banner .product-banner-blk.product-banner-area:before {
  background-color: #0a0a0a;
  opacity: 0.5;
}

.custom-contact-top-section .row-fluid .span8 {
  width: 65.95744680199999%;
  min-height: 1px;
}

.custom-contact-top-section .row-fluid .span4 {
  width: 31.914893614%;
  min-height: 1px;
  margin-left: 2.1%;
}

.custom-contact-top-section .hs-form {
  -webkit-font-smoothing: auto;
}

.custom-contact-top-section .hs-form .hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "GT Walsheim", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
}


.custom-contact-top-section .hs-form label {
  font-size: 14px;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "GT Walsheim", sans-serif;
  font-weight:500;
}

.custom-contact-top-section h3 {
  margin-bottom: 8px;
}

.custom-contact-top-section .hs-form .hs-input[type=checkbox], 
.custom-contact-top-section .hs-form .hs-input[type=radio] {
  width: auto;
  height: auto;
  line-height: normal;
  border: none;
}

.custom-contact-top-section .hs-form .inputs-list {
  padding-left: 5px;
}

.custom-contact-top-section .hs-form li.hs-form-checkbox label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.custom-contact-top-section .hs-form select.hs-input {
  color: #bfbfbf;
}

.custom-contact-top-section .hs-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  margin-bottom: 0;
}

.custom-contact-top-section .hs-form .hs-button {
  font-size: 14px;
  font-family: "GT Walsheim", sans-serif;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
}

.hs-error-msgs label {
  color: #f2545b !important;
}

.custom-contact-top-section .hs-form textarea.hs-input {
  height: auto;
}


.custom-covid-banner .product-banner-area {
  width: 100vw;
  left: 0;
}

.custom-covid-banner .product-banner-blk.product-banner-area:before {
  opacity: .5;
  background-color: #0a0a0a;
}

.custom-covid-banner .product-banner-area .heading-line p {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0;
  font-family: "GT Walsheim", sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  position: relative;
  margin-bottom: 5px;
}

.custom-covid-banner .product-banner-area .heading-line h1 {
  letter-spacing: -1px;
  position: relative;
  margin-top: 3px;
}


.custom-covid-banner .product-banner-area .nectar-split-heading.animated-in {
  margin: 0 0 0 0;
  padding: 0 0 33px 0;
  border-bottom: 1px solid #ddd;
}

.custom-covid-banner .product-banner-top {
  max-width: 700px;
  margin: 0 auto;
}

.custom-covid-section .row-fluid .span8 {
  position: relative;
  width: 65.95744680199999%;
  margin-left: 2.1%;
}

.custom-covid-section .row-fluid .span2 {
  width: 14.89361702%;
  margin-left: 2.1%;
}

.custom-covid-section .row-fluid .span2:first-child {
  margin-left: 0;
}
.covide-iframe-wrap {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
  max-width: 100%;
  background-color: transparent;
}
.covide-iframe-wrap iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.custom-covid-section ul:last-child {
  margin-bottom: 0;
}

.custom-covid-section strong{
  font-family: "GT Walsheim", sans-serif;
}

.custom-covid-section h3{
  margin-bottom:8px;
}

.divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"] {
  visibility: hidden;
  transform-origin: left;
  -webkit-transform-origin: left;
}

.divider-small-border {
  margin: 25px 0;
  width: 20%;
  height: 1px;
  background-color: #ddd;
}

.custom-applications-top-section .hs-responsive-embed-wrapper {
  margin: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-height: 100% !important;
  margin-bottom: 7px !important;
}

.custom-interactive-top-section .row-fluid .span8 {
  width: 65.95744680199999%;
  margin-left: 2.1%;
}

.custom-interactive-top-section .row-fluid .span2 {
  width: 14.89361702%;
  margin-left: 2.1%;
}

.custom-interactive-top-section .row-fluid .span2:first-child {
  margin-left: 0;
}

.custom-interactive-top-section iframe {
  max-width: 100%;
  margin-top: -50px !important;
}

.custom-interactive-section ul {
  display: block;
  margin: 0;
  text-align: center;
  margin-bottom: 35px;
}

.custom-interactive-section ul li {
  display: inline-block;
  margin: 0 25px 0 0;
  color: inherit;
}

.custom-interactive-section ul li a {
  color: #000;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  opacity: 0.7;
}

.custom-interactive-section ul li a:hover {
  opacity: 1;
}

.custom-interactive-top-section {
  margin-bottom: 35px;
}

.custom-interactive-section a.mobile-menu-link {
  padding: 16px 20px;
  border-left: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid rgba(255,255,255,0.2);
  color: #000;
  display: none;
  line-height: 17px;
}

.custom-interactive-section .mobile-menu-link i {
  font-size: 16px;
  float: left;
  margin-right: 8px;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.custom-interactive-section .mobile-menu-link i:before {
  content: '\e067';
}

.custom-interactive-section {
  text-align: center;
}


@-webkit-keyframes animationSignal{
  0%{
    opacity:0;
    transform: scale(0.00)
  }
  1%{
    opacity:0.25
  }
  20%{
    opacity:0.25
  }
  60%{
    transform: scale(1);
    opacity:0
  }
}
@-webkit-keyframes animationSignal2{
  0%{
    opacity:0
  }
  1%{
    opacity:0.2
  }
  20%{
    opacity:0.17
  }
  60%{
    opacity:0
  }
}
@keyframes animationSignal{
  0%{
    opacity:0;
    transform: scale(0.00)
  }
  1%{
    opacity:0.25
  }
  20%{
    opacity:0.25
  }
  60%{
    transform: scale(1);
    opacity:0
  }
}
@keyframes animationSignal2{
  0%{
    opacity:0
  }
  1%{
    opacity:0.2
  }
  20%{
    opacity:0.17
  }
  60%{
    opacity:0
  }
}




@media(min-width:690px){
  .custom-column-6 {
    width: 50%;
  }
}


@media screen and (min-width: 768px){
  .emphasized {

    font-size: 1.2em;
  }
}

@media screen and (min-width: 970px){
  .emphasized {
    font-size: 1.5em;
  }
}

@media(min-width:1000px){
  .custom-col-6 {
    width: 48.93617020799999%;
  }

}

@media(max-width:999px){
  .custom-about-section h2 {
    font-size: 27.2px !important;
    line-height: 33.6px;
  }

  .custom-about-section .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
  }

  .custom-about-section h3 {
    font-size: 17.6px;
    line-height: 25.6px;
  }

  .custom-about-section .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .custom-about-section .row-fluid .span4:last-of-type {
    margin-bottom: 0;
  }

  .custom-careers-banner .product-banner-area {
    min-height: calc(100vh - 68px);
  }

  .custom-careers-banner .product-banner-area .product-banner-top {
    min-height: calc(100vh - 68px);
    margin: 0;
  }


  .custom-careers-section .row-fluid .span8 {
    width: 100%;
    margin-left: 0;
  }

  .custom-careers-section .row-fluid .span2 {
    width: 100%;
    margin-left: 0;
  }

  .custom-careers-banner .product-banner-area .page-center.remove-margin-borrom>div{
    margin-bottom:0;
  }

  .custom-contact-top-section .row-fluid .span8 {
    width: 100%;
    margin-bottom: 25px;
  }

  .custom-contact-top-section .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }

  .custom-covid-section .row-fluid .span8,.custom-covid-section .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }

  .custom-covid-section iframe {
    height: 337.5px;
  }

  .custom-covid-banner .product-banner-area .page-center.remove-margin-borrom>div {
    margin: 0;
  }

  .custom-covid-section .row-fluid .span8 {
    margin-bottom: 25px;
  }

  .custom-interactive-top-section .row-fluid .span8 {
    width: 100%;
    margin-left: 0;
  }

  .custom-interactive-top-section .row-fluid .span2 {
    width: 100%;
    margin-left: 0;
  }

  .rev-demo {
    width: 100% !important;
  }

  .custom-interactive-section a.mobile-menu-link{
    display:inline-block;
  }

  .custom-interactive-section ul {
    display: none;
  }

  .custom-interactive-section ul li {
    display: block;
    margin: 0;
  }

  .custom-interactive-section ul li a {
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,0.08);
  }
}

@media(max-width:690px){
  .custom-about-section h2 {
    font-size: 25.5px !important;
    line-height: 31.5px;
  }
}
.product-wrapp-body .custom-banner .parallex-wrapper-banner {
  height: 100%;
}
.product-details-page-lay .product-banner-area.parralex-product-banner .parallex-wrapper-banner{
  left: -8px;
  width: 100vw;
}
.product-banner-area .page-center,
.product-banner-section-in {
  width: 100%;
}

@media(max-width:999px){
  .custo_podcast_appe_banner .custom-banner .parallex-wrapper-banner {
    height: 100%;

  }

  .custo_podcast_appe_banner.podcast_appe_banner .custom-banner{
    padding-top: 18%;
    padding-bottom: 18%;
  }

  .custo_podcast_appe_banner.podcast_appe_banner .custom-banner .custom-banner-content h1 {
    font-size: 27.2px;
    line-height: 33.6px;
  }

  .custo_podcast_appe_banner.podcast_appe_banner .custom-banner .custom-col-6:first-of-type {
    margin: 0;
    padding-top: 45px;
  }

  .custo_podcast_appe_banner.podcast_appe_banner .custom-banner .custom-banner-rich {
    margin: 0;
  }
}

@media(max-width:690px){
  .custo_podcast_appe_banner.podcast_appe_banner .custom-banner .custom-col-6:first-of-type {
    padding-top: 70px;
  }

  .custo_podcast_appe_banner.podcast_appe_banner .custom-banner .custom-banner-content h1 {
    font-size: 25.5px;
    line-height: 31.5px;
  }
}


/* ============= Produst Details ============= */

.product-details-page-lay .widget-type-section_header {
  text-align: center;
  padding: 0 0 36px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
}
.product-details-page-lay .widget-type-section_header h1 {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 5px;
  letter-spacing: -1px;
  font-family: "GT Walsheim", sans-serif;
  font-weight: 300;
}
.product-details-page-lay .widget-type-section_header p {
  font-family: "GT Walsheim", sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
  color: #444;
  font-size: 22px;
  line-height: 34px;
}

/* ========= LiftUp ============== */
.custom-liftup-page .custom-build {
  padding-top: 60px;
}
.custom-liftup-page .custom-build .custom-build-inner {
  padding-bottom: 35px;
}
.custom-liftup-page .custom-build .custom-build-column {
  display: flex;
  flex-direction: row-reverse;
}
.custom-liftup-page .custom-col-6:first-of-type {
  margin-left: 2.1%;
}
.custom-liftup-page .custom-col-6:last-of-type {
  margin: 0;
}
.custom-liftup-page .content-with-image-section .content-with-image-col.text-col {
  padding: 0;
  width: 48.93617020799999%;
  padding-right: 25px;
}
.custom-liftup-page .content-with-image-section .content-with-image-col.image-col {
  width: 48.93617020799999%;
  margin-left: 2.1%;
}
.custom-liftup-page .content-with-image-columns {
  padding-top: 85px;
  margin-bottom: 35px;
}
.custom-liftup-page .content-with-image-section .content-with-image-col.image-col img {
  display: block;
}
.custom-liftup-page .content-with-image-section .content-with-image-col.text-col h2 {
  margin: 0;
}
.custom-liftup-page .content-with-image-col_content_element p {
  line-height: 1.45;
}
.custom-liftup-page .content-with-image-col_content_element h3 {
  line-height: 34px;
}
.custom-liftup-row2 {
  padding-bottom: 65px;
}

.custom-guest-prodcast-slider-group .slick-prev {
  background-image: url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/images/left-arrow.svg)!important;
}
.custom-guest-prodcast-slider-group .slick-next {
  background-image: url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/images/right-arrow.svg)!important;
}
.episode_row4 form, 
.episode_row1 form {
  -webkit-font-smoothing: antialiased;
}
.warranty-page-row-one .hs-button {
  border: none;
}
.custom-careers-banner .product-banner-blk.product-banner-area:before,
.custom-covid-banner .product-banner-blk.product-banner-area:before {
  background-image: none;
}
@media (max-width: 991px) {
  .custom-liftup-page .custom-build .custom-build-column {
    display: block;
  }
  .custom-liftup-page main .dnd-section .row-fluid {
    flex-wrap: wrap;
    display: block !important;
  }
  .custom-liftup-page .custom-col-6:first-of-type {
    margin-left: 0;
    margin-bottom: 35px;
  }
  .custom-liftup-page .custom-build {
    padding-top: 35px;
  }
  .custom-liftup-page .content-with-image-columns {
    padding-top: 35px;
    flex-direction: column-reverse;
    margin-bottom: 0;
    display: flex;
  }
  .custom-liftup-page .content-with-image-section .content-with-image-col.image-col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .custom-liftup-page .content-with-image-section .content-with-image-col.text-col {
    padding: 0;
    width: 100%;
    padding-right: 0;
  }
  .custom-liftup-row2 .row-fluid .span6:first-child {
    margin-bottom: 25px;
  }
  .product-details-page-lay .product-banner-area.parralex-product-banner .parallex-wrapper-banner{
    left: 0;
  }
}
@media (max-width: 690px) {
  .custom-liftup-row2 .hs_cos_wrapper_type_rich_text h3 {
    line-height: 25.2px;
  }
  .product-details-page-lay .widget-type-section_header h1 {
    font-size: 25.5px;
    line-height: 31.5px;
  }
  .product-details-page-lay .widget-type-section_header p {
    font-size: 17.6px;
    line-height: 25.6px;
  }
  .product-details-page-lay .product-banner-area.parralex-product-banner .parallex-wrapper-banner{
    left:0;
  }
}

@-webkit-keyframes pulsate{
  from{
    opacity:1;
    transform:scale(1)
  }
  to{
    opacity:0;
    transform:scale(3)
  }
}
@keyframes pulsate{
  from{
    opacity:1;
    transform:scale(1)
  }
  to{
    opacity:0;
    transform:scale(3)
  }
}
.home-page {
  padding-bottom: 40px;
}
.privacy_policy_banner .custom-banner:after {
  background-color: #000000;
  opacity: 0.3;
}
.custom-liftup-row2 {
  overflow: hidden;
}
.episode_row1_grp .hs-error-msgs label,
.episode_row4 .hs-error-msgs label {
  font-family: "GT Walsheim", sans-serif;
  font-size: 13px;
  margin-top: 0;
  padding-left: 4px;
}
.episode_row4 .contact-us-section .contact-section-bottom {
  padding-top: 0;
}
.episode_row4 .contact-us-section {
  margin-bottom: -15px;
}
.episode_row1 .span6.dnd-column:last-child>div .widget-type-linked_image {
  text-align: right;
}
.episode_row1_grp .hs_error_rollup label.hs-main-font-element,
.episode_row4 .hs_error_rollup label.hs-main-font-element{
  font-size: 14px;
}
.blog-slider {
  overflow: hidden;
}
.testimonial-slider {
  overflow: hidden;
}
@media (max-width:999px){
  .custom-interactive-section a.mobile-menu-link+ul {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .custom-interactive-section .widget-type-rich_text {
    position: relative;
    z-index: 3;
  }
  .custom-banner .parallex-wrapper-banner {
    left: 0 !important;
  }
  .privacy_policy_banner .custom-banner .parallex-wrapper-banner {
    height: 100%;
  }
  .privacy_policy_banner .custom-banner .custom-banner-rich {
    margin: 0;
  }
  .privacy_policy_banner .custom-banner .custom-col-6:first-of-type {
    margin: 0;
  }
  .non-clicable-trigger .slide-out-widget-area-toggle{
    pointer-events: none;
    cursor: pointer;
  }
  .non-clicable-trigger .header-col.col-right{
    cursor: pointer;
  }
}


@media (max-width:767px){
  .episode_row1 .span6.dnd-column:last-child>div {
    padding: 0 0px;
  }
  .episode_row1 .span6.dnd-column:last-child>div .widget-type-linked_image {
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.wesite-header {
  height: 101px;
}

.wesite-header-wrap {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 0;
  background-color: rgba(255,255,255,0.90);
  -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
  z-index: 9999;

}
.wesite-header-wrap-in {
  position: relative;
  z-index: 100;
  width: 100%;
}

.wesite-header .page-center {
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
}

.wesite-header .page-center .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-main-menu {
  overflow: visible;
  transition: padding 0.8s ease,margin 0.25s ease;
  min-height: 1px;
  line-height: 1px;
}

.normal-logo {
  display: none;
}

div#search-outer {
  background-color: #fff;
  height: 100vh;
  position: fixed;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  padding: 0;
  z-index: 10000;
  top: 0;
  left: 0;
  opacity:0;
  transition:transform 700ms cubic-bezier(0.2, 1, 0.3, 1);
}

div#search-outer.open-search {
  transform: scale(1, 1);
  opacity: 1;
  left: 0;
  width: 100%;
}
div#search-outer.close-search{
  transition: opacity cubic-bezier(0.2,1,0.3,1) 300ms;
}
div#search-outer.open-search-close{
  opacity:0;
  transition: opacity cubic-bezier(0.2,1,0.3,1) 300ms;
}
div#search-outer .page-center {
  height: auto!important;
  float: none;
  width: 100%;
  padding: 0 40px;
  position: static;
  overflow: visible;
}

div#search-outer div#search-box {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  transition: all 0.15s ease;
}

div#search-outer div#close {
  list-style: none;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0;
}

div#search-outer div#close a {
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .47s cubic-bezier(0.3,1,0.3,0.95);
  -webkit-transition: all .47s cubic-bezier(0.3,1,0.3,0.95);
}
div#search-outer.close-search div#close{
  opacity: 1;  
}
div#search-outer div#close a span.icon-salient-x {
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  word-spacing: 1px;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  height: 20px;
  line-height: 19px;
  background-color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #424242;
  font-size: 22px;
}

div#search-outer div#close a span.icon-salient-x:before {
  content: "\e117";
}

div#search-outer div#close a:hover {
  transform: rotate(90deg) translateZ(0);
  -webkit-transform: rotate(90deg) translateZ(0);
}

div#search-outer div#close a:hover span.icon-salient-x {
  color: #f05023;
}

div#search-outer div#search-box form {
  width: 100%;
  float: none;
  position: relative;
  transform:translateY(-30px);
  transition: transform cubic-bezier(0.2,1,0.3,1) 700ms;
  opacity: 0;
}
div#search-outer.show-search-input div#search-box form{
  transform: translateY(0);
  opacity: 1;
}
div#search-outer .hs-search-field .hs-search-field__input {
  line-height: 43px;
  position: relative;
  background-color: transparent;
  border: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  height: auto;
  font-size: 80px;
  text-align: center;
  color: #424242;
  padding:0 20px;
}

div#search-outer .hs-search-field .hs-search-field__input:focus {
  outline: 0;
}
div#search-outer .hs-search-field__suggestions {
  position: absolute;
  top: 100% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none !important;
  padding: 10px 15px;
}

div#search-outer .hs-search-field__suggestions a:hover {
  background: transparent;
}
input:focus, select:focus, textarea:focus {
  outline: 0;
}
@media only screen and (min-width: 1001px){
  .header-col.col-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
    position: relative;
    margin-right: 0;
    height: 100%;
  }

  .header-col.col-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
    position: static;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }


  a.mobile-search {
    display: none;
    text-align: right;
    z-index: 10000;
  }

  .slide-out-widget-area-toggle {
    display: none;
    z-index: 100;
  }

  .header-menu-wrap {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }



  .header-main-menu {
    float: none;
    display: inline-block;
    vertical-align: middle;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    z-index: 1;
    position: static;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .header-contact-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -28px;
  }



  .header-main-menu > div,
  .header-main-menu > div > span,
  .header-main-menu > div > span > div,
  .header-contact-menu > div,
  .header-contact-menu > div > span,
  .header-contact-menu > div > span > div,
  .header-main-menu  div,
  .header-contact-menu div{
    display: flex;
    width: 100%;
    height: 100%;
  }

  .header-main-menu{
    align-items: center;
  }
  .header-main-menu .hs-menu-wrapper > ul > li{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position:relative;
  }
  .header-main-menu .hs-menu-wrapper > ul ul{
    left:0;
  }
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications, 
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products{
    position:static;
  }
  
  .header-main-menu .hs-menu-wrapper > ul > li > a{

    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
  .header-main-menu .hs-menu-wrapper > ul,
  .header-contact-menu .hs-menu-wrapper > ul  {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .header-contact-menu .hs-menu-wrapper > ul > li{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-contact-menu .hs-menu-wrapper > ul > li > a {

    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    white-space: nowrap;
  }

  .header-col.col-left img {
    height: 45px;
    width: auto !important;
    transition: height 0.15s ease, opacity 0.2s ease;
    display: block;
  }

  .header-col.col-left {
    padding-top: 28px;
    padding-bottom: 28px;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: -1px;
    color: #444;
    font-family: 'FontAwesome';
    font-weight: 600;
    transition: padding 0.15s ease;
  }
  .header-contact-menu .hs-menu-wrapper> ul > li.menu-item-search {
    margin-left: 22px;
  }

  .header-contact-menu .hs-menu-wrapper> ul > li.menu-item-search > a {
    padding-left: 25px;
    padding-right: 24px;
    border-left: 1px solid rgba(0,0,0,0.07);
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 0;

  }

  .header-contact-menu .hs-menu-wrapper> ul > li.menu-item-search > a:before {
    content: "\e036";
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    height: 20px;
    font-size: 18px;
  }




  .header-main-menu .hs-menu-wrapper > ul > li > ul {
    margin: 0;
    position: absolute;
    top: -999em;
    opacity: 0;
    pointer-events: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    display: block;
    -webkit-box-shadow: 0 19px 35px rgb(0 0 0 / 11%);
    box-shadow: 0 19px 35px rgb(0 0 0 / 11%);
    padding: 20px;
    width: 20em;
    border-top-width: 1px;
    border-top-style: solid;
    text-align: left;
  }

  .header-main-menu .hs-menu-wrapper > ul > li > ul > li {
    opacity: 0;
    -ms-transform: translateY(13px);
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    -ms-transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
    transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
    -webkit-transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    width: 100%;
    line-height: 0;
  }

  .header-main-menu .hs-menu-wrapper > ul > li > ul > li > a {
    line-height: 13px;
    transition: none;
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0;
    padding: 6px 6px;
    border-bottom: 0;
    font-size: 16px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    letter-spacing: 1px;
  }

  .header-main-menu .hs-menu-wrapper > ul > li.sfHover > ul {
    top: 100%;
    pointer-events: auto;
    opacity: 1;
    -ms-transform: translateY(0px) translateX(0px);
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
    z-index: 999;
  }

  .header-main-menu .hs-menu-wrapper>ul>li {
    line-height: 0;
    font-size: 12px;
  }

  .header-main-menu .hs-menu-wrapper > ul > li.sfHover > ul > li {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .header-contact-menu {
    position: absolute;
    margin-right: 0;
    height: 100%;
    z-index: 10;
    right: 0;
  }
  .mobile-logo {
    visibility: hidden;
    pointer-events: none;
    z-index: -100;
    transition: margin 0.15s ease;
    margin-top: 28px;
    margin-bottom: 28px;
    position: relative;
    line-height: 0;
  }

  .mobile-logo img {
    height: 45px;
    width: auto !important;
    transition: height 0.15s ease, opacity 0.2s ease;
  }
  .mobile-menu-wrap .hs-menu-wrapper ul li a small {
    position: relative;
    top: -4px;
    opacity: 0.6;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    display: block;
    line-height: 1.6;
    font-size: 75%;
  }







  /* mega menu */
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul{
    left: 0;
    width: 100%;
    padding: 30px 0;
    padding-left: 28px;
    padding-right: 29px;
    display: table;
    max-width: 100%;
    box-sizing: border-box;
  }

  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li{
    width: 33.33%;
    display: table-cell;
    padding: 0 30px 0 0;
    float: none;
    vertical-align: top;
  }
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li{
    width: 25%;
  }
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li:first-child{
    width: 50%;
  }

  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li:nth-child(3n),
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li:nth-child(3n){
    padding-right: 0;
  }

  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li > a,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li > a{
    background-color: transparent;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
    letter-spacing: 2px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 1em;
  }

  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li ul,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li ul{
    display: block!important;
    top: 0!important;
    width: 100%;
    opacity: 1!important;
    left: 0!important;
    box-shadow: none;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li ul li,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li ul li{
    font-size: 12px;
    width: 100%;
    float: none;
  }

  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li ul li a,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0;
    box-shadow: none;
    line-height: 13px;
    transition: none;
    font-size: 16px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    letter-spacing: 1px;
    padding: 6px 6px;
    background-color: transparent;
  }

  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li ul li a small,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li ul li a small {
    color: #888;
    display: block;
    line-height: 1.6;
    font-size: 75%;
  }

  .wesite-header .page-center {
    position: relative;
  }
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li ul li.hs-item-has-children {
    padding-bottom: 20px;
  }
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li > a:empty {
    display: none;
  }
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:first-child > ul {
    column-count: 2;
  }

  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(2) > ul > li > a,
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(3) > ul > li > a {
    background-color: transparent;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
    letter-spacing: 2px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 1em;
  }

  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(2) > ul > li > ul,
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(3) > ul > li > ul {
    padding-bottom: 20px;
  }

  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(3) > ul > li:last-child > a {
    border: none;
    text-transform: none;
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0;
    box-shadow: none;
    line-height: 13px;
    transition: none;
    font-size: 16px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    letter-spacing: 1px;
    padding: 6px 6px;
    background-color: transparent;
    font-weight: normal;
    font-family: inherit;
  }
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(2)>ul>li:last-child>ul, 
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(3)>ul>li:last-child>ul{
    padding-bottom:0;
  }
  .mobile-menu-wrap{display:none !important;}
  .header-fixed .mobile-logo {
    line-height: 0;
    margin-top: 15.555555555556px;
    margin-bottom: 15.555555555556px;
  }

  .header-fixed .header-col.col-left {
    padding-top: 15.555555555556px;
    padding-bottom: 15.555555555556px;
  }

  .header-fixed .header-col.col-left img {
    height: 39px;
  }

  .header-fixed .mobile-logo img {
    height: 39px;
  }


  body:not(.header-fixed):not(.mouse-over-menu) .wesite-header2 .wesite-header-wrap {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    box-shadow: none;
  }

  .wesite-header.wesite-header2 {
    height: 0;
    position:absolute;
    z-index:101;
  }
  body:not(.header-fixed):not(.mouse-over-menu) .wesite-header2 .normal-logo {
    display: block;
    position:absolute;
    z-index:100;
  }

  body:not(.header-fixed):not(.mouse-over-menu) .wesite-header2 .fixed-logo {
    opacity:0;
    transition: height 0.32s ease, opacity 0.2s ease;
  }

  body:not(.header-fixed):not(.mouse-over-menu) .wesite-header2 .header-main-menu .hs-menu-wrapper > ul > li > a,
  body:not(.header-fixed):not(.mouse-over-menu) .wesite-header2 .header-contact-menu .hs-menu-wrapper > ul > li > a {
    color: #ffffff;
    opacity: 0.75;
    transition: opacity 0.2s ease, color 0.2s ease;
  }

  body:not(.header-fixed):not(.mouse-over-menu) .wesite-header2 .header-main-menu .hs-menu-wrapper > ul > li > a:hover,
  body:not(.header-fixed):not(.mouse-over-menu) .wesite-header2 .header-contact-menu .hs-menu-wrapper > ul > li > a:hover {
    opacity: 1;
  }

  body:not(.header-fixed):not(.mouse-over-menu) .wesite-header2 .header-contact-menu .hs-menu-wrapper> ul > li.menu-item-search > a {
    border-left: 1px solid rgba(255,255,255,0.25);
  }

  body:not(.header-fixed):not(.mouse-over-menu) .wesite-header2 .header-contact-menu .hs-menu-wrapper> ul > li.menu-item-search {
    align-items: stretch;
  }

  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-applications>ul>li>a[href="javascript:;"], 
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li>a[href="javascript:;"],
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(2)>ul>li>a[href="javascript:;"],
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(3)>ul>li>a[href="javascript:;"]{
    cursor:default;
  }

  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-applications>ul>li:hover>a[href="javascript:;"], 
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:hover>a[href="javascript:;"],
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(2):hover>ul>li>a[href="javascript:;"],
  .header-main-menu .hs-menu-wrapper>ul>li.menu-item-products>ul>li:nth-child(3):hover>ul>li>a[href="javascript:;"]{
    color: rgba(51,51,51,1.0) !important;
  }



}

@media  (max-width: 1000px){
  div#search-outer .hs-search-field .hs-search-field__input {
    font-size: 40px;
  }
}
@media  (max-width: 1000px){
  .wesite-header-wrap {
    margin-bottom: 0;
    padding: 12px 0;
  }

  .header-col.col-left {
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: -1px;
    max-width: none;
  }

  .header-col.col-left img {
    height: 45px;
    width: auto !important;
  }

  .header-col.col-right {
    float: right;
    min-height: 0;
    width: auto!important;
    position: absolute!important;
    right: 28px;
    top: 0;
    height: 100%;
    text-align: right;
    z-index: 10000;
    left: auto;
    line-height: 0;
  }

  .header-menu-wrap {
    display: none;
  }

  .mobile-logo {
    display: none;
  }

  .header-col.col-left img {
    display: block;
  }

  a.mobile-search {
    text-align: right;
    padding: 0 8px;
    z-index: 10000;
    color: #424242;
    vertical-align: middle;
    line-height: 0;
  }

  .slide-out-widget-area-toggle,a.mobile-search {
    display: inline-block;
  }

  a.mobile-search > span {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    line-height: 34px;
    width: 18px;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    background-color: transparent;
  }

  a.mobile-search > span:before {
    content: "\e036";
  }

  .slide-out-widget-area-toggle {
    position: relative;
    width: auto;
    padding: 0 7px;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    padding-right: 0;
  }

  .slide-out-widget-area-toggle > div {
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }

  .slide-out-widget-area-toggle > div > a > span {
    transition: -webkit-transform 0.33s 0.3s ease-in;
    transition: transform 0.33s 0.3s ease-in;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 20px;
  }

  .slide-out-widget-area-toggle > div > a > span > i {transition: .3s;cursor: pointer;position: relative;user-select: none;display: block;line-height: 0;font-size: 0;width: 22px;top: 10px;}

  .slide-out-widget-area-toggle > div > a > span > i:after {
    background-color: rgba(0,0,0,0.4);
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    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;
    top: 0;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    top: 0;
    height: 2px;
    width: 22px;
    background-color: #424242;
  }


  .slide-out-widget-area-toggle > div > a > span  i.lines {
    font-family: Rubik;
    position: relative;
    display: block;
    height: 2px;
    background-color: transparent;
    transition: background 0.2s ease,opacity 0.2s ease;
    width: 22px;
  }

  .slide-out-widget-area-toggle > div > a > span i.lines:before,
  .slide-out-widget-area-toggle > div > a > span i.lines:after {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    height: 2px;
    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;
    background-color: #424242;
  }

  .slide-out-widget-area-toggle > div > a > span i.lines:before {
    top: 6px;
  }

  .slide-out-widget-area-toggle > div > a > span i.lines:after {
    top: -6px;
  }
  a.mobile-search,
  .mobile-menu-toggler{
    cursor: pointer;
  }
  .open-mob-menu .slide-out-widget-area-toggle > div > a > span > i{
    -webkit-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
  }

  .open-mob-menu .slide-out-widget-area-toggle>div>a>span>i:after {
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
  }

  .open-mob-menu .slide-out-widget-area-toggle>div>a>span i.lines:before {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ( -45deg );
  }

  .open-mob-menu .slide-out-widget-area-toggle>div>a>span i.lines:after {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg );
  }
  .wesite-header {
    height: 69px;
  }





  .mobile-menu-wrap {
    top: 0;
    display:none;
    color: #666666;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    z-index: 97;
    position: fixed;
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
    opacity:1;
  }
  .show-open-mob-menu .mobile-menu-wrap{
    display:block;
    opacity:1;
  }
  .open-mob-menu-tran .mobile-menu-wrap{
    transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background-color: #f1f1f1;
  }
  .mobile-menu-wrap .hs-menu-wrapper > ul > li {
    transform: translate(0px, 80px);
    opacity: 0;
    transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .mobile-menu-wrap .hs-menu-wrapper > ul > li:first-child {
    transition-delay:0ms
  }
  .mobile-menu-wrap .hs-menu-wrapper > ul > li:nth-child(2) {
    transition-delay:50ms
  }
  .mobile-menu-wrap .hs-menu-wrapper > ul > li:nth-child(3) {
    transition-delay:100ms
  }

  .mobile-menu-wrap .hs-menu-wrapper > ul > li:nth-child(4) {
    transition-delay:150ms
  }
  .mobile-menu-wrap .hs-menu-wrapper > ul > li:nth-child(5) {
    transition-delay:200ms
  }
  .mobile-menu-wrap .hs-menu-wrapper > ul > li:nth-child(6) {
    transition-delay:250ms
  }
  .mobile-menu-wrap .hs-menu-wrapper > ul > li:nth-child(7) {
    transition-delay:300ms
  }
  .mobile-menu-wrap .hs-menu-wrapper > ul > li:nth-child(8) {
    transition-delay:350ms
  }
  .mobile-menu-wrap .hs-menu-wrapper > ul > li:nth-child(9) {
    transition-delay:400ms
  }
  .show-open-mob-menu-item .mobile-menu-wrap .hs-menu-wrapper > ul > li{
    transform: translate(0px, 0px);
    opacity: 1;
  }
  .mobile-menu-wrap .hs-menu-wrapper > ul.no-tran-item > li {
    transform: none !important;
    transition-delay: initial !important;
  }


  div#slide-out-widget-area-bg{
    height: 100%;
    width: 100%;
    display: block;
    transform: translate(0px, -100%);
    opacity: 0;
    transition: transform 920ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: linear-gradient(145deg, #f1f1f1, #ffffff);
    left: 0;
    top: 0;
    position: fixed;
    -webkit-backface-visibility: hidden;
    z-index:96;
  }
  .open-mob-menu div#slide-out-widget-area-bg{
    display: block;
    transform: translate(0px, 0%);
    opacity: 1;
  }
  .open-mob-menu-open div#slide-out-widget-area-bg{
    transition: opacity 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transform: translate(0px, 0%);
  }

  .show-mobile-nav .mobile-menu-wrap {
    display: block;
    opacity: 1;
  }



  .mobile-menu-in {
    height: 100%;
    margin-right: -20px;
    padding-top: 45px;
  }

  .mobile-menu-contener {
    width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    height: auto;
    transform: translate(0px, -234px);
  }
  .off-canvas-menu-container.mobile-only > div>.off-canvas-menu-container.mobile-only > div > span {
    display: block;
    height: 100%;
  }

  .off-canvas-menu-container.mobile-only.mobile-menu-contener-in > div, 
  .off-canvas-menu-container.mobile-only.mobile-menu-contener-in > div > span,
  .off-canvas-menu-container.mobile-only.mobile-menu-contener-in .hs-menu-wrapper {
    display: block;
    height: 100%;
  }

  #slide-out-widget-area .menuwrapper {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    margin-right: 0;
    display: block;
    height: 100%;
  }

  .mobile-menu-wrap .hs-menu-wrapper ul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .mobile-menu-wrap .hs-menu-wrapper ul li {
    margin: 0 0 8px 0;
    text-align: center;
  }

  .mobile-menu-wrap .hs-menu-wrapper ul li a {
    font-size: 48px;
    line-height: 48px;
    color: #666666;
    padding: 6px 20px;
    display: block;
    transition: opacity 0.2s ease, color 0.2s ease;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .mobile-menu-wrap .hs-menu-wrapper ul li a:hover {
    color: #f05023;
  }

  .mobile-menu-wrap .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    background: #f1f1f1;
    transition: all 0.5s linear !important;
    display: block !important;
    width: 100%;
    height: 100vh;
    left: 0;
  }
  .mobile-menu-wrap .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
  }

  .mobile-menu-in .inner {
    width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    height: auto;
    transform: translate(0px, -268px);
  }
  .mobile-menu-wrap .hs-menu-wrapper ul li.dl-back {
    margin-bottom: 20px;
  }

  .mobile-menu-wrap .hs-menu-wrapper ul li.dl-back > a {
    display: inline-block;
    background: rgba(0,0,0,0.13);
  }



  .wesite-header.wesite-header2 {
    position: absolute;
    height: 0px;
  }

  body:not(.header-fixed) .wesite-header2 .wesite-header-wrap {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.25);
  }

  .wesite-header2 .normal-logo {
    display: block;
    position: absolute;
    opacity: 1;
    transition: height 0.32s ease, opacity 0.2s ease;
  }

  body:not(.header-fixed) .wesite-header2 .fixed-logo {
    opacity: 0;
    transition: height 0.32s ease, opacity 0.2s ease;
  }
  .header-fixed .wesite-header2 .normal-logo {
    opacity: 0;
    transition: height 0.32s ease, opacity 0.2s ease;
  }

  body:not(.header-fixed) .wesite-header2 .slide-out-widget-area-toggle > div > a > span > i:after,
  body:not(.header-fixed) .wesite-header2 .slide-out-widget-area-toggle > div > a > span i.lines:before, 
  body:not(.header-fixed) .wesite-header2 .slide-out-widget-area-toggle > div > a > span i.lines:after {
    background: #fff;
  }

  body:not(.header-fixed) .wesite-header2 a.mobile-search {
    color: #fff;
  }



  .mobile-menu-wrap .hs-menu-wrapper ul li a small {
    color: #888;
    display: block;
    line-height: 1.6;
    font-size: 75%;
    position: relative;
    top: -4px;
    opacity: 0.6;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Rubik;
    letter-spacing: 1px;
  }

  .hs-home-layout .wesite-header-wrap {
    box-shadow: none;
  }

  div#search-outer div#search-box {
    -webkit-transform: none;
    transform: none;
    top: 20%;
  }


}
.wesite-header-v2 .header-contact-menu .hs-menu-wrapper>ul>li.menu-item-search > a {
  font-size: 0;
}
@media only screen and (min-width: 1001px) and (max-width:1299px){
  .header-contact-menu .hs-menu-wrapper>ul>li.menu-item-search>a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wesite-header-v2 .header-contact-menu .hs-menu-wrapper>ul>li.menu-item-search {
    margin-left: 0;
  }
  .header-main-menu .hs-menu-wrapper>ul>li>a,
  .header-contact-menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1001px) and (max-width:1199px){
  .header-contact-menu .hs-menu-wrapper>ul>li.menu-item-search>a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-contact-menu .hs-menu-wrapper>ul>li.menu-item-search {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1001px) and (max-width:1099px){
  .header-main-menu .hs-menu-wrapper>ul>li>a {
    font-size: 10px;
  }

  .header-contact-menu .hs-menu-wrapper>ul>li>a {
    font-size: 10px;
  }
}
@media (max-width:690px){
  .wesite-header .page-center {
    padding: 0 18px;
  }

  .header-col.col-right {
    right: 18px;
  }

  div#search-outer .hs-search-field .hs-search-field__input {
    font-size: 28px;
  }
  .mobile-menu-wrap .hs-menu-wrapper ul li a {
    font-size: 32px;
    line-height: 32px;
  }

  .mobile-menu-wrap .inner {
    transform: translate(0px, -204px);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-bottom-wrap {
  padding: 20px 0;
  font-size: 12px;
  color: #777;
  border: none;
  background-color: #1F1F1F;
}

.page-center:before,.page-center:after {
  content: " ";
  display: table;
}

.page-center:after {
  clear: both;
}

.footer-bottom-col {
  display: block;
  float: left;
  width: 100%;
}
.footer-bottom-col:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 690px){
  .footer-bottom-col{
    margin-right: 2%;
  }
  .footer-bottom-col:last-child{
    margin-right: 0;
  }
  .footer-bottom-col.col-left{
    width: 40.5%;
  }
  .footer-bottom-col.col-right{
    width: 57.5%;
  }
  .footer-bottom-wrap .page-center { 
      display: flex; 
      flex-direction: row-reverse; 
      justify-content: space-between; 
      align-items: center; 
  }
  .footer-bottom-col.col-left { 
      text-align: right; 
  }
  .footer-bottom-col.col-right { 
    text-align: left; 
    float: none; 
    display: flex; 
  }
}

.footer-bottom-col.col-right .social {
  float: right;
  margin: 0;
  list-style: none;
}

.footer-bottom-col.col-right .social li {
  float: left;
  margin-left: 20px;
  list-style: none;
}

.social li a {
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
  text-decoration: none;
}

.social li a i {
  font-size: 20px;
  width: auto;
  background-color: transparent;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.footer-bottom-col.col-left > div {
  line-height: 22px;
  margin-top: 3px;
}
.footer-top-wrap {
  background-color: #e8e8e8;
}

.footer-top-menu {
  padding: 55px 0;
}

.footer-top-menu .hs-menu-wrapper > ul:before,.footer-top-menu .hs-menu-wrapper > ul:after {
  content: " ";
  display: table;
}

.footer-top-menu .hs-menu-wrapper > ul:after {
  clear: both;
}

.footer-top-menu .hs-menu-wrapper > ul > li {
  float: left;
  width: 32.0%;
  margin-right: 2%;
  font-size: 12px;
  break-inside: avoid-column;
  line-height: 1;
}



.footer-top-menu .hs-menu-wrapper > ul ul li a {
  display: block;
}

.footer-top-menu .hs-menu-wrapper > ul ul li {
  padding: 4px 0;
}

.footer-top-menu .hs-menu-wrapper > ul ul li:first-child {
  padding-top: 0;
}

.footer-top-menu .hs-menu-wrapper > ul > li > a {
  margin-bottom: 12px;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 600;
  display: block;
  cursor: text;
  color: #636363;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 32px;
  min-height: 32px;
}
#to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-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;
  -webkit-transition: background-color 0.1s linear;
  border-radius: 0;
  box-shadow: none;
  color:#fff;
  transition:background-color 0.1s linear,bottom 0.1s linear;
}
#to-top i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
}
#to-top:hover{
    background-color: #F05023!important;
  color:#fff;
}
#to-top.show-bk-tp{
  bottom: 100px;
}
@media (min-width:1000px){
  .footer-top-menu .hs-menu-wrapper > ul > li:nth-child(3n) {
    margin-right: 0;
  }

  .footer-top-menu .hs-menu-wrapper > ul > li:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 690px){
  .footer-top-menu .hs-menu-wrapper > ul > li > a{
    line-height: 28px;
    min-height: 28px;
  }
}
@media (max-width: 999px){
  .footer-top-menu .hs-menu-wrapper > ul > li {
    width: 48%;
    padding: 15px;
    margin-right: 15px;
  }

  .footer-top-menu .hs-menu-wrapper > ul > li:nth-child(2n) {
    margin-right: 0;
  }

  .footer-top-menu .hs-menu-wrapper > ul > li:nth-child(2n+1) {
    clear: left;
  }
	#to-top{
		display:none !important;
	}
}
@media only screen and (max-width: 690px){
  .footer-bottom-col {
    float: none;
  }

  .footer-bottom-col.col-right .social {
    float: left;
  }

  .footer-bottom-col.col-left {
    margin-bottom: 25px;
  }

  .footer-bottom-col.col-right .social li:first-child {
    margin-left: 0;
  }

  .footer-top-menu .hs-menu-wrapper > ul > li {
    float: none;
    padding: 0;
    margin-right: 0;
    width: 100%;
  }

  .footer-top-menu .hs-menu-wrapper > ul > li > a {
    line-height: 25.2px;
    min-height: 25.2px;
  }
}
@media only screen and (max-width: 479px){
  .footer-top-menu .hs-menu-wrapper > ul > li > a {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
}
.post_top_pane {
  position: relative;
}
.post_top_pane .content-wrapper {
  padding: 0px 90px;
  width: 100%;
}
.post_top_pane .content_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.row-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
}
.row-bg-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  backface-visibility: hidden;
}
.video-color-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  padding-bottom: 0;
  z-index: 3;
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
  opacity: 0.7;
}
.nectar-video-wrap {
  position: absolute;
  top: 0;
  padding-bottom: 0;
  overflow: hidden;
  z-index: 1;
  margin-left: -50vw;
  left: 50%;
  width: 100vw!important;
  opacity: 1;
  height: 100%;
}
.nectar-video-wrap iframe {
  max-width: 1000%;
  margin-left: 0px;
  margin-top: -105px;
  width: 100vw;
  height: 1078.31px;
  margin-top: -60px !important;
}

@media screen and (min-width: 2300px) {
  .nectar-video-wrap iframe {
    transform: scale(1.75);
  }
}

.nectar-shape-divider-wrap {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 3;
  transform: translateZ(0);
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
}
svg.nectar-shape-divider {
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 100%;
  position: absolute;
  filter: blur(0.5px);
  transform: scale(1.03);
}


.col.span_12.light.left {
  position: relative;
  width: 65.95744680199999%;
  margin: 0 auto;
  z-index: 9;
  text-align: center;
  padding: 1%;
}
.vc_column-inner {
  position: relative;
}
.episode_num {
  margin-bottom: 15px;
}
.episode_num h5 {
  margin: 10px 0 0;
  font-family: Rubik;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.episode_num h5>div {
  padding-left: 4px;
}
.post_heading {
  margin-bottom: 24px;
}
.post_heading h1 {
  color: #fff;
}
div#fws_607d0400974a2 {
  margin-bottom: 24px;
  position: relative;
}
.wpb_text_column.wpb_content_element>.wpb_wrapper {
  box-shadow: 0 40px 100px rgb(0 0 0 / 15%), 0 25px 80px rgb(0 0 0 / 10%);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.col.span_12.left.reading-time-info {
  color: #fff;
  position: relative;
  width: 100%;
  z-index: 10;
  display: flex !important;
  flex-direction: column;
  margin-top: 1em;
  transition: opacity .4s;
}



/*-----------------------------*/

.blog_post_wrapr {
  padding-top: 54px;
}
.blog_post_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.social_share_out {
  margin: 0 auto;
  width: 65.95744680199999%;
  position: relative;
  margin-bottom: 24px;
}
.social_share.hover .share-btn {
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
  display: inline-block;
  border: 2px solid rgba(0,0,0,0.1);
  padding: 6px 20px;
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 100px;
  color: #888;
  margin-right: 14px;
  -webkit-transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
  transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
}
.social_share.hover i.icon-default-style[class^="icon-"], 
.social_share.hover i[class^="icon-"] {
  margin-right: 7px;
  font-size: 18px;
  line-height: 23px;
  height: 20px;
  -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
  transition: color .45s cubic-bezier(0.25,1,0.33,1);
  color: #ddd;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.steadysets-icon-share:before {
  content: "\e63c";
}

.social_share.hover > *:not(.share-btn) {
  margin-bottom: 14px;
}
span.share-btn i.icon-default-style {
  font-family: steadysets!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social_share.hover > div:not(.share-btn) {
  display: inline-block;
}
.social_share_inner {
  position: absolute;
  left: 0;
  width: 180px;
}
.social_share.hover .social_share_inner a {
  transform: translateX(-20px);
  opacity: 0;
  height: 45px;
  width: 45px;
  padding: 0;
  color: #ddd;
  margin: 0 10px 14px 0;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  border: 2px solid rgba(0,0,0,0.1);
  border-radius: 100px;
  -webkit-transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
  transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
}
.social_share.hover .social_share_inner a i {
  font-size: 16px;
  color: inherit;
  height: 20px;
  width: auto;
  line-height: 20px;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
}
.social_share.hover .social_share_inner a:hover {
  color: #F05023;
  border-color: #F05023;
  transition: all 0.2s ease;
}
.social_share.hover{
  width:126px;
}
.social_share.hover:hover{
  width:180px;
  max-width:100%;
}
.social_share.hover:hover .share-btn {
  opacity: 0;
  pointer-events: none;
}
.social_share.hover:hover .social_share_inner a {
  transform: translateX(0px);
  opacity: 1;
}
.social_share.hover:hover .social_share_inner a:not(:hover):nth-child(2) {
  transition-delay: 0.03s;
}
.social_share.hover:hover .social_share_inner a:not(:hover):nth-child(3) {
  transition-delay: 0.06s;
}


.blog_post {
  position: relative;
  margin: 0 auto 35px;
  width: 65.95744680199999%;
  padding-bottom: 10px;
}
.blog-post__body p:empty {
  height: 11px;
  padding: 0;
}


.contact_our_team {
  padding-top: calc(100vw * 0.03);
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
.contact_our_team_inner {
  width: 65.95744680199999%;
  margin: 0 auto;
  padding-bottom: 105px;
}
.contact_our_team_btn {
  padding: 8px 0 93px;
}
a.cta_button.cta_buttons {
  padding: 8px 33px;
  background-color: rgb(240, 80, 35);
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 600;
  position: relative;
  top: 0;
  margin: 0 8px 10px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
  font-size: 12px;
}
a.cta_button.cta_buttons span {
  left: 0;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}
a.cta_button.cta_buttons:hover span {
  -ms-transform: translateX(-14px);
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
}
a.cta_button.cta_buttons i {
  font-size: 16px;
  line-height: 16px;
  right: 26px;
  width: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  font-family: 'iconsmind';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.cta_button.cta_buttons:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 1;
}
.iconsmind-Mail-2:before {
  content: "\ef85";
}
.iconsmind-Telephone:before {
  content: "\f0a8";
}





.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_wrapr {
  padding-bottom: 40px;
}
.blog-index {
  padding-top: 40px;
  width: calc(100% + 16px);
  margin: 0 0 0 -8px;
  position: relative;
}
.post_items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post_items .post_item {
  width: 25%;
  display: block;
  padding: 8px;
  position: relative;
  color: #676767;
}
.post_items .post_item:nth-child(8n+1),
.post_items .post_item:nth-child(8n+6),
.post_items .post_item:nth-child(8n+7), 
.post_items .post_item:nth-child(8n+8) {
  width: 50%;
}
.post_item .inner_wrap {
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),transform 0.3s cubic-bezier(0.3,0.58,0.55,1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),-webkit-transform 0.3s cubic-bezier(0.3,0.58,0.55,1);
}
.post-content {
  height: 50vh;
  position: relative;
  min-height: 98px;
}
.post-content .content-inner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
a.entire-meta-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
span.post-featured-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .7s cubic-bezier(.2,1,.22,1);
  backface-visibility: visible;
  background-size: cover;
  background-position: center;
  width: 100.5%;
  height: 100.5%;
}
.post_item:hover span.post-featured-img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}
.post_items span.post-featured-img:after {
  content: '';
  background: linear-gradient(to bottom,rgba(35,35,35,0),rgba(35,35,35,.65) 100%);
  top: auto;
  bottom: 0;
  width: 100%;
  height: 75%;
  display: block;
  position: absolute;
  left: 0;
}
.article-content-wrap {
  pointer-events: none;
  z-index: 33;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  left: 0;
}
span.meta-category {
  pointer-events: all;
}
a.blog_post_tag {
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin: 0 10px 10px 0;
  color: #fff;
  transition: opacity 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  opacity: 0.72;
  font-family: Rubik;
}
a.blog_post_tag:before {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  background-color: #fff;
}
a.blog_post_tag:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.blog_post_tag:hover {
  opacity: 1;
  color: #fff;
}
.post_items .post_item:nth-child(8n+1) .post-header, 
.post_items .post_item:nth-child(8n+6) .post-header,
.post_items .post_item:nth-child(8n+7) .post-header, 
.post_items .post_item:nth-child(8n+8) .post-header {
  max-width: 55%;
  color: #888;
}

.post-header h3.title {
  margin: 0;
}
h3.title a {
  color: #fff;
}
.blog-post__body a:hover {
  color: inherit;
}






.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;
  height: 32px;
  margin-top: 55px;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  flex-wrap: wrap;
}
.blog-pagination a {
  line-height: 11px;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  padding: 11px 13px 10px 13px;
  background-position: -21px center;
  position: relative;
  text-transform: capitalize;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 2px 2px 2px 2px;
  font-family: 'Open Sans';
  font-weight: 700;
  color: inherit;
}
.blog-pagination a:hover {
  color: #F05023;
}
.blog-pagination a.active {
  -webkit-box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
  box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
  margin: 0 8px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  background-color: #F05023;
  color: #fff;
  display: inline-block;
  border-radius: 0;
  cursor: default;
  pointer-events: none;
}





.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 .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.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;
  }
}

/* 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;
}


@media (max-width: 1300px) and (min-width: 1000px) {
  .post-header h3.title {
    font-size: 18.7px;
    line-height: 27.2px;
  }

}

@media (max-width: 999px) and (min-width: 690px) {
  .post-header h3.title {
    font-size: 17.6px;
    line-height: 25.6px;
  }
  .blog_wrapr .content-wrapper {
    padding: 0;
  }

}



@media (max-width: 999px) {
  .post_items .post_item {
    width: 50%;
  }
  .post_items .post_item:nth-child(3n+1) {
    width: 100%;
  } 
  .blog_post_wrapr .content-wrapper {
    padding: 0;
  }
  .contact_our_team_inner,
  .social_share_out,
  .blog_post {
    width: 100%;
  }
  .contact_our_team_btn {
    padding: 8px 0 117px;
  }

  .col.span_12.light.left {
    width: 100%;
  }
  .post_top_pane .content-wrapper {
    padding: 26px 0;
    width: 100%;
  }
  svg.nectar-shape-divider {
    height: 75%;
  }
  .social_share_out {
    margin-bottom: 24px;
  }
  .social_share.hover i.icon-default-style[class^="icon-"],
  .social_share.hover i[class^="icon-"] {
    margin-top: -1px;
  }
  .social_share.hover .social_share_inner a {
    margin-bottom: 0;
  }



}


@media (max-width: 690px) {
  .post_items .post_item {
    width: 100% !important;
  }
  .post-content {
    height: 33vh;
  }
  .post-header h3.title {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .blog_wrapr .content-wrapper {
    padding: 0;
  }
  .post_top_pane .content-wrapper,
  .blog_post_wrapr .content-wrapper {
    max-width: 320px;
  }
  .post_heading h1 {
    font-size: 35.1px;
    line-height: 39px;
  }
  svg.nectar-shape-divider {
    height: 33%;
  }
  .col.span_12.left.reading-time-info {
    margin-top: 1.1em;
  }
  .blog_post_wrapr {
    padding-top: 40px;
  }
  .contact_our_team {
    padding-top: 66px;
  }
  .contact_our_team_btn {
    padding: 8px 0 101px;
  }

  .blog-index {
    width: 100%;
    margin: 0;
  }
  .hs-blog-listing .content-wrapper {
    width: 90%;
  }
  .post_items {
    width: 100%;
  }
  .post_items .post_item {
    box-sizing: border-box;
  }
  span.post-featured-img {
    width: 100%;
  }
}
.nectar-video-wrap video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social_share_inner {
  max-width: 100%;
}
.post_top_pane {
  overflow: hidden;
}
.episode_row4 form, .episode_row1 form {
  -webkit-font-smoothing: auto !important;
}
.mobile-menu-wrap .hs-menu-wrapper ul li a[href="javascript:;"] {
  cursor: text;
}
.custom-interactive-section a.mobile-menu-link{
  cursor: pointer;
}
@media (max-width: 380px) {
  .post_top_pane .content-wrapper,
  .blog_post_wrapr .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width:690px){
  .warranty-page-lay .widget-type-header h4 {
    font-size: 16.2px;
    line-height: 25.2px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.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-top: 3rem;
  padding-bottom: 3rem;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 650px;
  max-width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: 8px 15px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, 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;
}

.error-404-lay {
  padding: 40px 0;
  text-align: center;
}

.error-page-content {
  text-align: center;
  padding: 10% 0;
  position: relative;
  z-index: 10;
}

.error-page-content h1 {
  font-size: 250px;
  line-height: 250px;
}

.error-page-content h2 {
  font-size: 54px;
  line-height: 44px;
}

.error-page-content a.error-btn {
  display: inline-block;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -o-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  color: #FFF;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  padding: 15px 22px;
  padding-left: 42px;
  padding-right: 42px;
  border-radius: 0;
  box-shadow: none;
  background-color: #F05023;
  margin-top: 50px;
}

.error-page-content a.error-btn span {
  left: 0;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}

.error-page-content a.error-btn i {
  word-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  font-size: 19px;
  background-color: transparent!important;
}

.error-page-content a.error-btn i:before {
  content: "\e909";
}

.error-page-content a.error-btn:hover {
  background-color: #F05023;
  opacity: 0.87;
  color: #fff;
}

.error-page-content a.error-btn:hover span {
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}

.error-page-content a.error-btn:hover i {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.privacy_policy_banner .custom-banner .parallex-wrapper-banner {
  height: 100%;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .error-page-content h2{
    line-height: 35.7px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 690px){
  .error-page-content h2{
    line-height: 33.6px
  }
}
@media (max-width: 690px){
  .error-page-content h2{
    line-height: 31.5px;
  }
}
@media (max-width: 540px){
  .error-page-content h1 {
    font-size: 140px;
    line-height: 1;
  }
  .error-page-content h2{
    line-height: 1;
  }
}
[class^="icon-"],[class*=" icon-"], i[class*="fa-"], span[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;}
[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;}
@-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}
/* steadysets */


[class*=" steadysets-icon-"],[class^=steadysets-icon-] {
  font-family: steadysets!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.steadysets-icon-type:before {
  content: "\e600"
}

.steadysets-icon-box:before {
  content: "\e601"
}

.steadysets-icon-archive:before {
  content: "\e602"
}

.steadysets-icon-envelope:before {
  content: "\e603"
}

.steadysets-icon-email:before {
  content: "\e604"
}

.steadysets-icon-files:before {
  content: "\e605"
}

.steadysets-icon-uniE606:before {
  content: "\e606"
}

.steadysets-icon-connection-empty:before {
  content: "\e607"
}

.steadysets-icon-connection-25:before {
  content: "\e608"
}

.steadysets-icon-connection-50:before {
  content: "\e609"
}

.steadysets-icon-connection-75:before {
  content: "\e60a"
}

.steadysets-icon-connection-full:before {
  content: "\e60b"
}

.steadysets-icon-microphone:before {
  content: "\e60c"
}

.steadysets-icon-microphone-off:before {
  content: "\e60d"
}

.steadysets-icon-book:before {
  content: "\e60e"
}

.steadysets-icon-cloud:before {
  content: "\e60f"
}

.steadysets-icon-book2:before {
  content: "\e610"
}

.steadysets-icon-star:before {
  content: "\e611"
}

.steadysets-icon-phone-portrait:before {
  content: "\e612"
}

.steadysets-icon-phone-landscape:before {
  content: "\e613"
}

.steadysets-icon-tablet:before {
  content: "\e614"
}

.steadysets-icon-tablet-landscape:before {
  content: "\e615"
}

.steadysets-icon-laptop:before {
  content: "\e616"
}

.steadysets-icon-uniE617:before {
  content: "\e617"
}

.steadysets-icon-barbell:before {
  content: "\e618"
}

.steadysets-icon-stopwatch:before {
  content: "\e619"
}

.steadysets-icon-atom:before {
  content: "\e61a"
}

.steadysets-icon-syringe:before {
  content: "\e61b"
}

.steadysets-icon-pencil:before {
  content: "\e61c"
}

.steadysets-icon-chart:before {
  content: "\e61d"
}

.steadysets-icon-bars:before {
  content: "\e61e"
}

.steadysets-icon-cube:before {
  content: "\e61f"
}

.steadysets-icon-image:before {
  content: "\e620"
}

.steadysets-icon-crop:before {
  content: "\e621"
}

.steadysets-icon-graph:before {
  content: "\e622"
}

.steadysets-icon-select:before {
  content: "\e623"
}

.steadysets-icon-bucket:before {
  content: "\e624"
}

.steadysets-icon-mug:before {
  content: "\e625"
}

.steadysets-icon-clipboard:before {
  content: "\e626"
}

.steadysets-icon-lab:before {
  content: "\e627"
}

.steadysets-icon-bones:before {
  content: "\e628"
}

.steadysets-icon-pill:before {
  content: "\e629"
}

.steadysets-icon-bolt:before {
  content: "\e62a"
}

.steadysets-icon-health:before {
  content: "\e62b"
}

.steadysets-icon-map-marker:before {
  content: "\e62c"
}

.steadysets-icon-stack:before {
  content: "\e62d"
}

.steadysets-icon-newspaper:before {
  content: "\e62e"
}

.steadysets-icon-uniE62F:before {
  content: "\e62f"
}

.steadysets-icon-coffee:before {
  content: "\e630"
}

.steadysets-icon-bill:before {
  content: "\e631"
}

.steadysets-icon-sun:before {
  content: "\e632"
}

.steadysets-icon-vcard:before {
  content: "\e633"
}

.steadysets-icon-shorts:before {
  content: "\e634"
}

.steadysets-icon-drink:before {
  content: "\e635"
}

.steadysets-icon-diamond:before {
  content: "\e636"
}

.steadysets-icon-bag:before {
  content: "\e637"
}

.steadysets-icon-calculator:before {
  content: "\e638"
}

.steadysets-icon-credit-cards:before {
  content: "\e639"
}

.steadysets-icon-microwave-oven:before {
  content: "\e63a"
}

.steadysets-icon-camera:before {
  content: "\e63b"
}

.steadysets-icon-share:before {
  content: "\e63c"
}

.steadysets-icon-bullhorn:before {
  content: "\e63d"
}

.steadysets-icon-user:before {
  content: "\e63e"
}

.steadysets-icon-users:before {
  content: "\e63f"
}

.steadysets-icon-user2:before {
  content: "\e640"
}

.steadysets-icon-users2:before {
  content: "\e641"
}

.steadysets-icon-unlocked:before {
  content: "\e642"
}

.steadysets-icon-unlocked2:before {
  content: "\e643"
}

.steadysets-icon-lock:before {
  content: "\e644"
}

.steadysets-icon-forbidden:before {
  content: "\e645"
}

.steadysets-icon-switch:before {
  content: "\e646"
}

.steadysets-icon-meter:before {
  content: "\e647"
}

.steadysets-icon-flag:before {
  content: "\e648"
}

.steadysets-icon-home:before {
  content: "\e649"
}

.steadysets-icon-printer:before {
  content: "\e64a"
}

.steadysets-icon-clock:before {
  content: "\e64b"
}

.steadysets-icon-calendar:before {
  content: "\e64c"
}

.steadysets-icon-comment:before {
  content: "\e64d"
}

.steadysets-icon-chat-3:before {
  content: "\e64e"
}

.steadysets-icon-chat-2:before {
  content: "\e64f"
}

.steadysets-icon-chat-1:before {
  content: "\e650"
}

.steadysets-icon-chat:before {
  content: "\e651"
}

.steadysets-icon-zoom-out:before {
  content: "\e652"
}

.steadysets-icon-zoom-in:before {
  content: "\e653"
}

.steadysets-icon-search:before {
  content: "\e654"
}

.steadysets-icon-trashcan:before {
  content: "\e655"
}

.steadysets-icon-tag:before {
  content: "\e656"
}

.steadysets-icon-download:before {
  content: "\e657"
}

.steadysets-icon-paperclip:before {
  content: "\e658"
}

.steadysets-icon-checkbox:before {
  content: "\e659"
}

.steadysets-icon-checkbox-checked:before {
  content: "\e65a"
}

.steadysets-icon-checkmark:before {
  content: "\e65b"
}

.steadysets-icon-refresh:before {
  content: "\e65c"
}

.steadysets-icon-reload:before {
  content: "\e65d"
}

.steadysets-icon-arrow-right:before {
  content: "\e65e"
}

.steadysets-icon-arrow-down:before {
  content: "\e65f"
}

.steadysets-icon-arrow-up:before {
  content: "\e660"
}

.steadysets-icon-arrow-left:before {
  content: "\e661"
}

.steadysets-icon-settings:before {
  content: "\e662"
}

.steadysets-icon-battery-full:before {
  content: "\e663"
}

.steadysets-icon-battery-75:before {
  content: "\e664"
}

.steadysets-icon-battery-50:before {
  content: "\e665"
}

.steadysets-icon-battery-25:before {
  content: "\e666"
}

.steadysets-icon-battery-empty:before {
  content: "\e667"
}

.steadysets-icon-battery-charging:before {
  content: "\e668"
}

.steadysets-icon-uniE669:before {
  content: "\e669"
}

.steadysets-icon-grid:before {
  content: "\e66a"
}

.steadysets-icon-list:before {
  content: "\e66b"
}

.steadysets-icon-wifi-low:before {
  content: "\e66c"
}

.steadysets-icon-folder-check:before {
  content: "\e66d"
}

.steadysets-icon-folder-settings:before {
  content: "\e66e"
}

.steadysets-icon-folder-add:before {
  content: "\e66f"
}

.steadysets-icon-folder:before {
  content: "\e670"
}

.steadysets-icon-window:before {
  content: "\e671"
}

.steadysets-icon-windows:before {
  content: "\e672"
}

.steadysets-icon-browser:before {
  content: "\e673"
}

.steadysets-icon-file-broken:before {
  content: "\e674"
}

.steadysets-icon-align-justify:before {
  content: "\e675"
}

.steadysets-icon-align-center:before {
  content: "\e676"
}

.steadysets-icon-align-right:before {
  content: "\e677"
}

.steadysets-icon-align-left:before {
  content: "\e678"
}

.steadysets-icon-file:before {
  content: "\e679"
}

.steadysets-icon-file-add:before {
  content: "\e67a"
}

.steadysets-icon-file-settings:before {
  content: "\e67b"
}

.steadysets-icon-mute:before {
  content: "\e67c"
}

.steadysets-icon-heart:before {
  content: "\e67d"
}

.steadysets-icon-enter:before {
  content: "\e67e"
}

.steadysets-icon-volume-decrease:before {
  content: "\e67f"
}

.steadysets-icon-wifi-mid:before {
  content: "\e680"
}

.steadysets-icon-volume:before {
  content: "\e681"
}

.steadysets-icon-bookmark:before {
  content: "\e682"
}

.steadysets-icon-screen:before {
  content: "\e683"
}

.steadysets-icon-map:before {
  content: "\e684"
}

.steadysets-icon-measure:before {
  content: "\e685"
}

.steadysets-icon-eyedropper:before {
  content: "\e686"
}

.steadysets-icon-support:before {
  content: "\e687"
}

.steadysets-icon-phone:before {
  content: "\e688"
}

.steadysets-icon-email2:before {
  content: "\e689"
}

.steadysets-icon-volume-increase:before {
  content: "\e68a"
}

.steadysets-icon-wifi-full:before {
  content: "\e68b"
}

[class^="iconsmind-"], [class*=" iconsmind-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconsmind' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconsmind-Aquarius:before{content:"\e900"}.iconsmind-Aquarius-2:before{content:"\e901"}.iconsmind-Aries:before{content:"\e902"}.iconsmind-Aries-2:before{content:"\e903"}.iconsmind-Cancer:before{content:"\e904"}.iconsmind-Cancer-2:before{content:"\e905"}.iconsmind-Capricorn:before{content:"\e906"}.iconsmind-Capricorn-2:before{content:"\e907"}.iconsmind-Gemini:before{content:"\e908"}.iconsmind-Gemini-2:before{content:"\e909"}.iconsmind-Leo:before{content:"\e90a"}.iconsmind-Leo-2:before{content:"\e90b"}.iconsmind-Libra:before{content:"\e90c"}.iconsmind-Libra-2:before{content:"\e90d"}.iconsmind-Pisces:before{content:"\e90e"}.iconsmind-Pisces-2:before{content:"\e90f"}.iconsmind-Sagittarus:before{content:"\e910"}.iconsmind-Sagittarus-2:before{content:"\e911"}.iconsmind-Scorpio:before{content:"\e912"}.iconsmind-Scorpio-2:before{content:"\e913"}.iconsmind-Taurus:before{content:"\e914"}.iconsmind-Taurus-2:before{content:"\e915"}.iconsmind-Virgo:before{content:"\e916"}.iconsmind-Virgo-2:before{content:"\e917"}.iconsmind-Add-Window:before{content:"\e918"}.iconsmind-Approved-Window:before{content:"\e919"}.iconsmind-Block-Window:before{content:"\e91a"}.iconsmind-Close-Window:before{content:"\e91b"}.iconsmind-Code-Window:before{content:"\e91c"}.iconsmind-Delete-Window:before{content:"\e91d"}.iconsmind-Download-Window:before{content:"\e91e"}.iconsmind-Duplicate-Window:before{content:"\e91f"}.iconsmind-Error-404Window:before{content:"\e920"}.iconsmind-Favorite-Window:before{content:"\e921"}.iconsmind-Font-Window:before{content:"\e922"}.iconsmind-Full-ViewWindow:before{content:"\e923"}.iconsmind-Height-Window:before{content:"\e924"}.iconsmind-Home-Window:before{content:"\e925"}.iconsmind-Info-Window:before{content:"\e926"}.iconsmind-Loading-Window:before{content:"\e927"}.iconsmind-Lock-Window:before{content:"\e928"}.iconsmind-Love-Window:before{content:"\e929"}.iconsmind-Maximize-Window:before{content:"\e92a"}.iconsmind-Minimize-Maximize-Close-Window:before{content:"\e92b"}.iconsmind-Minimize-Window:before{content:"\e92c"}.iconsmind-Navigation-LeftWindow:before{content:"\e92d"}.iconsmind-Navigation-RightWindow:before{content:"\e92e"}.iconsmind-Network-Window:before{content:"\e92f"}.iconsmind-New-Tab:before{content:"\e930"}.iconsmind-One-Window:before{content:"\e931"}.iconsmind-Refresh-Window:before{content:"\e932"}.iconsmind-Remove-Window:before{content:"\e933"}.iconsmind-Restore-Window:before{content:"\e934"}.iconsmind-Save-Window:before{content:"\e935"}.iconsmind-Settings-Window:before{content:"\e936"}.iconsmind-Share-Window:before{content:"\e937"}.iconsmind-Sidebar-Window:before{content:"\e938"}.iconsmind-Split-FourSquareWindow:before{content:"\e939"}.iconsmind-Split-Horizontal:before{content:"\e93a"}.iconsmind-Split-Horizontal2Window:before{content:"\e93b"}.iconsmind-Split-Vertical:before{content:"\e93c"}.iconsmind-Split-Vertical2:before{content:"\e93d"}.iconsmind-Split-Window:before{content:"\e93e"}.iconsmind-Time-Window:before{content:"\e93f"}.iconsmind-Touch-Window:before{content:"\e940"}.iconsmind-Two-Windows:before{content:"\e941"}.iconsmind-Upload-Window:before{content:"\e942"}.iconsmind-URL-Window:before{content:"\e943"}.iconsmind-Warning-Window:before{content:"\e944"}.iconsmind-Width-Window:before{content:"\e945"}.iconsmind-Window-2:before{content:"\e946"}.iconsmind-Windows-2:before{content:"\e947"}.iconsmind-Autumn:before{content:"\e948"}.iconsmind-Celsius:before{content:"\e949"}.iconsmind-Cloud-Hail:before{content:"\e94a"}.iconsmind-Cloud-Moon:before{content:"\e94b"}.iconsmind-Cloud-Rain:before{content:"\e94c"}.iconsmind-Cloud-Snow:before{content:"\e94d"}.iconsmind-Cloud-Sun:before{content:"\e94e"}.iconsmind-Clouds-Weather:before{content:"\e94f"}.iconsmind-Cloud-Weather:before{content:"\e950"}.iconsmind-Drop:before{content:"\e951"}.iconsmind-Dry:before{content:"\e952"}.iconsmind-Fahrenheit:before{content:"\e953"}.iconsmind-Fog-Day:before{content:"\e954"}.iconsmind-Fog-Night:before{content:"\e955"}.iconsmind-Full-Moon:before{content:"\e956"}.iconsmind-Half-Moon:before{content:"\e957"}.iconsmind-No-Drop:before{content:"\e958"}.iconsmind-Rainbow:before{content:"\e959"}.iconsmind-Rainbow-2:before{content:"\e95a"}.iconsmind-Rain-Drop:before{content:"\e95b"}.iconsmind-Sleet:before{content:"\e95c"}.iconsmind-Snow:before{content:"\e95d"}.iconsmind-Snowflake:before{content:"\e95e"}.iconsmind-Snowflake-2:before{content:"\e95f"}.iconsmind-Snowflake-3:before{content:"\e960"}.iconsmind-Snow-Storm:before{content:"\e961"}.iconsmind-Spring:before{content:"\e962"}.iconsmind-Storm:before{content:"\e963"}.iconsmind-Summer:before{content:"\e964"}.iconsmind-Sun:before{content:"\e965"}.iconsmind-Sun-CloudyRain:before{content:"\e966"}.iconsmind-Sunrise:before{content:"\e967"}.iconsmind-Sunset:before{content:"\e968"}.iconsmind-Temperature:before{content:"\e969"}.iconsmind-Temperature-2:before{content:"\e96a"}.iconsmind-Thunder:before{content:"\e96b"}.iconsmind-Thunderstorm:before{content:"\e96c"}.iconsmind-Twister:before{content:"\e96d"}.iconsmind-Umbrella-2:before{content:"\e96e"}.iconsmind-Umbrella-3:before{content:"\e96f"}.iconsmind-Wave:before{content:"\e970"}.iconsmind-Wave-2:before{content:"\e971"}.iconsmind-Windsock:before{content:"\e972"}.iconsmind-Wind-Turbine:before{content:"\e973"}.iconsmind-Windy:before{content:"\e974"}.iconsmind-Winter:before{content:"\e975"}.iconsmind-Winter-2:before{content:"\e976"}.iconsmind-Cinema:before{content:"\e977"}.iconsmind-Clapperboard-Close:before{content:"\e978"}.iconsmind-Clapperboard-Open:before{content:"\e979"}.iconsmind-D-Eyeglasses:before{content:"\e97a"}.iconsmind-D-Eyeglasses2:before{content:"\e97b"}.iconsmind-Director:before{content:"\e97c"}.iconsmind-Film:before{content:"\e97d"}.iconsmind-Film-Strip:before{content:"\e97e"}.iconsmind-Film-Video:before{content:"\e97f"}.iconsmind-Flash-Video:before{content:"\e980"}.iconsmind-HD-Video:before{content:"\e981"}.iconsmind-Movie:before{content:"\e982"}.iconsmind-Old-TV:before{content:"\e983"}.iconsmind-Reel:before{content:"\e984"}.iconsmind-Tripod-andVideo:before{content:"\e985"}.iconsmind-TV:before{content:"\e986"}.iconsmind-Video:before{content:"\e987"}.iconsmind-Video-2:before{content:"\e988"}.iconsmind-Video-3:before{content:"\e989"}.iconsmind-Video-4:before{content:"\e98a"}.iconsmind-Video-5:before{content:"\e98b"}.iconsmind-Video-6:before{content:"\e98c"}.iconsmind-Video-Len:before{content:"\e98d"}.iconsmind-Video-Len2:before{content:"\e98e"}.iconsmind-Video-Photographer:before{content:"\e98f"}.iconsmind-Video-Tripod:before{content:"\e990"}.iconsmind-Affiliate:before{content:"\e991"}.iconsmind-Background:before{content:"\e992"}.iconsmind-Billing:before{content:"\e993"}.iconsmind-Control:before{content:"\e994"}.iconsmind-Control-2:before{content:"\e995"}.iconsmind-Crop-2:before{content:"\e996"}.iconsmind-Dashboard:before{content:"\e997"}.iconsmind-Duplicate-Layer:before{content:"\e998"}.iconsmind-Filter-2:before{content:"\e999"}.iconsmind-Gear:before{content:"\e99a"}.iconsmind-Gear-2:before{content:"\e99b"}.iconsmind-Gears:before{content:"\e99c"}.iconsmind-Gears-2:before{content:"\e99d"}.iconsmind-Information:before{content:"\e99e"}.iconsmind-Layer-Backward:before{content:"\e99f"}.iconsmind-Layer-Forward:before{content:"\e9a0"}.iconsmind-Library:before{content:"\e9a1"}.iconsmind-Loading:before{content:"\e9a2"}.iconsmind-Loading-2:before{content:"\e9a3"}.iconsmind-Loading-3:before{content:"\e9a4"}.iconsmind-Magnifi-Glass:before{content:"\e9a5"}.iconsmind-Magnifi-Glass2:before{content:"\e9a6"}.iconsmind-Magnifi-Glass22:before{content:"\e9a7"}.iconsmind-Mouse-Pointer:before{content:"\e9a8"}.iconsmind-On-off:before{content:"\e9a9"}.iconsmind-On-Off-2:before{content:"\e9aa"}.iconsmind-On-Off-3:before{content:"\e9ab"}.iconsmind-Preview:before{content:"\e9ac"}.iconsmind-Pricing:before{content:"\e9ad"}.iconsmind-Profile:before{content:"\e9ae"}.iconsmind-Project:before{content:"\e9af"}.iconsmind-Rename:before{content:"\e9b0"}.iconsmind-Repair:before{content:"\e9b1"}.iconsmind-Save:before{content:"\e9b2"}.iconsmind-Scroller:before{content:"\e9b3"}.iconsmind-Scroller-2:before{content:"\e9b4"}.iconsmind-Share:before{content:"\e9b5"}.iconsmind-Statistic:before{content:"\e9b6"}.iconsmind-Support:before{content:"\e9b7"}.iconsmind-Switch:before{content:"\e9b8"}.iconsmind-Upgrade:before{content:"\e9b9"}.iconsmind-User:before{content:"\e9ba"}.iconsmind-Wrench:before{content:"\e9bb"}.iconsmind-Air-Balloon:before{content:"\e9bc"}.iconsmind-Airship:before{content:"\e9bd"}.iconsmind-Bicycle:before{content:"\e9be"}.iconsmind-Bicycle-2:before{content:"\e9bf"}.iconsmind-Bike-Helmet:before{content:"\e9c0"}.iconsmind-Bus:before{content:"\e9c1"}.iconsmind-Bus-2:before{content:"\e9c2"}.iconsmind-Cable-Car:before{content:"\e9c3"}.iconsmind-Car:before{content:"\e9c4"}.iconsmind-Car-2:before{content:"\e9c5"}.iconsmind-Car-3:before{content:"\e9c6"}.iconsmind-Car-Wheel:before{content:"\e9c7"}.iconsmind-Gaugage:before{content:"\e9c8"}.iconsmind-Gaugage-2:before{content:"\e9c9"}.iconsmind-Helicopter:before{content:"\e9ca"}.iconsmind-Helicopter-2:before{content:"\e9cb"}.iconsmind-Helmet:before{content:"\e9cc"}.iconsmind-Jeep:before{content:"\e9cd"}.iconsmind-Jeep-2:before{content:"\e9ce"}.iconsmind-Jet:before{content:"\e9cf"}.iconsmind-Motorcycle:before{content:"\e9d0"}.iconsmind-Plane:before{content:"\e9d1"}.iconsmind-Plane-2:before{content:"\e9d2"}.iconsmind-Road:before{content:"\e9d3"}.iconsmind-Road-2:before{content:"\e9d4"}.iconsmind-Rocket:before{content:"\e9d5"}.iconsmind-Sailing-Ship:before{content:"\e9d6"}.iconsmind-Scooter:before{content:"\e9d7"}.iconsmind-Scooter-Front:before{content:"\e9d8"}.iconsmind-Ship:before{content:"\e9d9"}.iconsmind-Ship-2:before{content:"\e9da"}.iconsmind-Skateboard:before{content:"\e9db"}.iconsmind-Skateboard-2:before{content:"\e9dc"}.iconsmind-Taxi:before{content:"\e9dd"}.iconsmind-Taxi-2:before{content:"\e9de"}.iconsmind-Taxi-Sign:before{content:"\e9df"}.iconsmind-Tractor:before{content:"\e9e0"}.iconsmind-traffic-Light:before{content:"\e9e1"}.iconsmind-Traffic-Light2:before{content:"\e9e2"}.iconsmind-Train:before{content:"\e9e3"}.iconsmind-Train-2:before{content:"\e9e4"}.iconsmind-Tram:before{content:"\e9e5"}.iconsmind-Truck:before{content:"\e9e6"}.iconsmind-Yacht:before{content:"\e9e7"}.iconsmind-Double-Tap:before{content:"\e9e8"}.iconsmind-Drag:before{content:"\e9e9"}.iconsmind-Drag-Down:before{content:"\e9ea"}.iconsmind-Drag-Left:before{content:"\e9eb"}.iconsmind-Drag-Right:before{content:"\e9ec"}.iconsmind-Drag-Up:before{content:"\e9ed"}.iconsmind-Finger-DragFourSides:before{content:"\e9ee"}.iconsmind-Finger-DragTwoSides:before{content:"\e9ef"}.iconsmind-Five-Fingers:before{content:"\e9f0"}.iconsmind-Five-FingersDrag:before{content:"\e9f1"}.iconsmind-Five-FingersDrag2:before{content:"\e9f2"}.iconsmind-Five-FingersTouch:before{content:"\e9f3"}.iconsmind-Flick:before{content:"\e9f4"}.iconsmind-Four-Fingers:before{content:"\e9f5"}.iconsmind-Four-FingersDrag:before{content:"\e9f6"}.iconsmind-Four-FingersDrag2:before{content:"\e9f7"}.iconsmind-Four-FingersTouch:before{content:"\e9f8"}.iconsmind-Hand-Touch:before{content:"\e9f9"}.iconsmind-Hand-Touch2:before{content:"\e9fa"}.iconsmind-Hand-TouchSmartphone:before{content:"\e9fb"}.iconsmind-One-Finger:before{content:"\e9fc"}.iconsmind-One-FingerTouch:before{content:"\e9fd"}.iconsmind-Pinch:before{content:"\e9fe"}.iconsmind-Press:before{content:"\e9ff"}.iconsmind-Rotate-Gesture:before{content:"\ea00"}.iconsmind-Rotate-Gesture2:before{content:"\ea01"}.iconsmind-Rotate-Gesture3:before{content:"\ea02"}.iconsmind-Scroll:before{content:"\ea03"}.iconsmind-Scroll-Fast:before{content:"\ea04"}.iconsmind-Spread:before{content:"\ea05"}.iconsmind-Star-Track:before{content:"\ea06"}.iconsmind-Tap:before{content:"\ea07"}.iconsmind-Three-Fingers:before{content:"\ea08"}.iconsmind-Three-FingersDrag:before{content:"\ea09"}.iconsmind-Three-FingersDrag2:before{content:"\ea0a"}.iconsmind-Three-FingersTouch:before{content:"\ea0b"}.iconsmind-Thumb:before{content:"\ea0c"}.iconsmind-Two-Fingers:before{content:"\ea0d"}.iconsmind-Two-FingersDrag:before{content:"\ea0e"}.iconsmind-Two-FingersDrag2:before{content:"\ea0f"}.iconsmind-Two-FingersScroll:before{content:"\ea10"}.iconsmind-Two-FingersTouch:before{content:"\ea11"}.iconsmind-Zoom-Gesture:before{content:"\ea12"}.iconsmind-Alarm-Clock:before{content:"\ea13"}.iconsmind-Alarm-Clock2:before{content:"\ea14"}.iconsmind-Calendar-Clock:before{content:"\ea15"}.iconsmind-Clock:before{content:"\ea16"}.iconsmind-Clock-2:before{content:"\ea17"}.iconsmind-Clock-3:before{content:"\ea18"}.iconsmind-Clock-4:before{content:"\ea19"}.iconsmind-Clock-Back:before{content:"\ea1a"}.iconsmind-Clock-Forward:before{content:"\ea1b"}.iconsmind-Hour:before{content:"\ea1c"}.iconsmind-Old-Clock:before{content:"\ea1d"}.iconsmind-Over-Time:before{content:"\ea1e"}.iconsmind-Over-Time2:before{content:"\ea1f"}.iconsmind-Sand-watch:before{content:"\ea20"}.iconsmind-Sand-watch2:before{content:"\ea21"}.iconsmind-Stopwatch:before{content:"\ea22"}.iconsmind-Stopwatch-2:before{content:"\ea23"}.iconsmind-Time-Backup:before{content:"\ea24"}.iconsmind-Time-Fire:before{content:"\ea25"}.iconsmind-Time-Machine:before{content:"\ea26"}.iconsmind-Timer:before{content:"\ea27"}.iconsmind-Watch:before{content:"\ea28"}.iconsmind-Watch-2:before{content:"\ea29"}.iconsmind-Watch-3:before{content:"\ea2a"}.iconsmind-A-Z:before{content:"\ea2b"}.iconsmind-Bold-Text:before{content:"\ea2c"}.iconsmind-Bulleted-List:before{content:"\ea2d"}.iconsmind-Font-Color:before{content:"\ea2e"}.iconsmind-Font-Name:before{content:"\ea2f"}.iconsmind-Font-Size:before{content:"\ea30"}.iconsmind-Font-Style:before{content:"\ea31"}.iconsmind-Font-StyleSubscript:before{content:"\ea32"}.iconsmind-Font-StyleSuperscript:before{content:"\ea33"}.iconsmind-Function:before{content:"\ea34"}.iconsmind-Italic-Text:before{content:"\ea35"}.iconsmind-Line-SpacingText:before{content:"\ea36"}.iconsmind-Lowercase-Text:before{content:"\ea37"}.iconsmind-Normal-Text:before{content:"\ea38"}.iconsmind-Numbering-List:before{content:"\ea39"}.iconsmind-Strikethrough-Text:before{content:"\ea3a"}.iconsmind-Sum:before{content:"\ea3b"}.iconsmind-Text-Box:before{content:"\ea3c"}.iconsmind-Text-Effect:before{content:"\ea3d"}.iconsmind-Text-HighlightColor:before{content:"\ea3e"}.iconsmind-Text-Paragraph:before{content:"\ea3f"}.iconsmind-Under-LineText:before{content:"\ea40"}.iconsmind-Uppercase-Text:before{content:"\ea41"}.iconsmind-Wrap-Text:before{content:"\ea42"}.iconsmind-Z-A:before{content:"\ea43"}.iconsmind-Aerobics:before{content:"\ea44"}.iconsmind-Aerobics-2:before{content:"\ea45"}.iconsmind-Aerobics-3:before{content:"\ea46"}.iconsmind-Archery:before{content:"\ea47"}.iconsmind-Archery-2:before{content:"\ea48"}.iconsmind-Ballet-Shoes:before{content:"\ea49"}.iconsmind-Baseball:before{content:"\ea4a"}.iconsmind-Basket-Ball:before{content:"\ea4b"}.iconsmind-Bodybuilding:before{content:"\ea4c"}.iconsmind-Bowling:before{content:"\ea4d"}.iconsmind-Bowling-2:before{content:"\ea4e"}.iconsmind-Box:before{content:"\ea4f"}.iconsmind-Chess:before{content:"\ea50"}.iconsmind-Cricket:before{content:"\ea51"}.iconsmind-Dumbbell:before{content:"\ea52"}.iconsmind-Football:before{content:"\ea53"}.iconsmind-Football-2:before{content:"\ea54"}.iconsmind-Footprint:before{content:"\ea55"}.iconsmind-Footprint-2:before{content:"\ea56"}.iconsmind-Goggles:before{content:"\ea57"}.iconsmind-Golf:before{content:"\ea58"}.iconsmind-Golf-2:before{content:"\ea59"}.iconsmind-Gymnastics:before{content:"\ea5a"}.iconsmind-Hokey:before{content:"\ea5b"}.iconsmind-Jump-Rope:before{content:"\ea5c"}.iconsmind-Life-Jacket:before{content:"\ea5d"}.iconsmind-Medal:before{content:"\ea5e"}.iconsmind-Medal-2:before{content:"\ea5f"}.iconsmind-Medal-3:before{content:"\ea60"}.iconsmind-Parasailing:before{content:"\ea61"}.iconsmind-Pilates:before{content:"\ea62"}.iconsmind-Pilates-2:before{content:"\ea63"}.iconsmind-Pilates-3:before{content:"\ea64"}.iconsmind-Ping-Pong:before{content:"\ea65"}.iconsmind-Rafting:before{content:"\ea66"}.iconsmind-Running:before{content:"\ea67"}.iconsmind-Running-Shoes:before{content:"\ea68"}.iconsmind-Skate-Shoes:before{content:"\ea69"}.iconsmind-Ski:before{content:"\ea6a"}.iconsmind-Skydiving:before{content:"\ea6b"}.iconsmind-Snorkel:before{content:"\ea6c"}.iconsmind-Soccer-Ball:before{content:"\ea6d"}.iconsmind-Soccer-Shoes:before{content:"\ea6e"}.iconsmind-Swimming:before{content:"\ea6f"}.iconsmind-Tennis:before{content:"\ea70"}.iconsmind-Tennis-Ball:before{content:"\ea71"}.iconsmind-Trekking:before{content:"\ea72"}.iconsmind-Trophy:before{content:"\ea73"}.iconsmind-Trophy-2:before{content:"\ea74"}.iconsmind-Volleyball:before{content:"\ea75"}.iconsmind-weight-Lift:before{content:"\ea76"}.iconsmind-Speach-Bubble:before{content:"\ea77"}.iconsmind-Speach-Bubble2:before{content:"\ea78"}.iconsmind-Speach-Bubble3:before{content:"\ea79"}.iconsmind-Speach-Bubble4:before{content:"\ea7a"}.iconsmind-Speach-Bubble5:before{content:"\ea7b"}.iconsmind-Speach-Bubble6:before{content:"\ea7c"}.iconsmind-Speach-Bubble7:before{content:"\ea7d"}.iconsmind-Speach-Bubble8:before{content:"\ea7e"}.iconsmind-Speach-Bubble9:before{content:"\ea7f"}.iconsmind-Speach-Bubble10:before{content:"\ea80"}.iconsmind-Speach-Bubble11:before{content:"\ea81"}.iconsmind-Speach-Bubble12:before{content:"\ea82"}.iconsmind-Speach-Bubble13:before{content:"\ea83"}.iconsmind-Speach-BubbleAsking:before{content:"\ea84"}.iconsmind-Speach-BubbleComic:before{content:"\ea85"}.iconsmind-Speach-BubbleComic2:before{content:"\ea86"}.iconsmind-Speach-BubbleComic3:before{content:"\ea87"}.iconsmind-Speach-BubbleComic4:before{content:"\ea88"}.iconsmind-Speach-BubbleDialog:before{content:"\ea89"}.iconsmind-Speach-Bubbles:before{content:"\ea8a"}.iconsmind-Aim:before{content:"\ea8b"}.iconsmind-Ask:before{content:"\ea8c"}.iconsmind-Bebo:before{content:"\ea8d"}.iconsmind-Behance:before{content:"\ea8e"}.iconsmind-Betvibes:before{content:"\ea8f"}.iconsmind-Bing:before{content:"\ea90"}.iconsmind-Blinklist:before{content:"\ea91"}.iconsmind-Blogger:before{content:"\ea92"}.iconsmind-Brightkite:before{content:"\ea93"}.iconsmind-Delicious:before{content:"\ea94"}.iconsmind-Deviantart:before{content:"\ea95"}.iconsmind-Digg:before{content:"\ea96"}.iconsmind-Diigo:before{content:"\ea97"}.iconsmind-Doplr:before{content:"\ea98"}.iconsmind-Dribble:before{content:"\ea99"}.iconsmind-Email:before{content:"\ea9a"}.iconsmind-Evernote:before{content:"\ea9b"}.iconsmind-Facebook:before{content:"\ea9c"}.iconsmind-Facebook-2:before{content:"\ea9d"}.iconsmind-Feedburner:before{content:"\ea9e"}.iconsmind-Flickr:before{content:"\ea9f"}.iconsmind-Formspring:before{content:"\eaa0"}.iconsmind-Forsquare:before{content:"\eaa1"}.iconsmind-Friendfeed:before{content:"\eaa2"}.iconsmind-Friendster:before{content:"\eaa3"}.iconsmind-Furl:before{content:"\eaa4"}.iconsmind-Google:before{content:"\eaa5"}.iconsmind-Google-Buzz:before{content:"\eaa6"}.iconsmind-Google-Plus:before{content:"\eaa7"}.iconsmind-Gowalla:before{content:"\eaa8"}.iconsmind-ICQ:before{content:"\eaa9"}.iconsmind-ImDB:before{content:"\eaaa"}.iconsmind-Instagram:before{content:"\eaab"}.iconsmind-Last-FM:before{content:"\eaac"}.iconsmind-Like:before{content:"\eaad"}.iconsmind-Like-2:before{content:"\eaae"}.iconsmind-Linkedin:before{content:"\eaaf"}.iconsmind-Linkedin-2:before{content:"\eab0"}.iconsmind-Livejournal:before{content:"\eab1"}.iconsmind-Metacafe:before{content:"\eab2"}.iconsmind-Mixx:before{content:"\eab3"}.iconsmind-Myspace:before{content:"\eab4"}.iconsmind-Newsvine:before{content:"\eab5"}.iconsmind-Orkut:before{content:"\eab6"}.iconsmind-Picasa:before{content:"\eab7"}.iconsmind-Pinterest:before{content:"\eab8"}.iconsmind-Plaxo:before{content:"\eab9"}.iconsmind-Plurk:before{content:"\eaba"}.iconsmind-Posterous:before{content:"\eabb"}.iconsmind-QIK:before{content:"\eabc"}.iconsmind-Reddit:before{content:"\eabd"}.iconsmind-Reverbnation:before{content:"\eabe"}.iconsmind-RSS:before{content:"\eabf"}.iconsmind-Sharethis:before{content:"\eac0"}.iconsmind-Shoutwire:before{content:"\eac1"}.iconsmind-Skype:before{content:"\eac2"}.iconsmind-Soundcloud:before{content:"\eac3"}.iconsmind-Spurl:before{content:"\eac4"}.iconsmind-Stumbleupon:before{content:"\eac5"}.iconsmind-Technorati:before{content:"\eac6"}.iconsmind-Tumblr:before{content:"\eac7"}.iconsmind-Twitter:before{content:"\eac8"}.iconsmind-Twitter-2:before{content:"\eac9"}.iconsmind-Unlike:before{content:"\eaca"}.iconsmind-Unlike-2:before{content:"\eacb"}.iconsmind-Ustream:before{content:"\eacc"}.iconsmind-Viddler:before{content:"\eacd"}.iconsmind-Vimeo:before{content:"\eace"}.iconsmind-Wordpress:before{content:"\eacf"}.iconsmind-Xanga:before{content:"\ead0"}.iconsmind-Xing:before{content:"\ead1"}.iconsmind-Yahoo:before{content:"\ead2"}.iconsmind-Yahoo-Buzz:before{content:"\ead3"}.iconsmind-Yelp:before{content:"\ead4"}.iconsmind-Youtube:before{content:"\ead5"}.iconsmind-Zootool:before{content:"\ead6"}.iconsmind-Bisexual:before{content:"\ead7"}.iconsmind-Cancer2:before{content:"\ead8"}.iconsmind-Couple-Sign:before{content:"\ead9"}.iconsmind-David-Star:before{content:"\eada"}.iconsmind-Family-Sign:before{content:"\eadb"}.iconsmind-Female-2:before{content:"\eadc"}.iconsmind-Gey:before{content:"\eadd"}.iconsmind-Heart:before{content:"\eade"}.iconsmind-Homosexual:before{content:"\eadf"}.iconsmind-Inifity:before{content:"\eae0"}.iconsmind-Lesbian:before{content:"\eae1"}.iconsmind-Lesbians:before{content:"\eae2"}.iconsmind-Love:before{content:"\eae3"}.iconsmind-Male-2:before{content:"\eae4"}.iconsmind-Men:before{content:"\eae5"}.iconsmind-No-Smoking:before{content:"\eae6"}.iconsmind-Paw:before{content:"\eae7"}.iconsmind-Quotes:before{content:"\eae8"}.iconsmind-Quotes-2:before{content:"\eae9"}.iconsmind-Redirect:before{content:"\eaea"}.iconsmind-Retweet:before{content:"\eaeb"}.iconsmind-Ribbon:before{content:"\eaec"}.iconsmind-Ribbon-2:before{content:"\eaed"}.iconsmind-Ribbon-3:before{content:"\eaee"}.iconsmind-Sexual:before{content:"\eaef"}.iconsmind-Smoking-Area:before{content:"\eaf0"}.iconsmind-Trace:before{content:"\eaf1"}.iconsmind-Venn-Diagram:before{content:"\eaf2"}.iconsmind-Wheelchair:before{content:"\eaf3"}.iconsmind-Women:before{content:"\eaf4"}.iconsmind-Ying-Yang:before{content:"\eaf5"}.iconsmind-Add-Bag:before{content:"\eaf6"}.iconsmind-Add-Basket:before{content:"\eaf7"}.iconsmind-Add-Cart:before{content:"\eaf8"}.iconsmind-Bag-Coins:before{content:"\eaf9"}.iconsmind-Bag-Items:before{content:"\eafa"}.iconsmind-Bag-Quantity:before{content:"\eafb"}.iconsmind-Bar-Code:before{content:"\eafc"}.iconsmind-Basket-Coins:before{content:"\eafd"}.iconsmind-Basket-Items:before{content:"\eafe"}.iconsmind-Basket-Quantity:before{content:"\eaff"}.iconsmind-Bitcoin:before{content:"\eb00"}.iconsmind-Car-Coins:before{content:"\eb01"}.iconsmind-Car-Items:before{content:"\eb02"}.iconsmind-CartQuantity:before{content:"\eb03"}.iconsmind-Cash-Register:before{content:"\eb04"}.iconsmind-Cash-register2:before{content:"\eb05"}.iconsmind-Checkout:before{content:"\eb06"}.iconsmind-Checkout-Bag:before{content:"\eb07"}.iconsmind-Checkout-Basket:before{content:"\eb08"}.iconsmind-Full-Basket:before{content:"\eb09"}.iconsmind-Full-Cart:before{content:"\eb0a"}.iconsmind-Fyll-Bag:before{content:"\eb0b"}.iconsmind-Home:before{content:"\eb0c"}.iconsmind-Password-2shopping:before{content:"\eb0d"}.iconsmind-Password-shopping:before{content:"\eb0e"}.iconsmind-QR-Code:before{content:"\eb0f"}.iconsmind-Receipt:before{content:"\eb10"}.iconsmind-Receipt-2:before{content:"\eb11"}.iconsmind-Receipt-3:before{content:"\eb12"}.iconsmind-Receipt-4:before{content:"\eb13"}.iconsmind-Remove-Bag:before{content:"\eb14"}.iconsmind-Remove-Basket:before{content:"\eb15"}.iconsmind-Remove-Cart:before{content:"\eb16"}.iconsmind-Shop:before{content:"\eb17"}.iconsmind-Shop-2:before{content:"\eb18"}.iconsmind-Shop-3:before{content:"\eb19"}.iconsmind-Shop-4:before{content:"\eb1a"}.iconsmind-Shopping-Bag:before{content:"\eb1b"}.iconsmind-Shopping-Basket:before{content:"\eb1c"}.iconsmind-Shopping-Cart:before{content:"\eb1d"}.iconsmind-Tag-2:before{content:"\eb1e"}.iconsmind-Tag-3:before{content:"\eb1f"}.iconsmind-Tag-4:before{content:"\eb20"}.iconsmind-Tag-5:before{content:"\eb21"}.iconsmind-This-SideUp:before{content:"\eb22"}.iconsmind-Broke-Link2:before{content:"\eb23"}.iconsmind-Coding:before{content:"\eb24"}.iconsmind-Consulting:before{content:"\eb25"}.iconsmind-Copyright:before{content:"\eb26"}.iconsmind-Idea-2:before{content:"\eb27"}.iconsmind-Idea-3:before{content:"\eb28"}.iconsmind-Idea-4:before{content:"\eb29"}.iconsmind-Idea-5:before{content:"\eb2a"}.iconsmind-Internet:before{content:"\eb2b"}.iconsmind-Internet-2:before{content:"\eb2c"}.iconsmind-Link-2:before{content:"\eb2d"}.iconsmind-Management:before{content:"\eb2e"}.iconsmind-Monitor-Analytics:before{content:"\eb2f"}.iconsmind-Monitoring:before{content:"\eb30"}.iconsmind-Optimization:before{content:"\eb31"}.iconsmind-Search-People:before{content:"\eb32"}.iconsmind-Tag:before{content:"\eb33"}.iconsmind-Target:before{content:"\eb34"}.iconsmind-Target-Market:before{content:"\eb35"}.iconsmind-Testimonal:before{content:"\eb36"}.iconsmind-Computer-Secure:before{content:"\eb37"}.iconsmind-Eye-Scan:before{content:"\eb38"}.iconsmind-Finger-Print:before{content:"\eb39"}.iconsmind-Firewall:before{content:"\eb3a"}.iconsmind-Key-Lock:before{content:"\eb3b"}.iconsmind-Laptop-Secure:before{content:"\eb3c"}.iconsmind-Layer-1532:before{content:"\eb3d"}.iconsmind-Lock:before{content:"\eb3e"}.iconsmind-Lock-2:before{content:"\eb3f"}.iconsmind-Lock-3:before{content:"\eb40"}.iconsmind-Password:before{content:"\eb41"}.iconsmind-Password-Field:before{content:"\eb42"}.iconsmind-Police:before{content:"\eb43"}.iconsmind-Safe-Box:before{content:"\eb44"}.iconsmind-Security-Block:before{content:"\eb45"}.iconsmind-Security-Bug:before{content:"\eb46"}.iconsmind-Security-Camera:before{content:"\eb47"}.iconsmind-Security-Check:before{content:"\eb48"}.iconsmind-Security-Settings:before{content:"\eb49"}.iconsmind-Securiy-Remove:before{content:"\eb4a"}.iconsmind-Shield:before{content:"\eb4b"}.iconsmind-Smartphone-Secure:before{content:"\eb4c"}.iconsmind-SSL:before{content:"\eb4d"}.iconsmind-Tablet-Secure:before{content:"\eb4e"}.iconsmind-Type-Pass:before{content:"\eb4f"}.iconsmind-Unlock:before{content:"\eb50"}.iconsmind-Unlock-2:before{content:"\eb51"}.iconsmind-Unlock-3:before{content:"\eb52"}.iconsmind-Ambulance:before{content:"\eb53"}.iconsmind-Astronaut:before{content:"\eb54"}.iconsmind-Atom:before{content:"\eb55"}.iconsmind-Bacteria:before{content:"\eb56"}.iconsmind-Band-Aid:before{content:"\eb57"}.iconsmind-Bio-Hazard:before{content:"\eb58"}.iconsmind-Biotech:before{content:"\eb59"}.iconsmind-Brain:before{content:"\eb5a"}.iconsmind-Chemical:before{content:"\eb5b"}.iconsmind-Chemical-2:before{content:"\eb5c"}.iconsmind-Chemical-3:before{content:"\eb5d"}.iconsmind-Chemical-4:before{content:"\eb5e"}.iconsmind-Chemical-5:before{content:"\eb5f"}.iconsmind-Clinic:before{content:"\eb60"}.iconsmind-Cube-Molecule:before{content:"\eb61"}.iconsmind-Cube-Molecule2:before{content:"\eb62"}.iconsmind-Danger:before{content:"\eb63"}.iconsmind-Danger-2:before{content:"\eb64"}.iconsmind-DNA:before{content:"\eb65"}.iconsmind-DNA-2:before{content:"\eb66"}.iconsmind-DNA-Helix:before{content:"\eb67"}.iconsmind-First-Aid:before{content:"\eb68"}.iconsmind-Flask:before{content:"\eb69"}.iconsmind-Flask-2:before{content:"\eb6a"}.iconsmind-Helix-2:before{content:"\eb6b"}.iconsmind-Hospital:before{content:"\eb6c"}.iconsmind-Hurt:before{content:"\eb6d"}.iconsmind-Medical-Sign:before{content:"\eb6e"}.iconsmind-Medicine:before{content:"\eb6f"}.iconsmind-Medicine-2:before{content:"\eb70"}.iconsmind-Medicine-3:before{content:"\eb71"}.iconsmind-Microscope:before{content:"\eb72"}.iconsmind-Neutron:before{content:"\eb73"}.iconsmind-Nuclear:before{content:"\eb74"}.iconsmind-Physics:before{content:"\eb75"}.iconsmind-Plasmid:before{content:"\eb76"}.iconsmind-Plaster:before{content:"\eb77"}.iconsmind-Pulse:before{content:"\eb78"}.iconsmind-Radioactive:before{content:"\eb79"}.iconsmind-Safety-PinClose:before{content:"\eb7a"}.iconsmind-Safety-PinOpen:before{content:"\eb7b"}.iconsmind-Spermium:before{content:"\eb7c"}.iconsmind-Stethoscope:before{content:"\eb7d"}.iconsmind-Temperature2:before{content:"\eb7e"}.iconsmind-Test-Tube:before{content:"\eb7f"}.iconsmind-Test-Tube2:before{content:"\eb80"}.iconsmind-Virus:before{content:"\eb81"}.iconsmind-Virus-2:before{content:"\eb82"}.iconsmind-Virus-3:before{content:"\eb83"}.iconsmind-X-ray:before{content:"\eb84"}.iconsmind-Auto-Flash:before{content:"\eb85"}.iconsmind-Camera:before{content:"\eb86"}.iconsmind-Camera-2:before{content:"\eb87"}.iconsmind-Camera-3:before{content:"\eb88"}.iconsmind-Camera-4:before{content:"\eb89"}.iconsmind-Camera-5:before{content:"\eb8a"}.iconsmind-Camera-Back:before{content:"\eb8b"}.iconsmind-Crop:before{content:"\eb8c"}.iconsmind-Daylight:before{content:"\eb8d"}.iconsmind-Edit:before{content:"\eb8e"}.iconsmind-Eye:before{content:"\eb8f"}.iconsmind-Film2:before{content:"\eb90"}.iconsmind-Film-Cartridge:before{content:"\eb91"}.iconsmind-Filter:before{content:"\eb92"}.iconsmind-Flash:before{content:"\eb93"}.iconsmind-Flash-2:before{content:"\eb94"}.iconsmind-Fluorescent:before{content:"\eb95"}.iconsmind-Gopro:before{content:"\eb96"}.iconsmind-Landscape:before{content:"\eb97"}.iconsmind-Len:before{content:"\eb98"}.iconsmind-Len-2:before{content:"\eb99"}.iconsmind-Len-3:before{content:"\eb9a"}.iconsmind-Macro:before{content:"\eb9b"}.iconsmind-Memory-Card:before{content:"\eb9c"}.iconsmind-Memory-Card2:before{content:"\eb9d"}.iconsmind-Memory-Card3:before{content:"\eb9e"}.iconsmind-No-Flash:before{content:"\eb9f"}.iconsmind-Panorama:before{content:"\eba0"}.iconsmind-Photo:before{content:"\eba1"}.iconsmind-Photo-2:before{content:"\eba2"}.iconsmind-Photo-3:before{content:"\eba3"}.iconsmind-Photo-Album:before{content:"\eba4"}.iconsmind-Photo-Album2:before{content:"\eba5"}.iconsmind-Photo-Album3:before{content:"\eba6"}.iconsmind-Photos:before{content:"\eba7"}.iconsmind-Portrait:before{content:"\eba8"}.iconsmind-Retouching:before{content:"\eba9"}.iconsmind-Retro-Camera:before{content:"\ebaa"}.iconsmind-secound:before{content:"\ebab"}.iconsmind-secound2:before{content:"\ebac"}.iconsmind-Selfie:before{content:"\ebad"}.iconsmind-Shutter:before{content:"\ebae"}.iconsmind-Signal:before{content:"\ebaf"}.iconsmind-Snow2:before{content:"\ebb0"}.iconsmind-Sport-Mode:before{content:"\ebb1"}.iconsmind-Studio-Flash:before{content:"\ebb2"}.iconsmind-Studio-Lightbox:before{content:"\ebb3"}.iconsmind-Timer2:before{content:"\ebb4"}.iconsmind-Tripod-2:before{content:"\ebb5"}.iconsmind-Tripod-withCamera:before{content:"\ebb6"}.iconsmind-Tripod-withGopro:before{content:"\ebb7"}.iconsmind-Add-User:before{content:"\ebb8"}.iconsmind-Add-UserStar:before{content:"\ebb9"}.iconsmind-Administrator:before{content:"\ebba"}.iconsmind-Alien:before{content:"\ebbb"}.iconsmind-Alien-2:before{content:"\ebbc"}.iconsmind-Assistant:before{content:"\ebbd"}.iconsmind-Baby:before{content:"\ebbe"}.iconsmind-Baby-Cry:before{content:"\ebbf"}.iconsmind-Boy:before{content:"\ebc0"}.iconsmind-Business-Man:before{content:"\ebc1"}.iconsmind-Business-ManWoman:before{content:"\ebc2"}.iconsmind-Business-Mens:before{content:"\ebc3"}.iconsmind-Business-Woman:before{content:"\ebc4"}.iconsmind-Checked-User:before{content:"\ebc5"}.iconsmind-Chef:before{content:"\ebc6"}.iconsmind-Conference:before{content:"\ebc7"}.iconsmind-Cool-Guy:before{content:"\ebc8"}.iconsmind-Criminal:before{content:"\ebc9"}.iconsmind-Dj:before{content:"\ebca"}.iconsmind-Doctor:before{content:"\ebcb"}.iconsmind-Engineering:before{content:"\ebcc"}.iconsmind-Farmer:before{content:"\ebcd"}.iconsmind-Female:before{content:"\ebce"}.iconsmind-Female-22:before{content:"\ebcf"}.iconsmind-Find-User:before{content:"\ebd0"}.iconsmind-Geek:before{content:"\ebd1"}.iconsmind-Genius:before{content:"\ebd2"}.iconsmind-Girl:before{content:"\ebd3"}.iconsmind-Headphone:before{content:"\ebd4"}.iconsmind-Headset:before{content:"\ebd5"}.iconsmind-ID-2:before{content:"\ebd6"}.iconsmind-ID-3:before{content:"\ebd7"}.iconsmind-ID-Card:before{content:"\ebd8"}.iconsmind-King-2:before{content:"\ebd9"}.iconsmind-Lock-User:before{content:"\ebda"}.iconsmind-Love-User:before{content:"\ebdb"}.iconsmind-Male:before{content:"\ebdc"}.iconsmind-Male-22:before{content:"\ebdd"}.iconsmind-MaleFemale:before{content:"\ebde"}.iconsmind-Man-Sign:before{content:"\ebdf"}.iconsmind-Mens:before{content:"\ebe0"}.iconsmind-Network:before{content:"\ebe1"}.iconsmind-Nurse:before{content:"\ebe2"}.iconsmind-Pac-Man:before{content:"\ebe3"}.iconsmind-Pilot:before{content:"\ebe4"}.iconsmind-Police-Man:before{content:"\ebe5"}.iconsmind-Police-Woman:before{content:"\ebe6"}.iconsmind-Professor:before{content:"\ebe7"}.iconsmind-Punker:before{content:"\ebe8"}.iconsmind-Queen-2:before{content:"\ebe9"}.iconsmind-Remove-User:before{content:"\ebea"}.iconsmind-Robot:before{content:"\ebeb"}.iconsmind-Speak:before{content:"\ebec"}.iconsmind-Speak-2:before{content:"\ebed"}.iconsmind-Spy:before{content:"\ebee"}.iconsmind-Student-Female:before{content:"\ebef"}.iconsmind-Student-Male:before{content:"\ebf0"}.iconsmind-Student-MaleFemale:before{content:"\ebf1"}.iconsmind-Students:before{content:"\ebf2"}.iconsmind-Superman:before{content:"\ebf3"}.iconsmind-Talk-Man:before{content:"\ebf4"}.iconsmind-Teacher:before{content:"\ebf5"}.iconsmind-Waiter:before{content:"\ebf6"}.iconsmind-WomanMan:before{content:"\ebf7"}.iconsmind-Woman-Sign:before{content:"\ebf8"}.iconsmind-Wonder-Woman:before{content:"\ebf9"}.iconsmind-Worker:before{content:"\ebfa"}.iconsmind-Anchor:before{content:"\ebfb"}.iconsmind-Army-Key:before{content:"\ebfc"}.iconsmind-Balloon:before{content:"\ebfd"}.iconsmind-Barricade:before{content:"\ebfe"}.iconsmind-Batman-Mask:before{content:"\ebff"}.iconsmind-Binocular:before{content:"\ec00"}.iconsmind-Boom:before{content:"\ec01"}.iconsmind-Bucket:before{content:"\ec02"}.iconsmind-Button:before{content:"\ec03"}.iconsmind-Cannon:before{content:"\ec04"}.iconsmind-Chacked-Flag:before{content:"\ec05"}.iconsmind-Chair:before{content:"\ec06"}.iconsmind-Coffee-Machine:before{content:"\ec07"}.iconsmind-Crown:before{content:"\ec08"}.iconsmind-Crown-2:before{content:"\ec09"}.iconsmind-Dice:before{content:"\ec0a"}.iconsmind-Dice-2:before{content:"\ec0b"}.iconsmind-Domino:before{content:"\ec0c"}.iconsmind-Door-Hanger:before{content:"\ec0d"}.iconsmind-Drill:before{content:"\ec0e"}.iconsmind-Feather:before{content:"\ec0f"}.iconsmind-Fire-Hydrant:before{content:"\ec10"}.iconsmind-Flag:before{content:"\ec11"}.iconsmind-Flag-2:before{content:"\ec12"}.iconsmind-Flashlight:before{content:"\ec13"}.iconsmind-Footprint2:before{content:"\ec14"}.iconsmind-Gas-Pump:before{content:"\ec15"}.iconsmind-Gift-Box:before{content:"\ec16"}.iconsmind-Gun:before{content:"\ec17"}.iconsmind-Gun-2:before{content:"\ec18"}.iconsmind-Gun-3:before{content:"\ec19"}.iconsmind-Hammer:before{content:"\ec1a"}.iconsmind-Identification-Badge:before{content:"\ec1b"}.iconsmind-Key:before{content:"\ec1c"}.iconsmind-Key-2:before{content:"\ec1d"}.iconsmind-Key-3:before{content:"\ec1e"}.iconsmind-Lamp:before{content:"\ec1f"}.iconsmind-Lego:before{content:"\ec20"}.iconsmind-Life-Safer:before{content:"\ec21"}.iconsmind-Light-Bulb:before{content:"\ec22"}.iconsmind-Light-Bulb2:before{content:"\ec23"}.iconsmind-Luggafe-Front:before{content:"\ec24"}.iconsmind-Luggage-2:before{content:"\ec25"}.iconsmind-Magic-Wand:before{content:"\ec26"}.iconsmind-Magnet:before{content:"\ec27"}.iconsmind-Mask:before{content:"\ec28"}.iconsmind-Menorah:before{content:"\ec29"}.iconsmind-Mirror:before{content:"\ec2a"}.iconsmind-Movie-Ticket:before{content:"\ec2b"}.iconsmind-Office-Lamp:before{content:"\ec2c"}.iconsmind-Paint-Brush:before{content:"\ec2d"}.iconsmind-Paint-Bucket:before{content:"\ec2e"}.iconsmind-Paper-Plane:before{content:"\ec2f"}.iconsmind-Post-Sign:before{content:"\ec30"}.iconsmind-Post-Sign2ways:before{content:"\ec31"}.iconsmind-Puzzle:before{content:"\ec32"}.iconsmind-Razzor-Blade:before{content:"\ec33"}.iconsmind-Scale:before{content:"\ec34"}.iconsmind-Screwdriver:before{content:"\ec35"}.iconsmind-Sewing-Machine:before{content:"\ec36"}.iconsmind-Sheriff-Badge:before{content:"\ec37"}.iconsmind-Stroller:before{content:"\ec38"}.iconsmind-Suitcase:before{content:"\ec39"}.iconsmind-Teddy-Bear:before{content:"\ec3a"}.iconsmind-Telescope:before{content:"\ec3b"}.iconsmind-Tent:before{content:"\ec3c"}.iconsmind-Thread:before{content:"\ec3d"}.iconsmind-Ticket:before{content:"\ec3e"}.iconsmind-Time-Bomb:before{content:"\ec3f"}.iconsmind-Tourch:before{content:"\ec40"}.iconsmind-Vase:before{content:"\ec41"}.iconsmind-Video-GameController:before{content:"\ec42"}.iconsmind-Conservation:before{content:"\ec43"}.iconsmind-Eci-Icon:before{content:"\ec44"}.iconsmind-Environmental:before{content:"\ec45"}.iconsmind-Environmental-2:before{content:"\ec46"}.iconsmind-Environmental-3:before{content:"\ec47"}.iconsmind-Fire-Flame:before{content:"\ec48"}.iconsmind-Fire-Flame2:before{content:"\ec49"}.iconsmind-Flowerpot:before{content:"\ec4a"}.iconsmind-Forest:before{content:"\ec4b"}.iconsmind-Green-Energy:before{content:"\ec4c"}.iconsmind-Green-House:before{content:"\ec4d"}.iconsmind-Landscape2:before{content:"\ec4e"}.iconsmind-Leafs:before{content:"\ec4f"}.iconsmind-Leafs-2:before{content:"\ec50"}.iconsmind-Light-BulbLeaf:before{content:"\ec51"}.iconsmind-Palm-Tree:before{content:"\ec52"}.iconsmind-Plant:before{content:"\ec53"}.iconsmind-Recycling:before{content:"\ec54"}.iconsmind-Recycling-2:before{content:"\ec55"}.iconsmind-Seed:before{content:"\ec56"}.iconsmind-Trash-withMen:before{content:"\ec57"}.iconsmind-Tree:before{content:"\ec58"}.iconsmind-Tree-2:before{content:"\ec59"}.iconsmind-Tree-3:before{content:"\ec5a"}.iconsmind-Audio:before{content:"\ec5b"}.iconsmind-Back-Music:before{content:"\ec5c"}.iconsmind-Bell:before{content:"\ec5d"}.iconsmind-Casette-Tape:before{content:"\ec5e"}.iconsmind-CD-2:before{content:"\ec5f"}.iconsmind-CD-Cover:before{content:"\ec60"}.iconsmind-Cello:before{content:"\ec61"}.iconsmind-Clef:before{content:"\ec62"}.iconsmind-Drum:before{content:"\ec63"}.iconsmind-Earphones:before{content:"\ec64"}.iconsmind-Earphones-2:before{content:"\ec65"}.iconsmind-Electric-Guitar:before{content:"\ec66"}.iconsmind-Equalizer:before{content:"\ec67"}.iconsmind-First:before{content:"\ec68"}.iconsmind-Guitar:before{content:"\ec69"}.iconsmind-Headphones:before{content:"\ec6a"}.iconsmind-Keyboard3:before{content:"\ec6b"}.iconsmind-Last:before{content:"\ec6c"}.iconsmind-Loud:before{content:"\ec6d"}.iconsmind-Loudspeaker:before{content:"\ec6e"}.iconsmind-Mic:before{content:"\ec6f"}.iconsmind-Microphone:before{content:"\ec70"}.iconsmind-Microphone-2:before{content:"\ec71"}.iconsmind-Microphone-3:before{content:"\ec72"}.iconsmind-Microphone-4:before{content:"\ec73"}.iconsmind-Microphone-5:before{content:"\ec74"}.iconsmind-Microphone-6:before{content:"\ec75"}.iconsmind-Microphone-7:before{content:"\ec76"}.iconsmind-Mixer:before{content:"\ec77"}.iconsmind-Mp3-File:before{content:"\ec78"}.iconsmind-Music-Note:before{content:"\ec79"}.iconsmind-Music-Note2:before{content:"\ec7a"}.iconsmind-Music-Note3:before{content:"\ec7b"}.iconsmind-Music-Note4:before{content:"\ec7c"}.iconsmind-Music-Player:before{content:"\ec7d"}.iconsmind-Mute:before{content:"\ec7e"}.iconsmind-Next-Music:before{content:"\ec7f"}.iconsmind-Old-Radio:before{content:"\ec80"}.iconsmind-On-Air:before{content:"\ec81"}.iconsmind-Piano:before{content:"\ec82"}.iconsmind-Play-Music:before{content:"\ec83"}.iconsmind-Radio:before{content:"\ec84"}.iconsmind-Record:before{content:"\ec85"}.iconsmind-Record-Music:before{content:"\ec86"}.iconsmind-Rock-andRoll:before{content:"\ec87"}.iconsmind-Saxophone:before{content:"\ec88"}.iconsmind-Sound:before{content:"\ec89"}.iconsmind-Sound-Wave:before{content:"\ec8a"}.iconsmind-Speaker:before{content:"\ec8b"}.iconsmind-Stop-Music:before{content:"\ec8c"}.iconsmind-Trumpet:before{content:"\ec8d"}.iconsmind-Voice:before{content:"\ec8e"}.iconsmind-Volume-Down:before{content:"\ec8f"}.iconsmind-Volume-Up:before{content:"\ec90"}.iconsmind-Back:before{content:"\ec91"}.iconsmind-Back-2:before{content:"\ec92"}.iconsmind-Eject:before{content:"\ec93"}.iconsmind-Eject-2:before{content:"\ec94"}.iconsmind-End:before{content:"\ec95"}.iconsmind-End-2:before{content:"\ec96"}.iconsmind-Next:before{content:"\ec97"}.iconsmind-Next-2:before{content:"\ec98"}.iconsmind-Pause:before{content:"\ec99"}.iconsmind-Pause-2:before{content:"\ec9a"}.iconsmind-Power-2:before{content:"\ec9b"}.iconsmind-Power-3:before{content:"\ec9c"}.iconsmind-Record2:before{content:"\ec9d"}.iconsmind-Record-2:before{content:"\ec9e"}.iconsmind-Repeat:before{content:"\ec9f"}.iconsmind-Repeat-2:before{content:"\eca0"}.iconsmind-Shuffle:before{content:"\eca1"}.iconsmind-Shuffle-2:before{content:"\eca2"}.iconsmind-Start:before{content:"\eca3"}.iconsmind-Start-2:before{content:"\eca4"}.iconsmind-Stop:before{content:"\eca5"}.iconsmind-Stop-2:before{content:"\eca6"}.iconsmind-Compass:before{content:"\eca7"}.iconsmind-Compass-2:before{content:"\eca8"}.iconsmind-Compass-Rose:before{content:"\eca9"}.iconsmind-Direction-East:before{content:"\ecaa"}.iconsmind-Direction-North:before{content:"\ecab"}.iconsmind-Direction-South:before{content:"\ecac"}.iconsmind-Direction-West:before{content:"\ecad"}.iconsmind-Edit-Map:before{content:"\ecae"}.iconsmind-Geo:before{content:"\ecaf"}.iconsmind-Geo2:before{content:"\ecb0"}.iconsmind-Geo3:before{content:"\ecb1"}.iconsmind-Geo22:before{content:"\ecb2"}.iconsmind-Geo23:before{content:"\ecb3"}.iconsmind-Geo24:before{content:"\ecb4"}.iconsmind-Geo2-Close:before{content:"\ecb5"}.iconsmind-Geo2-Love:before{content:"\ecb6"}.iconsmind-Geo2-Number:before{content:"\ecb7"}.iconsmind-Geo2-Star:before{content:"\ecb8"}.iconsmind-Geo32:before{content:"\ecb9"}.iconsmind-Geo33:before{content:"\ecba"}.iconsmind-Geo34:before{content:"\ecbb"}.iconsmind-Geo3-Close:before{content:"\ecbc"}.iconsmind-Geo3-Love:before{content:"\ecbd"}.iconsmind-Geo3-Number:before{content:"\ecbe"}.iconsmind-Geo3-Star:before{content:"\ecbf"}.iconsmind-Geo-Close:before{content:"\ecc0"}.iconsmind-Geo-Love:before{content:"\ecc1"}.iconsmind-Geo-Number:before{content:"\ecc2"}.iconsmind-Geo-Star:before{content:"\ecc3"}.iconsmind-Global-Position:before{content:"\ecc4"}.iconsmind-Globe:before{content:"\ecc5"}.iconsmind-Globe-2:before{content:"\ecc6"}.iconsmind-Location:before{content:"\ecc7"}.iconsmind-Location-2:before{content:"\ecc8"}.iconsmind-Map:before{content:"\ecc9"}.iconsmind-Map2:before{content:"\ecca"}.iconsmind-Map-Marker:before{content:"\eccb"}.iconsmind-Map-Marker2:before{content:"\eccc"}.iconsmind-Map-Marker3:before{content:"\eccd"}.iconsmind-Road2:before{content:"\ecce"}.iconsmind-Satelite:before{content:"\eccf"}.iconsmind-Satelite-2:before{content:"\ecd0"}.iconsmind-Street-View:before{content:"\ecd1"}.iconsmind-Street-View2:before{content:"\ecd2"}.iconsmind-Android-Store:before{content:"\ecd3"}.iconsmind-Apple-Store:before{content:"\ecd4"}.iconsmind-Box2:before{content:"\ecd5"}.iconsmind-Dropbox:before{content:"\ecd6"}.iconsmind-Google-Drive:before{content:"\ecd7"}.iconsmind-Google-Play:before{content:"\ecd8"}.iconsmind-Paypal:before{content:"\ecd9"}.iconsmind-Skrill:before{content:"\ecda"}.iconsmind-X-Box:before{content:"\ecdb"}.iconsmind-Add:before{content:"\ecdc"}.iconsmind-Back2:before{content:"\ecdd"}.iconsmind-Broken-Link:before{content:"\ecde"}.iconsmind-Check:before{content:"\ecdf"}.iconsmind-Check-2:before{content:"\ece0"}.iconsmind-Circular-Point:before{content:"\ece1"}.iconsmind-Close:before{content:"\ece2"}.iconsmind-Cursor:before{content:"\ece3"}.iconsmind-Cursor-Click:before{content:"\ece4"}.iconsmind-Cursor-Click2:before{content:"\ece5"}.iconsmind-Cursor-Move:before{content:"\ece6"}.iconsmind-Cursor-Move2:before{content:"\ece7"}.iconsmind-Cursor-Select:before{content:"\ece8"}.iconsmind-Down:before{content:"\ece9"}.iconsmind-Download:before{content:"\ecea"}.iconsmind-Downward:before{content:"\eceb"}.iconsmind-Endways:before{content:"\ecec"}.iconsmind-Forward:before{content:"\eced"}.iconsmind-Left:before{content:"\ecee"}.iconsmind-Link:before{content:"\ecef"}.iconsmind-Next2:before{content:"\ecf0"}.iconsmind-Orientation:before{content:"\ecf1"}.iconsmind-Pointer:before{content:"\ecf2"}.iconsmind-Previous:before{content:"\ecf3"}.iconsmind-Redo:before{content:"\ecf4"}.iconsmind-Refresh:before{content:"\ecf5"}.iconsmind-Reload:before{content:"\ecf6"}.iconsmind-Remove:before{content:"\ecf7"}.iconsmind-Repeat2:before{content:"\ecf8"}.iconsmind-Reset:before{content:"\ecf9"}.iconsmind-Rewind:before{content:"\ecfa"}.iconsmind-Right:before{content:"\ecfb"}.iconsmind-Rotation:before{content:"\ecfc"}.iconsmind-Rotation-390:before{content:"\ecfd"}.iconsmind-Spot:before{content:"\ecfe"}.iconsmind-Start-ways:before{content:"\ecff"}.iconsmind-Synchronize:before{content:"\ed00"}.iconsmind-Synchronize-2:before{content:"\ed01"}.iconsmind-Undo:before{content:"\ed02"}.iconsmind-Up:before{content:"\ed03"}.iconsmind-Upload:before{content:"\ed04"}.iconsmind-Upward:before{content:"\ed05"}.iconsmind-Yes:before{content:"\ed06"}.iconsmind-Barricade2:before{content:"\ed07"}.iconsmind-Crane:before{content:"\ed08"}.iconsmind-Dam:before{content:"\ed09"}.iconsmind-Drill2:before{content:"\ed0a"}.iconsmind-Electricity:before{content:"\ed0b"}.iconsmind-Explode:before{content:"\ed0c"}.iconsmind-Factory:before{content:"\ed0d"}.iconsmind-Fuel:before{content:"\ed0e"}.iconsmind-Helmet2:before{content:"\ed0f"}.iconsmind-Helmet-2:before{content:"\ed10"}.iconsmind-Laser:before{content:"\ed11"}.iconsmind-Mine:before{content:"\ed12"}.iconsmind-Oil:before{content:"\ed13"}.iconsmind-Petrol:before{content:"\ed14"}.iconsmind-Pipe:before{content:"\ed15"}.iconsmind-Power-Station:before{content:"\ed16"}.iconsmind-Refinery:before{content:"\ed17"}.iconsmind-Saw:before{content:"\ed18"}.iconsmind-Shovel:before{content:"\ed19"}.iconsmind-Solar:before{content:"\ed1a"}.iconsmind-Wheelbarrow:before{content:"\ed1b"}.iconsmind-Windmill:before{content:"\ed1c"}.iconsmind-Aa:before{content:"\ed1d"}.iconsmind-Add-File:before{content:"\ed1e"}.iconsmind-Address-Book:before{content:"\ed1f"}.iconsmind-Address-Book2:before{content:"\ed20"}.iconsmind-Add-SpaceAfterParagraph:before{content:"\ed21"}.iconsmind-Add-SpaceBeforeParagraph:before{content:"\ed22"}.iconsmind-Airbrush:before{content:"\ed23"}.iconsmind-Aligator:before{content:"\ed24"}.iconsmind-Align-Center:before{content:"\ed25"}.iconsmind-Align-JustifyAll:before{content:"\ed26"}.iconsmind-Align-JustifyCenter:before{content:"\ed27"}.iconsmind-Align-JustifyLeft:before{content:"\ed28"}.iconsmind-Align-JustifyRight:before{content:"\ed29"}.iconsmind-Align-Left:before{content:"\ed2a"}.iconsmind-Align-Right:before{content:"\ed2b"}.iconsmind-Alpha:before{content:"\ed2c"}.iconsmind-AMX:before{content:"\ed2d"}.iconsmind-Anchor2:before{content:"\ed2e"}.iconsmind-Android:before{content:"\ed2f"}.iconsmind-Angel:before{content:"\ed30"}.iconsmind-Angel-Smiley:before{content:"\ed31"}.iconsmind-Angry:before{content:"\ed32"}.iconsmind-Apple:before{content:"\ed33"}.iconsmind-Apple-Bite:before{content:"\ed34"}.iconsmind-Argentina:before{content:"\ed35"}.iconsmind-Arrow-Around:before{content:"\ed36"}.iconsmind-Arrow-Back:before{content:"\ed37"}.iconsmind-Arrow-Back2:before{content:"\ed38"}.iconsmind-Arrow-Back3:before{content:"\ed39"}.iconsmind-Arrow-Barrier:before{content:"\ed3a"}.iconsmind-Arrow-Circle:before{content:"\ed3b"}.iconsmind-Arrow-Cross:before{content:"\ed3c"}.iconsmind-Arrow-Down:before{content:"\ed3d"}.iconsmind-Arrow-Down2:before{content:"\ed3e"}.iconsmind-Arrow-Down3:before{content:"\ed3f"}.iconsmind-Arrow-DowninCircle:before{content:"\ed40"}.iconsmind-Arrow-Fork:before{content:"\ed41"}.iconsmind-Arrow-Forward:before{content:"\ed42"}.iconsmind-Arrow-Forward2:before{content:"\ed43"}.iconsmind-Arrow-From:before{content:"\ed44"}.iconsmind-Arrow-Inside:before{content:"\ed45"}.iconsmind-Arrow-Inside45:before{content:"\ed46"}.iconsmind-Arrow-InsideGap:before{content:"\ed47"}.iconsmind-Arrow-InsideGap45:before{content:"\ed48"}.iconsmind-Arrow-Into:before{content:"\ed49"}.iconsmind-Arrow-Join:before{content:"\ed4a"}.iconsmind-Arrow-Junction:before{content:"\ed4b"}.iconsmind-Arrow-Left:before{content:"\ed4c"}.iconsmind-Arrow-Left2:before{content:"\ed4d"}.iconsmind-Arrow-LeftinCircle:before{content:"\ed4e"}.iconsmind-Arrow-Loop:before{content:"\ed4f"}.iconsmind-Arrow-Merge:before{content:"\ed50"}.iconsmind-Arrow-Mix:before{content:"\ed51"}.iconsmind-Arrow-Next:before{content:"\ed52"}.iconsmind-Arrow-OutLeft:before{content:"\ed53"}.iconsmind-Arrow-OutRight:before{content:"\ed54"}.iconsmind-Arrow-Outside:before{content:"\ed55"}.iconsmind-Arrow-Outside45:before{content:"\ed56"}.iconsmind-Arrow-OutsideGap:before{content:"\ed57"}.iconsmind-Arrow-OutsideGap45:before{content:"\ed58"}.iconsmind-Arrow-Over:before{content:"\ed59"}.iconsmind-Arrow-Refresh:before{content:"\ed5a"}.iconsmind-Arrow-Refresh2:before{content:"\ed5b"}.iconsmind-Arrow-Right:before{content:"\ed5c"}.iconsmind-Arrow-Right2:before{content:"\ed5d"}.iconsmind-Arrow-RightinCircle:before{content:"\ed5e"}.iconsmind-Arrow-Shuffle:before{content:"\ed5f"}.iconsmind-Arrow-Squiggly:before{content:"\ed60"}.iconsmind-Arrow-Through:before{content:"\ed61"}.iconsmind-Arrow-To:before{content:"\ed62"}.iconsmind-Arrow-TurnLeft:before{content:"\ed63"}.iconsmind-Arrow-TurnRight:before{content:"\ed64"}.iconsmind-Arrow-Up:before{content:"\ed65"}.iconsmind-Arrow-Up2:before{content:"\ed66"}.iconsmind-Arrow-Up3:before{content:"\ed67"}.iconsmind-Arrow-UpinCircle:before{content:"\ed68"}.iconsmind-Arrow-XLeft:before{content:"\ed69"}.iconsmind-Arrow-XRight:before{content:"\ed6a"}.iconsmind-ATM:before{content:"\ed6b"}.iconsmind-At-Sign:before{content:"\ed6c"}.iconsmind-Baby-Clothes:before{content:"\ed6d"}.iconsmind-Baby-Clothes2:before{content:"\ed6e"}.iconsmind-Bag:before{content:"\ed6f"}.iconsmind-Bakelite:before{content:"\ed70"}.iconsmind-Banana:before{content:"\ed71"}.iconsmind-Bank:before{content:"\ed72"}.iconsmind-Bar-Chart:before{content:"\ed73"}.iconsmind-Bar-Chart2:before{content:"\ed74"}.iconsmind-Bar-Chart3:before{content:"\ed75"}.iconsmind-Bar-Chart4:before{content:"\ed76"}.iconsmind-Bar-Chart5:before{content:"\ed77"}.iconsmind-Bat:before{content:"\ed78"}.iconsmind-Bathrobe:before{content:"\ed79"}.iconsmind-Battery-0:before{content:"\ed7a"}.iconsmind-Battery-25:before{content:"\ed7b"}.iconsmind-Battery-50:before{content:"\ed7c"}.iconsmind-Battery-75:before{content:"\ed7d"}.iconsmind-Battery-100:before{content:"\ed7e"}.iconsmind-Battery-Charge:before{content:"\ed7f"}.iconsmind-Bear:before{content:"\ed80"}.iconsmind-Beard:before{content:"\ed81"}.iconsmind-Beard-2:before{content:"\ed82"}.iconsmind-Beard-3:before{content:"\ed83"}.iconsmind-Bee:before{content:"\ed84"}.iconsmind-Beer:before{content:"\ed85"}.iconsmind-Beer-Glass:before{content:"\ed86"}.iconsmind-Bell2:before{content:"\ed87"}.iconsmind-Belt:before{content:"\ed88"}.iconsmind-Belt-2:before{content:"\ed89"}.iconsmind-Belt-3:before{content:"\ed8a"}.iconsmind-Berlin-Tower:before{content:"\ed8b"}.iconsmind-Beta:before{content:"\ed8c"}.iconsmind-Big-Bang:before{content:"\ed8d"}.iconsmind-Big-Data:before{content:"\ed8e"}.iconsmind-Bikini:before{content:"\ed8f"}.iconsmind-Bilk-Bottle2:before{content:"\ed90"}.iconsmind-Bird:before{content:"\ed91"}.iconsmind-Bird-DeliveringLetter:before{content:"\ed92"}.iconsmind-Birthday-Cake:before{content:"\ed93"}.iconsmind-Bishop:before{content:"\ed94"}.iconsmind-Blackboard:before{content:"\ed95"}.iconsmind-Black-Cat:before{content:"\ed96"}.iconsmind-Block-Cloud:before{content:"\ed97"}.iconsmind-Blood:before{content:"\ed98"}.iconsmind-Blouse:before{content:"\ed99"}.iconsmind-Blueprint:before{content:"\ed9a"}.iconsmind-Board:before{content:"\ed9b"}.iconsmind-Bone:before{content:"\ed9c"}.iconsmind-Bones:before{content:"\ed9d"}.iconsmind-Book:before{content:"\ed9e"}.iconsmind-Bookmark:before{content:"\ed9f"}.iconsmind-Books:before{content:"\eda0"}.iconsmind-Books-2:before{content:"\eda1"}.iconsmind-Boot:before{content:"\eda2"}.iconsmind-Boot-2:before{content:"\eda3"}.iconsmind-Bottom-ToTop:before{content:"\eda4"}.iconsmind-Bow:before{content:"\eda5"}.iconsmind-Bow-2:before{content:"\eda6"}.iconsmind-Bow-3:before{content:"\eda7"}.iconsmind-Box-Close:before{content:"\eda8"}.iconsmind-Box-Full:before{content:"\eda9"}.iconsmind-Box-Open:before{content:"\edaa"}.iconsmind-Box-withFolders:before{content:"\edab"}.iconsmind-Bra:before{content:"\edac"}.iconsmind-Brain2:before{content:"\edad"}.iconsmind-Brain-2:before{content:"\edae"}.iconsmind-Brazil:before{content:"\edaf"}.iconsmind-Bread:before{content:"\edb0"}.iconsmind-Bread-2:before{content:"\edb1"}.iconsmind-Bridge:before{content:"\edb2"}.iconsmind-Broom:before{content:"\edb3"}.iconsmind-Brush:before{content:"\edb4"}.iconsmind-Bug:before{content:"\edb5"}.iconsmind-Building:before{content:"\edb6"}.iconsmind-Butterfly:before{content:"\edb7"}.iconsmind-Cake:before{content:"\edb8"}.iconsmind-Calculator:before{content:"\edb9"}.iconsmind-Calculator-2:before{content:"\edba"}.iconsmind-Calculator-3:before{content:"\edbb"}.iconsmind-Calendar:before{content:"\edbc"}.iconsmind-Calendar-2:before{content:"\edbd"}.iconsmind-Calendar-3:before{content:"\edbe"}.iconsmind-Calendar-4:before{content:"\edbf"}.iconsmind-Camel:before{content:"\edc0"}.iconsmind-Can:before{content:"\edc1"}.iconsmind-Can-2:before{content:"\edc2"}.iconsmind-Canada:before{content:"\edc3"}.iconsmind-Candle:before{content:"\edc4"}.iconsmind-Candy:before{content:"\edc5"}.iconsmind-Candy-Cane:before{content:"\edc6"}.iconsmind-Cap:before{content:"\edc7"}.iconsmind-Cap-2:before{content:"\edc8"}.iconsmind-Cap-3:before{content:"\edc9"}.iconsmind-Cardigan:before{content:"\edca"}.iconsmind-Cardiovascular:before{content:"\edcb"}.iconsmind-Castle:before{content:"\edcc"}.iconsmind-Cat:before{content:"\edcd"}.iconsmind-Cathedral:before{content:"\edce"}.iconsmind-Cauldron:before{content:"\edcf"}.iconsmind-CD:before{content:"\edd0"}.iconsmind-Charger:before{content:"\edd1"}.iconsmind-Checkmate:before{content:"\edd2"}.iconsmind-Cheese:before{content:"\edd3"}.iconsmind-Cheetah:before{content:"\edd4"}.iconsmind-Chef-Hat:before{content:"\edd5"}.iconsmind-Chef-Hat2:before{content:"\edd6"}.iconsmind-Chess-Board:before{content:"\edd7"}.iconsmind-Chicken:before{content:"\edd8"}.iconsmind-Chile:before{content:"\edd9"}.iconsmind-Chimney:before{content:"\edda"}.iconsmind-China:before{content:"\eddb"}.iconsmind-Chinese-Temple:before{content:"\eddc"}.iconsmind-Chip:before{content:"\eddd"}.iconsmind-Chopsticks:before{content:"\edde"}.iconsmind-Chopsticks-2:before{content:"\eddf"}.iconsmind-Christmas:before{content:"\ede0"}.iconsmind-Christmas-Ball:before{content:"\ede1"}.iconsmind-Christmas-Bell:before{content:"\ede2"}.iconsmind-Christmas-Candle:before{content:"\ede3"}.iconsmind-Christmas-Hat:before{content:"\ede4"}.iconsmind-Christmas-Sleigh:before{content:"\ede5"}.iconsmind-Christmas-Snowman:before{content:"\ede6"}.iconsmind-Christmas-Sock:before{content:"\ede7"}.iconsmind-Christmas-Tree:before{content:"\ede8"}.iconsmind-Chrome:before{content:"\ede9"}.iconsmind-Chrysler-Building:before{content:"\edea"}.iconsmind-City-Hall:before{content:"\edeb"}.iconsmind-Clamp:before{content:"\edec"}.iconsmind-Claps:before{content:"\eded"}.iconsmind-Clothing-Store:before{content:"\edee"}.iconsmind-Cloud:before{content:"\edef"}.iconsmind-Cloud2:before{content:"\edf0"}.iconsmind-Cloud3:before{content:"\edf1"}.iconsmind-Cloud-Camera:before{content:"\edf2"}.iconsmind-Cloud-Computer:before{content:"\edf3"}.iconsmind-Cloud-Email:before{content:"\edf4"}.iconsmind-Cloud-Laptop:before{content:"\edf5"}.iconsmind-Cloud-Lock:before{content:"\edf6"}.iconsmind-Cloud-Music:before{content:"\edf7"}.iconsmind-Cloud-Picture:before{content:"\edf8"}.iconsmind-Cloud-Remove:before{content:"\edf9"}.iconsmind-Clouds:before{content:"\edfa"}.iconsmind-Cloud-Secure:before{content:"\edfb"}.iconsmind-Cloud-Settings:before{content:"\edfc"}.iconsmind-Cloud-Smartphone:before{content:"\edfd"}.iconsmind-Cloud-Tablet:before{content:"\edfe"}.iconsmind-Cloud-Video:before{content:"\edff"}.iconsmind-Clown:before{content:"\ee00"}.iconsmind-CMYK:before{content:"\ee01"}.iconsmind-Coat:before{content:"\ee02"}.iconsmind-Cocktail:before{content:"\ee03"}.iconsmind-Coconut:before{content:"\ee04"}.iconsmind-Coffee:before{content:"\ee05"}.iconsmind-Coffee-2:before{content:"\ee06"}.iconsmind-Coffee-Bean:before{content:"\ee07"}.iconsmind-Coffee-toGo:before{content:"\ee08"}.iconsmind-Coffin:before{content:"\ee09"}.iconsmind-Coin:before{content:"\ee0a"}.iconsmind-Coins:before{content:"\ee0b"}.iconsmind-Coins-2:before{content:"\ee0c"}.iconsmind-Coins-3:before{content:"\ee0d"}.iconsmind-Colombia:before{content:"\ee0e"}.iconsmind-Colosseum:before{content:"\ee0f"}.iconsmind-Column:before{content:"\ee10"}.iconsmind-Column-2:before{content:"\ee11"}.iconsmind-Column-3:before{content:"\ee12"}.iconsmind-Comb:before{content:"\ee13"}.iconsmind-Comb-2:before{content:"\ee14"}.iconsmind-Communication-Tower:before{content:"\ee15"}.iconsmind-Communication-Tower2:before{content:"\ee16"}.iconsmind-Compass2:before{content:"\ee17"}.iconsmind-Compass-22:before{content:"\ee18"}.iconsmind-Computer:before{content:"\ee19"}.iconsmind-Computer-2:before{content:"\ee1a"}.iconsmind-Computer-3:before{content:"\ee1b"}.iconsmind-Confused:before{content:"\ee1c"}.iconsmind-Contrast:before{content:"\ee1d"}.iconsmind-Cookie-Man:before{content:"\ee1e"}.iconsmind-Cookies:before{content:"\ee1f"}.iconsmind-Cool:before{content:"\ee20"}.iconsmind-Costume:before{content:"\ee21"}.iconsmind-Cow:before{content:"\ee22"}.iconsmind-CPU:before{content:"\ee23"}.iconsmind-Cranium:before{content:"\ee24"}.iconsmind-Credit-Card:before{content:"\ee25"}.iconsmind-Credit-Card2:before{content:"\ee26"}.iconsmind-Credit-Card3:before{content:"\ee27"}.iconsmind-Croissant:before{content:"\ee28"}.iconsmind-Crying:before{content:"\ee29"}.iconsmind-Cupcake:before{content:"\ee2a"}.iconsmind-Danemark:before{content:"\ee2b"}.iconsmind-Data:before{content:"\ee2c"}.iconsmind-Data-Backup:before{content:"\ee2d"}.iconsmind-Data-Block:before{content:"\ee2e"}.iconsmind-Data-Center:before{content:"\ee2f"}.iconsmind-Data-Clock:before{content:"\ee30"}.iconsmind-Data-Cloud:before{content:"\ee31"}.iconsmind-Data-Compress:before{content:"\ee32"}.iconsmind-Data-Copy:before{content:"\ee33"}.iconsmind-Data-Download:before{content:"\ee34"}.iconsmind-Data-Financial:before{content:"\ee35"}.iconsmind-Data-Key:before{content:"\ee36"}.iconsmind-Data-Lock:before{content:"\ee37"}.iconsmind-Data-Network:before{content:"\ee38"}.iconsmind-Data-Password:before{content:"\ee39"}.iconsmind-Data-Power:before{content:"\ee3a"}.iconsmind-Data-Refresh:before{content:"\ee3b"}.iconsmind-Data-Save:before{content:"\ee3c"}.iconsmind-Data-Search:before{content:"\ee3d"}.iconsmind-Data-Security:before{content:"\ee3e"}.iconsmind-Data-Settings:before{content:"\ee3f"}.iconsmind-Data-Sharing:before{content:"\ee40"}.iconsmind-Data-Shield:before{content:"\ee41"}.iconsmind-Data-Signal:before{content:"\ee42"}.iconsmind-Data-Storage:before{content:"\ee43"}.iconsmind-Data-Stream:before{content:"\ee44"}.iconsmind-Data-Transfer:before{content:"\ee45"}.iconsmind-Data-Unlock:before{content:"\ee46"}.iconsmind-Data-Upload:before{content:"\ee47"}.iconsmind-Data-Yes:before{content:"\ee48"}.iconsmind-Death:before{content:"\ee49"}.iconsmind-Debian:before{content:"\ee4a"}.iconsmind-Dec:before{content:"\ee4b"}.iconsmind-Decrase-Inedit:before{content:"\ee4c"}.iconsmind-Deer:before{content:"\ee4d"}.iconsmind-Deer-2:before{content:"\ee4e"}.iconsmind-Delete-File:before{content:"\ee4f"}.iconsmind-Depression:before{content:"\ee50"}.iconsmind-Device-SyncwithCloud:before{content:"\ee51"}.iconsmind-Diamond:before{content:"\ee52"}.iconsmind-Digital-Drawing:before{content:"\ee53"}.iconsmind-Dinosaur:before{content:"\ee54"}.iconsmind-Diploma:before{content:"\ee55"}.iconsmind-Diploma-2:before{content:"\ee56"}.iconsmind-Disk:before{content:"\ee57"}.iconsmind-Dog:before{content:"\ee58"}.iconsmind-Dollar:before{content:"\ee59"}.iconsmind-Dollar-Sign:before{content:"\ee5a"}.iconsmind-Dollar-Sign2:before{content:"\ee5b"}.iconsmind-Dolphin:before{content:"\ee5c"}.iconsmind-Door:before{content:"\ee5d"}.iconsmind-Double-Circle:before{content:"\ee5e"}.iconsmind-Doughnut:before{content:"\ee5f"}.iconsmind-Dove:before{content:"\ee60"}.iconsmind-Down2:before{content:"\ee61"}.iconsmind-Down-2:before{content:"\ee62"}.iconsmind-Down-3:before{content:"\ee63"}.iconsmind-Download2:before{content:"\ee64"}.iconsmind-Download-fromCloud:before{content:"\ee65"}.iconsmind-Dress:before{content:"\ee66"}.iconsmind-Duck:before{content:"\ee67"}.iconsmind-DVD:before{content:"\ee68"}.iconsmind-Eagle:before{content:"\ee69"}.iconsmind-Ear:before{content:"\ee6a"}.iconsmind-Eggs:before{content:"\ee6b"}.iconsmind-Egypt:before{content:"\ee6c"}.iconsmind-Eifel-Tower:before{content:"\ee6d"}.iconsmind-Elbow:before{content:"\ee6e"}.iconsmind-El-Castillo:before{content:"\ee6f"}.iconsmind-Elephant:before{content:"\ee70"}.iconsmind-Embassy:before{content:"\ee71"}.iconsmind-Empire-StateBuilding:before{content:"\ee72"}.iconsmind-Empty-Box:before{content:"\ee73"}.iconsmind-End2:before{content:"\ee74"}.iconsmind-Envelope:before{content:"\ee75"}.iconsmind-Envelope-2:before{content:"\ee76"}.iconsmind-Eraser:before{content:"\ee77"}.iconsmind-Eraser-2:before{content:"\ee78"}.iconsmind-Eraser-3:before{content:"\ee79"}.iconsmind-Euro:before{content:"\ee7a"}.iconsmind-Euro-Sign:before{content:"\ee7b"}.iconsmind-Euro-Sign2:before{content:"\ee7c"}.iconsmind-Evil:before{content:"\ee7d"}.iconsmind-Eye2:before{content:"\ee7e"}.iconsmind-Eye-Blind:before{content:"\ee7f"}.iconsmind-Eyebrow:before{content:"\ee80"}.iconsmind-Eyebrow-2:before{content:"\ee81"}.iconsmind-Eyebrow-3:before{content:"\ee82"}.iconsmind-Eyeglasses-Smiley:before{content:"\ee83"}.iconsmind-Eyeglasses-Smiley2:before{content:"\ee84"}.iconsmind-Eye-Invisible:before{content:"\ee85"}.iconsmind-Eye-Visible:before{content:"\ee86"}.iconsmind-Face-Style:before{content:"\ee87"}.iconsmind-Face-Style2:before{content:"\ee88"}.iconsmind-Face-Style3:before{content:"\ee89"}.iconsmind-Face-Style4:before{content:"\ee8a"}.iconsmind-Face-Style5:before{content:"\ee8b"}.iconsmind-Face-Style6:before{content:"\ee8c"}.iconsmind-Factory2:before{content:"\ee8d"}.iconsmind-Fan:before{content:"\ee8e"}.iconsmind-Fashion:before{content:"\ee8f"}.iconsmind-Fax:before{content:"\ee90"}.iconsmind-File:before{content:"\ee91"}.iconsmind-File-Block:before{content:"\ee92"}.iconsmind-File-Bookmark:before{content:"\ee93"}.iconsmind-File-Chart:before{content:"\ee94"}.iconsmind-File-Clipboard:before{content:"\ee95"}.iconsmind-File-ClipboardFileText:before{content:"\ee96"}.iconsmind-File-ClipboardTextImage:before{content:"\ee97"}.iconsmind-File-Cloud:before{content:"\ee98"}.iconsmind-File-Copy:before{content:"\ee99"}.iconsmind-File-Copy2:before{content:"\ee9a"}.iconsmind-File-CSV:before{content:"\ee9b"}.iconsmind-File-Download:before{content:"\ee9c"}.iconsmind-File-Edit:before{content:"\ee9d"}.iconsmind-File-Excel:before{content:"\ee9e"}.iconsmind-File-Favorite:before{content:"\ee9f"}.iconsmind-File-Fire:before{content:"\eea0"}.iconsmind-File-Graph:before{content:"\eea1"}.iconsmind-File-Hide:before{content:"\eea2"}.iconsmind-File-Horizontal:before{content:"\eea3"}.iconsmind-File-HorizontalText:before{content:"\eea4"}.iconsmind-File-HTML:before{content:"\eea5"}.iconsmind-File-JPG:before{content:"\eea6"}.iconsmind-File-Link:before{content:"\eea7"}.iconsmind-File-Loading:before{content:"\eea8"}.iconsmind-File-Lock:before{content:"\eea9"}.iconsmind-File-Love:before{content:"\eeaa"}.iconsmind-File-Music:before{content:"\eeab"}.iconsmind-File-Network:before{content:"\eeac"}.iconsmind-File-Pictures:before{content:"\eead"}.iconsmind-File-Pie:before{content:"\eeae"}.iconsmind-File-Presentation:before{content:"\eeaf"}.iconsmind-File-Refresh:before{content:"\eeb0"}.iconsmind-Files:before{content:"\eeb1"}.iconsmind-File-Search:before{content:"\eeb2"}.iconsmind-File-Settings:before{content:"\eeb3"}.iconsmind-File-Share:before{content:"\eeb4"}.iconsmind-File-TextImage:before{content:"\eeb5"}.iconsmind-File-Trash:before{content:"\eeb6"}.iconsmind-File-TXT:before{content:"\eeb7"}.iconsmind-File-Upload:before{content:"\eeb8"}.iconsmind-File-Video:before{content:"\eeb9"}.iconsmind-File-Word:before{content:"\eeba"}.iconsmind-File-Zip:before{content:"\eebb"}.iconsmind-Financial:before{content:"\eebc"}.iconsmind-Finger:before{content:"\eebd"}.iconsmind-Fingerprint:before{content:"\eebe"}.iconsmind-Fingerprint-2:before{content:"\eebf"}.iconsmind-Firefox:before{content:"\eec0"}.iconsmind-Fire-Staion:before{content:"\eec1"}.iconsmind-Fish:before{content:"\eec2"}.iconsmind-Fit-To:before{content:"\eec3"}.iconsmind-Fit-To2:before{content:"\eec4"}.iconsmind-Flag2:before{content:"\eec5"}.iconsmind-Flag-22:before{content:"\eec6"}.iconsmind-Flag-3:before{content:"\eec7"}.iconsmind-Flag-4:before{content:"\eec8"}.iconsmind-Flamingo:before{content:"\eec9"}.iconsmind-Folder:before{content:"\eeca"}.iconsmind-Folder-Add:before{content:"\eecb"}.iconsmind-Folder-Archive:before{content:"\eecc"}.iconsmind-Folder-Binder:before{content:"\eecd"}.iconsmind-Folder-Binder2:before{content:"\eece"}.iconsmind-Folder-Block:before{content:"\eecf"}.iconsmind-Folder-Bookmark:before{content:"\eed0"}.iconsmind-Folder-Close:before{content:"\eed1"}.iconsmind-Folder-Cloud:before{content:"\eed2"}.iconsmind-Folder-Delete:before{content:"\eed3"}.iconsmind-Folder-Download:before{content:"\eed4"}.iconsmind-Folder-Edit:before{content:"\eed5"}.iconsmind-Folder-Favorite:before{content:"\eed6"}.iconsmind-Folder-Fire:before{content:"\eed7"}.iconsmind-Folder-Hide:before{content:"\eed8"}.iconsmind-Folder-Link:before{content:"\eed9"}.iconsmind-Folder-Loading:before{content:"\eeda"}.iconsmind-Folder-Lock:before{content:"\eedb"}.iconsmind-Folder-Love:before{content:"\eedc"}.iconsmind-Folder-Music:before{content:"\eedd"}.iconsmind-Folder-Network:before{content:"\eede"}.iconsmind-Folder-Open:before{content:"\eedf"}.iconsmind-Folder-Open2:before{content:"\eee0"}.iconsmind-Folder-Organizing:before{content:"\eee1"}.iconsmind-Folder-Pictures:before{content:"\eee2"}.iconsmind-Folder-Refresh:before{content:"\eee3"}.iconsmind-Folder-Remove:before{content:"\eee4"}.iconsmind-Folders:before{content:"\eee5"}.iconsmind-Folder-Search:before{content:"\eee6"}.iconsmind-Folder-Settings:before{content:"\eee7"}.iconsmind-Folder-Share:before{content:"\eee8"}.iconsmind-Folder-Trash:before{content:"\eee9"}.iconsmind-Folder-Upload:before{content:"\eeea"}.iconsmind-Folder-Video:before{content:"\eeeb"}.iconsmind-Folder-WithDocument:before{content:"\eeec"}.iconsmind-Folder-Zip:before{content:"\eeed"}.iconsmind-Foot:before{content:"\eeee"}.iconsmind-Foot-2:before{content:"\eeef"}.iconsmind-Fork:before{content:"\eef0"}.iconsmind-Formula:before{content:"\eef1"}.iconsmind-Fountain-Pen:before{content:"\eef2"}.iconsmind-Fox:before{content:"\eef3"}.iconsmind-Frankenstein:before{content:"\eef4"}.iconsmind-French-Fries:before{content:"\eef5"}.iconsmind-Frog:before{content:"\eef6"}.iconsmind-Fruits:before{content:"\eef7"}.iconsmind-Full-Screen:before{content:"\eef8"}.iconsmind-Full-Screen2:before{content:"\eef9"}.iconsmind-Full-View:before{content:"\eefa"}.iconsmind-Full-View2:before{content:"\eefb"}.iconsmind-Funky:before{content:"\eefc"}.iconsmind-Funny-Bicycle:before{content:"\eefd"}.iconsmind-Gamepad:before{content:"\eefe"}.iconsmind-Gamepad-2:before{content:"\eeff"}.iconsmind-Gay:before{content:"\ef00"}.iconsmind-Geek2:before{content:"\ef01"}.iconsmind-Gentleman:before{content:"\ef02"}.iconsmind-Giraffe:before{content:"\ef03"}.iconsmind-Glasses:before{content:"\ef04"}.iconsmind-Glasses-2:before{content:"\ef05"}.iconsmind-Glasses-3:before{content:"\ef06"}.iconsmind-Glass-Water:before{content:"\ef07"}.iconsmind-Gloves:before{content:"\ef08"}.iconsmind-Go-Bottom:before{content:"\ef09"}.iconsmind-Gorilla:before{content:"\ef0a"}.iconsmind-Go-Top:before{content:"\ef0b"}.iconsmind-Grave:before{content:"\ef0c"}.iconsmind-Graveyard:before{content:"\ef0d"}.iconsmind-Greece:before{content:"\ef0e"}.iconsmind-Hair:before{content:"\ef0f"}.iconsmind-Hair-2:before{content:"\ef10"}.iconsmind-Hair-3:before{content:"\ef11"}.iconsmind-Halloween-HalfMoon:before{content:"\ef12"}.iconsmind-Halloween-Moon:before{content:"\ef13"}.iconsmind-Hamburger:before{content:"\ef14"}.iconsmind-Hand:before{content:"\ef15"}.iconsmind-Hands:before{content:"\ef16"}.iconsmind-Handshake:before{content:"\ef17"}.iconsmind-Hanger:before{content:"\ef18"}.iconsmind-Happy:before{content:"\ef19"}.iconsmind-Hat:before{content:"\ef1a"}.iconsmind-Hat-2:before{content:"\ef1b"}.iconsmind-Haunted-House:before{content:"\ef1c"}.iconsmind-HD:before{content:"\ef1d"}.iconsmind-HDD:before{content:"\ef1e"}.iconsmind-Heart2:before{content:"\ef1f"}.iconsmind-Heels:before{content:"\ef20"}.iconsmind-Heels-2:before{content:"\ef21"}.iconsmind-Hello:before{content:"\ef22"}.iconsmind-Hipo:before{content:"\ef23"}.iconsmind-Hipster-Glasses:before{content:"\ef24"}.iconsmind-Hipster-Glasses2:before{content:"\ef25"}.iconsmind-Hipster-Glasses3:before{content:"\ef26"}.iconsmind-Hipster-Headphones:before{content:"\ef27"}.iconsmind-Hipster-Men:before{content:"\ef28"}.iconsmind-Hipster-Men2:before{content:"\ef29"}.iconsmind-Hipster-Men3:before{content:"\ef2a"}.iconsmind-Hipster-Sunglasses:before{content:"\ef2b"}.iconsmind-Hipster-Sunglasses2:before{content:"\ef2c"}.iconsmind-Hipster-Sunglasses3:before{content:"\ef2d"}.iconsmind-Holly:before{content:"\ef2e"}.iconsmind-Home2:before{content:"\ef2f"}.iconsmind-Home-2:before{content:"\ef30"}.iconsmind-Home-3:before{content:"\ef31"}.iconsmind-Home-4:before{content:"\ef32"}.iconsmind-Honey:before{content:"\ef33"}.iconsmind-Hong-Kong:before{content:"\ef34"}.iconsmind-Hoodie:before{content:"\ef35"}.iconsmind-Horror:before{content:"\ef36"}.iconsmind-Horse:before{content:"\ef37"}.iconsmind-Hospital2:before{content:"\ef38"}.iconsmind-Host:before{content:"\ef39"}.iconsmind-Hot-Dog:before{content:"\ef3a"}.iconsmind-Hotel:before{content:"\ef3b"}.iconsmind-Hub:before{content:"\ef3c"}.iconsmind-Humor:before{content:"\ef3d"}.iconsmind-Ice-Cream:before{content:"\ef3e"}.iconsmind-Idea:before{content:"\ef3f"}.iconsmind-Inbox:before{content:"\ef40"}.iconsmind-Inbox-Empty:before{content:"\ef41"}.iconsmind-Inbox-Forward:before{content:"\ef42"}.iconsmind-Inbox-Full:before{content:"\ef43"}.iconsmind-Inbox-Into:before{content:"\ef44"}.iconsmind-Inbox-Out:before{content:"\ef45"}.iconsmind-Inbox-Reply:before{content:"\ef46"}.iconsmind-Increase-Inedit:before{content:"\ef47"}.iconsmind-Indent-FirstLine:before{content:"\ef48"}.iconsmind-Indent-LeftMargin:before{content:"\ef49"}.iconsmind-Indent-RightMargin:before{content:"\ef4a"}.iconsmind-India:before{content:"\ef4b"}.iconsmind-Internet-Explorer:before{content:"\ef4c"}.iconsmind-Internet-Smiley:before{content:"\ef4d"}.iconsmind-iOS-Apple:before{content:"\ef4e"}.iconsmind-Israel:before{content:"\ef4f"}.iconsmind-Jacket:before{content:"\ef50"}.iconsmind-Jamaica:before{content:"\ef51"}.iconsmind-Japan:before{content:"\ef52"}.iconsmind-Japanese-Gate:before{content:"\ef53"}.iconsmind-Jeans:before{content:"\ef54"}.iconsmind-Joystick:before{content:"\ef55"}.iconsmind-Juice:before{content:"\ef56"}.iconsmind-Kangoroo:before{content:"\ef57"}.iconsmind-Kenya:before{content:"\ef58"}.iconsmind-Keyboard:before{content:"\ef59"}.iconsmind-Keypad:before{content:"\ef5a"}.iconsmind-King:before{content:"\ef5b"}.iconsmind-Kiss:before{content:"\ef5c"}.iconsmind-Knee:before{content:"\ef5d"}.iconsmind-Knife:before{content:"\ef5e"}.iconsmind-Knight:before{content:"\ef5f"}.iconsmind-Koala:before{content:"\ef60"}.iconsmind-Korea:before{content:"\ef61"}.iconsmind-Lantern:before{content:"\ef62"}.iconsmind-Laptop:before{content:"\ef63"}.iconsmind-Laptop-2:before{content:"\ef64"}.iconsmind-Laptop-3:before{content:"\ef65"}.iconsmind-Laptop-Phone:before{content:"\ef66"}.iconsmind-Laptop-Tablet:before{content:"\ef67"}.iconsmind-Laughing:before{content:"\ef68"}.iconsmind-Leaning-Tower:before{content:"\ef69"}.iconsmind-Left2:before{content:"\ef6a"}.iconsmind-Left-2:before{content:"\ef6b"}.iconsmind-Left-3:before{content:"\ef6c"}.iconsmind-Left--Right:before{content:"\ef6d"}.iconsmind-Left--Right3:before{content:"\ef6e"}.iconsmind-Left-ToRight:before{content:"\ef6f"}.iconsmind-Leg:before{content:"\ef70"}.iconsmind-Leg-2:before{content:"\ef71"}.iconsmind-Lemon:before{content:"\ef72"}.iconsmind-Leopard:before{content:"\ef73"}.iconsmind-Letter-Close:before{content:"\ef74"}.iconsmind-Letter-Open:before{content:"\ef75"}.iconsmind-Letter-Sent:before{content:"\ef76"}.iconsmind-Library2:before{content:"\ef77"}.iconsmind-Lighthouse:before{content:"\ef78"}.iconsmind-Line-Chart:before{content:"\ef79"}.iconsmind-Line-Chart2:before{content:"\ef7a"}.iconsmind-Line-Chart3:before{content:"\ef7b"}.iconsmind-Line-Chart4:before{content:"\ef7c"}.iconsmind-Line-Spacing:before{content:"\ef7d"}.iconsmind-Linux:before{content:"\ef7e"}.iconsmind-Lion:before{content:"\ef7f"}.iconsmind-Lollipop:before{content:"\ef80"}.iconsmind-Lollipop-2:before{content:"\ef81"}.iconsmind-Loop:before{content:"\ef82"}.iconsmind-Love2:before{content:"\ef83"}.iconsmind-Mail:before{content:"\ef84"}.iconsmind-Mail-2:before{content:"\ef85"}.iconsmind-Mail-3:before{content:"\ef86"}.iconsmind-Mail-Add:before{content:"\ef87"}.iconsmind-Mail-Attachement:before{content:"\ef88"}.iconsmind-Mail-Block:before{content:"\ef89"}.iconsmind-Mailbox-Empty:before{content:"\ef8a"}.iconsmind-Mailbox-Full:before{content:"\ef8b"}.iconsmind-Mail-Delete:before{content:"\ef8c"}.iconsmind-Mail-Favorite:before{content:"\ef8d"}.iconsmind-Mail-Forward:before{content:"\ef8e"}.iconsmind-Mail-Gallery:before{content:"\ef8f"}.iconsmind-Mail-Inbox:before{content:"\ef90"}.iconsmind-Mail-Link:before{content:"\ef91"}.iconsmind-Mail-Lock:before{content:"\ef92"}.iconsmind-Mail-Love:before{content:"\ef93"}.iconsmind-Mail-Money:before{content:"\ef94"}.iconsmind-Mail-Open:before{content:"\ef95"}.iconsmind-Mail-Outbox:before{content:"\ef96"}.iconsmind-Mail-Password:before{content:"\ef97"}.iconsmind-Mail-Photo:before{content:"\ef98"}.iconsmind-Mail-Read:before{content:"\ef99"}.iconsmind-Mail-Removex:before{content:"\ef9a"}.iconsmind-Mail-Reply:before{content:"\ef9b"}.iconsmind-Mail-ReplyAll:before{content:"\ef9c"}.iconsmind-Mail-Search:before{content:"\ef9d"}.iconsmind-Mail-Send:before{content:"\ef9e"}.iconsmind-Mail-Settings:before{content:"\ef9f"}.iconsmind-Mail-Unread:before{content:"\efa0"}.iconsmind-Mail-Video:before{content:"\efa1"}.iconsmind-Mail-withAtSign:before{content:"\efa2"}.iconsmind-Mail-WithCursors:before{content:"\efa3"}.iconsmind-Mans-Underwear:before{content:"\efa4"}.iconsmind-Mans-Underwear2:before{content:"\efa5"}.iconsmind-Marker:before{content:"\efa6"}.iconsmind-Marker-2:before{content:"\efa7"}.iconsmind-Marker-3:before{content:"\efa8"}.iconsmind-Martini-Glass:before{content:"\efa9"}.iconsmind-Master-Card:before{content:"\efaa"}.iconsmind-Maximize:before{content:"\efab"}.iconsmind-Megaphone:before{content:"\efac"}.iconsmind-Mexico:before{content:"\efad"}.iconsmind-Milk-Bottle:before{content:"\efae"}.iconsmind-Minimize:before{content:"\efaf"}.iconsmind-Money:before{content:"\efb0"}.iconsmind-Money-2:before{content:"\efb1"}.iconsmind-Money-Bag:before{content:"\efb2"}.iconsmind-Monitor:before{content:"\efb3"}.iconsmind-Monitor-2:before{content:"\efb4"}.iconsmind-Monitor-3:before{content:"\efb5"}.iconsmind-Monitor-4:before{content:"\efb6"}.iconsmind-Monitor-5:before{content:"\efb7"}.iconsmind-Monitor-Laptop:before{content:"\efb8"}.iconsmind-Monitor-phone:before{content:"\efb9"}.iconsmind-Monitor-Tablet:before{content:"\efba"}.iconsmind-Monitor-Vertical:before{content:"\efbb"}.iconsmind-Monkey:before{content:"\efbc"}.iconsmind-Monster:before{content:"\efbd"}.iconsmind-Morocco:before{content:"\efbe"}.iconsmind-Mouse:before{content:"\efbf"}.iconsmind-Mouse-2:before{content:"\efc0"}.iconsmind-Mouse-3:before{content:"\efc1"}.iconsmind-Moustache-Smiley:before{content:"\efc2"}.iconsmind-Museum:before{content:"\efc3"}.iconsmind-Mushroom:before{content:"\efc4"}.iconsmind-Mustache:before{content:"\efc5"}.iconsmind-Mustache-2:before{content:"\efc6"}.iconsmind-Mustache-3:before{content:"\efc7"}.iconsmind-Mustache-4:before{content:"\efc8"}.iconsmind-Mustache-5:before{content:"\efc9"}.iconsmind-Navigate-End:before{content:"\efca"}.iconsmind-Navigat-Start:before{content:"\efcb"}.iconsmind-Nepal:before{content:"\efcc"}.iconsmind-Netscape:before{content:"\efcd"}.iconsmind-New-Mail:before{content:"\efce"}.iconsmind-Newspaper:before{content:"\efcf"}.iconsmind-Newspaper-2:before{content:"\efd0"}.iconsmind-No-Battery:before{content:"\efd1"}.iconsmind-Noose:before{content:"\efd2"}.iconsmind-Note:before{content:"\efd3"}.iconsmind-Notepad:before{content:"\efd4"}.iconsmind-Notepad-2:before{content:"\efd5"}.iconsmind-Office:before{content:"\efd6"}.iconsmind-Old-Camera:before{content:"\efd7"}.iconsmind-Old-Cassette:before{content:"\efd8"}.iconsmind-Old-Sticky:before{content:"\efd9"}.iconsmind-Old-Sticky2:before{content:"\efda"}.iconsmind-Old-Telephone:before{content:"\efdb"}.iconsmind-Open-Banana:before{content:"\efdc"}.iconsmind-Open-Book:before{content:"\efdd"}.iconsmind-Opera:before{content:"\efde"}.iconsmind-Opera-House:before{content:"\efdf"}.iconsmind-Orientation2:before{content:"\efe0"}.iconsmind-Orientation-2:before{content:"\efe1"}.iconsmind-Ornament:before{content:"\efe2"}.iconsmind-Owl:before{content:"\efe3"}.iconsmind-Paintbrush:before{content:"\efe4"}.iconsmind-Palette:before{content:"\efe5"}.iconsmind-Panda:before{content:"\efe6"}.iconsmind-Pantheon:before{content:"\efe7"}.iconsmind-Pantone:before{content:"\efe8"}.iconsmind-Pants:before{content:"\efe9"}.iconsmind-Paper:before{content:"\efea"}.iconsmind-Parrot:before{content:"\efeb"}.iconsmind-Pawn:before{content:"\efec"}.iconsmind-Pen:before{content:"\efed"}.iconsmind-Pen-2:before{content:"\efee"}.iconsmind-Pen-3:before{content:"\efef"}.iconsmind-Pen-4:before{content:"\eff0"}.iconsmind-Pen-5:before{content:"\eff1"}.iconsmind-Pen-6:before{content:"\eff2"}.iconsmind-Pencil:before{content:"\eff3"}.iconsmind-Pencil-Ruler:before{content:"\eff4"}.iconsmind-Penguin:before{content:"\eff5"}.iconsmind-Pentagon:before{content:"\eff6"}.iconsmind-People-onCloud:before{content:"\eff7"}.iconsmind-Pepper:before{content:"\eff8"}.iconsmind-Pepper-withFire:before{content:"\eff9"}.iconsmind-Petronas-Tower:before{content:"\effa"}.iconsmind-Philipines:before{content:"\effb"}.iconsmind-Phone:before{content:"\effc"}.iconsmind-Phone-2:before{content:"\effd"}.iconsmind-Phone-3:before{content:"\effe"}.iconsmind-Phone-3G:before{content:"\efff"}.iconsmind-Phone-4G:before{content:"\f000"}.iconsmind-Phone-Simcard:before{content:"\f001"}.iconsmind-Phone-SMS:before{content:"\f002"}.iconsmind-Phone-Wifi:before{content:"\f003"}.iconsmind-Pi:before{content:"\f004"}.iconsmind-Pie-Chart:before{content:"\f005"}.iconsmind-Pie-Chart2:before{content:"\f006"}.iconsmind-Pie-Chart3:before{content:"\f007"}.iconsmind-Pipette:before{content:"\f008"}.iconsmind-Piramids:before{content:"\f009"}.iconsmind-Pizza:before{content:"\f00a"}.iconsmind-Pizza-Slice:before{content:"\f00b"}.iconsmind-Plastic-CupPhone:before{content:"\f00c"}.iconsmind-Plastic-CupPhone2:before{content:"\f00d"}.iconsmind-Plate:before{content:"\f00e"}.iconsmind-Plates:before{content:"\f00f"}.iconsmind-Plug-In:before{content:"\f010"}.iconsmind-Plug-In2:before{content:"\f011"}.iconsmind-Poland:before{content:"\f012"}.iconsmind-Police-Station:before{content:"\f013"}.iconsmind-Polo-Shirt:before{content:"\f014"}.iconsmind-Portugal:before{content:"\f015"}.iconsmind-Post-Mail:before{content:"\f016"}.iconsmind-Post-Mail2:before{content:"\f017"}.iconsmind-Post-Office:before{content:"\f018"}.iconsmind-Pound:before{content:"\f019"}.iconsmind-Pound-Sign:before{content:"\f01a"}.iconsmind-Pound-Sign2:before{content:"\f01b"}.iconsmind-Power:before{content:"\f01c"}.iconsmind-Power-Cable:before{content:"\f01d"}.iconsmind-Prater:before{content:"\f01e"}.iconsmind-Present:before{content:"\f01f"}.iconsmind-Presents:before{content:"\f020"}.iconsmind-Printer:before{content:"\f021"}.iconsmind-Projector:before{content:"\f022"}.iconsmind-Projector-2:before{content:"\f023"}.iconsmind-Pumpkin:before{content:"\f024"}.iconsmind-Punk:before{content:"\f025"}.iconsmind-Queen:before{content:"\f026"}.iconsmind-Quill:before{content:"\f027"}.iconsmind-Quill-2:before{content:"\f028"}.iconsmind-Quill-3:before{content:"\f029"}.iconsmind-Ram:before{content:"\f02a"}.iconsmind-Redhat:before{content:"\f02b"}.iconsmind-Reload2:before{content:"\f02c"}.iconsmind-Reload-2:before{content:"\f02d"}.iconsmind-Remote-Controll:before{content:"\f02e"}.iconsmind-Remote-Controll2:before{content:"\f02f"}.iconsmind-Remove-File:before{content:"\f030"}.iconsmind-Repeat3:before{content:"\f031"}.iconsmind-Repeat-22:before{content:"\f032"}.iconsmind-Repeat-3:before{content:"\f033"}.iconsmind-Repeat-4:before{content:"\f034"}.iconsmind-Resize:before{content:"\f035"}.iconsmind-Retro:before{content:"\f036"}.iconsmind-RGB:before{content:"\f037"}.iconsmind-Right2:before{content:"\f038"}.iconsmind-Right-2:before{content:"\f039"}.iconsmind-Right-3:before{content:"\f03a"}.iconsmind-Right-ToLeft:before{content:"\f03b"}.iconsmind-Robot2:before{content:"\f03c"}.iconsmind-Roller:before{content:"\f03d"}.iconsmind-Roof:before{content:"\f03e"}.iconsmind-Rook:before{content:"\f03f"}.iconsmind-Router:before{content:"\f040"}.iconsmind-Router-2:before{content:"\f041"}.iconsmind-Ruler:before{content:"\f042"}.iconsmind-Ruler-2:before{content:"\f043"}.iconsmind-Safari:before{content:"\f044"}.iconsmind-Safe-Box2:before{content:"\f045"}.iconsmind-Santa-Claus:before{content:"\f046"}.iconsmind-Santa-Claus2:before{content:"\f047"}.iconsmind-Santa-onSled:before{content:"\f048"}.iconsmind-Scarf:before{content:"\f049"}.iconsmind-Scissor:before{content:"\f04a"}.iconsmind-Scotland:before{content:"\f04b"}.iconsmind-Sea-Dog:before{content:"\f04c"}.iconsmind-Search-onCloud:before{content:"\f04d"}.iconsmind-Security-Smiley:before{content:"\f04e"}.iconsmind-Serbia:before{content:"\f04f"}.iconsmind-Server:before{content:"\f050"}.iconsmind-Server-2:before{content:"\f051"}.iconsmind-Servers:before{content:"\f052"}.iconsmind-Share-onCloud:before{content:"\f053"}.iconsmind-Shark:before{content:"\f054"}.iconsmind-Sheep:before{content:"\f055"}.iconsmind-Shirt:before{content:"\f056"}.iconsmind-Shoes:before{content:"\f057"}.iconsmind-Shoes-2:before{content:"\f058"}.iconsmind-Short-Pants:before{content:"\f059"}.iconsmind-Shuffle2:before{content:"\f05a"}.iconsmind-Shuffle-22:before{content:"\f05b"}.iconsmind-Singapore:before{content:"\f05c"}.iconsmind-Skeleton:before{content:"\f05d"}.iconsmind-Skirt:before{content:"\f05e"}.iconsmind-Skull:before{content:"\f05f"}.iconsmind-Sled:before{content:"\f060"}.iconsmind-Sled-withGifts:before{content:"\f061"}.iconsmind-Sleeping:before{content:"\f062"}.iconsmind-Slippers:before{content:"\f063"}.iconsmind-Smart:before{content:"\f064"}.iconsmind-Smartphone:before{content:"\f065"}.iconsmind-Smartphone-2:before{content:"\f066"}.iconsmind-Smartphone-3:before{content:"\f067"}.iconsmind-Smartphone-4:before{content:"\f068"}.iconsmind-Smile:before{content:"\f069"}.iconsmind-Smoking-Pipe:before{content:"\f06a"}.iconsmind-Snake:before{content:"\f06b"}.iconsmind-Snow-Dome:before{content:"\f06c"}.iconsmind-Snowflake2:before{content:"\f06d"}.iconsmind-Snowman:before{content:"\f06e"}.iconsmind-Socks:before{content:"\f06f"}.iconsmind-Soup:before{content:"\f070"}.iconsmind-South-Africa:before{content:"\f071"}.iconsmind-Space-Needle:before{content:"\f072"}.iconsmind-Spain:before{content:"\f073"}.iconsmind-Spam-Mail:before{content:"\f074"}.iconsmind-Speaker2:before{content:"\f075"}.iconsmind-Spell-Check:before{content:"\f076"}.iconsmind-Spell-CheckABC:before{content:"\f077"}.iconsmind-Spider:before{content:"\f078"}.iconsmind-Spiderweb:before{content:"\f079"}.iconsmind-Spoder:before{content:"\f07a"}.iconsmind-Spoon:before{content:"\f07b"}.iconsmind-Sports-Clothings1:before{content:"\f07c"}.iconsmind-Sports-Clothings2:before{content:"\f07d"}.iconsmind-Sports-Shirt:before{content:"\f07e"}.iconsmind-Spray:before{content:"\f07f"}.iconsmind-Squirrel:before{content:"\f080"}.iconsmind-Stamp:before{content:"\f081"}.iconsmind-Stamp-2:before{content:"\f082"}.iconsmind-Stapler:before{content:"\f083"}.iconsmind-Star:before{content:"\f084"}.iconsmind-Starfish:before{content:"\f085"}.iconsmind-Start2:before{content:"\f086"}.iconsmind-St-BasilsCathedral:before{content:"\f087"}.iconsmind-St-PaulsCathedral:before{content:"\f088"}.iconsmind-Structure:before{content:"\f089"}.iconsmind-Student-Hat:before{content:"\f08a"}.iconsmind-Student-Hat2:before{content:"\f08b"}.iconsmind-Suit:before{content:"\f08c"}.iconsmind-Sum2:before{content:"\f08d"}.iconsmind-Sunglasses:before{content:"\f08e"}.iconsmind-Sunglasses-2:before{content:"\f08f"}.iconsmind-Sunglasses-3:before{content:"\f090"}.iconsmind-Sunglasses-Smiley:before{content:"\f091"}.iconsmind-Sunglasses-Smiley2:before{content:"\f092"}.iconsmind-Sunglasses-W:before{content:"\f093"}.iconsmind-Sunglasses-W2:before{content:"\f094"}.iconsmind-Sunglasses-W3:before{content:"\f095"}.iconsmind-Surprise:before{content:"\f096"}.iconsmind-Sushi:before{content:"\f097"}.iconsmind-Sweden:before{content:"\f098"}.iconsmind-Swimming-Short:before{content:"\f099"}.iconsmind-Swimmwear:before{content:"\f09a"}.iconsmind-Switzerland:before{content:"\f09b"}.iconsmind-Sync:before{content:"\f09c"}.iconsmind-Sync-Cloud:before{content:"\f09d"}.iconsmind-Tablet:before{content:"\f09e"}.iconsmind-Tablet-2:before{content:"\f09f"}.iconsmind-Tablet-3:before{content:"\f0a0"}.iconsmind-Tablet-Orientation:before{content:"\f0a1"}.iconsmind-Tablet-Phone:before{content:"\f0a2"}.iconsmind-Tablet-Vertical:before{content:"\f0a3"}.iconsmind-Tactic:before{content:"\f0a4"}.iconsmind-Taj-Mahal:before{content:"\f0a5"}.iconsmind-Teapot:before{content:"\f0a6"}.iconsmind-Tee-Mug:before{content:"\f0a7"}.iconsmind-Telephone:before{content:"\f0a8"}.iconsmind-Telephone-2:before{content:"\f0a9"}.iconsmind-Temple:before{content:"\f0aa"}.iconsmind-Thailand:before{content:"\f0ab"}.iconsmind-The-WhiteHouse:before{content:"\f0ac"}.iconsmind-Three-ArrowFork:before{content:"\f0ad"}.iconsmind-Thumbs-DownSmiley:before{content:"\f0ae"}.iconsmind-Thumbs-UpSmiley:before{content:"\f0af"}.iconsmind-Tie:before{content:"\f0b0"}.iconsmind-Tie-2:before{content:"\f0b1"}.iconsmind-Tie-3:before{content:"\f0b2"}.iconsmind-Tiger:before{content:"\f0b3"}.iconsmind-Time-Clock:before{content:"\f0b4"}.iconsmind-To-Bottom:before{content:"\f0b5"}.iconsmind-To-Bottom2:before{content:"\f0b6"}.iconsmind-Token:before{content:"\f0b7"}.iconsmind-To-Left:before{content:"\f0b8"}.iconsmind-Tomato:before{content:"\f0b9"}.iconsmind-Tongue:before{content:"\f0ba"}.iconsmind-Tooth:before{content:"\f0bb"}.iconsmind-Tooth-2:before{content:"\f0bc"}.iconsmind-Top-ToBottom:before{content:"\f0bd"}.iconsmind-To-Right:before{content:"\f0be"}.iconsmind-To-Top:before{content:"\f0bf"}.iconsmind-To-Top2:before{content:"\f0c0"}.iconsmind-Tower:before{content:"\f0c1"}.iconsmind-Tower-2:before{content:"\f0c2"}.iconsmind-Tower-Bridge:before{content:"\f0c3"}.iconsmind-Transform:before{content:"\f0c4"}.iconsmind-Transform-2:before{content:"\f0c5"}.iconsmind-Transform-3:before{content:"\f0c6"}.iconsmind-Transform-4:before{content:"\f0c7"}.iconsmind-Tree2:before{content:"\f0c8"}.iconsmind-Tree-22:before{content:"\f0c9"}.iconsmind-Triangle-ArrowDown:before{content:"\f0ca"}.iconsmind-Triangle-ArrowLeft:before{content:"\f0cb"}.iconsmind-Triangle-ArrowRight:before{content:"\f0cc"}.iconsmind-Triangle-ArrowUp:before{content:"\f0cd"}.iconsmind-T-Shirt:before{content:"\f0ce"}.iconsmind-Turkey:before{content:"\f0cf"}.iconsmind-Turn-Down:before{content:"\f0d0"}.iconsmind-Turn-Down2:before{content:"\f0d1"}.iconsmind-Turn-DownFromLeft:before{content:"\f0d2"}.iconsmind-Turn-DownFromRight:before{content:"\f0d3"}.iconsmind-Turn-Left:before{content:"\f0d4"}.iconsmind-Turn-Left3:before{content:"\f0d5"}.iconsmind-Turn-Right:before{content:"\f0d6"}.iconsmind-Turn-Right3:before{content:"\f0d7"}.iconsmind-Turn-Up:before{content:"\f0d8"}.iconsmind-Turn-Up2:before{content:"\f0d9"}.iconsmind-Turtle:before{content:"\f0da"}.iconsmind-Tuxedo:before{content:"\f0db"}.iconsmind-Ukraine:before{content:"\f0dc"}.iconsmind-Umbrela:before{content:"\f0dd"}.iconsmind-United-Kingdom:before{content:"\f0de"}.iconsmind-United-States:before{content:"\f0df"}.iconsmind-University:before{content:"\f0e0"}.iconsmind-Up2:before{content:"\f0e1"}.iconsmind-Up-2:before{content:"\f0e2"}.iconsmind-Up-3:before{content:"\f0e3"}.iconsmind-Up--Down:before{content:"\f0e4"}.iconsmind-Up--Down3:before{content:"\f0e5"}.iconsmind-Upload2:before{content:"\f0e6"}.iconsmind-Upload-toCloud:before{content:"\f0e7"}.iconsmind-Usb:before{content:"\f0e8"}.iconsmind-Usb-2:before{content:"\f0e9"}.iconsmind-Usb-Cable:before{content:"\f0ea"}.iconsmind-Vector:before{content:"\f0eb"}.iconsmind-Vector-2:before{content:"\f0ec"}.iconsmind-Vector-3:before{content:"\f0ed"}.iconsmind-Vector-4:before{content:"\f0ee"}.iconsmind-Vector-5:before{content:"\f0ef"}.iconsmind-Vest:before{content:"\f0f0"}.iconsmind-Vietnam:before{content:"\f0f1"}.iconsmind-View-Height:before{content:"\f0f2"}.iconsmind-View-Width:before{content:"\f0f3"}.iconsmind-Visa:before{content:"\f0f4"}.iconsmind-Voicemail:before{content:"\f0f5"}.iconsmind-VPN:before{content:"\f0f6"}.iconsmind-Wacom-Tablet:before{content:"\f0f7"}.iconsmind-Walkie-Talkie:before{content:"\f0f8"}.iconsmind-Wallet:before{content:"\f0f9"}.iconsmind-Wallet-2:before{content:"\f0fa"}.iconsmind-Warehouse:before{content:"\f0fb"}.iconsmind-Webcam:before{content:"\f0fc"}.iconsmind-Wifi:before{content:"\f0fd"}.iconsmind-Wifi-2:before{content:"\f0fe"}.iconsmind-Wifi-Keyboard:before{content:"\f0ff"}.iconsmind-Window:before{content:"\f100"}.iconsmind-Windows:before{content:"\f101"}.iconsmind-Windows-Microsoft:before{content:"\f102"}.iconsmind-Wine-Bottle:before{content:"\f103"}.iconsmind-Wine-Glass:before{content:"\f104"}.iconsmind-Wink:before{content:"\f105"}.iconsmind-Wireless:before{content:"\f106"}.iconsmind-Witch:before{content:"\f107"}.iconsmind-Witch-Hat:before{content:"\f108"}.iconsmind-Wizard:before{content:"\f109"}.iconsmind-Wolf:before{content:"\f10a"}.iconsmind-Womans-Underwear:before{content:"\f10b"}.iconsmind-Womans-Underwear2:before{content:"\f10c"}.iconsmind-Worker-Clothes:before{content:"\f10d"}.iconsmind-Wreath:before{content:"\f10e"}.iconsmind-Zebra:before{content:"\f10f"}.iconsmind-Zombie:before{content:"\f110"}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .95;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


/* nectar skin */
@media only screen and (min-width: 600px) {
  body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-toolbar {
      top: 32px;
  }
  body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-infobar {
      top: 38px;
  }
}
.fancybox-video {
  visibility: visible;
}
.fancybox-bg {
  background-color: #000;
}

body.compensate-for-scrollbar,
html.compensate-for-scrollbar { 
  margin-right: 0!important; 
}
html.compensate-for-scrollbar { 
  overflow-y: scroll!important; 
}

button.fancybox-button {
  background-color: #000;
}

body[data-button-style^="rounded"] button.fancybox-button,
body[data-button-style*="slightly_rounded"] button.fancybox-button { 
   border-radius: 0!important; 
}
 
button.fancybox-button--fsenter, 
html body[data-button-style^="rounded"] button.fancybox-button--fsenter, 
html body[data-button-style*="slightly_rounded"] button.fancybox-button--fsenter,
button.fancybox-button--fsexit {
    border-radius: 0 0 0 5px!important;
}
.fancybox-navigation button { 
  color: #fff; 
  background-color: transparent; 
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(25, 25, 25, 0.45);
  z-index: -1;
  transform: scale(0.9);
  transition: all 0.25s cubic-bezier(.15,0.2,.1,1);
}
.fancybox-navigation button.fancybox-button--arrow_right:before  {
  right: 5px;
}

@media only screen and (min-width: 690px) {
  .fancybox-navigation button:hover:before{
    transform: scale(1.1);
    box-shadow: 0px 7px 18px rgba(0,0,0,0.25);
  }
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 20px; 
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 20px; 
}

@media only screen and (max-width: 690px){
  
  .fancybox-navigation button:before { 
    transition: none; 
  }
  
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0; }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0; }
}
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*# sourceMappingURL=slick-theme.min.css.map */

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
.df-abs-center {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.df-abs-h-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.df-container {
    min-height: 320px;
    background: no-repeat 50%;
    background-size: cover;
    width: 100%;
    position: relative;
    image-rendering: auto;
    direction: ltr
}

.df-container div {
    box-sizing: border-box !important
}

.df-container.df-transparent:not(.df-fullscreen) {
    background: transparent !important
}

.df-container.df-custom-fullscreen.df-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    z-index: 999999
}

.df-container .loading-info {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    margin-left: 5px;
    padding: 6px 20px;
    background-color: rgba(0,0,0,0.3);
    font-style: italic;
    border-radius: 5px;
    font-size: 11px;
    max-height: 30px;
    color: #fff;
    max-width: 200px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    opacity: .7;
    transition: .3s top ease;
    -webkit-transition: .3s top ease
}

.loading-info.df-old-browser {
    color: gray;
    background-color: white;
    opacity: .9;
    text-align: center;
    max-height: none
}

.loading-info.df-old-browser a {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #2196f3;
    display: block;
    text-decoration: underline;
    margin: 10px 0 0
}

.df-container.df-init .loading-info {
    top: 50%
}

.df-3dcanvas {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0
}

.df-rtl .df-3dcanvas {
    right: auto;
    right: initial;
    left: 0
}

.df-container a {
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

.df-container.df-zoom-enabled canvas.df-3dcanvas,.df-container.df-zoom-enabled .df-book-stage {
    cursor: move;
    cursor: -webkit-grab
}

.df-container:before,.df-container:after {
    content: " ";
    transition: .3s .1s opacity;
    -webkit-transition: .3s .1s opacity;
    opacity: 0;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    font-size: 12px;
    margin: -45px -25px -25px;
    box-sizing: border-box;
    position: absolute;
    pointer-events: none
}

.df-container.df-loading:before,.df-container.df-loading:after {
    content: " ";
    z-index: 100;
    opacity: 1
}

.df-container.df-loading:after {
    content: " ";
    background-image: url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/images/loading.gif);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 50%
}

.df-container.df-loading:before {
    background-color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid rgba(150,150,150,0.2)
}

.df-book-stage {
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    padding: 30px 50px 70px
}

.df-container.df-xs .df-book-stage {
    padding-left: 20px;
    padding-right: 20px
}

.df-container.df-sidemenu-open .df-book-stage {
    padding-left: 230px;
    padding-right: 10px
}

.df-container.df-sidemenu-open>.df-ui-btn.df-ui-prev {
    left: 220px
}

.df-rtl.df-container.df-sidemenu-open>.df-ui-btn.df-ui-prev {
    left: 0
}

.df-rtl.df-container.df-sidemenu-open>.df-ui-btn.df-ui-next {
    right: 220px
}

.df-book-stage.df-zoom-enabled {
    cursor: move
}

.df-page-front:before,.df-page-back:before {
    content: " "
}

.df-book-page .df-page-front:before {
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,0.25),rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0) 70%);
    background-image: -moz-linear-gradient(right,rgba(0,0,0,0.25),rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0) 70%);
    background-image: -ms-linear-gradient(right,rgba(0,0,0,0.25),rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0) 70%)
}

.df-book-page .df-page-back:before {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.25),rgba(0,0,0,0.15) 15%,rgba(255,255,255,0.07),rgba(255,255,255,0.0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0.25),rgba(0,0,0,0.15) 15%,rgba(255,255,255,0.07),rgba(255,255,255,0.0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0.25),rgba(0,0,0,0.15) 15%,rgba(255,255,255,0.07),rgba(255,255,255,0.0))
}

.df-book-wrapper,.df-page-wrapper,.df-book-page,.df-page-content,.df-page-front:before,.df-page-wrapper:after,.df-page-back:before,.df-page-content:after,.df-page-effects,.df-page-effects:before,.df-page-effects {
    position: absolute;
    height: 100%;
    display: block;
    top: 0
}

.df-page-content,.df-book-page {
    width: 100%
}

.df-book-wrapper {
    position: relative;
    margin: 0 auto;
    transition: .3s left;
    -webkit-transition: .3s left;
    left: 0
}

.df-zoom-enabled .df-book-wrapper {
    transition: none;
    -webkit-transition: none
}

.df-loading.df-container .df-book-wrapper {
    left: 100%
}

.df-book-wrapper.close-right {
    left: 25%
}

.df-book-wrapper.close-left {
    left: -25%
}

.df-book-shadow {
    position: absolute;
    z-index: -1;
    height: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3)
}

.df-book-wrapper .df-book-side-buttons {
    position: absolute;
    left: 100%;
    width: 40px;
    opacity: .3;
    height: 100%;
    cursor: pointer;
    z-index: 30;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0
}

.df-book-prev-button.df-book-side-buttons {
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px
}

.df-book-wrapper .df-book-side-buttons:hover {
    opacity: .5;
    background-color: rgba(0,0,0,0.18)
}

.df-book-wrapper .df-book-prev-button {
    right: 100%;
    left: auto;
    left: initial
}

.df-book-wrapper .df-book-side-buttons:before {
    position: absolute;
    font-size: 30px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%
}

.df-page-wrapper {
    overflow: hidden
}

.df-hard-page .df-page-wrapper {
    width: 100% !important;
    height: 100% !important;
    overflow: visible;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0
}

.df-book-page.df-flipping,.df-book-page.df-folding {
    box-shadow: -2px 0 10px rgba(0,0,0,0.0)
}

.df-book-page.df-left-side {
    left: 0;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.df-book-page.df-right-side {
    left: 50%;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.df-book-page.df-right-side+.df-page-wrapper.df-right-side {
    z-index: -1
}

.df-book-page .df-page-front,.df-book-page .df-page-back {
    width: 100%;
    background-size: 100.5% 100%;
    background-size: 100% 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    box-sizing: border-box
}

.df-page-back>canvas,.df-page-front>canvas {
    width: 100%;
    position: relative;
    z-index: -1
}

.df-quick-turn:before {
    opacity: 0
}

.df-book-page.df-flipping.df-left-side:before {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.1));
    width: 10px;
    left: -10px
}

.df-book-page {
    width: 50%
}

.df-book-page.df-flipping,.df-book-page.df-folding {
    z-index: 200 !important
}

.df-page-content {
    background-size: 100.25% !important;
    background-repeat: no-repeat !important;
    transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    width: 100%;
    overflow: hidden
}

.df-book-page.df-left-side .df-page-front {
    z-index: 2
}

.df-book-page.df-left-side .df-page-back {
    z-index: 1
}

.df-book-page.df-left-side.df-folding:not(.df-hard-page) .df-page-back {
    z-index: 3
}

.df-book-page.df-right-side .df-page-front {
    top: 0;
    left: 0;
    z-index: 0
}

.df-book-page,.df-page-front,.df-page-back,.df-page-fold-inner-shadow,.df-page-fold-outer-shadow,.df-page-wrapper {
    position: absolute;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.df-page-front,.df-page-back {
    overflow: hidden
}

.df-page-fold-outer-shadow {
    z-index: -1;
    width: 100%;
    height: 100%
}

.df-page-fold-inner-shadow {
    position: absolute;
    z-index: 5;
    display: none
}

.df-book-page.df-folding .df-page-fold-inner-shadow {
    display: block
}

.df-book-page.df-right-side .df-page-back {
    left: 0;
    z-index: 1
}

.df-book-page.df-right-side.df-folding .df-page-front {
    z-index: 2
}

.df-page-wrapper.df-right-side .df-page-back {
    left: 100%;
    z-index: 1;
    overflow: hidden
}

.df-hard-page .df-page-front,.df-hard-page .df-page-back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.df-hard-page.df-right-side .df-page-front {
    -webkit-transform-origin: right 50%;
    -moz-transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    transform-origin: right 50%;
    z-index: 3 !important
}

.df-hard-page.df-left-side .df-page-front {
    -webkit-transform-origin: right 50%;
    -moz-transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    transform-origin: right 50%
}

.df-hard-page.df-right-side .df-page-back {
    -webkit-transform-origin: left 50%;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    transform-origin: left 50%;
    z-index: 3
}

.df-hard-page.df-left-side .df-page-back {
    -webkit-transform-origin: left 50%;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    transform-origin: left 50%
}

.df-page-front:before,.df-page-back:before {
    width: 20%;
    z-index: 5;
    pointer-events: none
}

.df-page-front:before {
    right: 0
}

.df-page-wrapper.df-right-side.df-flipping {
    z-index: 4
}

.df-ui {
    height: 60px;
    padding: 20px 16px 0
}

.df-ui-wrapper,.df-ui-btn {
    color: #888;
    vertical-align: top;
    background-color: #f7f7f7;
    box-sizing: border-box;
    text-align: center
}

.df-ui-wrapper {
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    background-color: #f7f7f7;
    position: absolute
}

.df-share-wrapper {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.35);
    display: none
}

.df-share-box {
    position: absolute;
    top: 50%;
    width: 280px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px;
    text-align: center
}

span.df-share-title {
    color: #777;
    margin-bottom: 10px;
    display: block
}

.df-share-url {
    background-color: #fff;
    height: 60px;
    color: #666;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    margin-bottom: 0
}

.df-share-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    margin: 3px;
    color: #aaa
}

.df-share-button:hover {
    color: #444
}

.df-ui-btn {
    position: relative;
    width: 35px;
    right: 0;
    height: 40px;
    font-size: 17px;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    padding: 12px 5px;
    line-height: 1
}

.df-floating .df-ui-controls>.df-ui-btn:first-child {
    border-radius: 5px 0 0 5px
}

.df-floating .df-ui-controls>.df-ui-btn:last-child {
    border-radius: 0 5px 5px 0
}

.df-ui-btn:before {
    box-sizing: border-box
}

.df-ui-thumbnail,.df-ui-share,.df-ui-outline,.df-ui-help,.df-ui-sound {
    float: left
}

.df-ui-btn:hover {
    color: #00acce
}

.df-ui-btn.disabled,.df-ui-btn.disabled:hover {
    color: #ccc
}

.df-ui-page {
    padding: 8px 5px 2px;
    font-size: 12px;
    width: auto;
    width: 50px;
    margin: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0.03)
}

.df-ui-page input {
    width: 100%;
    background-color: transparent;
    height: 25px;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #8f8f8f;
    text-align: center;
    vertical-align: top;
    color: transparent;
    font-size: 14px;
    top: 0;
    box-sizing: border-box;
    z-index: -1;
    display: inline-block;
    opacity: 0
}

.df-ui-page input:focus {
    z-index: 2;
    opacity: 1;
    color: inherit
}

.df-ui-page input:focus+label {
    opacity: 0;
    display: none
}

.df-ui-page label {
    position: absolute;
    height: 30px;
    width: 100%;
    display: block;
    top: 0;
    padding-top: 14px;
    line-height: 1.1em;
    color: #999;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    box-sizing: border-box
}

.df-ui-share {
    float: left
}

.df-ui-fullscreen {
    bottom: 0
}

.df-ui-zoom {
    top: 24px;
    height: 60px;
    right: 24px;
    width: 30px;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.df-ui-sidemenu-close {
    position: absolute;
    top: 10px;
    right: -32px;
    font-size: 14px;
    width: 32px;
    height: 35px;
    cursor: pointer;
    padding: 10px 0;
    background: inherit;
    border-radius: 0 5px 5px 0;
    z-index: -1;
    transition: .5s ease;
    -webkit-transition: .5s ease
}

.df-ui-controls {
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 4;
    display: block
}

.df-floating .df-ui-controls {
    bottom: 10px;
    width: auto;
    width: initial;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 0 auto;
    display: table;
    display: flex;
    border-radius: 5px
}

.df-floating.df-controls-top .df-ui-controls {
    bottom: auto;
    bottom: initial;
    top: 10px
}

.df-floating.df-controls-hide .df-ui-controls {
    display: none
}

.df-ui-wrapper.df-ui-controls .df-ui-btn {
    float: none
}

.df-ui-size {
    bottom: 24px;
    height: 60px;
    right: 24px
}

.df-ui-zoom:before,.df-ui-size:before {
    height: 0;
    border-bottom: 1px solid;
    content: " ";
    right: 5px;
    opacity: .3;
    display: block;
    position: absolute;
    top: 30px;
    left: 5px;
    z-index: 2
}

.df-ui-zoomin {
    top: 0
}

.df-ui-zoomout {
    bottom: 0
}

.df-ui-next {
    right: 0;
    border-radius: 0
}

.df-container.df-floating>.df-ui-next {
    right: 8px
}

.df-container.df-floating>.df-ui-prev {
    left: 2px
}

.df-container>.df-ui-next,.df-container>.df-ui-prev {
    margin-top: -5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    opacity: .3;
    font-size: 36px;
    color: #000;
    text-align: center;
    background-color: transparent;
    height: auto;
    height: initial;
    width: auto;
    width: initial
}

.df-container>.df-ui-next:hover,.df-container>.df-ui-prev:hover {
    opacity: .7
}

.df-container.df-floating>.df-ui-next,.df-container.df-floating>.df-ui-prev {
    border-radius: 50%;
    width: 40px
}

.df-ui-prev {
    left: 0;
    right: auto;
    border-radius: 0
}

.df-ui-alt {
    position: relative !important;
    right: auto;
    right: initial;
    left: auto;
    left: initial;
    box-shadow: none !important
}

.df-ui-alt.df-ui-next {
    border-right: 1px solid #ddd
}

.df-ui-btn.df-active {
    color: #00acce;
    background-color: #e7e7e7
}

.df-ui-fit {
    display: none
}

.df-ui-zoomin,.df-ui-zoomout,.df-ui-fullscreen,.df-ui-more {
    float: right
}

.df-ui-fit {
    top: 0
}

.df-ui-more .more-container,.df-ui-search .search-container {
    display: none;
    position: absolute;
    bottom: 100%;
    margin-bottom: 8px !important;
    right: 10px;
    background-color: #f7f7f7;
    z-index: 20;
    border-radius: 5px;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.2)
}

.df-controls-top .df-ui-more .more-container,.df-controls-top .df-ui-search .search-container {
    bottom: auto;
    bottom: initial;
    margin-top: 8px !important;
    top: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2)
}

.more-container:before,.search-container:before {
    content: " ";
    position: absolute;
    border: 7px solid transparent;
    border-top-color: #eee;
    height: 0;
    width: 0;
    bottom: -14px;
    right: 13px;
    margin-right: -8px;
    pointer-events: none
}

.df-controls-top .more-container:before,.df-controls-top .search-container:before {
    border: 7px solid transparent;
    border-bottom-color: #eee;
    top: -14px
}

.more-container .df-ui-btn {
    width: auto;
    width: initial;
    width: 170px;
    text-align: left;
    padding: 8px 10px;
    height: 36px;
    border-top: 1px solid #e4e4e4;
    border-radius: 0
}

.more-container .df-ui-btn:hover {
    background-color: #eee
}

.more-container>.df-ui-btn:first-child {
    border-radius: 5px;
    border-top: 0
}

.more-container>.df-ui-btn:last-child {
    border-radius: 0 0 5px 5px
}

.more-container .df-ui-btn:before {
    position: absolute;
    top: 11px;
    font-size: 14px
}

.df-ui-btn span {
    display: none
}

.more-container .df-ui-btn span {
    font-size: 12px;
    padding-left: 20px;
    vertical-align: middle;
    display: inline-block
}

.df-ui-more.df-active .more-container,.df-ui-search.df-active .search-container {
    display: block
}

.df-container section {
    padding: 0
}

.annotationLayer section,.annotationDiv section,.customLinkAnnotation,.customHtmlAnnotation,.customVideoAnnotation,.linkAnnotation,.highlightAnnotation,.popupAnnotation {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    pointer-events: all
}

.annotationDiv .popupWrapper {
    position: absolute;
    width: 20em
}

.annotationDiv .popup {
    position: absolute;
    z-index: 200;
    max-width: 20em;
    background-color: #ff9;
    box-shadow: 0 2px 5px #333;
    border-radius: 2px;
    padding: .6em;
    margin-left: 5px;
    cursor: pointer;
    word-wrap: break-word
}

.annotationDiv .popup h1 {
    font-size: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: .2em
}

.annotationDiv .popup p {
    padding-top: .2em
}

.annotationDiv .highlightAnnotation,.annotationDiv .underlineAnnotation,.annotationDiv .squigglyAnnotation,.annotationDiv .strikeoutAnnotation,.annotationDiv .fileAttachmentAnnotation {
    cursor: pointer
}

.annotationDiv .textAnnotation img {
    position: absolute;
    cursor: pointer
}

section.linkAnnotation a,.annotationDiv .buttonWidgetAnnotation.pushButton>a {
    display: block;
    height: 100%
}

section.linkAnnotation a,a.linkAnnotation,a.customLinkAnnotation,.customHtmlAnnotation,.customVideoAnnotation {
    background-color: transparent;
    background-color: #ff0;
    opacity: .1
}

section.linkAnnotation a:hover,a.linkAnnotation:hover,.highlightAnnotation:hover,a.customLinkAnnotation:hover {
    opacity: .4;
    border-color: transparent;
    background-color: #2196f3
}

.annotationDiv,.textLayerDiv {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.textLayerDiv {
    line-height: 1.0
}

.textLayerDiv>div {
    position: absolute;
    white-space: pre;
    cursor: text;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

section.linkAnnotation a .annotationLayer>a {
    display: block;
    position: absolute;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box
}

.df-page-loading:after,.df-page-loading:before {
    content: " ";
    height: 44px;
    width: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px -22px
}

.df-page-loading:before {
    background-color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-sizing: border-box
}

.df-page-loading:after {
    background-image: url(//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/SPOC_Automation_April2021/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px
}

.df-thumb-container .df-vrow {
    height: 124px;
    left: 0;
    width: 90%;
    margin: 10px auto;
    background-position: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    right: 0;
    border-radius: 5px
}

.df-thumb-container .df-vrow:before {
    content: "";
    background-image: url("../images/loading.gif");
    background-size: 22px;
    height: 22px;
    width: 22px;
    display: block;
    top: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 0
}

.df-thumb-container .df-vrow:hover {
    background-color: #bbb
}

.df-floating .df-thumb-container .df-vrow:hover,.df-vrow.df-selected {
    background-color: #ccc;
    opacity: 1
}

.df-thumb-container .df-vrow.df-thumb-loaded {
    background-size: contain
}

.df-thumb-container .df-vrow.df-thumb-loaded:before {
    display: none
}

.df-vrow>div {
    height: 20px;
    background-color: rgba(170,170,170,0.54);
    width: 40px;
    margin: 0 auto
}

.df-sidemenu {
    float: left;
    width: 220px;
    height: auto !important;
    position: absolute !important;
    top: 0;
    z-index: 3;
    transition: .5s transform ease;
    -webkit-transition: .5s -webkit-transform ease;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    left: -50px;
    background-color: rgba(238,238,238,0.9)
}

.df-rtl .df-sidemenu {
    left: auto;
    left: initial;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    right: -50px;
    direction: rtl
}

.df-thumb-container {
    text-align: center
}

.df-outline-container {
    color: #666;
    font-size: 12px
}

.df-outline-wrapper,.df-thumb-wrapper {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
    box-shadow: 1px 0 4px rgba(102,102,102,0.38)
}

.df-outline-wrapper {
    overflow: auto;
    padding: 10px 10px 5px 10px
}

.df-floating .df-outline-container,.df-floating .df-thumb-container {
    bottom: 0
}

.df-sidemenu.df-sidemenu-visible {
    display: block;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    left: 0
}

.df-outline-toggle {
    cursor: pointer;
    float: left;
    width: 18px;
    padding: 5px 0;
    margin-left: -18px;
    text-align: center
}

.df-outline-toggle.df-outlines-hidden ~ .df-outline-items {
    display: none
}

.df-outline-items>.df-outline-item {
    margin-left: 18px
}

.df-outline-item a:hover,.df-outline-toggle:hover {
    background-color: #e7e7e7
}

.df-outline-item a {
    color: inherit !important;
    text-decoration: none !important;
    display: block;
    padding: 5px 0 5px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none !important;
    box-shadow: none !important
}

.df-outline-toggle:before {
    content: "\e64b";
    font-size: 10px;
    font-family: 'themify'
}

.df-outline-toggle.df-outlines-hidden:before {
    content: "\e649"
}

.df-lightbox-wrapper {
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto !important;
    left: 0;
    background-color: white;
    z-index: 99999
}

.df-lightbox-controls {
    float: right;
    padding: 5px;
    z-index: 1000;
    position: relative
}

.df-lightbox-close {
    float: right;
    height: 40px;
    text-align: center;
    font-size: 50px;
    cursor: pointer;
    color: #444;
    border-radius: 50%;
    border-color: transparent;
    width: 40px;
    background-color: transparent;
    transition: .2s;
    -webkit-transition: .2s
}

.df-lightbox-close:hover {
    color: white;
    background-color: rgba(0,0,0,0.21);
    border-color: black
}

.df-lightbox-close:before {
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    font-size: 24px
}

.df-lightbox-wrapper .df-container {
    position: absolute !important;
    width: 100%;
    top: 0;
    bottom: 0;
    height: auto !important
}

.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-page {
    display: none !important
}

._df_button,._df_thumb,._df_custom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    cursor: pointer
}

._df_button {
    padding: 5px 15px;
    background: #0085ba;
    color: white;
    font-size: 14px;
    border-color: #0073aa #006799 #006799;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap
}

._df_thumb {
    border: 0;
    width: 140px;
    height: 200px;
    text-align: center
}

._df_thumb {
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.22);
    display: inline-block;
    -webkit-transform-style: flat;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-sizing: border-box;
    -webkit-transition: .2s;
    margin: 30px 10px 10px;
    -moz-perspective: 1200px;
    perspective: 1200px
}

._df_books ._df_thumb,._df_books .df-dummy {
    width: 140px;
    height: 200px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 20px 10px;
    vertical-align: top
}

._df_thumb[thumbtype="img"] {
    height: auto
}

._df_thumb[thumbtype="img"] img {
    max-width: 100%;
    max-height: 200px;
    margin: 0;
    padding: 0;
    border: 0
}

._df_book-cover {
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: left;
    transform-origin: left;
    top: 0;
    background-color: #eee;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.22)
}

._df_thumb ._df_book-title {
    bottom: -100%;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 5px;
    font-size: 12px;
    background: rgba(60,60,60,0.8);
    box-sizing: border-box;
    display: block;
    color: white;
    transition: .4s;
    -webkit-transition: .4s;
    opacity: 0
}

._df_thumb ._df_book-tag {
    float: left;
    padding: 0 4px 2px;
    background-color: rgba(0,0,0,0.26);
    text-transform: uppercase;
    font-size: 10px;
    margin: -15px 0 0 2px;
    z-index: -1;
    color: rgba(255,255,255,0.8);
    position: relative
}

._df_thumb:hover ._df_book-title,._df_thumb-not-found ._df_book-title {
    opacity: 1;
    bottom: 0
}

._df_thumb:hover ._df_book-cover {
    -webkit-transform: rotateY(-20deg) rotateZ(0);
    -moz-transform: rotateY(-20deg) rotateZ(0);
    -ms-transform: rotateY(-20deg) rotateZ(0);
    transform: rotateY(-20deg) rotateZ(0);
    box-shadow: 3px 0 12px rgba(0,0,0,0.60)
}

.df-webkit ._df_thumb:hover ._df_book-cover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: 1px 0 12px rgba(0,0,0,0.60)
}

._df_books {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 20px 5px 150px
}

._df_books-break {
    color: rgba(255,255,255,0.3);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase
}

._df_books-break:after {
    content: " ";
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: rgba(255,255,255,0.24);
    display: block;
    margin: 10px auto
}

.df-page-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.df-container ::-webkit-scrollbar {
    width: 8px
}

.df-container ::-webkit-scrollbar-button {
    height: 8px
}

.df-container ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border: 0 none #fff;
    border-radius: 100px
}

.df-container ::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.5)
}

.df-container ::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,0.5)
}

.df-container ::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.20);
    border: 0 none #fff;
    border-radius: 100px
}

.df-container ::-webkit-scrollbar-track:hover {
    background: rgba(0,0,0,0.2)
}

.df-container ::-webkit-scrollbar-track:active {
    background: rgba(0,0,0,0.15)
}

.df-container ::-webkit-scrollbar-corner {
    background: transparent
}

.df-skipTransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important
}

.df-container.df-fullscreen {
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important
}

.df-container.df-double-internal .df-page-front {
    background-position: left;
    background-size: cover
}

.df-container.df-double-internal .df-page-back {
    background-position: right;
    background-size: cover
}

.customHtmlAnnotation iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.df-rtl .more-container .df-ui-btn {
    text-align: right;
    direction: rtl
}

.df-rtl .more-container .df-ui-btn:before {
    right: 10px
}

.df-rtl .more-container .df-ui-btn span {
    padding: 0 20px 0 0
}

.df-rtl .df-outline-items>.df-outline-item {
    margin: 0 18px 0 0;
    text-align: right;
    direction: rtl
}

.df-rtl .df-outline-toggle {
    float: right;
    margin: 0 -18px 0 0
}

.df-rtl .df-outline-toggle.df-outlines-hidden:before {
    content: "\e64a"
}

.df-rtl .df-sidemenu.df-sidemenu-visible {
    left: auto;
    left: initial;
    right: 0
}

.df-rtl .df-ui-sidemenu-close {
    right: auto;
    right: initial;
    left: -32px;
    border-radius: 5px 0 0 5px
}

._df_thumb[thumbtype="img"] ._df_thumb-not-found {
    height: 200px;
    position: relative
}

body.admin-bar .df-lightbox-wrapper {
    top: 32px
}

@media screen and (max-width: 782px) {
    body.admin-bar .df-lightbox-wrapper {
        top:46px
    }
}

.df-raw-loading {
    position: absolute;
    margin-top: 20px;
    margin-left: 5px;
    padding: 6px 20px;
    background-color: rgba(0,0,0,0.3);
    font-style: italic;
    border-radius: 5px;
    font-size: 11px;
    max-height: 30px;
    color: #fff;
    max-width: 200px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: 50%;
    opacity: .7
}

.df-raw-loading a {
    color: inherit !important
}

.df-container .df-raw-loading {
    top: 100%
}

[hidden] {
    display: none
}

html.df-lightbox-open,body.df-lightbox-open {
    overflow: hidden !important
}

.df-custom-fullscreen.df-fullscreen[backgroundcolor='transparent'] {
    background: gray !important
}




.invisible {
  visibility: visible !important
}

/* GT Walsheim Ultra Light */
@font-face {
  font-family: "GT Walsheim";
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Ultra-Light.woff") format('woff'),
    url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Ultra-Light.woff2") format('woff2');
  font-weight: 100;
}

/* GT Walsheim Condensed Ultra Light */
@font-face {
  font-family: "GT Walsheim Condensed";
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Condensed-Ultra-Light.woff") format('woff'),
    url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Condensed-Ultra-Light.woff2") format('woff2');
  font-weight: 300;
}

/* GT Walsheim Thin */
@font-face {
  font-family: "GT Walsheim";
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Thin.woff") format('woff'),
    src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Thin.woff2") format('woff2');
  font-weight: 300;
}

/* GT Walsheim Condensed Thin */
@font-face {
  font-family: "GT Walsheim Condensed";
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Condensed-Thin.woff") format('woff'),
    url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Condensed-Thin.woff2") format('woff2');
  font-weight: 300;
}

/* GT Walsheim Regular */
@font-face {
  font-family: "GT Walsheim";
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Regular.woff") format('woff'),
    url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Regular.woff2") format('woff2');
  font-weight: 400;
}

/* GT Walsheim Condensed Regular */
@font-face {
  font-family: "GT Walsheim Condensed";
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Condensed-Regular.woff") format('woff'),
    url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Condensed-Regular.woff2") format('woff2');
  font-weight: 400;
}

/* GT Walsheim Bold */
@font-face {
  font-family: "GT Walsheim";
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Bold.woff") format('woff'),
    url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Bold.woff2") format('woff2');
  font-weight: 700;
}

/* GT Walsheim Condensed Bold */
@font-face {
  font-family: "GT Walsheim Condensed";
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Condensed-Bold.woff") format('woff'),
    url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Condensed-Bold.woff2") format('woff2');
  font-weight: 700;
}

/* GT Walsheim Black */
@font-face {
  font-family: "GT Walsheim";
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Black.woff") format('woff');
  font-weight: 900;
}

/* GT Walsheim Condensed Black */
@font-face {
  font-family: "GT Walsheim Condensed";
  src: url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Condensed-Black.woff") format('woff'),
    url("//390853.fs1.hubspotusercontent-na1.net/hubfs/390853/raw_assets/public/Custom/fonts/GT-Walsheim-Condensed-Black.woff2") format('woff2');
  font-weight: 900;
}

.home-resources-block-section .resources-button-list-box .button-item-box-wrapper span {
  font-family: "GT Walsheim", sans-serif !important;
}

h1, h2, h3, h4, h5 {
  font-family: 'GT Walsheim';
  font-weight: 700;
  line-height: 1.1;
}