@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300i,400,400i&subset=latin-ext');

/*

|------------------------------------------------------------

| Import reset

|------------------------------------------------------------

*/

/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/

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;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  display: block;

}

body {

  line-height: 1;

}

ol,

ul {

  list-style: none;

}

blockquote,

q {

  quotes: none;

}

blockquote:before,

blockquote:after,

q:before,

q:after {

  content: '';

  content: none;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

}

a {

  text-decoration: none;

}

a:active,

a:focus,

a:hover {

  text-decoration: none;

}

/*

|------------------------------------------------------------

| Import shared less files

|------------------------------------------------------------

*/

/*

|------------------------------------------------------------

| General variables

|------------------------------------------------------------

*/

/* apply a natural box layout model to all elements */

*,

*:before,

*:after {

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}

/*

|------------------------------------------------------------

| Help Classes

|------------------------------------------------------------

*/

.display-none {

  display: none;

}

.display-block {

  display: block;

}

.display-inline {

  display: inline;

}

.display-inline-block {

  display: inline-block;

}

.left {

  float: left;

}

.right {

  float: right;

}

.text-left {

  text-align: left;

}

.text-right {

  text-align: right;

}

.text-center {

  text-align: center;

}

.text-justify {

  text-align: justify;

}

.bold {

  font-weight: bold;

}

.italic {

  font-style: italic;

}

.capitalize {

  text-transform: capitalize;

}

.uppercase {

  text-transform: uppercase;

}

.lowercase {

  text-transform: lowercase;

}

.fixed {

  position: fixed;

}

.no-margin {

  margin: 0;

}

.mr10 {

  margin-right: 10px;

}

.mr20 {

  margin-right: 20px;

}

.mr30 {

  margin-right: 30px;

}

.mr40 {

  margin-right: 40px;

}

.mr50 {

  margin-right: 50px;

}

.mt10 {

  margin-top: 10px;

}

.mt15 {

  margin-top: 15px;

}

.mt20 {

  margin-top: 20px;

}

.mt30 {

  margin-top: 30px;

}

.mt40 {

  margin-top: 40px;

}

.mt45 {

  margin-top: 45px;

}

.mt50 {

  margin-top: 50px;

}

.mb10 {

  margin-bottom: 10px;

}

.mb20 {

  margin-bottom: 20px;

}

.mb30 {

  margin-bottom: 30px;

}

.mb40 {

  margin-bottom: 40px;

}

.mb45 {

  margin-bottom: 45px;

}

.mb50 {

  margin-bottom: 50px;

}

/*

|------------------------------------------------------------

| Clearfix

|------------------------------------------------------------

*/

.clearfix {

  zoom: 1;

}

.clearfix:before,

.clearfix:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

.clearfix:after {

  clear: both;

}

/*

|------------------------------------------------------------

| Typography

|------------------------------------------------------------

*/

body,

input,

button,

textarea {

  font-family: 'FoundersGrotesk', Helvetica, Arial, sans-serif;

}

@font-face {

  font-family: 'FoundersGrotesk';

  src: url("../fonts/FoundersGrotesk-Regular_gdi.eot");

  src: url("../fonts/FoundersGrotesk-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/FoundersGrotesk-Regular_gdi.woff") format("woff"), url("../fonts/FoundersGrotesk-Regular_gdi.ttf") format("truetype"), url("../fonts/FoundersGrotesk-Regular_gdi.svg#FoundersGrotesk") format("svg");

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-FB04;
  font-display: swap;

}

@font-face {

  font-family: 'FoundersGrotesk';

  src: url("../fonts/FoundersGrotesk-Medium_gdi.eot");

  src: url("../fonts/FoundersGrotesk-Medium_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/FoundersGrotesk-Medium_gdi.woff") format("woff"), url("../fonts/FoundersGrotesk-Medium_gdi.ttf") format("truetype"), url("../fonts/FoundersGrotesk-Medium_gdi.svg#FoundersGrotesk") format("svg");

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-FB04;
  font-display: swap;

}

@font-face {

  font-family: 'FoundersGrotesk';

  src: url("../fonts/FoundersGrotesk-Bold_gdi.eot");

  src: url("../fonts/FoundersGrotesk-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/FoundersGrotesk-Bold_gdi.woff") format("woff"), url("../fonts/FoundersGrotesk-Bold_gdi.ttf") format("truetype"), url("../fonts/FoundersGrotesk-Bold_gdi.svg#FoundersGrotesk") format("svg");

  font-weight: bold;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-FB04;
  font-display: swap;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  color: #0d0d0d;

}

/*

|------------------------------------------------------------

| Buttons

|------------------------------------------------------------

*/

.btn {

  display: inline-block;

  padding: 15px 33px 14px;

  border-radius: 25px;

  font-size: 15px;

  line-height: 17px;

  font-family: 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #fff;

  background: #ffb924;

  background: -moz-linear-gradient(top, #ffb924 0%, #fead00 100%);

  background: -webkit-linear-gradient(top, #ffb924 0%, #fead00 100%);

  background: linear-gradient(to bottom, #ffb924 0%, #fead00 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb924', endColorstr='#fead00', GradientType=0);

}

.btn.cta-btn {

  color: #feb300;

  background: #fafafa;

}

.btn.cta-btn:hover {

  color: #fff;

  background: #ffb924;

  background: -moz-linear-gradient(top, #ffb924 0%, #fead00 100%);

  background: -webkit-linear-gradient(top, #ffb924 0%, #fead00 100%);

  background: linear-gradient(to bottom, #ffb924 0%, #fead00 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb924', endColorstr='#fead00', GradientType=0);

}

.read-more {

  display: inline-block;

  font-size: 15px;

  line-height: 30px;

  font-weight: 700;

  text-transform: uppercase;

  color: #fead00;

}

.read-more i {

  margin-left: 7px;

  -webkit-transition: all 250ms ease-in-out;

  -moz-transition: all 250ms ease-in-out;

  -o-transition: all 250ms ease-in-out;

  -ms-transition: all 250ms ease-in-out;

  transition: all 250ms ease-in-out;

}

.read-more:hover i {

  margin-left: 12px;

}

/*

|------------------------------------------------------------

| Import components less files

|------------------------------------------------------------

*/

/*

|------------------------------------------------------------

| Import vendor less files

|------------------------------------------------------------

*/

/*!

 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com

 * License - https://fontawesome.com/license (Commercial License)

 */

.fa,

.fas,

.far,

.fal,

.fab {

  -moz-osx-font-smoothing: grayscale;

  -webkit-font-smoothing: antialiased;

  display: inline-block;

  font-style: normal;

  font-variant: normal;

  text-rendering: auto;

  line-height: 1;

}

/* makes the font 33% larger relative to the icon container */

.fa-lg {

  font-size: 1.33333333em;

  line-height: 0.75em;

  vertical-align: -0.0667em;

}

.fa-xs {

  font-size: .75em;

}

.fa-sm {

  font-size: .875em;

}

.fa-1x {

  font-size: 1em;

}

.fa-2x {

  font-size: 2em;

}

.fa-3x {

  font-size: 3em;

}

.fa-4x {

  font-size: 4em;

}

.fa-5x {

  font-size: 5em;

}

.fa-6x {

  font-size: 6em;

}

.fa-7x {

  font-size: 7em;

}

.fa-8x {

  font-size: 8em;

}

.fa-9x {

  font-size: 9em;

}

.fa-10x {

  font-size: 10em;

}

.fa-fw {

  text-align: center;

  width: 1.25em;

}

.fa-ul {

  list-style-type: none;

  margin-left: 2.5em;

  padding-left: 0;

}

.fa-ul > li {

  position: relative;

}

.fa-li {

  left: -2em;

  position: absolute;

  text-align: center;

  width: 2em;

  line-height: inherit;

}

.fa-border {

  border-radius: .1em;

  border: solid 0.08em #eeeeee;

  padding: .2em .25em .15em;

}

.fa-pull-left {

  float: left;

}

.fa-pull-right {

  float: right;

}

.fa.fa-pull-left,

.fas.fa-pull-left,

.far.fa-pull-left,

.fal.fa-pull-left,

.fab.fa-pull-left {

  margin-right: .3em;

}

.fa.fa-pull-right,

.fas.fa-pull-right,

.far.fa-pull-right,

.fal.fa-pull-right,

.fab.fa-pull-right {

  margin-left: .3em;

}

.fa-spin {

  animation: fa-spin 2s infinite linear;

}

.fa-pulse {

  animation: fa-spin 1s infinite steps(8);

}

@keyframes fa-spin {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}

.fa-rotate-90 {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";

  transform: rotate(90deg);

}

.fa-rotate-180 {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";

  transform: rotate(180deg);

}

.fa-rotate-270 {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";

  transform: rotate(270deg);

}

.fa-flip-horizontal {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";

  transform: scale(-1, 1);

}

.fa-flip-vertical {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";

  transform: scale(1, -1);

}

.fa-flip-horizontal.fa-flip-vertical {

  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {

  display: inline-block;

  height: 2em;

  line-height: 2em;

  position: relative;

  vertical-align: middle;

  width: 2em;

}

.fa-stack-1x,

.fa-stack-2x {

  left: 0;

  position: absolute;

  text-align: center;

  width: 100%;

}

.fa-stack-1x {

  line-height: inherit;

}

.fa-stack-2x {

  font-size: 2em;

}

.fa-inverse {

  color: #ffffff;

}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen

   readers do not read off random characters that represent icons */

.fa-500px:before {

  content: "\f26e";

}

.fa-abacus:before {

  content: "\f640";

}

.fa-accessible-icon:before {

  content: "\f368";

}

.fa-accusoft:before {

  content: "\f369";

}

.fa-ad:before {

  content: "\f641";

}

.fa-address-book:before {

  content: "\f2b9";

}

.fa-address-card:before {

  content: "\f2bb";

}

.fa-adjust:before {

  content: "\f042";

}

.fa-adn:before {

  content: "\f170";

}

.fa-adversal:before {

  content: "\f36a";

}

.fa-affiliatetheme:before {

  content: "\f36b";

}

.fa-air-freshener:before {

  content: "\f5d0";

}

.fa-alarm-clock:before {

  content: "\f34e";

}

.fa-algolia:before {

  content: "\f36c";

}

.fa-align-center:before {

  content: "\f037";

}

.fa-align-justify:before {

  content: "\f039";

}

.fa-align-left:before {

  content: "\f036";

}

.fa-align-right:before {

  content: "\f038";

}

.fa-alipay:before {

  content: "\f642";

}

.fa-allergies:before {

  content: "\f461";

}

.fa-amazon:before {

  content: "\f270";

}

.fa-amazon-pay:before {

  content: "\f42c";

}

.fa-ambulance:before {

  content: "\f0f9";

}

.fa-american-sign-language-interpreting:before {

  content: "\f2a3";

}

.fa-amilia:before {

  content: "\f36d";

}

.fa-analytics:before {

  content: "\f643";

}

.fa-anchor:before {

  content: "\f13d";

}

.fa-android:before {

  content: "\f17b";

}

.fa-angellist:before {

  content: "\f209";

}

.fa-angle-double-down:before {

  content: "\f103";

}

.fa-angle-double-left:before {

  content: "\f100";

}

.fa-angle-double-right:before {

  content: "\f101";

}

.fa-angle-double-up:before {

  content: "\f102";

}

.fa-angle-down:before {

  content: "\f107";

}

.fa-angle-left:before {

  content: "\f104";

}

.fa-angle-right:before {

  content: "\f105";

}

.fa-angle-up:before {

  content: "\f106";

}

.fa-angry:before {

  content: "\f556";

}

.fa-angrycreative:before {

  content: "\f36e";

}

.fa-angular:before {

  content: "\f420";

}

.fa-ankh:before {

  content: "\f644";

}

.fa-app-store:before {

  content: "\f36f";

}

.fa-app-store-ios:before {

  content: "\f370";

}

.fa-apper:before {

  content: "\f371";

}

.fa-apple:before {

  content: "\f179";

}

.fa-apple-alt:before {

  content: "\f5d1";

}

.fa-apple-pay:before {

  content: "\f415";

}

.fa-archive:before {

  content: "\f187";

}

.fa-archway:before {

  content: "\f557";

}

.fa-arrow-alt-circle-down:before {

  content: "\f358";

}

.fa-arrow-alt-circle-left:before {

  content: "\f359";

}

.fa-arrow-alt-circle-right:before {

  content: "\f35a";

}

.fa-arrow-alt-circle-up:before {

  content: "\f35b";

}

.fa-arrow-alt-down:before {

  content: "\f354";

}

.fa-arrow-alt-from-bottom:before {

  content: "\f346";

}

.fa-arrow-alt-from-left:before {

  content: "\f347";

}

.fa-arrow-alt-from-right:before {

  content: "\f348";

}

.fa-arrow-alt-from-top:before {

  content: "\f349";

}

.fa-arrow-alt-left:before {

  content: "\f355";

}

.fa-arrow-alt-right:before {

  content: "\f356";

}

.fa-arrow-alt-square-down:before {

  content: "\f350";

}

.fa-arrow-alt-square-left:before {

  content: "\f351";

}

.fa-arrow-alt-square-right:before {

  content: "\f352";

}

.fa-arrow-alt-square-up:before {

  content: "\f353";

}

.fa-arrow-alt-to-bottom:before {

  content: "\f34a";

}

.fa-arrow-alt-to-left:before {

  content: "\f34b";

}

.fa-arrow-alt-to-right:before {

  content: "\f34c";

}

.fa-arrow-alt-to-top:before {

  content: "\f34d";

}

.fa-arrow-alt-up:before {

  content: "\f357";

}

.fa-arrow-circle-down:before {

  content: "\f0ab";

}

.fa-arrow-circle-left:before {

  content: "\f0a8";

}

.fa-arrow-circle-right:before {

  content: "\f0a9";

}

.fa-arrow-circle-up:before {

  content: "\f0aa";

}

.fa-arrow-down:before {

  content: "\f063";

}

.fa-arrow-from-bottom:before {

  content: "\f342";

}

.fa-arrow-from-left:before {

  content: "\f343";

}

.fa-arrow-from-right:before {

  content: "\f344";

}

.fa-arrow-from-top:before {

  content: "\f345";

}

.fa-arrow-left:before {

  content: "\f060";

}

.fa-arrow-right:before {

  content: "\f061";

}

.fa-arrow-square-down:before {

  content: "\f339";

}

.fa-arrow-square-left:before {

  content: "\f33a";

}

.fa-arrow-square-right:before {

  content: "\f33b";

}

.fa-arrow-square-up:before {

  content: "\f33c";

}

.fa-arrow-to-bottom:before {

  content: "\f33d";

}

.fa-arrow-to-left:before {

  content: "\f33e";

}

.fa-arrow-to-right:before {

  content: "\f340";

}

.fa-arrow-to-top:before {

  content: "\f341";

}

.fa-arrow-up:before {

  content: "\f062";

}

.fa-arrows:before {

  content: "\f047";

}

.fa-arrows-alt:before {

  content: "\f0b2";

}

.fa-arrows-alt-h:before {

  content: "\f337";

}

.fa-arrows-alt-v:before {

  content: "\f338";

}

.fa-arrows-h:before {

  content: "\f07e";

}

.fa-arrows-v:before {

  content: "\f07d";

}

.fa-assistive-listening-systems:before {

  content: "\f2a2";

}

.fa-asterisk:before {

  content: "\f069";

}

.fa-asymmetrik:before {

  content: "\f372";

}

.fa-at:before {

  content: "\f1fa";

}

.fa-atlas:before {

  content: "\f558";

}

.fa-atom:before {

  content: "\f5d2";

}

.fa-atom-alt:before {

  content: "\f5d3";

}

.fa-audible:before {

  content: "\f373";

}

.fa-audio-description:before {

  content: "\f29e";

}

.fa-autoprefixer:before {

  content: "\f41c";

}

.fa-avianex:before {

  content: "\f374";

}

.fa-aviato:before {

  content: "\f421";

}

.fa-award:before {

  content: "\f559";

}

.fa-aws:before {

  content: "\f375";

}

.fa-backpack:before {

  content: "\f5d4";

}

.fa-backspace:before {

  content: "\f55a";

}

.fa-backward:before {

  content: "\f04a";

}

.fa-badge:before {

  content: "\f335";

}

.fa-badge-check:before {

  content: "\f336";

}

.fa-badge-dollar:before {

  content: "\f645";

}

.fa-badge-percent:before {

  content: "\f646";

}

.fa-balance-scale:before {

  content: "\f24e";

}

.fa-balance-scale-left:before {

  content: "\f515";

}

.fa-balance-scale-right:before {

  content: "\f516";

}

.fa-ban:before {

  content: "\f05e";

}

.fa-band-aid:before {

  content: "\f462";

}

.fa-bandcamp:before {

  content: "\f2d5";

}

.fa-barcode:before {

  content: "\f02a";

}

.fa-barcode-alt:before {

  content: "\f463";

}

.fa-barcode-read:before {

  content: "\f464";

}

.fa-barcode-scan:before {

  content: "\f465";

}

.fa-bars:before {

  content: "\f0c9";

}

.fa-baseball:before {

  content: "\f432";

}

.fa-baseball-ball:before {

  content: "\f433";

}

.fa-basketball-ball:before {

  content: "\f434";

}

.fa-basketball-hoop:before {

  content: "\f435";

}

.fa-bath:before {

  content: "\f2cd";

}

.fa-battery-bolt:before {

  content: "\f376";

}

.fa-battery-empty:before {

  content: "\f244";

}

.fa-battery-full:before {

  content: "\f240";

}

.fa-battery-half:before {

  content: "\f242";

}

.fa-battery-quarter:before {

  content: "\f243";

}

.fa-battery-slash:before {

  content: "\f377";

}

.fa-battery-three-quarters:before {

  content: "\f241";

}

.fa-bed:before {

  content: "\f236";

}

.fa-beer:before {

  content: "\f0fc";

}

.fa-behance:before {

  content: "\f1b4";

}

.fa-behance-square:before {

  content: "\f1b5";

}

.fa-bell:before {

  content: "\f0f3";

}

.fa-bell-school:before {

  content: "\f5d5";

}

.fa-bell-school-slash:before {

  content: "\f5d6";

}

.fa-bell-slash:before {

  content: "\f1f6";

}

.fa-bezier-curve:before {

  content: "\f55b";

}

.fa-bible:before {

  content: "\f647";

}

.fa-bicycle:before {

  content: "\f206";

}

.fa-bimobject:before {

  content: "\f378";

}

.fa-binoculars:before {

  content: "\f1e5";

}

.fa-birthday-cake:before {

  content: "\f1fd";

}

.fa-bitbucket:before {

  content: "\f171";

}

.fa-bitcoin:before {

  content: "\f379";

}

.fa-bity:before {

  content: "\f37a";

}

.fa-black-tie:before {

  content: "\f27e";

}

.fa-blackberry:before {

  content: "\f37b";

}

.fa-blanket:before {

  content: "\f498";

}

.fa-blender:before {

  content: "\f517";

}

.fa-blind:before {

  content: "\f29d";

}

.fa-blogger:before {

  content: "\f37c";

}

.fa-blogger-b:before {

  content: "\f37d";

}

.fa-bluetooth:before {

  content: "\f293";

}

.fa-bluetooth-b:before {

  content: "\f294";

}

.fa-bold:before {

  content: "\f032";

}

.fa-bolt:before {

  content: "\f0e7";

}

.fa-bomb:before {

  content: "\f1e2";

}

.fa-bone:before {

  content: "\f5d7";

}

.fa-bone-break:before {

  content: "\f5d8";

}

.fa-bong:before {

  content: "\f55c";

}

.fa-book:before {

  content: "\f02d";

}

.fa-book-alt:before {

  content: "\f5d9";

}

.fa-book-heart:before {

  content: "\f499";

}

.fa-book-open:before {

  content: "\f518";

}

.fa-book-reader:before {

  content: "\f5da";

}

.fa-bookmark:before {

  content: "\f02e";

}

.fa-books:before {

  content: "\f5db";

}

.fa-bowling-ball:before {

  content: "\f436";

}

.fa-bowling-pins:before {

  content: "\f437";

}

.fa-box:before {

  content: "\f466";

}

.fa-box-alt:before {

  content: "\f49a";

}

.fa-box-check:before {

  content: "\f467";

}

.fa-box-fragile:before {

  content: "\f49b";

}

.fa-box-full:before {

  content: "\f49c";

}

.fa-box-heart:before {

  content: "\f49d";

}

.fa-box-open:before {

  content: "\f49e";

}

.fa-box-up:before {

  content: "\f49f";

}

.fa-box-usd:before {

  content: "\f4a0";

}

.fa-boxes:before {

  content: "\f468";

}

.fa-boxes-alt:before {

  content: "\f4a1";

}

.fa-boxing-glove:before {

  content: "\f438";

}

.fa-braille:before {

  content: "\f2a1";

}

.fa-brain:before {

  content: "\f5dc";

}

.fa-briefcase:before {

  content: "\f0b1";

}

.fa-briefcase-medical:before {

  content: "\f469";

}

.fa-broadcast-tower:before {

  content: "\f519";

}

.fa-broom:before {

  content: "\f51a";

}

.fa-browser:before {

  content: "\f37e";

}

.fa-brush:before {

  content: "\f55d";

}

.fa-btc:before {

  content: "\f15a";

}

.fa-bug:before {

  content: "\f188";

}

.fa-building:before {

  content: "\f1ad";

}

.fa-bullhorn:before {

  content: "\f0a1";

}

.fa-bullseye:before {

  content: "\f140";

}

.fa-bullseye-arrow:before {

  content: "\f648";

}

.fa-bullseye-pointer:before {

  content: "\f649";

}

.fa-burn:before {

  content: "\f46a";

}

.fa-buromobelexperte:before {

  content: "\f37f";

}

.fa-bus:before {

  content: "\f207";

}

.fa-bus-alt:before {

  content: "\f55e";

}

.fa-bus-school:before {

  content: "\f5dd";

}

.fa-business-time:before {

  content: "\f64a";

}

.fa-buysellads:before {

  content: "\f20d";

}

.fa-cabinet-filing:before {

  content: "\f64b";

}

.fa-calculator:before {

  content: "\f1ec";

}

.fa-calculator-alt:before {

  content: "\f64c";

}

.fa-calendar:before {

  content: "\f133";

}

.fa-calendar-alt:before {

  content: "\f073";

}

.fa-calendar-check:before {

  content: "\f274";

}

.fa-calendar-edit:before {

  content: "\f333";

}

.fa-calendar-exclamation:before {

  content: "\f334";

}

.fa-calendar-minus:before {

  content: "\f272";

}

.fa-calendar-plus:before {

  content: "\f271";

}

.fa-calendar-times:before {

  content: "\f273";

}

.fa-camera:before {

  content: "\f030";

}

.fa-camera-alt:before {

  content: "\f332";

}

.fa-camera-retro:before {

  content: "\f083";

}

.fa-cannabis:before {

  content: "\f55f";

}

.fa-capsules:before {

  content: "\f46b";

}

.fa-car:before {

  content: "\f1b9";

}

.fa-car-alt:before {

  content: "\f5de";

}

.fa-car-battery:before {

  content: "\f5df";

}

.fa-car-bump:before {

  content: "\f5e0";

}

.fa-car-crash:before {

  content: "\f5e1";

}

.fa-car-garage:before {

  content: "\f5e2";

}

.fa-car-mechanic:before {

  content: "\f5e3";

}

.fa-car-side:before {

  content: "\f5e4";

}

.fa-car-tilt:before {

  content: "\f5e5";

}

.fa-car-wash:before {

  content: "\f5e6";

}

.fa-caret-circle-down:before {

  content: "\f32d";

}

.fa-caret-circle-left:before {

  content: "\f32e";

}

.fa-caret-circle-right:before {

  content: "\f330";

}

.fa-caret-circle-up:before {

  content: "\f331";

}

.fa-caret-down:before {

  content: "\f0d7";

}

.fa-caret-left:before {

  content: "\f0d9";

}

.fa-caret-right:before {

  content: "\f0da";

}

.fa-caret-square-down:before {

  content: "\f150";

}

.fa-caret-square-left:before {

  content: "\f191";

}

.fa-caret-square-right:before {

  content: "\f152";

}

.fa-caret-square-up:before {

  content: "\f151";

}

.fa-caret-up:before {

  content: "\f0d8";

}

.fa-cart-arrow-down:before {

  content: "\f218";

}

.fa-cart-plus:before {

  content: "\f217";

}

.fa-cc-amazon-pay:before {

  content: "\f42d";

}

.fa-cc-amex:before {

  content: "\f1f3";

}

.fa-cc-apple-pay:before {

  content: "\f416";

}

.fa-cc-diners-club:before {

  content: "\f24c";

}

.fa-cc-discover:before {

  content: "\f1f2";

}

.fa-cc-jcb:before {

  content: "\f24b";

}

.fa-cc-mastercard:before {

  content: "\f1f1";

}

.fa-cc-paypal:before {

  content: "\f1f4";

}

.fa-cc-stripe:before {

  content: "\f1f5";

}

.fa-cc-visa:before {

  content: "\f1f0";

}

.fa-centercode:before {

  content: "\f380";

}

.fa-certificate:before {

  content: "\f0a3";

}

.fa-chalkboard:before {

  content: "\f51b";

}

.fa-chalkboard-teacher:before {

  content: "\f51c";

}

.fa-charging-station:before {

  content: "\f5e7";

}

.fa-chart-area:before {

  content: "\f1fe";

}

.fa-chart-bar:before {

  content: "\f080";

}

.fa-chart-line:before {

  content: "\f201";

}

.fa-chart-line-down:before {

  content: "\f64d";

}

.fa-chart-pie:before {

  content: "\f200";

}

.fa-chart-pie-alt:before {

  content: "\f64e";

}

.fa-check:before {

  content: "\f00c";

}

.fa-check-circle:before {

  content: "\f058";

}

.fa-check-double:before {

  content: "\f560";

}

.fa-check-square:before {

  content: "\f14a";

}

.fa-chess:before {

  content: "\f439";

}

.fa-chess-bishop:before {

  content: "\f43a";

}

.fa-chess-bishop-alt:before {

  content: "\f43b";

}

.fa-chess-board:before {

  content: "\f43c";

}

.fa-chess-clock:before {

  content: "\f43d";

}

.fa-chess-clock-alt:before {

  content: "\f43e";

}

.fa-chess-king:before {

  content: "\f43f";

}

.fa-chess-king-alt:before {

  content: "\f440";

}

.fa-chess-knight:before {

  content: "\f441";

}

.fa-chess-knight-alt:before {

  content: "\f442";

}

.fa-chess-pawn:before {

  content: "\f443";

}

.fa-chess-pawn-alt:before {

  content: "\f444";

}

.fa-chess-queen:before {

  content: "\f445";

}

.fa-chess-queen-alt:before {

  content: "\f446";

}

.fa-chess-rook:before {

  content: "\f447";

}

.fa-chess-rook-alt:before {

  content: "\f448";

}

.fa-chevron-circle-down:before {

  content: "\f13a";

}

.fa-chevron-circle-left:before {

  content: "\f137";

}

.fa-chevron-circle-right:before {

  content: "\f138";

}

.fa-chevron-circle-up:before {

  content: "\f139";

}

.fa-chevron-double-down:before {

  content: "\f322";

}

.fa-chevron-double-left:before {

  content: "\f323";

}

.fa-chevron-double-right:before {

  content: "\f324";

}

.fa-chevron-double-up:before {

  content: "\f325";

}

.fa-chevron-down:before {

  content: "\f078";

}

.fa-chevron-left:before {

  content: "\f053";

}

.fa-chevron-right:before {

  content: "\f054";

}

.fa-chevron-square-down:before {

  content: "\f329";

}

.fa-chevron-square-left:before {

  content: "\f32a";

}

.fa-chevron-square-right:before {

  content: "\f32b";

}

.fa-chevron-square-up:before {

  content: "\f32c";

}

.fa-chevron-up:before {

  content: "\f077";

}

.fa-child:before {

  content: "\f1ae";

}

.fa-chrome:before {

  content: "\f268";

}

.fa-church:before {

  content: "\f51d";

}

.fa-circle:before {

  content: "\f111";

}

.fa-circle-notch:before {

  content: "\f1ce";

}

.fa-city:before {

  content: "\f64f";

}

.fa-clipboard:before {

  content: "\f328";

}

.fa-clipboard-check:before {

  content: "\f46c";

}

.fa-clipboard-list:before {

  content: "\f46d";

}

.fa-clipboard-prescription:before {

  content: "\f5e8";

}

.fa-clock:before {

  content: "\f017";

}

.fa-clone:before {

  content: "\f24d";

}

.fa-closed-captioning:before {

  content: "\f20a";

}

.fa-cloud:before {

  content: "\f0c2";

}

.fa-cloud-download:before {

  content: "\f0ed";

}

.fa-cloud-download-alt:before {

  content: "\f381";

}

.fa-cloud-upload:before {

  content: "\f0ee";

}

.fa-cloud-upload-alt:before {

  content: "\f382";

}

.fa-cloudscale:before {

  content: "\f383";

}

.fa-cloudsmith:before {

  content: "\f384";

}

.fa-cloudversify:before {

  content: "\f385";

}

.fa-club:before {

  content: "\f327";

}

.fa-cocktail:before {

  content: "\f561";

}

.fa-code:before {

  content: "\f121";

}

.fa-code-branch:before {

  content: "\f126";

}

.fa-code-commit:before {

  content: "\f386";

}

.fa-code-merge:before {

  content: "\f387";

}

.fa-codepen:before {

  content: "\f1cb";

}

.fa-codiepie:before {

  content: "\f284";

}

.fa-coffee:before {

  content: "\f0f4";

}

.fa-cog:before {

  content: "\f013";

}

.fa-cogs:before {

  content: "\f085";

}

.fa-coins:before {

  content: "\f51e";

}

.fa-columns:before {

  content: "\f0db";

}

.fa-comment:before {

  content: "\f075";

}

.fa-comment-alt:before {

  content: "\f27a";

}

.fa-comment-alt-check:before {

  content: "\f4a2";

}

.fa-comment-alt-dollar:before {

  content: "\f650";

}

.fa-comment-alt-dots:before {

  content: "\f4a3";

}

.fa-comment-alt-edit:before {

  content: "\f4a4";

}

.fa-comment-alt-exclamation:before {

  content: "\f4a5";

}

.fa-comment-alt-lines:before {

  content: "\f4a6";

}

.fa-comment-alt-minus:before {

  content: "\f4a7";

}

.fa-comment-alt-plus:before {

  content: "\f4a8";

}

.fa-comment-alt-slash:before {

  content: "\f4a9";

}

.fa-comment-alt-smile:before {

  content: "\f4aa";

}

.fa-comment-alt-times:before {

  content: "\f4ab";

}

.fa-comment-check:before {

  content: "\f4ac";

}

.fa-comment-dollar:before {

  content: "\f651";

}

.fa-comment-dots:before {

  content: "\f4ad";

}

.fa-comment-edit:before {

  content: "\f4ae";

}

.fa-comment-exclamation:before {

  content: "\f4af";

}

.fa-comment-lines:before {

  content: "\f4b0";

}

.fa-comment-minus:before {

  content: "\f4b1";

}

.fa-comment-plus:before {

  content: "\f4b2";

}

.fa-comment-slash:before {

  content: "\f4b3";

}

.fa-comment-smile:before {

  content: "\f4b4";

}

.fa-comment-times:before {

  content: "\f4b5";

}

.fa-comments:before {

  content: "\f086";

}

.fa-comments-alt:before {

  content: "\f4b6";

}

.fa-comments-alt-dollar:before {

  content: "\f652";

}

.fa-comments-dollar:before {

  content: "\f653";

}

.fa-compact-disc:before {

  content: "\f51f";

}

.fa-compass:before {

  content: "\f14e";

}

.fa-compass-slash:before {

  content: "\f5e9";

}

.fa-compress:before {

  content: "\f066";

}

.fa-compress-alt:before {

  content: "\f422";

}

.fa-compress-wide:before {

  content: "\f326";

}

.fa-concierge-bell:before {

  content: "\f562";

}

.fa-connectdevelop:before {

  content: "\f20e";

}

.fa-container-storage:before {

  content: "\f4b7";

}

.fa-contao:before {

  content: "\f26d";

}

.fa-conveyor-belt:before {

  content: "\f46e";

}

.fa-conveyor-belt-alt:before {

  content: "\f46f";

}

.fa-cookie:before {

  content: "\f563";

}

.fa-cookie-bite:before {

  content: "\f564";

}

.fa-copy:before {

  content: "\f0c5";

}

.fa-copyright:before {

  content: "\f1f9";

}

.fa-couch:before {

  content: "\f4b8";

}

.fa-cpanel:before {

  content: "\f388";

}

.fa-creative-commons:before {

  content: "\f25e";

}

.fa-creative-commons-by:before {

  content: "\f4e7";

}

.fa-creative-commons-nc:before {

  content: "\f4e8";

}

.fa-creative-commons-nc-eu:before {

  content: "\f4e9";

}

.fa-creative-commons-nc-jp:before {

  content: "\f4ea";

}

.fa-creative-commons-nd:before {

  content: "\f4eb";

}

.fa-creative-commons-pd:before {

  content: "\f4ec";

}

.fa-creative-commons-pd-alt:before {

  content: "\f4ed";

}

.fa-creative-commons-remix:before {

  content: "\f4ee";

}

.fa-creative-commons-sa:before {

  content: "\f4ef";

}

.fa-creative-commons-sampling:before {

  content: "\f4f0";

}

.fa-creative-commons-sampling-plus:before {

  content: "\f4f1";

}

.fa-creative-commons-share:before {

  content: "\f4f2";

}

.fa-creative-commons-zero:before {

  content: "\f4f3";

}

.fa-credit-card:before {

  content: "\f09d";

}

.fa-credit-card-blank:before {

  content: "\f389";

}

.fa-credit-card-front:before {

  content: "\f38a";

}

.fa-cricket:before {

  content: "\f449";

}

.fa-crop:before {

  content: "\f125";

}

.fa-crop-alt:before {

  content: "\f565";

}

.fa-cross:before {

  content: "\f654";

}

.fa-crosshairs:before {

  content: "\f05b";

}

.fa-crow:before {

  content: "\f520";

}

.fa-crown:before {

  content: "\f521";

}

.fa-css3:before {

  content: "\f13c";

}

.fa-css3-alt:before {

  content: "\f38b";

}

.fa-cube:before {

  content: "\f1b2";

}

.fa-cubes:before {

  content: "\f1b3";

}

.fa-curling:before {

  content: "\f44a";

}

.fa-cut:before {

  content: "\f0c4";

}

.fa-cuttlefish:before {

  content: "\f38c";

}

.fa-d-and-d:before {

  content: "\f38d";

}

.fa-dashcube:before {

  content: "\f210";

}

.fa-database:before {

  content: "\f1c0";

}

.fa-deaf:before {

  content: "\f2a4";

}

.fa-delicious:before {

  content: "\f1a5";

}

.fa-deploydog:before {

  content: "\f38e";

}

.fa-deskpro:before {

  content: "\f38f";

}

.fa-desktop:before {

  content: "\f108";

}

.fa-desktop-alt:before {

  content: "\f390";

}

.fa-deviantart:before {

  content: "\f1bd";

}

.fa-dharmachakra:before {

  content: "\f655";

}

.fa-diagnoses:before {

  content: "\f470";

}

.fa-diamond:before {

  content: "\f219";

}

.fa-dice:before {

  content: "\f522";

}

.fa-dice-five:before {

  content: "\f523";

}

.fa-dice-four:before {

  content: "\f524";

}

.fa-dice-one:before {

  content: "\f525";

}

.fa-dice-six:before {

  content: "\f526";

}

.fa-dice-three:before {

  content: "\f527";

}

.fa-dice-two:before {

  content: "\f528";

}

.fa-digg:before {

  content: "\f1a6";

}

.fa-digital-ocean:before {

  content: "\f391";

}

.fa-digital-tachograph:before {

  content: "\f566";

}

.fa-diploma:before {

  content: "\f5ea";

}

.fa-directions:before {

  content: "\f5eb";

}

.fa-discord:before {

  content: "\f392";

}

.fa-discourse:before {

  content: "\f393";

}

.fa-divide:before {

  content: "\f529";

}

.fa-dizzy:before {

  content: "\f567";

}

.fa-dna:before {

  content: "\f471";

}

.fa-do-not-enter:before {

  content: "\f5ec";

}

.fa-dochub:before {

  content: "\f394";

}

.fa-docker:before {

  content: "\f395";

}

.fa-dollar-sign:before {

  content: "\f155";

}

.fa-dolly:before {

  content: "\f472";

}

.fa-dolly-empty:before {

  content: "\f473";

}

.fa-dolly-flatbed:before {

  content: "\f474";

}

.fa-dolly-flatbed-alt:before {

  content: "\f475";

}

.fa-dolly-flatbed-empty:before {

  content: "\f476";

}

.fa-donate:before {

  content: "\f4b9";

}

.fa-door-closed:before {

  content: "\f52a";

}

.fa-door-open:before {

  content: "\f52b";

}

.fa-dot-circle:before {

  content: "\f192";

}

.fa-dove:before {

  content: "\f4ba";

}

.fa-download:before {

  content: "\f019";

}

.fa-draft2digital:before {

  content: "\f396";

}

.fa-drafting-compass:before {

  content: "\f568";

}

.fa-draw-circle:before {

  content: "\f5ed";

}

.fa-draw-polygon:before {

  content: "\f5ee";

}

.fa-draw-square:before {

  content: "\f5ef";

}

.fa-dribbble:before {

  content: "\f17d";

}

.fa-dribbble-square:before {

  content: "\f397";

}

.fa-dropbox:before {

  content: "\f16b";

}

.fa-drum:before {

  content: "\f569";

}

.fa-drum-steelpan:before {

  content: "\f56a";

}

.fa-drupal:before {

  content: "\f1a9";

}

.fa-dumbbell:before {

  content: "\f44b";

}

.fa-dyalog:before {

  content: "\f399";

}

.fa-ear:before {

  content: "\f5f0";

}

.fa-earlybirds:before {

  content: "\f39a";

}

.fa-ebay:before {

  content: "\f4f4";

}

.fa-edge:before {

  content: "\f282";

}

.fa-edit:before {

  content: "\f044";

}

.fa-eject:before {

  content: "\f052";

}

.fa-elementor:before {

  content: "\f430";

}

.fa-ellipsis-h:before {

  content: "\f141";

}

.fa-ellipsis-h-alt:before {

  content: "\f39b";

}

.fa-ellipsis-v:before {

  content: "\f142";

}

.fa-ellipsis-v-alt:before {

  content: "\f39c";

}

.fa-ello:before {

  content: "\f5f1";

}

.fa-ember:before {

  content: "\f423";

}

.fa-empire:before {

  content: "\f1d1";

}

.fa-empty-set:before {

  content: "\f656";

}

.fa-engine-warning:before {

  content: "\f5f2";

}

.fa-envelope:before {

  content: "\f0e0";

}

.fa-envelope-open:before {

  content: "\f2b6";

}

.fa-envelope-open-dollar:before {

  content: "\f657";

}

.fa-envelope-open-text:before {

  content: "\f658";

}

.fa-envelope-square:before {

  content: "\f199";

}

.fa-envira:before {

  content: "\f299";

}

.fa-equals:before {

  content: "\f52c";

}

.fa-eraser:before {

  content: "\f12d";

}

.fa-erlang:before {

  content: "\f39d";

}

.fa-ethereum:before {

  content: "\f42e";

}

.fa-etsy:before {

  content: "\f2d7";

}

.fa-euro-sign:before {

  content: "\f153";

}

.fa-exchange:before {

  content: "\f0ec";

}

.fa-exchange-alt:before {

  content: "\f362";

}

.fa-exclamation:before {

  content: "\f12a";

}

.fa-exclamation-circle:before {

  content: "\f06a";

}

.fa-exclamation-square:before {

  content: "\f321";

}

.fa-exclamation-triangle:before {

  content: "\f071";

}

.fa-expand:before {

  content: "\f065";

}

.fa-expand-alt:before {

  content: "\f424";

}

.fa-expand-arrows:before {

  content: "\f31d";

}

.fa-expand-arrows-alt:before {

  content: "\f31e";

}

.fa-expand-wide:before {

  content: "\f320";

}

.fa-expeditedssl:before {

  content: "\f23e";

}

.fa-external-link:before {

  content: "\f08e";

}

.fa-external-link-alt:before {

  content: "\f35d";

}

.fa-external-link-square:before {

  content: "\f14c";

}

.fa-external-link-square-alt:before {

  content: "\f360";

}

.fa-eye:before {

  content: "\f06e";

}

.fa-eye-dropper:before {

  content: "\f1fb";

}

.fa-eye-slash:before {

  content: "\f070";

}

.fa-facebook:before {

  content: "\f09a";

}

.fa-facebook-f:before {

  content: "\f39e";

}

.fa-facebook-messenger:before {

  content: "\f39f";

}

.fa-facebook-square:before {

  content: "\f082";

}

.fa-fast-backward:before {

  content: "\f049";

}

.fa-fast-forward:before {

  content: "\f050";

}

.fa-fax:before {

  content: "\f1ac";

}

.fa-feather:before {

  content: "\f52d";

}

.fa-feather-alt:before {

  content: "\f56b";

}

.fa-female:before {

  content: "\f182";

}

.fa-field-hockey:before {

  content: "\f44c";

}

.fa-fighter-jet:before {

  content: "\f0fb";

}

.fa-file:before {

  content: "\f15b";

}

.fa-file-alt:before {

  content: "\f15c";

}

.fa-file-archive:before {

  content: "\f1c6";

}

.fa-file-audio:before {

  content: "\f1c7";

}

.fa-file-certificate:before {

  content: "\f5f3";

}

.fa-file-chart-line:before {

  content: "\f659";

}

.fa-file-chart-pie:before {

  content: "\f65a";

}

.fa-file-check:before {

  content: "\f316";

}

.fa-file-code:before {

  content: "\f1c9";

}

.fa-file-contract:before {

  content: "\f56c";

}

.fa-file-download:before {

  content: "\f56d";

}

.fa-file-edit:before {

  content: "\f31c";

}

.fa-file-excel:before {

  content: "\f1c3";

}

.fa-file-exclamation:before {

  content: "\f31a";

}

.fa-file-export:before {

  content: "\f56e";

}

.fa-file-image:before {

  content: "\f1c5";

}

.fa-file-import:before {

  content: "\f56f";

}

.fa-file-invoice:before {

  content: "\f570";

}

.fa-file-invoice-dollar:before {

  content: "\f571";

}

.fa-file-medical:before {

  content: "\f477";

}

.fa-file-medical-alt:before {

  content: "\f478";

}

.fa-file-minus:before {

  content: "\f318";

}

.fa-file-pdf:before {

  content: "\f1c1";

}

.fa-file-plus:before {

  content: "\f319";

}

.fa-file-powerpoint:before {

  content: "\f1c4";

}

.fa-file-prescription:before {

  content: "\f572";

}

.fa-file-signature:before {

  content: "\f573";

}

.fa-file-spreadsheet:before {

  content: "\f65b";

}

.fa-file-times:before {

  content: "\f317";

}

.fa-file-upload:before {

  content: "\f574";

}

.fa-file-user:before {

  content: "\f65c";

}

.fa-file-video:before {

  content: "\f1c8";

}

.fa-file-word:before {

  content: "\f1c2";

}

.fa-fill:before {

  content: "\f575";

}

.fa-fill-drip:before {

  content: "\f576";

}

.fa-film:before {

  content: "\f008";

}

.fa-film-alt:before {

  content: "\f3a0";

}

.fa-filter:before {

  content: "\f0b0";

}

.fa-fingerprint:before {

  content: "\f577";

}

.fa-fire:before {

  content: "\f06d";

}

.fa-fire-extinguisher:before {

  content: "\f134";

}

.fa-firefox:before {

  content: "\f269";

}

.fa-first-aid:before {

  content: "\f479";

}

.fa-first-order:before {

  content: "\f2b0";

}

.fa-first-order-alt:before {

  content: "\f50a";

}

.fa-firstdraft:before {

  content: "\f3a1";

}

.fa-fish:before {

  content: "\f578";

}

.fa-flag:before {

  content: "\f024";

}

.fa-flag-checkered:before {

  content: "\f11e";

}

.fa-flask:before {

  content: "\f0c3";

}

.fa-flickr:before {

  content: "\f16e";

}

.fa-flipboard:before {

  content: "\f44d";

}

.fa-flushed:before {

  content: "\f579";

}

.fa-fly:before {

  content: "\f417";

}

.fa-folder:before {

  content: "\f07b";

}

.fa-folder-minus:before {

  content: "\f65d";

}

.fa-folder-open:before {

  content: "\f07c";

}

.fa-folder-plus:before {

  content: "\f65e";

}

.fa-folder-times:before {

  content: "\f65f";

}

.fa-folders:before {

  content: "\f660";

}

.fa-font:before {

  content: "\f031";

}

.fa-font-awesome:before {

  content: "\f2b4";

}

.fa-font-awesome-alt:before {

  content: "\f35c";

}

.fa-font-awesome-flag:before {

  content: "\f425";

}

.fa-font-awesome-logo-full:before {

  content: "\f4e6";

}

.fa-fonticons:before {

  content: "\f280";

}

.fa-fonticons-fi:before {

  content: "\f3a2";

}

.fa-football-ball:before {

  content: "\f44e";

}

.fa-football-helmet:before {

  content: "\f44f";

}

.fa-forklift:before {

  content: "\f47a";

}

.fa-fort-awesome:before {

  content: "\f286";

}

.fa-fort-awesome-alt:before {

  content: "\f3a3";

}

.fa-forumbee:before {

  content: "\f211";

}

.fa-forward:before {

  content: "\f04e";

}

.fa-foursquare:before {

  content: "\f180";

}

.fa-fragile:before {

  content: "\f4bb";

}

.fa-free-code-camp:before {

  content: "\f2c5";

}

.fa-freebsd:before {

  content: "\f3a4";

}

.fa-frog:before {

  content: "\f52e";

}

.fa-frown:before {

  content: "\f119";

}

.fa-frown-open:before {

  content: "\f57a";

}

.fa-fulcrum:before {

  content: "\f50b";

}

.fa-function:before {

  content: "\f661";

}

.fa-funnel-dollar:before {

  content: "\f662";

}

.fa-futbol:before {

  content: "\f1e3";

}

.fa-galactic-republic:before {

  content: "\f50c";

}

.fa-galactic-senate:before {

  content: "\f50d";

}

.fa-gamepad:before {

  content: "\f11b";

}

.fa-gas-pump:before {

  content: "\f52f";

}

.fa-gas-pump-slash:before {

  content: "\f5f4";

}

.fa-gavel:before {

  content: "\f0e3";

}

.fa-gem:before {

  content: "\f3a5";

}

.fa-genderless:before {

  content: "\f22d";

}

.fa-get-pocket:before {

  content: "\f265";

}

.fa-gg:before {

  content: "\f260";

}

.fa-gg-circle:before {

  content: "\f261";

}

.fa-gift:before {

  content: "\f06b";

}

.fa-gift-card:before {

  content: "\f663";

}

.fa-git:before {

  content: "\f1d3";

}

.fa-git-square:before {

  content: "\f1d2";

}

.fa-github:before {

  content: "\f09b";

}

.fa-github-alt:before {

  content: "\f113";

}

.fa-github-square:before {

  content: "\f092";

}

.fa-gitkraken:before {

  content: "\f3a6";

}

.fa-gitlab:before {

  content: "\f296";

}

.fa-gitter:before {

  content: "\f426";

}

.fa-glass-martini:before {

  content: "\f000";

}

.fa-glass-martini-alt:before {

  content: "\f57b";

}

.fa-glasses:before {

  content: "\f530";

}

.fa-glasses-alt:before {

  content: "\f5f5";

}

.fa-glide:before {

  content: "\f2a5";

}

.fa-glide-g:before {

  content: "\f2a6";

}

.fa-globe:before {

  content: "\f0ac";

}

.fa-globe-africa:before {

  content: "\f57c";

}

.fa-globe-americas:before {

  content: "\f57d";

}

.fa-globe-asia:before {

  content: "\f57e";

}

.fa-globe-stand:before {

  content: "\f5f6";

}

.fa-gofore:before {

  content: "\f3a7";

}

.fa-golf-ball:before {

  content: "\f450";

}

.fa-golf-club:before {

  content: "\f451";

}

.fa-goodreads:before {

  content: "\f3a8";

}

.fa-goodreads-g:before {

  content: "\f3a9";

}

.fa-google:before {

  content: "\f1a0";

}

.fa-google-drive:before {

  content: "\f3aa";

}

.fa-google-play:before {

  content: "\f3ab";

}

.fa-google-plus:before {

  content: "\f2b3";

}

.fa-google-plus-g:before {

  content: "\f0d5";

}

.fa-google-plus-square:before {

  content: "\f0d4";

}

.fa-google-wallet:before {

  content: "\f1ee";

}

.fa-gopuram:before {

  content: "\f664";

}

.fa-graduation-cap:before {

  content: "\f19d";

}

.fa-gratipay:before {

  content: "\f184";

}

.fa-grav:before {

  content: "\f2d6";

}

.fa-greater-than:before {

  content: "\f531";

}

.fa-greater-than-equal:before {

  content: "\f532";

}

.fa-grimace:before {

  content: "\f57f";

}

.fa-grin:before {

  content: "\f580";

}

.fa-grin-alt:before {

  content: "\f581";

}

.fa-grin-beam:before {

  content: "\f582";

}

.fa-grin-beam-sweat:before {

  content: "\f583";

}

.fa-grin-hearts:before {

  content: "\f584";

}

.fa-grin-squint:before {

  content: "\f585";

}

.fa-grin-squint-tears:before {

  content: "\f586";

}

.fa-grin-stars:before {

  content: "\f587";

}

.fa-grin-tears:before {

  content: "\f588";

}

.fa-grin-tongue:before {

  content: "\f589";

}

.fa-grin-tongue-squint:before {

  content: "\f58a";

}

.fa-grin-tongue-wink:before {

  content: "\f58b";

}

.fa-grin-wink:before {

  content: "\f58c";

}

.fa-grip-horizontal:before {

  content: "\f58d";

}

.fa-grip-vertical:before {

  content: "\f58e";

}

.fa-gripfire:before {

  content: "\f3ac";

}

.fa-grunt:before {

  content: "\f3ad";

}

.fa-gulp:before {

  content: "\f3ae";

}

.fa-h-square:before {

  content: "\f0fd";

}

.fa-h1:before {

  content: "\f313";

}

.fa-h2:before {

  content: "\f314";

}

.fa-h3:before {

  content: "\f315";

}

.fa-hacker-news:before {

  content: "\f1d4";

}

.fa-hacker-news-square:before {

  content: "\f3af";

}

.fa-hackerrank:before {

  content: "\f5f7";

}

.fa-hamsa:before {

  content: "\f665";

}

.fa-hand-heart:before {

  content: "\f4bc";

}

.fa-hand-holding:before {

  content: "\f4bd";

}

.fa-hand-holding-box:before {

  content: "\f47b";

}

.fa-hand-holding-heart:before {

  content: "\f4be";

}

.fa-hand-holding-seedling:before {

  content: "\f4bf";

}

.fa-hand-holding-usd:before {

  content: "\f4c0";

}

.fa-hand-holding-water:before {

  content: "\f4c1";

}

.fa-hand-lizard:before {

  content: "\f258";

}

.fa-hand-paper:before {

  content: "\f256";

}

.fa-hand-peace:before {

  content: "\f25b";

}

.fa-hand-point-down:before {

  content: "\f0a7";

}

.fa-hand-point-left:before {

  content: "\f0a5";

}

.fa-hand-point-right:before {

  content: "\f0a4";

}

.fa-hand-point-up:before {

  content: "\f0a6";

}

.fa-hand-pointer:before {

  content: "\f25a";

}

.fa-hand-receiving:before {

  content: "\f47c";

}

.fa-hand-rock:before {

  content: "\f255";

}

.fa-hand-scissors:before {

  content: "\f257";

}

.fa-hand-spock:before {

  content: "\f259";

}

.fa-hands:before {

  content: "\f4c2";

}

.fa-hands-heart:before {

  content: "\f4c3";

}

.fa-hands-helping:before {

  content: "\f4c4";

}

.fa-hands-usd:before {

  content: "\f4c5";

}

.fa-handshake:before {

  content: "\f2b5";

}

.fa-handshake-alt:before {

  content: "\f4c6";

}

.fa-hashtag:before {

  content: "\f292";

}

.fa-haykal:before {

  content: "\f666";

}

.fa-hdd:before {

  content: "\f0a0";

}

.fa-heading:before {

  content: "\f1dc";

}

.fa-headphones:before {

  content: "\f025";

}

.fa-headphones-alt:before {

  content: "\f58f";

}

.fa-headset:before {

  content: "\f590";

}

.fa-heart:before {

  content: "\f004";

}

.fa-heart-circle:before {

  content: "\f4c7";

}

.fa-heart-rate:before {

  content: "\f5f8";

}

.fa-heart-square:before {

  content: "\f4c8";

}

.fa-heartbeat:before {

  content: "\f21e";

}

.fa-helicopter:before {

  content: "\f533";

}

.fa-hexagon:before {

  content: "\f312";

}

.fa-highlighter:before {

  content: "\f591";

}

.fa-hips:before {

  content: "\f452";

}

.fa-hire-a-helper:before {

  content: "\f3b0";

}

.fa-history:before {

  content: "\f1da";

}

.fa-hockey-puck:before {

  content: "\f453";

}

.fa-hockey-sticks:before {

  content: "\f454";

}

.fa-home:before {

  content: "\f015";

}

.fa-home-heart:before {

  content: "\f4c9";

}

.fa-hooli:before {

  content: "\f427";

}

.fa-hornbill:before {

  content: "\f592";

}

.fa-hospital:before {

  content: "\f0f8";

}

.fa-hospital-alt:before {

  content: "\f47d";

}

.fa-hospital-symbol:before {

  content: "\f47e";

}

.fa-hot-tub:before {

  content: "\f593";

}

.fa-hotel:before {

  content: "\f594";

}

.fa-hotjar:before {

  content: "\f3b1";

}

.fa-hourglass:before {

  content: "\f254";

}

.fa-hourglass-end:before {

  content: "\f253";

}

.fa-hourglass-half:before {

  content: "\f252";

}

.fa-hourglass-start:before {

  content: "\f251";

}

.fa-houzz:before {

  content: "\f27c";

}

.fa-html5:before {

  content: "\f13b";

}

.fa-hubspot:before {

  content: "\f3b2";

}

.fa-i-cursor:before {

  content: "\f246";

}

.fa-id-badge:before {

  content: "\f2c1";

}

.fa-id-card:before {

  content: "\f2c2";

}

.fa-id-card-alt:before {

  content: "\f47f";

}

.fa-image:before {

  content: "\f03e";

}

.fa-images:before {

  content: "\f302";

}

.fa-imdb:before {

  content: "\f2d8";

}

.fa-inbox:before {

  content: "\f01c";

}

.fa-inbox-in:before {

  content: "\f310";

}

.fa-inbox-out:before {

  content: "\f311";

}

.fa-indent:before {

  content: "\f03c";

}

.fa-industry:before {

  content: "\f275";

}

.fa-industry-alt:before {

  content: "\f3b3";

}

.fa-infinity:before {

  content: "\f534";

}

.fa-info:before {

  content: "\f129";

}

.fa-info-circle:before {

  content: "\f05a";

}

.fa-info-square:before {

  content: "\f30f";

}

.fa-inhaler:before {

  content: "\f5f9";

}

.fa-instagram:before {

  content: "\f16d";

}

.fa-integral:before {

  content: "\f667";

}

.fa-internet-explorer:before {

  content: "\f26b";

}

.fa-intersection:before {

  content: "\f668";

}

.fa-inventory:before {

  content: "\f480";

}

.fa-ioxhost:before {

  content: "\f208";

}

.fa-italic:before {

  content: "\f033";

}

.fa-itunes:before {

  content: "\f3b4";

}

.fa-itunes-note:before {

  content: "\f3b5";

}

.fa-jack-o-lantern:before {

  content: "\f30e";

}

.fa-java:before {

  content: "\f4e4";

}

.fa-jedi:before {

  content: "\f669";

}

.fa-jedi-order:before {

  content: "\f50e";

}

.fa-jenkins:before {

  content: "\f3b6";

}

.fa-joget:before {

  content: "\f3b7";

}

.fa-joint:before {

  content: "\f595";

}

.fa-joomla:before {

  content: "\f1aa";

}

.fa-journal-whills:before {

  content: "\f66a";

}

.fa-js:before {

  content: "\f3b8";

}

.fa-js-square:before {

  content: "\f3b9";

}

.fa-jsfiddle:before {

  content: "\f1cc";

}

.fa-kaaba:before {

  content: "\f66b";

}

.fa-kaggle:before {

  content: "\f5fa";

}

.fa-key:before {

  content: "\f084";

}

.fa-keybase:before {

  content: "\f4f5";

}

.fa-keyboard:before {

  content: "\f11c";

}

.fa-keycdn:before {

  content: "\f3ba";

}

.fa-keynote:before {

  content: "\f66c";

}

.fa-khanda:before {

  content: "\f66d";

}

.fa-kickstarter:before {

  content: "\f3bb";

}

.fa-kickstarter-k:before {

  content: "\f3bc";

}

.fa-kidneys:before {

  content: "\f5fb";

}

.fa-kiss:before {

  content: "\f596";

}

.fa-kiss-beam:before {

  content: "\f597";

}

.fa-kiss-wink-heart:before {

  content: "\f598";

}

.fa-kiwi-bird:before {

  content: "\f535";

}

.fa-korvue:before {

  content: "\f42f";

}

.fa-lambda:before {

  content: "\f66e";

}

.fa-lamp:before {

  content: "\f4ca";

}

.fa-landmark:before {

  content: "\f66f";

}

.fa-language:before {

  content: "\f1ab";

}

.fa-laptop:before {

  content: "\f109";

}

.fa-laptop-code:before {

  content: "\f5fc";

}

.fa-laravel:before {

  content: "\f3bd";

}

.fa-lastfm:before {

  content: "\f202";

}

.fa-lastfm-square:before {

  content: "\f203";

}

.fa-laugh:before {

  content: "\f599";

}

.fa-laugh-beam:before {

  content: "\f59a";

}

.fa-laugh-squint:before {

  content: "\f59b";

}

.fa-laugh-wink:before {

  content: "\f59c";

}

.fa-layer-group:before {

  content: "\f5fd";

}

.fa-layer-minus:before {

  content: "\f5fe";

}

.fa-layer-plus:before {

  content: "\f5ff";

}

.fa-leaf:before {

  content: "\f06c";

}

.fa-leaf-heart:before {

  content: "\f4cb";

}

.fa-leanpub:before {

  content: "\f212";

}

.fa-lemon:before {

  content: "\f094";

}

.fa-less:before {

  content: "\f41d";

}

.fa-less-than:before {

  content: "\f536";

}

.fa-less-than-equal:before {

  content: "\f537";

}

.fa-level-down:before {

  content: "\f149";

}

.fa-level-down-alt:before {

  content: "\f3be";

}

.fa-level-up:before {

  content: "\f148";

}

.fa-level-up-alt:before {

  content: "\f3bf";

}

.fa-life-ring:before {

  content: "\f1cd";

}

.fa-lightbulb:before {

  content: "\f0eb";

}

.fa-lightbulb-dollar:before {

  content: "\f670";

}

.fa-lightbulb-exclamation:before {

  content: "\f671";

}

.fa-lightbulb-on:before {

  content: "\f672";

}

.fa-lightbulb-slash:before {

  content: "\f673";

}

.fa-line:before {

  content: "\f3c0";

}

.fa-link:before {

  content: "\f0c1";

}

.fa-linkedin:before {

  content: "\f08c";

}

.fa-linkedin-in:before {

  content: "\f0e1";

}

.fa-linode:before {

  content: "\f2b8";

}

.fa-linux:before {

  content: "\f17c";

}

.fa-lips:before {

  content: "\f600";

}

.fa-lira-sign:before {

  content: "\f195";

}

.fa-list:before {

  content: "\f03a";

}

.fa-list-alt:before {

  content: "\f022";

}

.fa-list-ol:before {

  content: "\f0cb";

}

.fa-list-ul:before {

  content: "\f0ca";

}

.fa-location:before {

  content: "\f601";

}

.fa-location-arrow:before {

  content: "\f124";

}

.fa-location-circle:before {

  content: "\f602";

}

.fa-location-slash:before {

  content: "\f603";

}

.fa-lock:before {

  content: "\f023";

}

.fa-lock-alt:before {

  content: "\f30d";

}

.fa-lock-open:before {

  content: "\f3c1";

}

.fa-lock-open-alt:before {

  content: "\f3c2";

}

.fa-long-arrow-alt-down:before {

  content: "\f309";

}

.fa-long-arrow-alt-left:before {

  content: "\f30a";

}

.fa-long-arrow-alt-right:before {

  content: "\f30b";

}

.fa-long-arrow-alt-up:before {

  content: "\f30c";

}

.fa-long-arrow-down:before {

  content: "\f175";

}

.fa-long-arrow-left:before {

  content: "\f177";

}

.fa-long-arrow-right:before {

  content: "\f178";

}

.fa-long-arrow-up:before {

  content: "\f176";

}

.fa-loveseat:before {

  content: "\f4cc";

}

.fa-low-vision:before {

  content: "\f2a8";

}

.fa-luchador:before {

  content: "\f455";

}

.fa-luggage-cart:before {

  content: "\f59d";

}

.fa-lungs:before {

  content: "\f604";

}

.fa-lyft:before {

  content: "\f3c3";

}

.fa-magento:before {

  content: "\f3c4";

}

.fa-magic:before {

  content: "\f0d0";

}

.fa-magnet:before {

  content: "\f076";

}

.fa-mail-bulk:before {

  content: "\f674";

}

.fa-mailchimp:before {

  content: "\f59e";

}

.fa-male:before {

  content: "\f183";

}

.fa-mandalorian:before {

  content: "\f50f";

}

.fa-map:before {

  content: "\f279";

}

.fa-map-marked:before {

  content: "\f59f";

}

.fa-map-marked-alt:before {

  content: "\f5a0";

}

.fa-map-marker:before {

  content: "\f041";

}

.fa-map-marker-alt:before {

  content: "\f3c5";

}

.fa-map-marker-alt-slash:before {

  content: "\f605";

}

.fa-map-marker-check:before {

  content: "\f606";

}

.fa-map-marker-edit:before {

  content: "\f607";

}

.fa-map-marker-exclamation:before {

  content: "\f608";

}

.fa-map-marker-minus:before {

  content: "\f609";

}

.fa-map-marker-plus:before {

  content: "\f60a";

}

.fa-map-marker-question:before {

  content: "\f60b";

}

.fa-map-marker-slash:before {

  content: "\f60c";

}

.fa-map-marker-smile:before {

  content: "\f60d";

}

.fa-map-marker-times:before {

  content: "\f60e";

}

.fa-map-pin:before {

  content: "\f276";

}

.fa-map-signs:before {

  content: "\f277";

}

.fa-markdown:before {

  content: "\f60f";

}

.fa-marker:before {

  content: "\f5a1";

}

.fa-mars:before {

  content: "\f222";

}

.fa-mars-double:before {

  content: "\f227";

}

.fa-mars-stroke:before {

  content: "\f229";

}

.fa-mars-stroke-h:before {

  content: "\f22b";

}

.fa-mars-stroke-v:before {

  content: "\f22a";

}

.fa-mastodon:before {

  content: "\f4f6";

}

.fa-maxcdn:before {

  content: "\f136";

}

.fa-medal:before {

  content: "\f5a2";

}

.fa-medapps:before {

  content: "\f3c6";

}

.fa-medium:before {

  content: "\f23a";

}

.fa-medium-m:before {

  content: "\f3c7";

}

.fa-medkit:before {

  content: "\f0fa";

}

.fa-medrt:before {

  content: "\f3c8";

}

.fa-meetup:before {

  content: "\f2e0";

}

.fa-megaphone:before {

  content: "\f675";

}

.fa-megaport:before {

  content: "\f5a3";

}

.fa-meh:before {

  content: "\f11a";

}

.fa-meh-blank:before {

  content: "\f5a4";

}

.fa-meh-rolling-eyes:before {

  content: "\f5a5";

}

.fa-memory:before {

  content: "\f538";

}

.fa-menorah:before {

  content: "\f676";

}

.fa-mercury:before {

  content: "\f223";

}

.fa-microchip:before {

  content: "\f2db";

}

.fa-microphone:before {

  content: "\f130";

}

.fa-microphone-alt:before {

  content: "\f3c9";

}

.fa-microphone-alt-slash:before {

  content: "\f539";

}

.fa-microphone-slash:before {

  content: "\f131";

}

.fa-microscope:before {

  content: "\f610";

}

.fa-microsoft:before {

  content: "\f3ca";

}

.fa-mind-share:before {

  content: "\f677";

}

.fa-minus:before {

  content: "\f068";

}

.fa-minus-circle:before {

  content: "\f056";

}

.fa-minus-hexagon:before {

  content: "\f307";

}

.fa-minus-octagon:before {

  content: "\f308";

}

.fa-minus-square:before {

  content: "\f146";

}

.fa-mix:before {

  content: "\f3cb";

}

.fa-mixcloud:before {

  content: "\f289";

}

.fa-mizuni:before {

  content: "\f3cc";

}

.fa-mobile:before {

  content: "\f10b";

}

.fa-mobile-alt:before {

  content: "\f3cd";

}

.fa-mobile-android:before {

  content: "\f3ce";

}

.fa-mobile-android-alt:before {

  content: "\f3cf";

}

.fa-modx:before {

  content: "\f285";

}

.fa-monero:before {

  content: "\f3d0";

}

.fa-money-bill:before {

  content: "\f0d6";

}

.fa-money-bill-alt:before {

  content: "\f3d1";

}

.fa-money-bill-wave:before {

  content: "\f53a";

}

.fa-money-bill-wave-alt:before {

  content: "\f53b";

}

.fa-money-check:before {

  content: "\f53c";

}

.fa-money-check-alt:before {

  content: "\f53d";

}

.fa-monitor-heart-rate:before {

  content: "\f611";

}

.fa-monument:before {

  content: "\f5a6";

}

.fa-moon:before {

  content: "\f186";

}

.fa-mortar-pestle:before {

  content: "\f5a7";

}

.fa-mosque:before {

  content: "\f678";

}

.fa-motorcycle:before {

  content: "\f21c";

}

.fa-mouse-pointer:before {

  content: "\f245";

}

.fa-music:before {

  content: "\f001";

}

.fa-napster:before {

  content: "\f3d2";

}

.fa-neos:before {

  content: "\f612";

}

.fa-neuter:before {

  content: "\f22c";

}

.fa-newspaper:before {

  content: "\f1ea";

}

.fa-nimblr:before {

  content: "\f5a8";

}

.fa-nintendo-switch:before {

  content: "\f418";

}

.fa-node:before {

  content: "\f419";

}

.fa-node-js:before {

  content: "\f3d3";

}

.fa-not-equal:before {

  content: "\f53e";

}

.fa-notes-medical:before {

  content: "\f481";

}

.fa-npm:before {

  content: "\f3d4";

}

.fa-ns8:before {

  content: "\f3d5";

}

.fa-nutritionix:before {

  content: "\f3d6";

}

.fa-object-group:before {

  content: "\f247";

}

.fa-object-ungroup:before {

  content: "\f248";

}

.fa-octagon:before {

  content: "\f306";

}

.fa-odnoklassniki:before {

  content: "\f263";

}

.fa-odnoklassniki-square:before {

  content: "\f264";

}

.fa-oil-can:before {

  content: "\f613";

}

.fa-oil-temp:before {

  content: "\f614";

}

.fa-old-republic:before {

  content: "\f510";

}

.fa-om:before {

  content: "\f679";

}

.fa-omega:before {

  content: "\f67a";

}

.fa-opencart:before {

  content: "\f23d";

}

.fa-openid:before {

  content: "\f19b";

}

.fa-opera:before {

  content: "\f26a";

}

.fa-optin-monster:before {

  content: "\f23c";

}

.fa-osi:before {

  content: "\f41a";

}

.fa-outdent:before {

  content: "\f03b";

}

.fa-page4:before {

  content: "\f3d7";

}

.fa-pagelines:before {

  content: "\f18c";

}

.fa-paint-brush:before {

  content: "\f1fc";

}

.fa-paint-brush-alt:before {

  content: "\f5a9";

}

.fa-paint-roller:before {

  content: "\f5aa";

}

.fa-palette:before {

  content: "\f53f";

}

.fa-palfed:before {

  content: "\f3d8";

}

.fa-pallet:before {

  content: "\f482";

}

.fa-pallet-alt:before {

  content: "\f483";

}

.fa-paper-plane:before {

  content: "\f1d8";

}

.fa-paperclip:before {

  content: "\f0c6";

}

.fa-parachute-box:before {

  content: "\f4cd";

}

.fa-paragraph:before {

  content: "\f1dd";

}

.fa-parking:before {

  content: "\f540";

}

.fa-parking-circle:before {

  content: "\f615";

}

.fa-parking-circle-slash:before {

  content: "\f616";

}

.fa-parking-slash:before {

  content: "\f617";

}

.fa-passport:before {

  content: "\f5ab";

}

.fa-pastafarianism:before {

  content: "\f67b";

}

.fa-paste:before {

  content: "\f0ea";

}

.fa-patreon:before {

  content: "\f3d9";

}

.fa-pause:before {

  content: "\f04c";

}

.fa-pause-circle:before {

  content: "\f28b";

}

.fa-paw:before {

  content: "\f1b0";

}

.fa-paypal:before {

  content: "\f1ed";

}

.fa-peace:before {

  content: "\f67c";

}

.fa-pen:before {

  content: "\f304";

}

.fa-pen-alt:before {

  content: "\f305";

}

.fa-pen-fancy:before {

  content: "\f5ac";

}

.fa-pen-nib:before {

  content: "\f5ad";

}

.fa-pen-square:before {

  content: "\f14b";

}

.fa-pencil:before {

  content: "\f040";

}

.fa-pencil-alt:before {

  content: "\f303";

}

.fa-pencil-paintbrush:before {

  content: "\f618";

}

.fa-pencil-ruler:before {

  content: "\f5ae";

}

.fa-pennant:before {

  content: "\f456";

}

.fa-people-carry:before {

  content: "\f4ce";

}

.fa-percent:before {

  content: "\f295";

}

.fa-percentage:before {

  content: "\f541";

}

.fa-periscope:before {

  content: "\f3da";

}

.fa-person-carry:before {

  content: "\f4cf";

}

.fa-person-dolly:before {

  content: "\f4d0";

}

.fa-person-dolly-empty:before {

  content: "\f4d1";

}

.fa-phabricator:before {

  content: "\f3db";

}

.fa-phoenix-framework:before {

  content: "\f3dc";

}

.fa-phoenix-squadron:before {

  content: "\f511";

}

.fa-phone:before {

  content: "\f095";

}

.fa-phone-office:before {

  content: "\f67d";

}

.fa-phone-plus:before {

  content: "\f4d2";

}

.fa-phone-slash:before {

  content: "\f3dd";

}

.fa-phone-square:before {

  content: "\f098";

}

.fa-phone-volume:before {

  content: "\f2a0";

}

.fa-php:before {

  content: "\f457";

}

.fa-pi:before {

  content: "\f67e";

}

.fa-pied-piper:before {

  content: "\f2ae";

}

.fa-pied-piper-alt:before {

  content: "\f1a8";

}

.fa-pied-piper-hat:before {

  content: "\f4e5";

}

.fa-pied-piper-pp:before {

  content: "\f1a7";

}

.fa-piggy-bank:before {

  content: "\f4d3";

}

.fa-pills:before {

  content: "\f484";

}

.fa-pinterest:before {

  content: "\f0d2";

}

.fa-pinterest-p:before {

  content: "\f231";

}

.fa-pinterest-square:before {

  content: "\f0d3";

}

.fa-place-of-worship:before {

  content: "\f67f";

}

.fa-plane:before {

  content: "\f072";

}

.fa-plane-alt:before {

  content: "\f3de";

}

.fa-plane-arrival:before {

  content: "\f5af";

}

.fa-plane-departure:before {

  content: "\f5b0";

}

.fa-play:before {

  content: "\f04b";

}

.fa-play-circle:before {

  content: "\f144";

}

.fa-playstation:before {

  content: "\f3df";

}

.fa-plug:before {

  content: "\f1e6";

}

.fa-plus:before {

  content: "\f067";

}

.fa-plus-circle:before {

  content: "\f055";

}

.fa-plus-hexagon:before {

  content: "\f300";

}

.fa-plus-octagon:before {

  content: "\f301";

}

.fa-plus-square:before {

  content: "\f0fe";

}

.fa-podcast:before {

  content: "\f2ce";

}

.fa-podium:before {

  content: "\f680";

}

.fa-poll:before {

  content: "\f681";

}

.fa-poll-h:before {

  content: "\f682";

}

.fa-poo:before {

  content: "\f2fe";

}

.fa-poop:before {

  content: "\f619";

}

.fa-portrait:before {

  content: "\f3e0";

}

.fa-pound-sign:before {

  content: "\f154";

}

.fa-power-off:before {

  content: "\f011";

}

.fa-pray:before {

  content: "\f683";

}

.fa-praying-hands:before {

  content: "\f684";

}

.fa-prescription:before {

  content: "\f5b1";

}

.fa-prescription-bottle:before {

  content: "\f485";

}

.fa-prescription-bottle-alt:before {

  content: "\f486";

}

.fa-presentation:before {

  content: "\f685";

}

.fa-print:before {

  content: "\f02f";

}

.fa-print-slash:before {

  content: "\f686";

}

.fa-procedures:before {

  content: "\f487";

}

.fa-product-hunt:before {

  content: "\f288";

}

.fa-project-diagram:before {

  content: "\f542";

}

.fa-pushed:before {

  content: "\f3e1";

}

.fa-puzzle-piece:before {

  content: "\f12e";

}

.fa-python:before {

  content: "\f3e2";

}

.fa-qq:before {

  content: "\f1d6";

}

.fa-qrcode:before {

  content: "\f029";

}

.fa-question:before {

  content: "\f128";

}

.fa-question-circle:before {

  content: "\f059";

}

.fa-question-square:before {

  content: "\f2fd";

}

.fa-quidditch:before {

  content: "\f458";

}

.fa-quinscape:before {

  content: "\f459";

}

.fa-quora:before {

  content: "\f2c4";

}

.fa-quote-left:before {

  content: "\f10d";

}

.fa-quote-right:before {

  content: "\f10e";

}

.fa-quran:before {

  content: "\f687";

}

.fa-r-project:before {

  content: "\f4f7";

}

.fa-racquet:before {

  content: "\f45a";

}

.fa-ramp-loading:before {

  content: "\f4d4";

}

.fa-random:before {

  content: "\f074";

}

.fa-ravelry:before {

  content: "\f2d9";

}

.fa-react:before {

  content: "\f41b";

}

.fa-readme:before {

  content: "\f4d5";

}

.fa-rebel:before {

  content: "\f1d0";

}

.fa-receipt:before {

  content: "\f543";

}

.fa-rectangle-landscape:before {

  content: "\f2fa";

}

.fa-rectangle-portrait:before {

  content: "\f2fb";

}

.fa-rectangle-wide:before {

  content: "\f2fc";

}

.fa-recycle:before {

  content: "\f1b8";

}

.fa-red-river:before {

  content: "\f3e3";

}

.fa-reddit:before {

  content: "\f1a1";

}

.fa-reddit-alien:before {

  content: "\f281";

}

.fa-reddit-square:before {

  content: "\f1a2";

}

.fa-redo:before {

  content: "\f01e";

}

.fa-redo-alt:before {

  content: "\f2f9";

}

.fa-registered:before {

  content: "\f25d";

}

.fa-rendact:before {

  content: "\f3e4";

}

.fa-renren:before {

  content: "\f18b";

}

.fa-repeat:before {

  content: "\f363";

}

.fa-repeat-1:before {

  content: "\f365";

}

.fa-repeat-1-alt:before {

  content: "\f366";

}

.fa-repeat-alt:before {

  content: "\f364";

}

.fa-reply:before {

  content: "\f3e5";

}

.fa-reply-all:before {

  content: "\f122";

}

.fa-replyd:before {

  content: "\f3e6";

}

.fa-researchgate:before {

  content: "\f4f8";

}

.fa-resolving:before {

  content: "\f3e7";

}

.fa-retweet:before {

  content: "\f079";

}

.fa-retweet-alt:before {

  content: "\f361";

}

.fa-rev:before {

  content: "\f5b2";

}

.fa-ribbon:before {

  content: "\f4d6";

}

.fa-road:before {

  content: "\f018";

}

.fa-robot:before {

  content: "\f544";

}

.fa-rocket:before {

  content: "\f135";

}

.fa-rocketchat:before {

  content: "\f3e8";

}

.fa-rockrms:before {

  content: "\f3e9";

}

.fa-route:before {

  content: "\f4d7";

}

.fa-route-highway:before {

  content: "\f61a";

}

.fa-route-interstate:before {

  content: "\f61b";

}

.fa-rss:before {

  content: "\f09e";

}

.fa-rss-square:before {

  content: "\f143";

}

.fa-ruble-sign:before {

  content: "\f158";

}

.fa-ruler:before {

  content: "\f545";

}

.fa-ruler-combined:before {

  content: "\f546";

}

.fa-ruler-horizontal:before {

  content: "\f547";

}

.fa-ruler-triangle:before {

  content: "\f61c";

}

.fa-ruler-vertical:before {

  content: "\f548";

}

.fa-rupee-sign:before {

  content: "\f156";

}

.fa-sad-cry:before {

  content: "\f5b3";

}

.fa-sad-tear:before {

  content: "\f5b4";

}

.fa-safari:before {

  content: "\f267";

}

.fa-sass:before {

  content: "\f41e";

}

.fa-save:before {

  content: "\f0c7";

}

.fa-scalpel:before {

  content: "\f61d";

}

.fa-scalpel-path:before {

  content: "\f61e";

}

.fa-scanner:before {

  content: "\f488";

}

.fa-scanner-keyboard:before {

  content: "\f489";

}

.fa-scanner-touchscreen:before {

  content: "\f48a";

}

.fa-schlix:before {

  content: "\f3ea";

}

.fa-school:before {

  content: "\f549";

}

.fa-screwdriver:before {

  content: "\f54a";

}

.fa-scribd:before {

  content: "\f28a";

}

.fa-scrubber:before {

  content: "\f2f8";

}

.fa-search:before {

  content: "\f002";

}

.fa-search-dollar:before {

  content: "\f688";

}

.fa-search-location:before {

  content: "\f689";

}

.fa-search-minus:before {

  content: "\f010";

}

.fa-search-plus:before {

  content: "\f00e";

}

.fa-searchengin:before {

  content: "\f3eb";

}

.fa-seedling:before {

  content: "\f4d8";

}

.fa-sellcast:before {

  content: "\f2da";

}

.fa-sellsy:before {

  content: "\f213";

}

.fa-server:before {

  content: "\f233";

}

.fa-servicestack:before {

  content: "\f3ec";

}

.fa-shapes:before {

  content: "\f61f";

}

.fa-share:before {

  content: "\f064";

}

.fa-share-all:before {

  content: "\f367";

}

.fa-share-alt:before {

  content: "\f1e0";

}

.fa-share-alt-square:before {

  content: "\f1e1";

}

.fa-share-square:before {

  content: "\f14d";

}

.fa-shekel-sign:before {

  content: "\f20b";

}

.fa-shield:before {

  content: "\f132";

}

.fa-shield-alt:before {

  content: "\f3ed";

}

.fa-shield-check:before {

  content: "\f2f7";

}

.fa-ship:before {

  content: "\f21a";

}

.fa-shipping-fast:before {

  content: "\f48b";

}

.fa-shipping-timed:before {

  content: "\f48c";

}

.fa-shirtsinbulk:before {

  content: "\f214";

}

.fa-shoe-prints:before {

  content: "\f54b";

}

.fa-shopping-bag:before {

  content: "\f290";

}

.fa-shopping-basket:before {

  content: "\f291";

}

.fa-shopping-cart:before {

  content: "\f07a";

}

.fa-shopware:before {

  content: "\f5b5";

}

.fa-shower:before {

  content: "\f2cc";

}

.fa-shredder:before {

  content: "\f68a";

}

.fa-shuttle-van:before {

  content: "\f5b6";

}

.fa-shuttlecock:before {

  content: "\f45b";

}

.fa-sigma:before {

  content: "\f68b";

}

.fa-sign:before {

  content: "\f4d9";

}

.fa-sign-in:before {

  content: "\f090";

}

.fa-sign-in-alt:before {

  content: "\f2f6";

}

.fa-sign-language:before {

  content: "\f2a7";

}

.fa-sign-out:before {

  content: "\f08b";

}

.fa-sign-out-alt:before {

  content: "\f2f5";

}

.fa-signal:before {

  content: "\f012";

}

.fa-signal-1:before {

  content: "\f68c";

}

.fa-signal-2:before {

  content: "\f68d";

}

.fa-signal-3:before {

  content: "\f68e";

}

.fa-signal-4:before {

  content: "\f68f";

}

.fa-signal-alt:before {

  content: "\f690";

}

.fa-signal-alt-1:before {

  content: "\f691";

}

.fa-signal-alt-2:before {

  content: "\f692";

}

.fa-signal-alt-3:before {

  content: "\f693";

}

.fa-signal-alt-slash:before {

  content: "\f694";

}

.fa-signal-slash:before {

  content: "\f695";

}

.fa-signature:before {

  content: "\f5b7";

}

.fa-simplybuilt:before {

  content: "\f215";

}

.fa-sistrix:before {

  content: "\f3ee";

}

.fa-sitemap:before {

  content: "\f0e8";

}

.fa-sith:before {

  content: "\f512";

}

.fa-skeleton:before {

  content: "\f620";

}

.fa-skull:before {

  content: "\f54c";

}

.fa-skyatlas:before {

  content: "\f216";

}

.fa-skype:before {

  content: "\f17e";

}

.fa-slack:before {

  content: "\f198";

}

.fa-slack-hash:before {

  content: "\f3ef";

}

.fa-sliders-h:before {

  content: "\f1de";

}

.fa-sliders-h-square:before {

  content: "\f3f0";

}

.fa-sliders-v:before {

  content: "\f3f1";

}

.fa-sliders-v-square:before {

  content: "\f3f2";

}

.fa-slideshare:before {

  content: "\f1e7";

}

.fa-smile:before {

  content: "\f118";

}

.fa-smile-beam:before {

  content: "\f5b8";

}

.fa-smile-plus:before {

  content: "\f5b9";

}

.fa-smile-wink:before {

  content: "\f4da";

}

.fa-smoking:before {

  content: "\f48d";

}

.fa-smoking-ban:before {

  content: "\f54d";

}

.fa-snapchat:before {

  content: "\f2ab";

}

.fa-snapchat-ghost:before {

  content: "\f2ac";

}

.fa-snapchat-square:before {

  content: "\f2ad";

}

.fa-snowflake:before {

  content: "\f2dc";

}

.fa-socks:before {

  content: "\f696";

}

.fa-solar-panel:before {

  content: "\f5ba";

}

.fa-sort:before {

  content: "\f0dc";

}

.fa-sort-alpha-down:before {

  content: "\f15d";

}

.fa-sort-alpha-up:before {

  content: "\f15e";

}

.fa-sort-amount-down:before {

  content: "\f160";

}

.fa-sort-amount-up:before {

  content: "\f161";

}

.fa-sort-down:before {

  content: "\f0dd";

}

.fa-sort-numeric-down:before {

  content: "\f162";

}

.fa-sort-numeric-up:before {

  content: "\f163";

}

.fa-sort-up:before {

  content: "\f0de";

}

.fa-soundcloud:before {

  content: "\f1be";

}

.fa-spa:before {

  content: "\f5bb";

}

.fa-space-shuttle:before {

  content: "\f197";

}

.fa-spade:before {

  content: "\f2f4";

}

.fa-speakap:before {

  content: "\f3f3";

}

.fa-spinner:before {

  content: "\f110";

}

.fa-spinner-third:before {

  content: "\f3f4";

}

.fa-splotch:before {

  content: "\f5bc";

}

.fa-spotify:before {

  content: "\f1bc";

}

.fa-spray-can:before {

  content: "\f5bd";

}

.fa-square:before {

  content: "\f0c8";

}

.fa-square-full:before {

  content: "\f45c";

}

.fa-square-root:before {

  content: "\f697";

}

.fa-square-root-alt:before {

  content: "\f698";

}

.fa-squarespace:before {

  content: "\f5be";

}

.fa-stack-exchange:before {

  content: "\f18d";

}

.fa-stack-overflow:before {

  content: "\f16c";

}

.fa-stamp:before {

  content: "\f5bf";

}

.fa-star:before {

  content: "\f005";

}

.fa-star-and-crescent:before {

  content: "\f699";

}

.fa-star-exclamation:before {

  content: "\f2f3";

}

.fa-star-half:before {

  content: "\f089";

}

.fa-star-half-alt:before {

  content: "\f5c0";

}

.fa-star-of-david:before {

  content: "\f69a";

}

.fa-star-of-life:before {

  content: "\f621";

}

.fa-staylinked:before {

  content: "\f3f5";

}

.fa-steam:before {

  content: "\f1b6";

}

.fa-steam-square:before {

  content: "\f1b7";

}

.fa-steam-symbol:before {

  content: "\f3f6";

}

.fa-steering-wheel:before {

  content: "\f622";

}

.fa-step-backward:before {

  content: "\f048";

}

.fa-step-forward:before {

  content: "\f051";

}

.fa-stethoscope:before {

  content: "\f0f1";

}

.fa-sticker-mule:before {

  content: "\f3f7";

}

.fa-sticky-note:before {

  content: "\f249";

}

.fa-stomach:before {

  content: "\f623";

}

.fa-stop:before {

  content: "\f04d";

}

.fa-stop-circle:before {

  content: "\f28d";

}

.fa-stopwatch:before {

  content: "\f2f2";

}

.fa-store:before {

  content: "\f54e";

}

.fa-store-alt:before {

  content: "\f54f";

}

.fa-strava:before {

  content: "\f428";

}

.fa-stream:before {

  content: "\f550";

}

.fa-street-view:before {

  content: "\f21d";

}

.fa-strikethrough:before {

  content: "\f0cc";

}

.fa-stripe:before {

  content: "\f429";

}

.fa-stripe-s:before {

  content: "\f42a";

}

.fa-stroopwafel:before {

  content: "\f551";

}

.fa-studiovinari:before {

  content: "\f3f8";

}

.fa-stumbleupon:before {

  content: "\f1a4";

}

.fa-stumbleupon-circle:before {

  content: "\f1a3";

}

.fa-subscript:before {

  content: "\f12c";

}

.fa-subway:before {

  content: "\f239";

}

.fa-suitcase:before {

  content: "\f0f2";

}

.fa-suitcase-rolling:before {

  content: "\f5c1";

}

.fa-sun:before {

  content: "\f185";

}

.fa-superpowers:before {

  content: "\f2dd";

}

.fa-superscript:before {

  content: "\f12b";

}

.fa-supple:before {

  content: "\f3f9";

}

.fa-surprise:before {

  content: "\f5c2";

}

.fa-swatchbook:before {

  content: "\f5c3";

}

.fa-swimmer:before {

  content: "\f5c4";

}

.fa-swimming-pool:before {

  content: "\f5c5";

}

.fa-synagogue:before {

  content: "\f69b";

}

.fa-sync:before {

  content: "\f021";

}

.fa-sync-alt:before {

  content: "\f2f1";

}

.fa-syringe:before {

  content: "\f48e";

}

.fa-table:before {

  content: "\f0ce";

}

.fa-table-tennis:before {

  content: "\f45d";

}

.fa-tablet:before {

  content: "\f10a";

}

.fa-tablet-alt:before {

  content: "\f3fa";

}

.fa-tablet-android:before {

  content: "\f3fb";

}

.fa-tablet-android-alt:before {

  content: "\f3fc";

}

.fa-tablet-rugged:before {

  content: "\f48f";

}

.fa-tablets:before {

  content: "\f490";

}

.fa-tachometer:before {

  content: "\f0e4";

}

.fa-tachometer-alt:before {

  content: "\f3fd";

}

.fa-tachometer-alt-average:before {

  content: "\f624";

}

.fa-tachometer-alt-fast:before {

  content: "\f625";

}

.fa-tachometer-alt-fastest:before {

  content: "\f626";

}

.fa-tachometer-alt-slow:before {

  content: "\f627";

}

.fa-tachometer-alt-slowest:before {

  content: "\f628";

}

.fa-tachometer-average:before {

  content: "\f629";

}

.fa-tachometer-fast:before {

  content: "\f62a";

}

.fa-tachometer-fastest:before {

  content: "\f62b";

}

.fa-tachometer-slow:before {

  content: "\f62c";

}

.fa-tachometer-slowest:before {

  content: "\f62d";

}

.fa-tag:before {

  content: "\f02b";

}

.fa-tags:before {

  content: "\f02c";

}

.fa-tally:before {

  content: "\f69c";

}

.fa-tape:before {

  content: "\f4db";

}

.fa-tasks:before {

  content: "\f0ae";

}

.fa-taxi:before {

  content: "\f1ba";

}

.fa-teamspeak:before {

  content: "\f4f9";

}

.fa-teeth:before {

  content: "\f62e";

}

.fa-teeth-open:before {

  content: "\f62f";

}

.fa-telegram:before {

  content: "\f2c6";

}

.fa-telegram-plane:before {

  content: "\f3fe";

}

.fa-tencent-weibo:before {

  content: "\f1d5";

}

.fa-tennis-ball:before {

  content: "\f45e";

}

.fa-terminal:before {

  content: "\f120";

}

.fa-text-height:before {

  content: "\f034";

}

.fa-text-width:before {

  content: "\f035";

}

.fa-th:before {

  content: "\f00a";

}

.fa-th-large:before {

  content: "\f009";

}

.fa-th-list:before {

  content: "\f00b";

}

.fa-the-red-yeti:before {

  content: "\f69d";

}

.fa-theater-masks:before {

  content: "\f630";

}

.fa-themeco:before {

  content: "\f5c6";

}

.fa-themeisle:before {

  content: "\f2b2";

}

.fa-thermometer:before {

  content: "\f491";

}

.fa-thermometer-empty:before {

  content: "\f2cb";

}

.fa-thermometer-full:before {

  content: "\f2c7";

}

.fa-thermometer-half:before {

  content: "\f2c9";

}

.fa-thermometer-quarter:before {

  content: "\f2ca";

}

.fa-thermometer-three-quarters:before {

  content: "\f2c8";

}

.fa-theta:before {

  content: "\f69e";

}

.fa-thumbs-down:before {

  content: "\f165";

}

.fa-thumbs-up:before {

  content: "\f164";

}

.fa-thumbtack:before {

  content: "\f08d";

}

.fa-ticket:before {

  content: "\f145";

}

.fa-ticket-alt:before {

  content: "\f3ff";

}

.fa-tilde:before {

  content: "\f69f";

}

.fa-times:before {

  content: "\f00d";

}

.fa-times-circle:before {

  content: "\f057";

}

.fa-times-hexagon:before {

  content: "\f2ee";

}

.fa-times-octagon:before {

  content: "\f2f0";

}

.fa-times-square:before {

  content: "\f2d3";

}

.fa-tint:before {

  content: "\f043";

}

.fa-tint-slash:before {

  content: "\f5c7";

}

.fa-tire:before {

  content: "\f631";

}

.fa-tire-flat:before {

  content: "\f632";

}

.fa-tire-pressure-warning:before {

  content: "\f633";

}

.fa-tire-rugged:before {

  content: "\f634";

}

.fa-tired:before {

  content: "\f5c8";

}

.fa-toggle-off:before {

  content: "\f204";

}

.fa-toggle-on:before {

  content: "\f205";

}

.fa-toolbox:before {

  content: "\f552";

}

.fa-tooth:before {

  content: "\f5c9";

}

.fa-toothbrush:before {

  content: "\f635";

}

.fa-torah:before {

  content: "\f6a0";

}

.fa-torii-gate:before {

  content: "\f6a1";

}

.fa-trade-federation:before {

  content: "\f513";

}

.fa-trademark:before {

  content: "\f25c";

}

.fa-traffic-cone:before {

  content: "\f636";

}

.fa-traffic-light:before {

  content: "\f637";

}

.fa-traffic-light-go:before {

  content: "\f638";

}

.fa-traffic-light-slow:before {

  content: "\f639";

}

.fa-traffic-light-stop:before {

  content: "\f63a";

}

.fa-train:before {

  content: "\f238";

}

.fa-transgender:before {

  content: "\f224";

}

.fa-transgender-alt:before {

  content: "\f225";

}

.fa-trash:before {

  content: "\f1f8";

}

.fa-trash-alt:before {

  content: "\f2ed";

}

.fa-tree:before {

  content: "\f1bb";

}

.fa-tree-alt:before {

  content: "\f400";

}

.fa-trello:before {

  content: "\f181";

}

.fa-triangle:before {

  content: "\f2ec";

}

.fa-tripadvisor:before {

  content: "\f262";

}

.fa-trophy:before {

  content: "\f091";

}

.fa-trophy-alt:before {

  content: "\f2eb";

}

.fa-truck:before {

  content: "\f0d1";

}

.fa-truck-container:before {

  content: "\f4dc";

}

.fa-truck-couch:before {

  content: "\f4dd";

}

.fa-truck-loading:before {

  content: "\f4de";

}

.fa-truck-monster:before {

  content: "\f63b";

}

.fa-truck-moving:before {

  content: "\f4df";

}

.fa-truck-pickup:before {

  content: "\f63c";

}

.fa-truck-ramp:before {

  content: "\f4e0";

}

.fa-tshirt:before {

  content: "\f553";

}

.fa-tty:before {

  content: "\f1e4";

}

.fa-tumblr:before {

  content: "\f173";

}

.fa-tumblr-square:before {

  content: "\f174";

}

.fa-tv:before {

  content: "\f26c";

}

.fa-tv-retro:before {

  content: "\f401";

}

.fa-twitch:before {

  content: "\f1e8";

}

.fa-twitter:before {

  content: "\f099";

}

.fa-twitter-square:before {

  content: "\f081";

}

.fa-typo3:before {

  content: "\f42b";

}

.fa-uber:before {

  content: "\f402";

}

.fa-uikit:before {

  content: "\f403";

}

.fa-umbrella:before {

  content: "\f0e9";

}

.fa-umbrella-beach:before {

  content: "\f5ca";

}

.fa-underline:before {

  content: "\f0cd";

}

.fa-undo:before {

  content: "\f0e2";

}

.fa-undo-alt:before {

  content: "\f2ea";

}

.fa-union:before {

  content: "\f6a2";

}

.fa-uniregistry:before {

  content: "\f404";

}

.fa-universal-access:before {

  content: "\f29a";

}

.fa-university:before {

  content: "\f19c";

}

.fa-unlink:before {

  content: "\f127";

}

.fa-unlock:before {

  content: "\f09c";

}

.fa-unlock-alt:before {

  content: "\f13e";

}

.fa-untappd:before {

  content: "\f405";

}

.fa-upload:before {

  content: "\f093";

}

.fa-usb:before {

  content: "\f287";

}

.fa-usd-circle:before {

  content: "\f2e8";

}

.fa-usd-square:before {

  content: "\f2e9";

}

.fa-user:before {

  content: "\f007";

}

.fa-user-alt:before {

  content: "\f406";

}

.fa-user-alt-slash:before {

  content: "\f4fa";

}

.fa-user-astronaut:before {

  content: "\f4fb";

}

.fa-user-chart:before {

  content: "\f6a3";

}

.fa-user-check:before {

  content: "\f4fc";

}

.fa-user-circle:before {

  content: "\f2bd";

}

.fa-user-clock:before {

  content: "\f4fd";

}

.fa-user-cog:before {

  content: "\f4fe";

}

.fa-user-crown:before {

  content: "\f6a4";

}

.fa-user-edit:before {

  content: "\f4ff";

}

.fa-user-friends:before {

  content: "\f500";

}

.fa-user-graduate:before {

  content: "\f501";

}

.fa-user-lock:before {

  content: "\f502";

}

.fa-user-md:before {

  content: "\f0f0";

}

.fa-user-minus:before {

  content: "\f503";

}

.fa-user-ninja:before {

  content: "\f504";

}

.fa-user-plus:before {

  content: "\f234";

}

.fa-user-secret:before {

  content: "\f21b";

}

.fa-user-shield:before {

  content: "\f505";

}

.fa-user-slash:before {

  content: "\f506";

}

.fa-user-tag:before {

  content: "\f507";

}

.fa-user-tie:before {

  content: "\f508";

}

.fa-user-times:before {

  content: "\f235";

}

.fa-users:before {

  content: "\f0c0";

}

.fa-users-class:before {

  content: "\f63d";

}

.fa-users-cog:before {

  content: "\f509";

}

.fa-users-crown:before {

  content: "\f6a5";

}

.fa-ussunnah:before {

  content: "\f407";

}

.fa-utensil-fork:before {

  content: "\f2e3";

}

.fa-utensil-knife:before {

  content: "\f2e4";

}

.fa-utensil-spoon:before {

  content: "\f2e5";

}

.fa-utensils:before {

  content: "\f2e7";

}

.fa-utensils-alt:before {

  content: "\f2e6";

}

.fa-vaadin:before {

  content: "\f408";

}

.fa-value-absolute:before {

  content: "\f6a6";

}

.fa-vector-square:before {

  content: "\f5cb";

}

.fa-venus:before {

  content: "\f221";

}

.fa-venus-double:before {

  content: "\f226";

}

.fa-venus-mars:before {

  content: "\f228";

}

.fa-viacoin:before {

  content: "\f237";

}

.fa-viadeo:before {

  content: "\f2a9";

}

.fa-viadeo-square:before {

  content: "\f2aa";

}

.fa-vial:before {

  content: "\f492";

}

.fa-vials:before {

  content: "\f493";

}

.fa-viber:before {

  content: "\f409";

}

.fa-video:before {

  content: "\f03d";

}

.fa-video-plus:before {

  content: "\f4e1";

}

.fa-video-slash:before {

  content: "\f4e2";

}

.fa-vihara:before {

  content: "\f6a7";

}

.fa-vimeo:before {

  content: "\f40a";

}

.fa-vimeo-square:before {

  content: "\f194";

}

.fa-vimeo-v:before {

  content: "\f27d";

}

.fa-vine:before {

  content: "\f1ca";

}

.fa-vk:before {

  content: "\f189";

}

.fa-vnv:before {

  content: "\f40b";

}

.fa-volleyball-ball:before {

  content: "\f45f";

}

.fa-volume:before {

  content: "\f6a8";

}

.fa-volume-down:before {

  content: "\f027";

}

.fa-volume-mute:before {

  content: "\f6a9";

}

.fa-volume-off:before {

  content: "\f026";

}

.fa-volume-slash:before {

  content: "\f2e2";

}

.fa-volume-up:before {

  content: "\f028";

}

.fa-vuejs:before {

  content: "\f41f";

}

.fa-walking:before {

  content: "\f554";

}

.fa-wallet:before {

  content: "\f555";

}

.fa-warehouse:before {

  content: "\f494";

}

.fa-warehouse-alt:before {

  content: "\f495";

}

.fa-watch:before {

  content: "\f2e1";

}

.fa-watch-fitness:before {

  content: "\f63e";

}

.fa-weebly:before {

  content: "\f5cc";

}

.fa-weibo:before {

  content: "\f18a";

}

.fa-weight:before {

  content: "\f496";

}

.fa-weight-hanging:before {

  content: "\f5cd";

}

.fa-weixin:before {

  content: "\f1d7";

}

.fa-whatsapp:before {

  content: "\f232";

}

.fa-whatsapp-square:before {

  content: "\f40c";

}

.fa-wheelchair:before {

  content: "\f193";

}

.fa-whistle:before {

  content: "\f460";

}

.fa-whmcs:before {

  content: "\f40d";

}

.fa-wifi:before {

  content: "\f1eb";

}

.fa-wifi-1:before {

  content: "\f6aa";

}

.fa-wifi-2:before {

  content: "\f6ab";

}

.fa-wifi-slash:before {

  content: "\f6ac";

}

.fa-wikipedia-w:before {

  content: "\f266";

}

.fa-window:before {

  content: "\f40e";

}

.fa-window-alt:before {

  content: "\f40f";

}

.fa-window-close:before {

  content: "\f410";

}

.fa-window-maximize:before {

  content: "\f2d0";

}

.fa-window-minimize:before {

  content: "\f2d1";

}

.fa-window-restore:before {

  content: "\f2d2";

}

.fa-windows:before {

  content: "\f17a";

}

.fa-wine-glass:before {

  content: "\f4e3";

}

.fa-wine-glass-alt:before {

  content: "\f5ce";

}

.fa-wix:before {

  content: "\f5cf";

}

.fa-wolf-pack-battalion:before {

  content: "\f514";

}

.fa-won-sign:before {

  content: "\f159";

}

.fa-wordpress:before {

  content: "\f19a";

}

.fa-wordpress-simple:before {

  content: "\f411";

}

.fa-wpbeginner:before {

  content: "\f297";

}

.fa-wpexplorer:before {

  content: "\f2de";

}

.fa-wpforms:before {

  content: "\f298";

}

.fa-wrench:before {

  content: "\f0ad";

}

.fa-x-ray:before {

  content: "\f497";

}

.fa-xbox:before {

  content: "\f412";

}

.fa-xing:before {

  content: "\f168";

}

.fa-xing-square:before {

  content: "\f169";

}

.fa-y-combinator:before {

  content: "\f23b";

}

.fa-yahoo:before {

  content: "\f19e";

}

.fa-yandex:before {

  content: "\f413";

}

.fa-yandex-international:before {

  content: "\f414";

}

.fa-yelp:before {

  content: "\f1e9";

}

.fa-yen-sign:before {

  content: "\f157";

}

.fa-yin-yang:before {

  content: "\f6ad";

}

.fa-yoast:before {

  content: "\f2b1";

}

.fa-youtube:before {

  content: "\f167";

}

.fa-youtube-square:before {

  content: "\f431";

}

.fa-zhihu:before {

  content: "\f63f";

}

.sr-only {

  border: 0;

  clip: rect(0, 0, 0, 0);

  height: 1px;

  margin: -1px;

  overflow: hidden;

  padding: 0;

  position: absolute;

  width: 1px;

}

.sr-only-focusable:active,

.sr-only-focusable:focus {

  clip: auto;

  height: auto;

  margin: 0;

  overflow: visible;

  position: static;

  width: auto;

}

/*!

 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com

 * License - https://fontawesome.com/license (Commercial License)

 */

@font-face {

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  font-weight: 900;

  src: url('../fonts/fa-solid-900.eot');

  src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
font-display: swap; 
}

.fa,

.fas {

  font-family: 'Font Awesome 5 Pro';

  font-weight: 900;

}

/*!

 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com

 * License - https://fontawesome.com/license (Commercial License)

 */

@font-face {

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/fa-regular-400.eot');

  src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg#fontawesome') format('svg');
font-display: swap;
}

.far {

  font-family: 'Font Awesome 5 Pro';

  font-weight: 400;

}

/*!

 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com

 * License - https://fontawesome.com/license (Commercial License)

 */

@font-face {

  font-family: 'Font Awesome 5 Pro';

  font-style: normal;

  font-weight: 300;

  src: url('../fonts/fa-light-300.eot');

  src: url('../fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.svg#fontawesome') format('svg');
font-display: swap;
}

.fal {

  font-family: 'Font Awesome 5 Pro';

  font-weight: 300;

}

/* Slider */

.slick-slider {

  position: relative;

  display: block;

  box-sizing: border-box;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -ms-touch-action: pan-y;

  touch-action: pan-y;

  -webkit-tap-highlight-color: transparent;

}

.slick-list {

  position: relative;

  overflow: hidden;

  display: block;

  margin: 0;

  padding: 0;

}

.slick-list:focus {

  outline: none;

}

.slick-list.dragging {

  cursor: pointer;

  cursor: hand;

}

.slick-slider .slick-track,

.slick-slider .slick-list {

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

  left: 0;

  top: 0;

  display: block;

  margin-left: auto;

  margin-right: auto;

}

.slick-track:before,

.slick-track:after {

  content: "";

  display: table;

}

.slick-track:after {

  clear: both;

}

.slick-loading .slick-track {

  visibility: hidden;

}

.slick-slide {

  float: left;

  height: 100%;

  min-height: 1px;

  display: none;

}

[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;

}

/* Slider */

.slick-loading .slick-list {

  background: #ffffff url('../img/ajax-loader.gif') center center no-repeat;

}

/* Arrows */

.slick-prev,

.slick-next {

  position: absolute;

  display: block;

  height: 20px;

  width: 20px;

  line-height: 0px;

  font-size: 0px;

  cursor: pointer;

  background: transparent;

  color: transparent;

  top: 50%;

  -webkit-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  transform: translate(0, -50%);

  padding: 0;

  border: none;

  outline: none;

}

.slick-prev:hover,

.slick-next:hover,

.slick-prev:focus,

.slick-next:focus {

  outline: none;

  background: transparent;

  color: transparent;

}

.slick-prev:hover:before,

.slick-next:hover:before,

.slick-prev:focus:before,

.slick-next:focus:before {

  opacity: 1;

}

.slick-prev.slick-disabled:before,

.slick-next.slick-disabled:before {

  opacity: 0.25;

}

.slick-prev:before,

.slick-next:before {

  font-family: "slick";

  font-size: 20px;

  line-height: 1;

  color: #ffffff;

  opacity: 0.75;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  /* Icons */

}

@font-face {

  font-family: 'slick';

  font-weight: normal;

  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');
font-display: swap;
}

.slick-prev {

  left: -25px;

}

[dir="rtl"] .slick-prev {

  left: auto;

  right: -25px;

}

.slick-prev:before {

  content: "←";

}

[dir="rtl"] .slick-prev:before {

  content: "→";

}

.slick-next {

  right: -25px;

}

[dir="rtl"] .slick-next {

  left: -25px;

  right: auto;

}

.slick-next:before {

  content: "→";

}

[dir="rtl"] .slick-next:before {

  content: "←";

}

/* Dots */

.slick-dotted .slick-slider {

  margin-bottom: 30px;

}

.slick-dots {

  position: absolute;

  bottom: -25px;

  list-style: none;

  display: block;

  text-align: center;

  padding: 0;

  margin: 0;

  width: 100%;

}

.slick-dots li {

  position: relative;

  display: inline-block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  padding: 0;

  cursor: pointer;

}

.slick-dots li button {

  border: 0;

  background: transparent;

  display: block;

  height: 20px;

  width: 20px;

  outline: none;

  line-height: 0px;

  font-size: 0px;

  color: transparent;

  padding: 5px;

  cursor: pointer;

}

.slick-dots li button:hover,

.slick-dots li button:focus {

  outline: none;

}

.slick-dots li button:hover:before,

.slick-dots li button:focus:before {

  opacity: 1;

}

.slick-dots li button:before {

  position: absolute;

  top: 0;

  left: 0;

  content: "•";

  width: 20px;

  height: 20px;

  font-family: "slick";

  font-size: 6px;

  line-height: 20px;

  text-align: center;

  color: #000000;

  opacity: 0.25;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.slick-dots li.slick-active button:before {

  color: #000000;

  opacity: 0.75;

}

/**

 * Lightcase - jQuery Plugin

 * The smart and flexible Lightbox Plugin.

 *

 * @author		Cornel Boppart <cornel@bopp-art.com>

 * @copyright	Author

 *

 * @version		2.5.0 (11/03/2018)

 */

/**

 * Lightcase settings

 *

 * Note: Override default settings for your project without touching this source code by simply

 * defining those variables within a SASS map called '$lightcase-custom'.

 *

 * // Example usage

 * $lightcase-custom: (

 *   'breakpoint': 768px

 * );

 */

@font-face {

  font-family: 'lightcase';

  src: url("../fonts/lightcase.eot?55356177");

  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");

  font-weight: normal;

  font-style: normal;
font-display: swap
}

/* line 12, ../scss/components/fonts/_font-lightcase.scss */

[class*='lightcase-icon-']:before {

  font-family: 'lightcase', sans-serif;

  font-style: normal;

  font-weight: normal;

  speak: none;

  display: inline-block;

  text-decoration: inherit;

  width: 1em;

  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/

  font-variant: normal;

  text-transform: none;

  /* fix buttons height, for twitter bootstrap */

  line-height: 1em;

  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}

/* Codes */

/* line 35, ../scss/components/fonts/_font-lightcase.scss */

.lightcase-icon-play:before {

  content: '\e800';

}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */

.lightcase-icon-pause:before {

  content: '\e801';

}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */

.lightcase-icon-close:before {

  content: '\e802';

}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */

.lightcase-icon-prev:before {

  content: '\e803';

}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */

.lightcase-icon-next:before {

  content: '\e804';

}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */

.lightcase-icon-spin:before {

  content: '\e805';

}

/**

 * Mixin providing icon defaults to be used on top of font-lightcase.

 *

 * Example usage:

 * @include icon(#e9e9e9)

 */

/**

 * Mixin providing icon defaults including a hover status to be used

 * on top of font-lightcase.

 *

 * Example usage:

 * @include icon-hover(#e9e9e9, #fff)

 */

/**

 * Provides natural content overflow behavior and scrolling support

 * even so for touch devices.

 *

 * Example usage:

 * @include overflow()

 */

/**

 * Neutralizes/resets dimensions including width, height, position as well as margins,

 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!

 *

 * Example usage:

 * @include clear(true)

 *

 * @param boolean $important

 */

@-webkit-keyframes lightcase-spin {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    -moz-transform: rotate(359deg);

    -o-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}

@-moz-keyframes lightcase-spin {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    -moz-transform: rotate(359deg);

    -o-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}

@-o-keyframes lightcase-spin {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    -moz-transform: rotate(359deg);

    -o-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}

@-ms-keyframes lightcase-spin {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    -moz-transform: rotate(359deg);

    -o-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}

@keyframes lightcase-spin {

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    -moz-transform: rotate(359deg);

    -o-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}

/* line 1, ../scss/components/modules/_case.scss */

#lightcase-case {

  display: none;

  position: fixed;

  z-index: 2002;

  top: 50%;

  left: 50%;

  font-family: arial, sans-serif;

  font-size: 13px;

  line-height: 1.5;

  text-align: left;

  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

@media screen and (max-width: 640px) {

  /* line 16, ../scss/components/modules/_case.scss */

  html[data-lc-type=inline] #lightcase-case,

  html[data-lc-type=ajax] #lightcase-case {

    position: fixed !important;

    top: 0 !important;

    left: 0 !important;

    right: 0 !important;

    bottom: 0 !important;

    margin: 0 !important;

    padding: 55px 0 70px 0;

    width: 100% !important;

    height: 100% !important;

    overflow: auto !important;

  }

}

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

  /* line 4, ../scss/components/modules/_content.scss */

  html:not([data-lc-type=error]) #lightcase-content {

    position: relative;

    z-index: 1;

    text-shadow: none;

    background-color: #fff;

    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);

    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);

    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);

    -webkit-backface-visibility: hidden;

  }

}

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

  /* line 23, ../scss/components/modules/_content.scss */

  html[data-lc-type=image] #lightcase-content,

  html[data-lc-type=video] #lightcase-content {

    background-color: #333;

  }

}

/* line 31, ../scss/components/modules/_content.scss */

html[data-lc-type=inline] #lightcase-content,

html[data-lc-type=ajax] #lightcase-content,

html[data-lc-type=error] #lightcase-content {

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  -o-box-shadow: none;

  box-shadow: none;

}

@media screen and (max-width: 640px) {

  /* line 31, ../scss/components/modules/_content.scss */

  html[data-lc-type=inline] #lightcase-content,

  html[data-lc-type=ajax] #lightcase-content,

  html[data-lc-type=error] #lightcase-content {

    position: relative !important;

    top: auto !important;

    left: auto !important;

    width: auto !important;

    height: auto !important;

    margin: 0 !important;

    padding: 0 !important;

    border: none !important;

    background: none !important;

  }

}

/* line 43, ../scss/components/modules/_content.scss */

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,

html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,

html[data-lc-type=error] #lightcase-content .lightcase-contentInner {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  -o-box-sizing: border-box;

  box-sizing: border-box;

}

@media screen and (max-width: 640px) {

  /* line 43, ../scss/components/modules/_content.scss */

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,

  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,

  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {

    padding: 15px;

  }

  /* line 52, ../scss/components/modules/_content.scss */

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,

  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,

  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,

  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,

  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {

    width: 100% !important;

    max-width: none !important;

  }

  /* line 59, ../scss/components/modules/_content.scss */

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),

  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),

  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {

    height: auto !important;

    max-height: none !important;

  }

}

@media screen and (max-width: 640px) {

  /* line 70, ../scss/components/modules/_content.scss */

  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {

    overflow: auto;

    -webkit-overflow-scrolling: touch;

  }

}

@media screen and (max-width: 640px) and (min-width: 641px) {

  /* line 74, ../scss/components/modules/_content.scss */

  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,

  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {

    line-height: 0.75;

  }

}

/* line 82, ../scss/components/modules/_content.scss */

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {

  position: relative;

  overflow: hidden !important;

}

@media screen and (max-width: 640px) {

  /* line 91, ../scss/components/modules/_content.scss */

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,

  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,

  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {

    position: relative !important;

    top: auto !important;

    left: auto !important;

    width: auto !important;

    height: auto !important;

    margin: 0 !important;

    padding: 0 !important;

    border: none !important;

    background: none !important;

  }

}

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

  /* line 100, ../scss/components/modules/_content.scss */

  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {

    padding: 30px;

    overflow: auto;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

  }

}

@media screen and (max-width: 640px) {

  /* line 117, ../scss/components/modules/_content.scss */

  #lightcase-content h1,

  #lightcase-content h2,

  #lightcase-content h3,

  #lightcase-content h4,

  #lightcase-content h5,

  #lightcase-content h6,

  #lightcase-content p {

    color: #aaa;

  }

}

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

  /* line 117, ../scss/components/modules/_content.scss */

  #lightcase-content h1,

  #lightcase-content h2,

  #lightcase-content h3,

  #lightcase-content h4,

  #lightcase-content h5,

  #lightcase-content h6,

  #lightcase-content p {

    color: #333;

  }

}

/* line 3, ../scss/components/modules/_error.scss */

#lightcase-case p.lightcase-error {

  margin: 0;

  font-size: 17px;

  text-align: center;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  color: #aaa;

}

@media screen and (max-width: 640px) {

  /* line 3, ../scss/components/modules/_error.scss */

  #lightcase-case p.lightcase-error {

    padding: 30px 0;

  }

}

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

  /* line 3, ../scss/components/modules/_error.scss */

  #lightcase-case p.lightcase-error {

    padding: 0;

  }

}

/* line 4, ../scss/components/modules/_global.scss */

.lightcase-open body {

  overflow: hidden;

}

/* line 8, ../scss/components/modules/_global.scss */

.lightcase-isMobileDevice .lightcase-open body {

  max-width: 100%;

  max-height: 100%;

}

/* line 1, ../scss/components/modules/_info.scss */

#lightcase-info {

  position: absolute;

  padding-top: 15px;

}

/* line 9, ../scss/components/modules/_info.scss */

#lightcase-info #lightcase-title,

#lightcase-info #lightcase-caption {

  margin: 0;

  padding: 0;

  line-height: 1.5;

  font-weight: normal;

  text-overflow: ellipsis;

}

/* line 19, ../scss/components/modules/_info.scss */

#lightcase-info #lightcase-title {

  font-size: 17px;

  color: #aaa;

}

@media screen and (max-width: 640px) {

  /* line 19, ../scss/components/modules/_info.scss */

  #lightcase-info #lightcase-title {

    position: fixed;

    top: 10px;

    left: 0;

    max-width: 87.5%;

    padding: 5px 15px;

    background: #333;

  }

}

/* line 33, ../scss/components/modules/_info.scss */

#lightcase-info #lightcase-caption {

  clear: both;

  font-size: 13px;

  color: #aaa;

}

/* line 39, ../scss/components/modules/_info.scss */

#lightcase-info #lightcase-sequenceInfo {

  font-size: 11px;

  color: #aaa;

}

@media screen and (max-width: 640px) {

  /* line 45, ../scss/components/modules/_info.scss */

  .lightcase-fullScreenMode #lightcase-info {

    padding-left: 15px;

    padding-right: 15px;

  }

  /* line 51, ../scss/components/modules/_info.scss */

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {

    position: static;

  }

}

/* line 1, ../scss/components/modules/_loading.scss */

#lightcase-loading {

  z-index: 9999;

  width: 1.123em;

  height: auto;

  font-size: 38px;

  line-height: 1;

  text-align: center;

  text-shadow: none;

  position: fixed;

  z-index: 2001;

  top: 50%;

  left: 50%;

  margin-top: -0.5em;

  margin-left: -0.5em;

  opacity: 1;

  font-size: 32px;

  text-shadow: 0 0 15px #fff;

  -moz-transform-origin: 50% 53%;

  -webkit-animation: lightcase-spin 0.5s infinite linear;

  -moz-animation: lightcase-spin 0.5s infinite linear;

  -o-animation: lightcase-spin 0.5s infinite linear;

  animation: lightcase-spin 0.5s infinite linear;

}

/* line 20, ../scss/components/mixins/_presets.scss */

#lightcase-loading,

#lightcase-loading:focus {

  text-decoration: none;

  color: #fff;

  -webkit-tap-highlight-color: transparent;

  -webkit-transition: color, opacity, ease-in-out 0.25s;

  -moz-transition: color, opacity, ease-in-out 0.25s;

  -o-transition: color, opacity, ease-in-out 0.25s;

  transition: color, opacity, ease-in-out 0.25s;

}

/* line 32, ../scss/components/mixins/_presets.scss */

#lightcase-loading > span {

  display: inline-block;

  text-indent: -9999px;

}

/* line 2, ../scss/components/modules/_navigation.scss */

a[class*='lightcase-icon-'] {

  position: fixed;

  z-index: 9999;

  width: 1.123em;

  height: auto;

  font-size: 38px;

  line-height: 1;

  text-align: center;

  text-shadow: none;

  outline: none;

  cursor: pointer;

}

/* line 20, ../scss/components/mixins/_presets.scss */

a[class*='lightcase-icon-'],

a[class*='lightcase-icon-']:focus {

  text-decoration: none;

  color: rgba(255, 255, 255, 0.6);

  -webkit-tap-highlight-color: transparent;

  -webkit-transition: color, opacity, ease-in-out 0.25s;

  -moz-transition: color, opacity, ease-in-out 0.25s;

  -o-transition: color, opacity, ease-in-out 0.25s;

  transition: color, opacity, ease-in-out 0.25s;

}

/* line 32, ../scss/components/mixins/_presets.scss */

a[class*='lightcase-icon-'] > span {

  display: inline-block;

  text-indent: -9999px;

}

/* line 49, ../scss/components/mixins/_presets.scss */

a[class*='lightcase-icon-']:hover {

  color: white;

  text-shadow: 0 0 15px white;

}

/* line 10, ../scss/components/modules/_navigation.scss */

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {

  color: #aaa;

  text-shadow: none;

}

/* line 17, ../scss/components/modules/_navigation.scss */

a[class*='lightcase-icon-'].lightcase-icon-close {

  position: fixed;

  top: 15px;

  right: 15px;

  bottom: auto;

  margin: 0;

  opacity: 0;

  outline: none;

}

/* line 28, ../scss/components/modules/_navigation.scss */

a[class*='lightcase-icon-'].lightcase-icon-prev {

  left: 15px;

}

/* line 33, ../scss/components/modules/_navigation.scss */

a[class*='lightcase-icon-'].lightcase-icon-next {

  right: 15px;

}

/* line 38, ../scss/components/modules/_navigation.scss */

a[class*='lightcase-icon-'].lightcase-icon-pause,

a[class*='lightcase-icon-'].lightcase-icon-play {

  left: 50%;

  margin-left: -0.5em;

}

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

  /* line 38, ../scss/components/modules/_navigation.scss */

  a[class*='lightcase-icon-'].lightcase-icon-pause,

  a[class*='lightcase-icon-'].lightcase-icon-play {

    opacity: 0;

  }

}

@media screen and (max-width: 640px) {

  /* line 2, ../scss/components/modules/_navigation.scss */

  a[class*='lightcase-icon-'] {

    bottom: 15px;

    font-size: 24px;

  }

}

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

  /* line 2, ../scss/components/modules/_navigation.scss */

  a[class*='lightcase-icon-'] {

    bottom: 50%;

    margin-bottom: -0.5em;

  }

  /* line 57, ../scss/components/modules/_navigation.scss */

  a[class*='lightcase-icon-']:hover,

  #lightcase-case:hover ~ a[class*='lightcase-icon-'] {

    opacity: 1;

  }

}

/* line 1, ../scss/components/modules/_overlay.scss */

#lightcase-overlay {

  display: none;

  width: 100%;

  min-height: 100%;

  position: fixed;

  z-index: 2000;

  top: -9999px;

  bottom: -9999px;

  left: 0;

  background: #333;

}

@media screen and (max-width: 640px) {

  /* line 1, ../scss/components/modules/_overlay.scss */

  #lightcase-overlay {

    opacity: 1 !important;

  }

}

html,

body {

  overflow: hidden;

  width: 100%;

  height: 100%;

  position: relative;

  overflow-x: hidden;

  -webkit-overflow-scrolling: touch;

}

/*

GENERAL 

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

* {

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-smoothing: antialiased;

  text-rendering: optimizeLegibility;

}

.wrapper {

  width: 1400px;

  margin: 0 auto;

}

.inner-wrapper {

  width: 1100px;

  margin: 0 auto;

}

/*

SCROLL 

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

.video-parallax {

  display: block;

  backface-visibility: hidden;

  transform: translateZ(0px);

}

.desktop .sections-holder {

  position: fixed;

  top: 0;

  right: 0;

  left: 0;

  z-index: 2;

  width: 100%;

  height: auto;

  webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  will-change: transform;

}

.loading-holder {

  position: fixed;

  top: 0;

  left: 0;

  z-index: 9999;

  width: 100%;

  height: 100%;

  background: #0d0d0d;

}

.loading-holder .loader-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #0d0d0d;

}

.loading-holder .loader {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 30px;

}

.loading-holder .progress-notification {

  display: none;

}

.loading-holder .progress-bar {

  position: absolute;

  top: 0;

  width: 100%;

  height: 0;

}

.loading-holder .progress-loaded {

  position: relative;

  width: 0;

  height: 100%;

  padding-top: 3px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

.vs-scrollbar {

  position: absolute;

  display: block;

  z-index: 9997;

}

.vs-scrollbar.vs-vertical {

  top: 0px;

  right: 0;

  bottom: 0px;

  width: 30px;

  height: 100%;

  cursor: pointer;

}

.vs-scrollbar.vs-vertical:before {

  content: "";

  position: absolute;

  top: 12px;

  left: 12px;

  width: 6px;

  height: calc((100vh - 24px));

  border-radius: 10px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

.vs-scrollbar.vs-vertical:hover:before {

  background: rgba(127, 127, 127, 0.25);

}

.vs-scrollbar.vs-vertical:hover .vs-scrolldrag:before {

  background: rgba(127, 127, 127, 0.8);

}

.vs-scrollbar .vs-scrolldrag {

  width: 100%;

  height: auto;

  cursor: pointer;

  z-index: 9998;

}

.vs-scrollbar .vs-scrolldrag:before {

  content: "";

  position: absolute;

  top: 12px;

  left: 12px;

  width: 6px;

  height: calc((100% - 24px));

  border-radius: 10px;

  cursor: pointer;

  background: rgba(127, 127, 127, 0.4);

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

.vs-scrollbar .vs-scrolldrag:hover:before {

  background: #7f7f7f !important;

}

.scrolling > * {

  user-select: none;

  -moz-user-select: none;

  -webkit-user-select: none;

  -ms-user-select: none;

}

.is-dragging > * {

  user-select: none;

  -moz-user-select: none;

  -webkit-user-select: none;

  -ms-user-select: none;

}

/*

HEADER

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

.main-menu {

  margin: 0;

  padding: 0;

  list-style-type: none;

  zoom: 1;

}

.main-menu:before,

.main-menu:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

.main-menu:after {

  clear: both;

}

.main-menu li {

  position: relative;

  display: inline-block;

  vertical-align: middle;

  margin-right: 28px;

  font-size: 18px;

  line-height: 28px;

  font-weight: 500;

}

.main-menu li a {

  display: inline-block;

  color: #fff;

}

.main-menu li:last-child {

  margin-right: 0;

}

.main-menu li.menu-btn a {

  padding: 4px 26px;

  border: 2px solid rgba(255, 255, 255, 0.25);

  border-radius: 20px;

  text-transform: uppercase;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

.main-menu li.menu-btn a:hover {

  border-color: #fff;

}

.main-menu li.menu-btn:after {

  display: none;

}

.main-menu li.mobile-only {

  display: none;

}

.main-menu li.current-menu-item:after {

  width: 30px;

}

.main-menu li:after {

  content: '';

  position: absolute;

  left: 0;

  bottom: -12px;

  width: 0px;

  height: 2px;

  background-color: #fff;

  border-radius: 2px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

.main-menu li:hover:after {

  width: 30px;

}

.home .main-menu li a {

  color: #0d0d0d;

}

.home .main-menu li.menu-btn a {

  border-color: rgba(13, 13, 13, 0.25);

}

.home .main-menu li.menu-btn a:hover {

  border-color: #0d0d0d;

}

.home .main-menu li:after {

  background-color: #0d0d0d;

}

.home header {

  background-color: transparent;

}

.home header.sticky {

  padding: 10px 0;

  background-color: #fff;

}

.home header:before {

  display: none;

}

.home header .wrapper .sistem-menu li a {

  color: #0d0d0d;

}

.home header .wrapper .sistem-menu li.login a {

  background-color: #fff;

}

.home header .wrapper .sistem-menu li.login a:hover {

  background-color: rgba(255, 255, 255, 0.8);

}

.home footer .main-footer:after {

  display: none;

}

header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  padding: 38px 0;

  z-index: 100;

  background-color: #0d0d0d;

  -webkit-transition: all 250ms ease-in-out;

  -moz-transition: all 250ms ease-in-out;

  -o-transition: all 250ms ease-in-out;

  -ms-transition: all 250ms ease-in-out;

  transition: all 250ms ease-in-out;

}

header:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

header.sticky {

  padding: 14px 0 10px;

  background-color: #0d0d0d;

}

header.up {

  -webkit-transform: translateY(-100%);

  -moz-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  -o-transform: translateY(-100%);

  transform: translateY(-100%);

}

header .wrapper {

  position: relative;

  zoom: 1;

}

header .wrapper:before,

header .wrapper:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

header .wrapper:after {

  clear: both;

}

header .wrapper .header-logo {

  position: absolute;

  top: 0;

  left: 0;

  width: 64px;

  height: 64px;

}

header .wrapper .header-logo img {

  display: block;

  width: 100%;

  height: 100%;

}

header .wrapper .inner-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  height: 64px;

  zoom: 1;

}

header .wrapper .inner-wrapper:before,

header .wrapper .inner-wrapper:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

header .wrapper .inner-wrapper:after {

  clear: both;

}

header .wrapper .sistem-menu {

  position: absolute;

  top: 12px;

  right: 0;

  padding: 0;

  margin: 0;

  list-style-type: none;

}

header .wrapper .sistem-menu > li {

  display: inline-block;

  vertical-align: middle;

  margin-right: 25px;

  font-size: 16px;

  line-height: 28px;

  text-transform: uppercase;

  font-weight: 500;

}

header .wrapper .sistem-menu > li a {

  display: block;

  color: #fff;

}

header .wrapper .sistem-menu > li:last-child {

  margin-right: 0;

}

header .wrapper .sistem-menu > li.login {

  padding: 2px;

  border-radius: 20px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

header .wrapper .sistem-menu > li.login a {

  padding: 4px 27px;

  background-color: #0d0d0d;

  border-radius: 20px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

header .wrapper .sistem-menu > li.login a:hover {

  background-color: rgba(13, 13, 13, 0.8);

}

header .wrapper .sistem-menu > li.language a {

  position: relative;

  padding: 0 0 0 25px;

  line-height: 28px;

}

header .wrapper .sistem-menu > li.language a span {

  vertical-align: unset;

}

header .wrapper .sistem-menu > li.language a:before {

  content: "\f2f1";

  position: absolute;

  left: 0;

  top: 0;

  font-size: 16px;

  font-family: 'Font Awesome 5 Pro';

  font-weight: 900;

  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  -ms-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;

}

header .wrapper .sistem-menu > li.language a i {

  -webkit-transition: all 300ms ease-in-out;

  -moz-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  -ms-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;

}

header .wrapper .sistem-menu > li.language a:hover:before {

  -webkit-transform: rotate(180deg);

  -moz-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  -o-transform: rotate(180deg);

}

header .wrapper .sistem-menu > li.language .wpml-ls-legacy-list-horizontal {

  padding: 0;

  border: none;

  clear: none;

}

header .wrapper .mobile-menu {

  display: none;

  position: relative;

  float: right;

  cursor: pointer;

  margin-top: 8px;

  width: 35px;

  height: 35px;

  outline: none;

  padding: 16px 0 0 0;

  z-index: 1500;

}

header .wrapper .mobile-menu span,

header .wrapper .mobile-menu span:before,

header .wrapper .mobile-menu span:after {

  content: '';

  position: absolute;

  display: block;

  height: 3px;

  width: 35px;

  cursor: pointer;

  background: #fff;

}

header .wrapper .mobile-menu span:before {

  top: -10px;

}

header .wrapper .mobile-menu span:after {

  bottom: -10px;

}

header .wrapper .mobile-menu span,

header .wrapper .mobile-menu span:before,

header .wrapper .mobile-menu span:after {

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

header .wrapper .mobile-menu.active span {

  background-color: transparent;

}

header .wrapper .mobile-menu.active span:before,

header .wrapper .mobile-menu.active span:after {

  top: 0;

}

header .wrapper .mobile-menu.active span:before {

  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

}

header .wrapper .mobile-menu.active span:after {

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

}

header .wrapper .mobile-menu.active + .mobile-menu-wrap {

  -moz-opacity: 1;

  -khtml-opacity: 1;

  -webkit-opacity: 1;

  opacity: 1;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);

  filter: alpha(opacity=100);

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

  z-index: 100;

}

header .wrapper .nav-logo {

  display: none;

}

/*

HOMEPAGE

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

section.hero {

  height: 100vh;

}

section.hero .wrapper {

  position: relative;

  height: 100%;

}

section.hero .wrapper .inner-wrapper {

  position: relative;

  height: 100%;

  z-index: 20;

}

section.hero .wrapper .inner-wrapper .hero-inner-wrap {

  position: absolute;

  top: 50%;

  left: 0;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

section.hero .wrapper .inner-wrapper .hero-inner-wrap h1 {

  margin-bottom: 40px;

  font-size: 100px;

  line-height: 100px;

  font-weight: bold;

  color: #0d0d0d;

}

section.hero .wrapper .inner-wrapper .hero-inner-wrap h2 {

  margin-bottom: 30px;

  font-size: 30px;

  line-height: 40px;

  font-weight: normal;

  color: #0d0d0d;

}

section.hero .wrapper .inner-wrapper .hero-inner-wrap h3 {

  font-size: 18px;

  line-height: 40px;

  font-weight: 500;

  color: #0d0d0d;

}

section.hero .wrapper .inner-wrapper .hero-inner-wrap h3 i {

  display: inline-block;

  vertical-align: middle;

}

section.hero .wrapper .inner-wrapper .hero-inner-wrap h3 a {

  color: #0d0d0d;

}

section.hero .wrapper .inner-wrapper .hero-inner-wrap h3 a:hover {

  text-decoration: underline;

}

section.hero .wrapper .inner-wrapper .bottom-scroll {

  position: absolute;

  left: 0;

  bottom: 60px;

  display: block;

  width: 40px;

  height: 40px;

  border: 2px solid #0d0d0d;

  border-radius: 50%;

  color: #0d0d0d;

}

section.hero .wrapper .inner-wrapper .bottom-scroll i {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

section.hero .wrapper .smoke-holder {

  position: absolute;

  top: 50%;

  right: 0;

  width: 800px;

  height: 687px;

  margin-top: -344px;

  background-position: 50% 50% !important;

  background-size: cover;

  z-index: 10;

}
.cta3 .cta3left .smoke-holder {
    z-index: 0 !important;
}
.cta3.implcta3 .smoke-holder {
    z-index: -1 !important;
}

section.hero .wrapper .smoke-holder .logo-holder {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 150px;

  height: 150px;

  margin: -75px 0 0 -75px;

  background: url("../img/logo-smoke-overlay.png") no-repeat 50% 50%;

  background-size: cover;

  z-index: 11;

}

section.carousel-clients {

  margin-bottom: 200px;

}

section.carousel-clients h3 {

  margin-bottom: 20px;

  font-size: 20px;

  line-height: 40px;

  font-weight: 500;

  text-align: center;

}

section.carousel-clients .wrapper {

  position: relative;

}

section.carousel-clients .wrapper .inner-wrapper .clients-carousel {

  margin: 0;

  padding: 0;

  list-style-type: none;

}

section.carousel-clients .wrapper .inner-wrapper .clients-carousel li {

  width: 150px;

  height: 100px;

  margin: 0 20px;

  background-repeat: no-repeat;

  background-position: 50% 50%;

  background-size: contain;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  outline: none;

  -moz-opacity: 0.35 !important;

  -khtml-opacity: 0.35 !important;

  -webkit-opacity: 0.35 !important;

  opacity: 0.35 !important;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35) !important;

  filter: alpha(opacity=35) !important;

}

section.carousel-clients .wrapper .next-arrow,

section.carousel-clients .wrapper .prev-arrow {

  position: absolute;

  top: 50%;

  left: 0;

  font-size: 30px;

  line-height: 40px;

  color: rgba(13, 13, 13, 0.5);

  cursor: pointer;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

section.carousel-clients .wrapper .prev-arrow {

  left: auto;

  right: 0;

}

section.video-lightcase {

  position: relative;

  padding-bottom: 200px;

}

section.video-lightcase:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 350px;

  background-color: #0d0d0d;

}

section.video-lightcase .inner-wrapper {

  position: relative;

}

section.video-lightcase .inner-wrapper .image-wrap {

  position: relative;

  width: 1100px;

  height: 500px;

  overflow: hidden;

  z-index: 5;

}

section.video-lightcase .inner-wrapper .image-wrap .ft-video-image {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 700px;

  background-size: cover;

  background-position: 0 0;

  background-repeat: no-repeat;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

}

section.video-lightcase .inner-wrapper .image-wrap .corner {

  position: absolute;

  width: 30px;

  height: 30px;

  border-color: rgba(255, 255, 255, 0.5);

  border-style: solid;

}

section.video-lightcase .inner-wrapper .image-wrap .corner.top-left {

  top: 20px;

  left: 20px;

  border-top-width: 2px;

  border-left-width: 2px;

}

section.video-lightcase .inner-wrapper .image-wrap .corner.top-right {

  top: 20px;

  right: 20px;

  border-top-width: 2px;

  border-right-width: 2px;

}

section.video-lightcase .inner-wrapper .image-wrap .corner.bottom-left {

  bottom: 20px;

  left: 20px;

  border-bottom-width: 2px;

  border-left-width: 2px;

}

section.video-lightcase .inner-wrapper .image-wrap .corner.bottom-right {

  bottom: 20px;

  right: 20px;

  border-bottom-width: 2px;

  border-right-width: 2px;

}

section.video-lightcase .inner-wrapper .smoke-layer {

  position: absolute;

  left: 50%;

  bottom: -150px;

  width: 509px;

  height: 368px;

  margin-left: -254px;

  background: url("../img/video-section-smoke.png") no-repeat 0 0;

  background-size: cover;

  z-index: 3;

}

section.video-lightcase .inner-wrapper .image-overlay-wrap {

  position: absolute;

  left: 0;

  bottom: -30px;

  width: 100%;

  z-index: 10;

}

section.video-lightcase .inner-wrapper .image-overlay-wrap h2 {

  position: relative;

  margin-bottom: 23px;

  font-size: 50px;

  line-height: 60px;

  font-weight: bold;

  text-align: center;

  color: #fff;

  z-index: 5;

}

section.video-lightcase .inner-wrapper .image-overlay-wrap .play-btn {

  position: relative;

  display: block;

  margin: 0 auto;

  width: 120px;

  font-size: 16px;

  line-height: 60px;

  font-weight: 500;

  text-align: center;

  text-transform: uppercase;

  color: #0d0d0d;

  background-color: #fff;

  border-radius: 30px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  z-index: 5;

}

section.video-lightcase .inner-wrapper .image-overlay-wrap .play-btn:hover {

  color: #fff;

  background-color: #0d0d0d;

}

section.mixed-columns {

  position: relative;

  margin-top: -1px;

  padding-bottom: 220px;

  padding-top: 3px;

  background-color: #0d0d0d;

}

section.mixed-columns:after {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 8px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

section.mixed-columns .inner-wrapper .two-col {

  margin-bottom: 250px;

  zoom: 1;

}

section.mixed-columns .inner-wrapper .two-col:before,

section.mixed-columns .inner-wrapper .two-col:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

section.mixed-columns .inner-wrapper .two-col:after {

  clear: both;

}

section.mixed-columns .inner-wrapper .two-col li.small {

  position: relative;

  float: left;

  width: 340px;

  text-align: right;

}

section.mixed-columns .inner-wrapper .two-col li.small h1 {

  position: absolute;

  top: 0;

  right: 40px;

  font-size: 80px;

  line-height: 90px;

  font-weight: bold;

  text-align: right;

  color: #fff;

}

section.mixed-columns .inner-wrapper .two-col li.small h1:before {

  content: "";

  position: absolute;

  top: 50%;

  right: -40px;

  width: 822px;

  height: 199px;

  background: url("../img/boom.svg") no-repeat 50% 50%;

  background-size: cover;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

section.mixed-columns .inner-wrapper .two-col li.big {

  float: right;

  width: 720px;

}

section.mixed-columns .inner-wrapper .two-col li.big h4 {

  margin-bottom: 60px;

  padding-left: 190px;

  font-size: 30px;

  line-height: 30px;

  font-weight: bold;

  color: #fff;

}

section.mixed-columns .inner-wrapper .two-col li.big ul {

  margin: 0 0 30px;

  padding: 0;

  list-style-type: none;

}

section.mixed-columns .inner-wrapper .two-col li.big ul li {

  position: relative;

  margin-bottom: 30px;

  padding-left: 30px;

  font-size: 30px;

  line-height: 30px;

  font-weight: normal;

  color: #fff;

}

section.mixed-columns .inner-wrapper .two-col li.big ul li:before {

  content: "\f058";

  position: absolute;

  left: 0;

  top: 1px;

  font-size: 22px;

  font-family: 'Font Awesome 5 Pro';

  font-weight: normal;

  -moz-opacity: 0.55;

  -khtml-opacity: 0.55;

  -webkit-opacity: 0.55;

  opacity: 0.55;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55.00000000000001);

  filter: alpha(opacity=55.00000000000001);

}

section.mixed-columns .inner-wrapper .two-col li.big p {

  margin-bottom: 22px;

  padding-left: 190px;

  font-size: 22px;

  line-height: 30px;

  font-weight: normal;

  color: #fff;

  -moz-opacity: 0.5;

  -khtml-opacity: 0.5;

  -webkit-opacity: 0.5;

  opacity: 0.5;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

  filter: alpha(opacity=50);

}

section.ft-columns {

  position: relative;

  margin: -230px 0 190px 0;

  z-index: 5;

}

section.ft-columns .col-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;

}

section.ft-columns .col-list > div {

  width: 340px;

  background-color: #f2f2f2;

}

section.ft-columns .col-list > div h3 {

  margin-bottom: 50px;

  padding: 40px 15px 0 20px;

  font-size: 30px;

  line-height: 40px;

  font-weight: normal;

  color: #1a1a1a;

}

section.ft-columns .col-list > div h3 strong {

  font-weight: bold;

}

section.ft-columns .col-list > div ul {

  margin: 0;

  padding: 0 0 15px 0;

  list-style-type: none;

}

section.ft-columns .col-list > div ul li {

  position: relative;

  padding: 0 20px 18px 53px;

  margin-bottom: 15px;

  font-size: 22px;

  line-height: 30px;

  font-weight: normal;

  color: #1a1a1a;

  border-bottom: 1px solid rgba(26, 26, 26, 0.1);

}

section.ft-columns .col-list > div ul li:before {

  content: "\f058";

  position: absolute;

  left: 20px;

  top: 1px;

  font-size: 22px;

  font-family: 'Font Awesome 5 Pro';

  font-weight: normal;

  -moz-opacity: 0.5;

  -khtml-opacity: 0.5;

  -webkit-opacity: 0.5;

  opacity: 0.5;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

  filter: alpha(opacity=50);

}

section.ft-columns .col-list > div ul li:last-child {

  border: none;

}

section.ft-columns .col-list > div.parallax-wrap {

  position: relative;

  height: 540px;

  overflow: hidden;

}

section.ft-columns .col-list > div.parallax-wrap span {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 740px;

  background-size: cover;

  background-position: 0 0;

  z-index: 5;

  background-repeat: no-repeat;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

}

section.ft-list {

  padding-bottom: 110px;

}

section.ft-list .inner-wrapper h3 {

  margin-bottom: 140px;

  font-size: 50px;

  line-height: 60px;

  font-weight: bold;

  color: #0d0d0d;

}

section.ft-list .inner-wrapper .list-wrap {

  position: relative;

  padding-left: 190px;

  padding-top: 68px;

  margin-bottom: 82px;

}

section.ft-list .inner-wrapper .list-wrap img {

  position: absolute;

  top: 0;

  left: 0;

  width: 280px;

  height: 200px;

  z-index: -1;

  opacity: 0 !important;

  transform: scale(0.8);

  transition: all 500ms;

}

section.ft-list .inner-wrapper .list-wrap img.in-view {

  opacity: 1 !important;

  transform: scale(1);

}

section.ft-list .inner-wrapper .list-wrap img.parallax {

  opacity: 1 !important;

  transition: none;

}

section.ft-list .inner-wrapper .list-wrap h4 {

  margin-bottom: 40px;

  font-size: 50px;

  line-height: 60px;

  font-weight: bold;

  color: #0d0d0d;

  z-index: 2;

}

section.ft-list .inner-wrapper .list-wrap ul {

  position: relative;

  margin: 0;

  padding: 0;

  list-style-type: none;

  z-index: 5;

}

section.ft-list .inner-wrapper .list-wrap ul li {

  position: relative;

  padding: 0 20px 18px 33px;

  margin-bottom: 15px;

  font-size: 22px;

  line-height: 30px;

  font-weight: normal;

  color: #0d0d0d;

  border-bottom: 1px solid rgba(13, 13, 13, 0.1);

}

section.ft-list .inner-wrapper .list-wrap ul li:before {

  content: "\f058";

  position: absolute;

  left: 0;

  top: 1px;

  font-size: 22px;

  font-family: 'Font Awesome 5 Pro';

  font-weight: normal;

  -moz-opacity: 0.5;

  -khtml-opacity: 0.5;

  -webkit-opacity: 0.5;

  opacity: 0.5;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

  filter: alpha(opacity=50);

}

section.ft-list .inner-wrapper .list-wrap ul li:last-child {

  border: none;

}

section.text-and-bgr {

  position: relative;

  padding: 88px 0;

  margin-bottom: 190px;

  background-color: #0d0d0d;

  overflow: hidden;

}

section.text-and-bgr:after {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  width: 50%;

  height: 100%;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+100&1+0,0+100 */

  background: -moz-linear-gradient(left, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0d0d', endColorstr='#000d0d0d', GradientType=1);

  /* IE6-9 */

  z-index: 5;

}

section.text-and-bgr .bgr-image {

  position: absolute;

  bottom: 10%;

  right: 0;

  width: 50%;

  height: 120%;

  background-size: cover;

  background-position: 50% 100%;

  z-index: 3;

  background-repeat: no-repeat;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  -moz-opacity: 0.3 !important;

  -khtml-opacity: 0.3 !important;

  -webkit-opacity: 0.3 !important;

  opacity: 0.3 !important;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30) !important;

  filter: alpha(opacity=30) !important;

}

section.text-and-bgr .inner-wrapper {

  position: relative;

  z-index: 20;

}

section.text-and-bgr .inner-wrapper h3 {

  font-size: 50px;

  line-height: 60px;

  font-weight: normal;

  color: #fff;

}

section.text-and-bgr .inner-wrapper h3 span {

  font-weight: bold;

}

section.text-and-bgr .inner-wrapper .text-wrap {

  width: 721px;

}

section.text-and-bgr .inner-wrapper .text-wrap p {

  margin-bottom: 37px;

  font-size: 22px;

  line-height: 30px;

  font-weight: normal;

  color: rgba(255, 255, 255, 0.5);

}

section.text-and-bgr .inner-wrapper .text-wrap p b,

section.text-and-bgr .inner-wrapper .text-wrap p strong {

  font-size: 30px;

  font-weight: 500;

}

section.text-and-bgr .inner-wrapper .btn-with-line-wrap {

  position: relative;

  padding-bottom: 10px;

  text-align: right;

}

section.text-and-bgr .inner-wrapper .btn-with-line-wrap a {

  position: relative;

  display: inline-block;

  padding: 16px 34px;

  font-size: 16px;

  line-height: 28px;

  font-weight: 500;

  text-transform: uppercase;

  color: #0d0d0d;

  background-color: #fff;

  border-radius: 35px;

  -webkit-transition: all 250ms ease-in-out;

  -moz-transition: all 250ms ease-in-out;

  -o-transition: all 250ms ease-in-out;

  -ms-transition: all 250ms ease-in-out;

  transition: all 250ms ease-in-out;

}

section.text-and-bgr .inner-wrapper .btn-with-line-wrap a:before {

  content: "";

  position: absolute;

  top: 50%;

  right: 100%;

  width: calc(100vw - (((100vw - 1100px)/2) + 175px) );

  height: 4px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  pointer-events: none;

}

section.text-and-bgr .inner-wrapper .btn-with-line-wrap a:hover {

  color: #fff;

  background-color: #f18229;

}

section.text-and-bgr .inner-wrapper .btn-with-line-wrap:before {

  content: "";

  position: absolute;

  top: 50%;

  left: calc(-822px + 340px);

  width: 822px;

  height: 199px;

  background: url("../img/boom.svg") no-repeat 50% 50%;

  background-size: cover;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

section.text-and-bgr .inner-wrapper .card-list {

  margin: 0;

  padding: 0;

  list-style-type: none;

  zoom: 1;

}

section.text-and-bgr .inner-wrapper .card-list:before,

section.text-and-bgr .inner-wrapper .card-list:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

section.text-and-bgr .inner-wrapper .card-list:after {

  clear: both;

}

section.text-and-bgr .inner-wrapper .card-list li {

  float: left;

  margin-right: 10px;

}

section.text-and-bgr .inner-wrapper .card-list li img {

  display: block;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

}

section.text-and-bgr .inner-wrapper .card-list li:last-child {

  margin-right: 0;

}

section.cta-bgr {

  position: relative;

  overflow: hidden;

  background-color: #0d0d0d;

}

section.cta-bgr:after {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  width: 50%;

  height: 100%;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+100&1+0,0+100 */

  background: -moz-linear-gradient(left, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0d0d', endColorstr='#000d0d0d', GradientType=1);

  /* IE6-9 */

  z-index: 5;

}

section.cta-bgr .bgr-image {

  position: absolute;

  bottom: 0;

  right: 0;

  width: 50%;

  height: 140%;

  background-size: 100% auto;

  background-position: 50% 100%;

  z-index: 3;

  background-repeat: no-repeat;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  -moz-opacity: 0.3 !important;

  -khtml-opacity: 0.3 !important;

  -webkit-opacity: 0.3 !important;

  opacity: 0.3 !important;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30) !important;

  filter: alpha(opacity=30) !important;

}

section.cta-bgr .inner-wrapper {

  position: relative;

  padding: 130px 0;

  z-index: 10;

}

section.cta-bgr .inner-wrapper h3 {

  width: 670px;

  font-size: 38px;

  line-height: 46px;

  font-weight: normal;

  color: #fff;

}

section.cta-bgr .inner-wrapper h3 span {

  font-weight: bold;

}

section.cta-bgr .inner-wrapper a {

  position: absolute;

  top: 50%;

  right: 0;

  display: block;

  width: 300px;

  padding: 17px 0 17px 92px;

  font-size: 19px;

  line-height: 23px;

  font-weight: 500;

  text-transform: uppercase;

  color: #0d0d0d;

  background-color: #fff;

  border-radius: 50px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-transition: all 250ms ease-in-out;

  -moz-transition: all 250ms ease-in-out;

  -o-transition: all 250ms ease-in-out;

  -ms-transition: all 250ms ease-in-out;

  transition: all 250ms ease-in-out;

}

section.cta-bgr .inner-wrapper a:hover {

  color: #fff;

  background-color: #ca5ba3;

}

section.cta-bgr .inner-wrapper a:before {

  content: "\f643";

  position: absolute;

  left: 40px;

  top: 50%;

  font-size: 32px;

  font-family: 'Font Awesome 5 Pro';

  font-weight: light;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

section.cta-bgr .inner-wrapper a:after {

  content: "";

  position: absolute;

  top: 50%;

  left: 100%;

  width: calc((100vw - 1100px)/2);

  height: 4px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  pointer-events: none;

}

section.references {

  padding: 180px 0 160px;

  background-color: #f2f2f2;

}

section.references .inner-wrapper h3 {

  margin-bottom: 85px;

  font-size: 50px;

  line-height: 60px;

  font-weight: bold;

  text-align: center;

  color: #0d0d0d;

}

section.references .inner-wrapper .references-logos-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-flow: row wrap;

  flex-flow: row wrap;

  -webkit-justify-content: center;

  justify-content: center;

  margin: 0 -20px 100px;

}

section.references .inner-wrapper .references-logos-list li {

  -webkit-flex: none;

  flex: none;

  width: 150px;

  height: 100px;

  margin: 0 20px;

  background-repeat: no-repeat;

  background-position: 50% 50%;

  background-size: contain;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  outline: none;

  -moz-opacity: 0.35 !important;

  -khtml-opacity: 0.35 !important;

  -webkit-opacity: 0.35 !important;

  opacity: 0.35 !important;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35) !important;

  filter: alpha(opacity=35) !important;

}

section.references .inner-wrapper .references-videos-list {

  margin: 0 -20px 0;

  padding: 0;

  list-style-type: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-flow: row wrap;

  flex-flow: row wrap;

}

section.references .inner-wrapper .references-videos-list li {

  -webkit-flex: 0 0 auto;

  flex: 0 0 auto;

  width: 340px;

  margin: 0 20px 40px;

  background-color: #fff;

}

section.references .inner-wrapper .references-videos-list li a {

  position: relative;

  display: block;

  height: 100%;

  padding-bottom: 55px;

  zoom: 1;

}

section.references .inner-wrapper .references-videos-list li a:before,

section.references .inner-wrapper .references-videos-list li a:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

section.references .inner-wrapper .references-videos-list li a:after {

  clear: both;

}

section.references .inner-wrapper .references-videos-list li a .img-holder {

  position: relative;

  display: block;

  width: 100%;

  height: 200px;

  margin-bottom: 35px;

  background-color: #0d0d0d;

}

section.references .inner-wrapper .references-videos-list li a .img-holder .bgr-image {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-repeat: no-repeat;

  background-position: 50% 50%;

  background-size: cover;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  -moz-opacity: 0.75 !important;

  -khtml-opacity: 0.75 !important;

  -webkit-opacity: 0.75 !important;

  opacity: 0.75 !important;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75) !important;

  filter: alpha(opacity=75) !important;

}

section.references .inner-wrapper .references-videos-list li a .img-holder:after {

  content: "\f04b";

  position: absolute;

  top: 50%;

  left: 50%;

  width: 70px;

  height: 70px;

  font-size: 16px;

  line-height: 70px;

  font-family: 'Font Awesome 5 Pro';

  font-weight: 900;

  text-align: center;

  border: 2px solid #fff;

  border-radius: 50%;

  color: #fff;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

section.references .inner-wrapper .references-videos-list li a:hover .img-holder:after {

  color: #0d0d0d;

  background-color: #fff;

}

section.references .inner-wrapper .references-videos-list li a hgroup {

  padding: 0 20px;

}

section.references .inner-wrapper .references-videos-list li a h4 {

  font-size: 30px;

  line-height: 40px;

  font-weight: bold;

  color: #0d0d0d;

}

section.references .inner-wrapper .references-videos-list li a h4 span {

  font-weight: normal;

}

section.references .inner-wrapper .references-videos-list li a h5 {

  margin-bottom: 25px;

  font-size: 22px;

  line-height: 32px;

  font-weight: normal;

  color: #0d0d0d;

}

section.references .inner-wrapper .references-videos-list li a h6 {

  margin-bottom: 35px;

  font-size: 22px;

  line-height: 32px;

  font-weight: normal;

  color: #0d0d0d;

}

section.references .inner-wrapper .references-videos-list li a p {

  position: absolute;

  left: 20px;

  bottom: 20px;

  font-size: 22px;

  line-height: 32px;

  font-weight: normal;

  color: #0d0d0d;

}

section.references.white-bgr {

  padding-top: 0;

  background-color: #fff;

}

section.references.white-bgr .inner-wrapper .references-videos-list li {

  background-color: #f2f2f2;

}

section.references.white-bgr .inner-wrapper .references-videos-list li.empty-li-item {

  background-color: #0d0d0d;

  text-align: center;

}

section.references.white-bgr .inner-wrapper .references-videos-list li.empty-li-item .img-holder {

  position: relative;

  display: block;

  width: 100%;

  height: 200px;

  margin-bottom: 35px;

  background-repeat: no-repeat;

  background-position: 50% 50%;

  background-size: cover;

}

section.references.white-bgr .inner-wrapper .references-videos-list li.empty-li-item hgroup {

  padding: 0 20px;

}

section.references.white-bgr .inner-wrapper .references-videos-list li.empty-li-item h4 {

  font-size: 30px;

  line-height: 40px;

  font-weight: normal;

  color: #fff;

}

section.references.white-bgr .inner-wrapper .references-videos-list li.empty-li-item h4 span {

  font-weight: bold;

}

section.references.white-bgr .inner-wrapper .references-videos-list li.empty-li-item h5 {

  margin-bottom: 25px;

  font-size: 22px;

  line-height: 32px;

  font-weight: normal;

  color: #fff;

}

section.references.white-bgr .inner-wrapper .references-videos-list li.empty-li-item .cta {

  position: relative;

  display: inline-block;

  height: auto;

  padding-bottom: 0;

  margin-bottom: 18px;

  font-size: 22px;

  line-height: 40px;

  font-weight: 500;

  color: #fff;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

section.references.white-bgr .inner-wrapper .references-videos-list li.empty-li-item .cta:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 2px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

section.references.white-bgr .inner-wrapper .references-videos-list li.empty-li-item .cta:hover {

  color: rgba(255, 255, 255, 0.7);

}

section.info-prefooter {

  position: relative;

  background-color: #0d0d0d;

  overflow: hidden;

}

section.info-prefooter .bgr-image {

  position: absolute;

  right: 0;

  top: 0;

  width: 58%;

  height: 135%;

  background-size: 100% auto;

  background-position: 50% 30%;

  z-index: 3;

  background-repeat: no-repeat;

}

section.info-prefooter .bgr-image-overlay {

  position: absolute;

  right: 0;

  top: 0;

  width: 58%;

  height: 100%;

  z-index: 5;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+100&1+0,0.94+10,0+100 */

  background: -moz-linear-gradient(left, #0d0d0d 0%, rgba(13, 13, 13, 0.94) 10%, rgba(13, 13, 13, 0) 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #0d0d0d 0%, rgba(13, 13, 13, 0.94) 10%, rgba(13, 13, 13, 0) 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #0d0d0d 0%, rgba(13, 13, 13, 0.94) 10%, rgba(13, 13, 13, 0) 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0d0d', endColorstr='#000d0d0d', GradientType=1);

  /* IE6-9 */

}

section.info-prefooter:after {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 5px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

  z-index: 30;

}

section.info-prefooter .inner-wrapper {

  position: relative;

  padding: 290px 0;

  z-index: 20;

}

section.info-prefooter .inner-wrapper:before {

  content: "";

  position: absolute;

  top: 50%;

  left: calc(-822px + 340px);

  width: 822px;

  height: 199px;

  background: url("../img/boom.svg") no-repeat 50% 50%;

  background-size: cover;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

section.info-prefooter .inner-wrapper .two-col {

  position: relative;

  margin: 0;

  padding: 0;

  list-style-type: none;

  z-index: 25;

}

section.info-prefooter .inner-wrapper .two-col li {

  display: inline-block;

  width: 340px;

  margin-right: 40px;

}

section.info-prefooter .inner-wrapper .two-col li p {

  font-size: 30px;

  line-height: 40px;

  font-weight: normal;

  color: #fff;

}

section.info-prefooter .inner-wrapper .two-col li p i {

  margin-right: 8px;

  font-size: 25px;

}

section.info-prefooter .inner-wrapper .two-col li p b,

section.info-prefooter .inner-wrapper .two-col li p strong {

  font-weight: bold;

}

section.info-prefooter .inner-wrapper .two-col li p a {

  color: #fff;

}

section.info-prefooter .label {

  position: absolute;

  top: 50%;

  right: 0;

  padding: 2px 15px 8px 22px;

  width: 150px;

  font-size: 22px;

  line-height: 40px;

  font-weight: normal;

  color: #fff;

  background-color: #0d0d0d;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 30;

}

section.info-prefooter .label:after {

  content: "";

  position: absolute;

  bottom: 0;

  right: 0;

  width: 175px;

  height: 2px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

section.info-prefooter .label:before {

  content: "";

  position: absolute;

  top: 0;

  left: -25px;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 0 0 50px 25px;

  border-color: transparent transparent #0d0d0d transparent;

}

/*

PAGE-TEMPLATE-DEFAULT

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

section.page-hero {

  min-height: 800px;

  padding-top: 214px;

  margin-bottom: 380px;

  background-color: #0d0d0d;

}

section.page-hero .entry {

  margin-bottom: 25px;

}

section.page-hero .entry .two-col {

  margin: 0;

  padding: 0;

  list-style-type: none;

}

section.page-hero .entry .two-col li {

  display: inline-block;

  width: 340px;

  margin-right: 40px;

}

section.page-hero .entry .two-col li p {

  font-size: 30px;

  line-height: 40px;

  font-weight: normal;

  color: #fff;

}

section.page-hero .entry .two-col li p i {

  margin-right: 8px;

  font-size: 25px;

}

section.page-hero .entry .two-col li p b {

  font-weight: bold;

}

section.page-hero .entry .two-col li p a {

  color: #fff;

}

section.page-hero h1 {

  margin-bottom: 20px;

  font-size: 80px;

  line-height: 100px;

  font-weight: bold;

  color: #fff;

}

section.page-hero p {

  font-size: 30px;

  line-height: 40px;

  font-weight: normal;

  color: #fff;

}

section.page-hero .info-msg {

  display: inline-block;

  font-size: 18px;

  line-height: 40px;

  color: #fff;

}

section.page-hero .info-msg i {

  font-size: 16px;

}

section.page-hero .wrapper {

  position: relative;

  min-height: 586px;

  padding-bottom: 240px;

}

section.page-hero .wrapper .ft-image-holder {

  position: absolute;

  left: 0;

  bottom: -200px;

  width: 100%;

  height: 400px;

  background-color: #fefefe;

  overflow: hidden;

}

section.page-hero .wrapper .ft-image-holder iframe {

  pointer-events: none;

}

section.page-hero .wrapper .ft-image-holder .ft-image {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 150%;

  background-repeat: no-repeat;

  background-size: 100% auto;

  background-position: 0 30%;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  z-index: 5;

}

section.page-hero .wrapper .ft-image-holder .play-btn {

  position: absolute;

  top: 50%;

  left: 50%;

  display: block;

  margin: 0 auto;

  width: 120px;

  font-size: 16px;

  line-height: 60px;

  font-weight: 500;

  text-align: center;

  text-transform: uppercase;

  color: #fff;

  background-color: #0d0d0d;

  border-radius: 30px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px);

  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px);

  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px);

  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px);

  transform: translateX(-50%) translateY(-50%) translateZ(0px);

  z-index: 10;

}

section.page-hero .wrapper .ft-image-holder .play-btn:hover {

  color: #0d0d0d;

  background-color: #fff;

}

section.title-section {

  margin-bottom: 72px;

  text-align: center;

}

section.title-section .inner-wrapper {

  zoom: 1;

}

section.title-section .inner-wrapper:before,

section.title-section .inner-wrapper:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

section.title-section .inner-wrapper:after {

  clear: both;

}

section.title-section h2 {

  margin-bottom: 25px;

  font-size: 60px;

  line-height: 72px;

  font-weight: bold;

  color: #0d0d0d;

}

section.title-section h3 {

  margin-bottom: 25px;

  font-size: 30px;

  line-height: 36px;

  font-weight: normal;

  color: #0d0d0d;

}

section.title-section p {

  margin-bottom: 20px;

  font-size: 18px;

  line-height: 26px;

  font-weight: normal;

  color: #0d0d0d;

}

section.feature-boxes {

  margin-bottom: 160px;

}

section.feature-boxes .boxes-list {

  margin: 0;

  padding: 0;

  list-style-type: none;

  zoom: 1;

}

section.feature-boxes .boxes-list:before,

section.feature-boxes .boxes-list:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

section.feature-boxes .boxes-list:after {

  clear: both;

}

section.feature-boxes .boxes-list > li {

  float: left;

  width: 530px;

  height: 465px;

  margin-bottom: 40px;

  padding: 22px 20px 0 20px;

  background-color: #f2f2f2;

}

section.feature-boxes .boxes-list > li span,

section.feature-boxes .boxes-list > li h4 {

  display: inline-block;

  margin-bottom: 18px;

  font-size: 120px;

  line-height: 124px;

  font-weight: normal;

  color: rgba(13, 13, 13, 0.1);

}

section.feature-boxes .boxes-list > li h3 {

  margin-bottom: 30px;

  font-size: 40px;

  line-height: 48px;

  font-weight: bold;

  color: #0d0d0d;

}

section.feature-boxes .boxes-list > li p {

  font-size: 22px;

  line-height: 30px;

  font-weight: normal;

  color: #0d0d0d;

}

section.feature-boxes .boxes-list > li:nth-child(2) {

  margin-top: 80px;

}

section.feature-boxes .boxes-list > li:nth-child(2n) {

  float: right;

}

section.feature-boxes .boxes-list > li:nth-child(2),

section.feature-boxes .boxes-list > li:nth-child(3) {

  background-color: #0d0d0d;

}

section.feature-boxes .boxes-list > li:nth-child(2) span,

section.feature-boxes .boxes-list > li:nth-child(3) span,

section.feature-boxes .boxes-list > li:nth-child(2) h4,

section.feature-boxes .boxes-list > li:nth-child(3) h4 {

  color: rgba(255, 255, 255, 0.1);

}

section.feature-boxes .boxes-list > li:nth-child(2) h3,

section.feature-boxes .boxes-list > li:nth-child(3) h3,

section.feature-boxes .boxes-list > li:nth-child(2) p,

section.feature-boxes .boxes-list > li:nth-child(3) p {

  color: #fff;

}

section.gradient-line .gradient-hr {

  height: 8px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

section.feature-boxes-vertical {

  position: relative;

  padding: 175px 0 200px;

  background-color: #f2f2f2;

}

section.feature-boxes-vertical:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 8px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

section.feature-boxes-vertical .inner-wrapper hgroup {

  margin-bottom: 72px;

  text-align: center;

  zoom: 1;

}

section.feature-boxes-vertical .inner-wrapper hgroup:before,

section.feature-boxes-vertical .inner-wrapper hgroup:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

section.feature-boxes-vertical .inner-wrapper hgroup:after {

  clear: both;

}

section.feature-boxes-vertical .inner-wrapper h2 {

  margin-bottom: 25px;

  font-size: 60px;

  line-height: 72px;

  font-weight: bold;

  color: #0d0d0d;

}

section.feature-boxes-vertical .inner-wrapper h3 {

  margin-bottom: 25px;

  font-size: 30px;

  line-height: 36px;

  font-weight: normal;

  color: #0d0d0d;

}

section.feature-boxes-vertical .feature-boxes-vertical-list {

  margin: 0;

  padding: 0;

  list-style-type: none;

  zoom: 1;

}

section.feature-boxes-vertical .feature-boxes-vertical-list:before,

section.feature-boxes-vertical .feature-boxes-vertical-list:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

section.feature-boxes-vertical .feature-boxes-vertical-list:after {

  clear: both;

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li {

  float: left;

  width: 340px;

  padding-top: 22px;

  background-color: #fff;

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li span,

section.feature-boxes-vertical .feature-boxes-vertical-list > li h4 {

  display: inline-block;

  margin-bottom: 18px;

  padding-left: 20px;

  font-size: 120px;

  line-height: 124px;

  font-weight: normal;

  color: rgba(13, 13, 13, 0.1);

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li h3 {

  margin-bottom: 30px;

  padding-left: 20px;

  font-size: 40px;

  line-height: 48px;

  font-weight: bold;

  color: #0d0d0d;

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li ul {

  margin: 0;

  padding: 0;

  list-style-type: none;

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li ul li {

  position: relative;

  padding: 0 9px 18px 53px;

  margin-bottom: 15px;

  font-size: 22px;

  line-height: 30px;

  font-weight: normal;

  color: #1a1a1a;

  border-bottom: 1px solid rgba(26, 26, 26, 0.1);

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li ul li:before {

  content: "\f058";

  position: absolute;

  left: 20px;

  top: 1px;

  font-size: 22px;

  font-family: 'Font Awesome 5 Pro';

  font-weight: normal;

  -moz-opacity: 0.5;

  -khtml-opacity: 0.5;

  -webkit-opacity: 0.5;

  opacity: 0.5;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

  filter: alpha(opacity=50);

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li ul li:last-child {

  border: none;

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li:nth-child(2) {

  margin: 80px 40px 0 40px;

  background-color: #0d0d0d;

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li:nth-child(2) span,

section.feature-boxes-vertical .feature-boxes-vertical-list > li:nth-child(2) h4 {

  color: rgba(255, 255, 255, 0.1);

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li:nth-child(2) h3 {

  color: #fff;

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li:nth-child(2) ul li {

  color: #fff;

  border-color: rgba(255, 255, 255, 0.1);

}

section.feature-boxes-vertical .feature-boxes-vertical-list > li:nth-child(3) {

  margin-top: 160px;

}

section.profile-image {

  position: relative;

}

section.profile-image:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 50%;

  background-color: #f2f2f2;

  z-index: 1;

}

section.profile-image .img-wrap {

  position: relative;

  margin: 0 auto;

  width: 340px;

  height: 340px;

  padding: 4px;

  border-radius: 50%;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

  z-index: 5;

}

section.profile-image .img-wrap img {

  display: block;

  padding: 2px;

  width: 100%;

  height: auto;

  background-color: #fff;

  border-radius: 50%;

}

section.profile-text {

  padding: 60px 0 190px;

  background-color: #f2f2f2;

}

section.profile-text .profile-text-wrap {

  width: 720px;

  margin: 0 auto;

}

section.profile-text .profile-text-wrap blockquote {

  margin-bottom: 60px;

  text-align: center;

}

section.profile-text .profile-text-wrap blockquote span {

  display: block;

  position: relative;

  padding: 14px 0;

  text-align: center;

}

section.profile-text .profile-text-wrap blockquote span i {

  position: relative;

  padding: 0 12px;

  font-size: 16px;

  line-height: 16px;

  background-color: #f2f2f2;

  z-index: 10;

}

section.profile-text .profile-text-wrap blockquote span:before {

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 100%;

  height: 2px;

  background-color: rgba(13, 13, 13, 0.25);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

section.profile-text .profile-text-wrap blockquote p {

  font-size: 20px;

  line-height: 30px;

  font-family: 'Roboto', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  font-style: italic;

  font-weight: 300;

  color: #0d0d0d;

}

section.profile-text .profile-text-wrap h2 {

  margin-bottom: 30px;

  font-size: 30px;

  line-height: 40px;

  font-weight: normal;

  text-align: center;

}

section.profile-text .profile-text-wrap .col-wrap {

  zoom: 1;

}

section.profile-text .profile-text-wrap .col-wrap:before,

section.profile-text .profile-text-wrap .col-wrap:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

section.profile-text .profile-text-wrap .col-wrap:after {

  clear: both;

}

section.profile-text .profile-text-wrap .col-wrap > div {

  float: left;

  width: 340px;

}

section.profile-text .profile-text-wrap .col-wrap > div:last-child {

  float: right;

}

section.profile-text .profile-text-wrap .col-wrap > div p {

  font-size: 16px;

  line-height: 26px;

  font-family: 'Roboto', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  font-weight: 400;

  color: #0d0d0d;

}

section.resources {

  padding-bottom: 90px;

}

section.resources .resources-wrap {

  width: 910px;

  margin: 0 auto;

}

section.resources .resources-wrap .resources-list {

  margin: 0;

  padding: 66px 0 0;

  list-style-type: none;

}

section.resources .resources-wrap .resources-list li {

  position: relative;

  padding: 40px 190px 20px 20px;

  margin-bottom: 106px;

  background-color: #f2f2f2;

}

section.resources .resources-wrap .resources-list li img {

  display: block;

  position: absolute;

  top: -66px;

  right: 20px;

  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);

}

section.resources .resources-wrap .resources-list li h3 {

  margin-bottom: 20px;

  font-size: 40px;

  line-height: 48px;

  font-weight: bold;

}

section.resources .resources-wrap .resources-list li .btn {

  padding: 9px 15px;

  margin-bottom: 15px;

  font-size: 16px;

  line-height: 19px;

  color: rgba(13, 13, 13, 0.5);

  background: none;

  border: 2px solid rgba(13, 13, 13, 0.25);

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

section.resources .resources-wrap .resources-list li .btn:hover {

  color: #0d0d0d;

  border-color: rgba(13, 13, 13, 0.7);

}

section.resources .resources-wrap .resources-list li .btn.premium {

  padding: 2px;

  color: #0d0d0d;

  border: none;

  overflow: hidden;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

section.resources .resources-wrap .resources-list li .btn.premium span {

  display: block;

  padding: 9px 15px;

  border-radius: 25px;

  background-color: #f2f2f2;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

section.resources .resources-wrap .resources-list li .btn.premium:hover span {

  background-color: rgba(242, 242, 242, 0.8);

}

section.resources .resources-wrap .resources-list li p {

  margin-bottom: 10px;

  font-size: 18px;

  line-height: 28px;

  font-family: 'Roboto', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  font-weight: 400;

  color: #0d0d0d;

}

section.resources .resources-wrap .resources-list li.locked h3,

section.resources .resources-wrap .resources-list li.locked p {

  color: rgba(13, 13, 13, 0.5);

}

section.resources .resources-wrap .resources-list.books li img {

  border-top-right-radius: 10px;

  border-bottom-right-radius: 10px;

}

section.resources .resources-wrap .resources-list.books li table {

  margin-bottom: 20px;

}

section.resources .resources-wrap .resources-list.books li table tr td {

  font-size: 22px;

  line-height: 30px;

  font-weight: 500;

  color: #0d0d0d;

}

section.resources .resources-wrap .resources-list.books li table tr td:first-child {

  min-width: 95px;

  font-weight: normal;

  opacity: 0.5;

}

section.resources .resources-wrap .resources-list.books li.special {

  background-color: #0d0d0d;

}

section.resources .resources-wrap .resources-list.books li.special h3,

section.resources .resources-wrap .resources-list.books li.special p,

section.resources .resources-wrap .resources-list.books li.special table tr td {

  color: #fff;

}

section.resources .resources-wrap .resources-list.books li.special .cta {

  position: relative;

  display: inline-block;

  font-size: 22px;

  line-height: 40px;

  font-weight: 500;

  color: #fff;

}

section.resources .resources-wrap .resources-list.books li.special .cta:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 2px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

section.form-section {

  padding: 0 0 200px;

}

section.form-section .form-wrap {

  width: 720px;

  margin: 0 auto;

}

section.form-section .form-wrap h2 {

  margin-bottom: 80px;

  font-size: 30px;

  line-height: 36px;

  font-weight: bold;

  text-align: center;

  color: #0d0d0d;

}

section.form-section .form-wrap label {

  margin-bottom: 5px;

  display: inline-block;

  font-size: 18px;

  line-height: 20px;

  color: #0d0d0d;

}

section.form-section .form-wrap input {

  display: block;

  width: 100%;

  padding: 10px 15px;

  font-size: 21px;

  line-height: 27px;

  font-weight: 500;

  color: #0d0d0d;

  border: 2px solid rgba(13, 13, 13, 0.25);

  outline: none;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

section.form-section .form-wrap input:focus {

  border-color: rgba(13, 13, 13, 0.75);

}

section.form-section .form-wrap input[type=submit] {

  display: inline-block;

  width: auto;

  padding: 0 21px;

  margin-top: 40px;

  font-size: 16px;

  line-height: 37px;

  font-weight: normal;

  text-align: center;

  text-transform: uppercase;

  font-family: 'Font Awesome 5 Pro', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  color: #fff;

  background-color: #0d0d0d;

  border-radius: 30px;

  border: 2px solid transparent;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  cursor: pointer;

}

section.form-section .form-wrap input[type=submit]:hover {

  color: #0d0d0d;

  background-color: #fff;

  border-color: #0d0d0d;

}

section.form-section .form-wrap textarea {

  display: block;

  width: 100%;

  height: 200px;

  padding: 10px 15px;

  font-size: 21px;

  line-height: 27px;

  font-weight: 500;

  color: #0d0d0d;

  border: 2px solid rgba(13, 13, 13, 0.25);

  outline: none;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

  resize: none;

}

section.form-section .form-wrap textarea:focus {

  border-color: rgba(13, 13, 13, 0.75);

}

section.form-section .form-wrap .two-col {

  margin: 0;

  padding: 0;

  list-style-type: none;

  zoom: 1;

}

section.form-section .form-wrap .two-col:before,

section.form-section .form-wrap .two-col:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

section.form-section .form-wrap .two-col:after {

  clear: both;

}

section.form-section .form-wrap .two-col li {

  float: left;

  width: 340px;

  margin-bottom: 40px;

}

section.form-section .form-wrap .two-col li:last-child {

  float: right;

}

section.form-section .form-wrap .btn-wrap {

  text-align: center;

}

section.form-section .form-wrap .btn-submit {

  display: inline-block;

  padding: 0 21px;

  font-size: 16px;

  line-height: 37px;

  font-weight: normal;

  text-align: center;

  text-transform: uppercase;

  color: #fff;

  background-color: #0d0d0d;

  border-radius: 30px;

  border: 2px solid transparent;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

section.form-section .form-wrap .btn-submit:hover {

  color: #0d0d0d;

  background-color: #fff;

  border-color: #0d0d0d;

}

section.form-section .form-wrap .btn-submit.mt-40 {

  margin-top: 40px;

}

/*

INDEX.php

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

.blog section.page-hero {

  position: relative;

  min-height: 600px;

  margin-bottom: 200px;

  text-align: center;

}

.blog section.page-hero .wrapper {

  min-height: auto;

  padding-bottom: 0;

}

.blog section.page-hero .login-wrap {

  position: absolute;

  left: 50%;

  bottom: -34px;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

}

.blog section.page-hero .login-wrap p {

  margin-bottom: 10px;

  font-size: 20px;

  line-height: 30px;

  font-weight: normal;

  color: rgba(255, 255, 255, 0.5);

}

.blog section.page-hero .login-wrap .btn-login {

  display: inline-block;

  padding: 2px;

  width: 340px;

  font-size: 16px;

  line-height: 20px;

  font-weight: 500;

  text-transform: uppercase;

  color: #fff;

  border-radius: 35px;

  border: 4px solid #0d0d0d;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

.blog section.page-hero .login-wrap .btn-login span {

  display: block;

  padding: 18px 27px;

  background-color: #252525;

  border-radius: 35px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

.blog section.page-hero .login-wrap .btn-login:hover span {

  background-color: rgba(13, 13, 13, 0.8);

}

.posts-list {

  padding-bottom: 160px;

}

.posts-list article {

  margin-bottom: 40px;

  padding-top: 25px;

}

.posts-list article figure {

  position: relative;

  float: left;

  margin: 0 20px 20px 0;

  width: 200px;

  height: 200px;

  overflow: hidden;

  background-size: cover;

  background-position: 50% 50%;

  background-repeat: no-repeat;

}

.posts-list article figure img {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

.posts-list article h3 {

  margin-bottom: 10px;

  font-size: 30px;

  line-height: 36px;

  font-weight: bold;

  color: #0d0d0d;

}

.posts-list article p {

  margin-bottom: 10px;

  font-size: 18px;

  line-height: 28px;

  font-weight: 400;

  font-family: 'Roboto', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  color: #0d0d0d;

}

.posts-list article .login-options .btn {

  display: inline-block;

  vertical-align: middle;

  padding: 9px 15px;

  margin-right: 20px;

  font-size: 16px;

  line-height: 19px;

  color: rgba(13, 13, 13, 0.5);

  background: none;

  border: 2px solid rgba(13, 13, 13, 0.25);

  border-radius: 25px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

.posts-list article .login-options .btn:hover {

  color: #0d0d0d;

  border-color: rgba(13, 13, 13, 0.7);

}

.posts-list article .login-options .btn.unlock {

  min-width: 152px;

  padding: 2px;

  color: #0d0d0d;

  border: none;

  overflow: hidden;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

.posts-list article .login-options .btn.unlock span {

  display: block;

  padding: 9px 15px;

  border-radius: 25px;

  background-color: #fff;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

.posts-list article .login-options .btn.unlock:hover span {

  background-color: rgba(242, 242, 242, 0.8);

}

.posts-list article .login-options .date {

  display: inline-block;

  vertical-align: middle;

  font-size: 16px;

  line-height: 20px;

  font-weight: normal;

  color: rgba(13, 13, 13, 0.5);

}

/*

SINGLE.php

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

.single {

  padding-top: 140px;

}

.single .top-hero {

  position: relative;

  padding: 82px 0;

}

.single .top-hero .inner-wrapper {

  margin-bottom: 50px;

}

.single .top-hero h1 {

  margin-bottom: 25px;

  font-size: 60px;

  line-height: 72px;

  font-weight: bold;

  color: #0d0d0d;

}

.single .top-hero p {

  margin-bottom: 30px;

  font-size: 30px;

  line-height: 40px;

  font-weight: normal;

  color: #0d0d0d;

}

.single .top-hero .back-btn {

  position: absolute;

  top: 100px;

  left: 0;

  padding: 9px 17px;

  font-size: 16px;

  line-height: 19px;

  text-transform: uppercase;

  font-weight: 500;

  color: rgba(13, 13, 13, 0.5);

  border: 2px solid rgba(13, 13, 13, 0.25);

  border-radius: 20px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

.single .top-hero .back-btn i {

  margin-right: 6px;

}

.single .top-hero .back-btn:hover {

  color: #0d0d0d;

  border-color: rgba(13, 13, 13, 0.7);

}

.single .top-hero img {

  display: block;

  max-width: 100%;

  height: auto;

  margin: 0 auto;

}

.single .top-hero .ft-image-caption {

  display: block;

  margin-top: 5px;

  font-size: 15px;

  line-height: 17px;

  font-style: italic;

  font-family: 'Roboto', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  font-weight: 300;

  text-align: right;

  color: rgba(13, 13, 13, 0.5);

}

.content-wrap {

  width: 720px;

  margin: 0 auto;

}

.content-wrap .content h1 {

  margin-bottom: 25px;

  font-size: 60px;

  line-height: 72px;

  font-weight: bold;

  color: #0d0d0d;

}

.content-wrap .content h2 {

  margin-bottom: 25px;

  font-size: 50px;

  line-height: 60px;

  font-weight: bold;

  color: #0d0d0d;

}

.content-wrap .content h3 {

  margin-bottom: 25px;

  font-size: 40px;

  line-height: 48px;

  font-weight: bold;

  color: #0d0d0d;

}

.content-wrap .content h4 {

  margin-bottom: 25px;

  font-size: 40px;

  line-height: 48px;

  font-weight: normal;

  color: #0d0d0d;

}

.content-wrap .content h5 {

  margin-bottom: 25px;

  font-size: 30px;

  line-height: 36px;

  font-weight: bold;

  color: #0d0d0d;

}

.content-wrap .content h6 {

  margin-bottom: 25px;

  font-size: 20px;

  line-height: 24px;

  font-weight: 500;

  color: #0d0d0d;

}

.content-wrap .content ul {

  margin: 0;

  padding: 0 0 0 18px;

  list-style-type: disc;

  list-style-position: inside;

}

.content-wrap .content ul li {

  margin-bottom: 20px;

  font-size: 16px;

  line-height: 26px;

  font-family: 'Roboto', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  font-weight: 400;

  color: rgba(13, 13, 13, 0.9);

}

.content-wrap .content ol {

  margin: 0;

  padding: 0 0 0 18px;

  list-style-type: decimal;

  list-style-position: outside;

}

.content-wrap .content ol li {

  margin-bottom: 20px;

  font-size: 16px;

  line-height: 26px;

  font-family: 'Roboto', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  font-weight: 400;

  color: rgba(13, 13, 13, 0.9);

}

.content-wrap .content hr {

  border: none;

  margin: 30px 0;

  border-bottom: 1px solid #0d0d0d;

}

.content-wrap .content p {

  margin-bottom: 30px;

  font-size: 16px;

  line-height: 26px;

  font-family: 'Roboto', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  font-weight: 400;

  color: #0d0d0d;

}

.content-wrap .content p a {

  color: #f18229;

}

.content-wrap .content p a:hover {

  text-decoration: underline;

}

.content-wrap .content p em {

  font-style: italic;

}

.content-wrap .content p strong {

  font-weight: bold;

}

.content-wrap .content p del {

  text-decoration: line-through;

}

.content-wrap .content p img {

  display: block;

  max-width: 100%;

  height: auto;

}

.content-wrap .content p img.alignnone {

  margin-bottom: 30px;

}

.content-wrap .content p img.aligncenter {

  margin: 0 auto 25px;

}

.content-wrap .content p img.alignright {

  float: right;

  margin: 0 -40px 20px 40px;

}

.content-wrap .content p img.alignleft {

  float: left;

  margin: 0 40px 20px -40px;

}

.content-wrap .content .wp-caption {

  max-width: 100%;

}

.content-wrap .content .wp-caption img {

  display: block;

  max-width: 100%;

  height: auto;

}

.content-wrap .content .wp-caption .wp-caption-text {

  margin: 5px 0 0 0;

  font-size: 15px;

  line-height: 17px;

  font-style: italic;

  font-family: 'Roboto', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  font-weight: 300;

  text-align: right;

  color: rgba(13, 13, 13, 0.5);

}

.content-wrap .content .wp-caption.aligncenter {

  margin: 0 auto 25px;

}

.content-wrap .content .wp-caption.aligncenter img {

  margin: 0 auto;

}

.content-wrap .content .wp-caption.aligncenter .wp-caption-text {

  text-align: center;

}

.content-wrap .content .wp-caption.alignright {

  float: right;

  margin: 0 -40px 20px 40px;

}

.content-wrap .content .wp-caption.alignleft {

  float: left;

  margin: 0 40px 20px -40px;

}

.content-wrap .content .wp-caption.alignleft .wp-caption-text {

  text-align: left;

}

.content-wrap .content blockquote {

  position: relative;

  margin-bottom: 100px;

  padding: 20px 0 0;

  border-top: 2px solid rgba(13, 13, 13, 0.25);

  border-bottom: 2px solid rgba(13, 13, 13, 0.25);

  text-align: center;

}

.content-wrap .content blockquote:before {

  content: "\f10e";

  position: absolute;

  top: -8px;

  left: 50%;

  padding: 0 12px;

  font-size: 16px;

  line-height: 16px;

  font-family: 'Font Awesome 5 Pro';

  font-weight: 900;

  color: #0d0d0d;

  background-color: #fff;

  z-index: 5;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

}

.content-wrap .content blockquote p {

  margin-bottom: 22px;

  font-size: 20px;

  line-height: 30px;

  font-family: 'Roboto', 'FoundersGrotesk', Helvetica, Arial, sans-serif;

  font-style: italic;

  font-weight: 300;

  color: #0d0d0d;

}

.content-wrap .content blockquote p em {

  display: block;

  margin-top: -15px;

  font-size: 16px;

  font-style: normal;

  font-weight: bold;

}

.prev-next-posts {

  position: relative;

  margin-bottom: 100px;

  padding: 10px 0;

  border-top: 2px solid rgba(13, 13, 13, 0.25);

  border-bottom: 2px solid rgba(13, 13, 13, 0.25);

  zoom: 1;

}

.prev-next-posts:before,

.prev-next-posts:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

.prev-next-posts:after {

  clear: both;

}

.prev-next-posts .line-break {

  position: absolute;

  top: 10px;

  left: 50%;

  width: 2px;

  height: calc((100% - 20px));

  margin-left: -1px;

  background-color: rgba(13, 13, 13, 0.25);

}

.prev-next-posts .label {

  display: block;

  margin-bottom: 8px;

  font-size: 20px;

  line-height: 24px;

  text-align: center;

  color: rgba(13, 13, 13, 0.5);

}

.prev-next-posts .left,

.prev-next-posts .right {

  width: 50%;

}

.prev-next-posts .left a,

.prev-next-posts .right a {

  position: relative;

  display: block;

  margin: 0 19px 5px 0;

  padding-left: 55px;

  font-size: 26px;

  line-height: 40px;

  font-weight: bold;

  text-align: center;

  color: #0d0d0d;

}

.prev-next-posts .left a:before,

.prev-next-posts .right a:before {

  content: "\f060";

  position: absolute;

  left: 0;

  top: 0;

  width: 40px;

  height: 40px;

  font-size: 16px;

  line-height: 36px;

  font-family: 'Font Awesome 5 Pro';

  font-weight: 400;

  text-align: center;

  color: rgba(13, 13, 13, 0.5);

  border: 2px solid rgba(13, 13, 13, 0.25);

  border-radius: 50%;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

.prev-next-posts .left a:hover:before,

.prev-next-posts .right a:hover:before {

  color: #0d0d0d;

  border-color: rgba(13, 13, 13, 0.75);

}

.prev-next-posts .right a {

  margin: 0 0 5px 19px;

  padding: 0 55px 0 0;

}

.prev-next-posts .right a:before {

  content: "\f061";

  left: auto;

  right: 0;

}

/*

MODALS

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

#premium-info h4 {

  margin-bottom: 30px;

  font-size: 24px;

  line-height: 28px;

  font-weight: bold;

  text-align: center;

}

#premium-info p {

  margin-bottom: 20px;

  font-size: 18px;

  line-height: 26px;

  font-weight: normal;

  color: #0d0d0d;

}

#user-login-form {

  min-width: 380px;

}

#user-login-form .ur-frontend-form {

  border: none;

}

#user-login-form .register,

#user-login-form .lost_password,

#user-login-form p {

  margin-bottom: 15px;

  font-size: 14px;

  line-height: 16px;

  font-weight: normal;

  text-align: center;

  color: #0d0d0d;

}

#user-login-form .register a,

#user-login-form .lost_password a,

#user-login-form p a {

  color: #0d0d0d;

}

#user-login-form .register a:hover,

#user-login-form .lost_password a:hover,

#user-login-form p a:hover {

  color: #f18229;

}

#user-login-form .register label,

#user-login-form .lost_password label,

#user-login-form p label {

  margin-bottom: 5px;

  text-align: left;

}

#user-login-form .register label.user-registration-form__label-for-checkbox,

#user-login-form .lost_password label.user-registration-form__label-for-checkbox,

#user-login-form p label.user-registration-form__label-for-checkbox {

  margin-bottom: 20px;

  cursor: pointer;

  text-align: center;

}

#user-login-form .user-registration {

  font-size: 18px;

  line-height: 22px;

  font-weight: normal;

  text-align: center;

  color: #0d0d0d;

}

#user-login-form .user-registration a {

  color: #f18229;

}

#user-login-form .user-registration a:hover {

  text-decoration: underline;

}

#user-login-form input[type=password],

#user-login-form input[type=text] {

  display: block;

  width: 100%;

  padding: 10px 15px;

  font-size: 21px;

  line-height: 27px;

  font-weight: 500;

  color: #0d0d0d;

  border: 2px solid rgba(13, 13, 13, 0.25);

  outline: none;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

#user-login-form input[type=password]:focus,

#user-login-form input[type=text]:focus {

  border-color: rgba(13, 13, 13, 0.75);

}

#user-login-form input[type=submit] {

  display: block;

  float: none;

  min-width: 130px;

  padding: 9px 15px;

  margin: 0 auto 10px;

  font-size: 16px;

  line-height: 19px;

  text-transform: uppercase;

  font-weight: bold;

  color: rgba(13, 13, 13, 0.5);

  background: none;

  border: 2px solid rgba(13, 13, 13, 0.25);

  border-radius: 25px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

#user-login-form input[type=submit]:hover {

  color: #0d0d0d;

  border-color: rgba(13, 13, 13, 0.7);

}

/*

REGISTRATION

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

section.registration-page {

  padding: 250px 0 200px;

  background-color: #fff;

}

section.registration-page .wrapper h1 {

  margin-bottom: 40px;

  font-size: 40px;

  line-height: 46px;

  font-weight: bold;

  text-align: center;

  color: #0d0d0d;

}

section.registration-page .wrapper .alert a {

  color: #f18229;

}

section.registration-page .wrapper .alert a:hover {

  text-decoration: underline;

}

section.registration-page .wrapper .user-registration-profile-fields span i {

  margin-bottom: 15px;

  display: block;

}

section.registration-page .wrapper .user-registration-profile-fields span i a {

  color: #f18229;

}

section.registration-page .wrapper .user-registration-profile-fields span i a:hover {

  text-decoration: underline;

}

section.registration-page p {

  font-size: 20px;

  line-height: 22px;

}

section.registration-page input[type=password],

section.registration-page input[type=text],

section.registration-page input[type=email],

section.registration-page input[type=url] {

  display: block;

  width: 100%;

  padding: 10px 15px;

  font-size: 21px;

  line-height: 27px;

  font-weight: normal;

  color: #0d0d0d;

  border: 2px solid rgba(13, 13, 13, 0.25);

  outline: none;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

section.registration-page input[type=password]:focus,

section.registration-page input[type=text]:focus,

section.registration-page input[type=email]:focus,

section.registration-page input[type=url]:focus {

  border-color: rgba(13, 13, 13, 0.75);

}

section.registration-page input[type=submit] {

  display: block;

  float: none;

  min-width: 130px;

  padding: 9px 15px;

  margin: 0 auto 10px;

  font-size: 16px;

  line-height: 19px;

  text-transform: uppercase;

  font-weight: bold;

  color: rgba(13, 13, 13, 0.5);

  background: none;

  border: 2px solid rgba(13, 13, 13, 0.25);

  border-radius: 25px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

section.registration-page input[type=submit]:hover {

  color: #0d0d0d;

  border-color: rgba(13, 13, 13, 0.7);

}

section.registration-page button[type=submit] {

  display: block;

  float: none;

  min-width: 130px;

  padding: 9px 15px;

  margin: 20px auto 10px;

  font-size: 16px;

  line-height: 19px;

  text-transform: uppercase;

  color: rgba(13, 13, 13, 0.5);

  background: none;

  border: 2px solid rgba(13, 13, 13, 0.25);

  border-radius: 25px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

section.registration-page button[type=submit]:hover {

  color: #0d0d0d;

  border-color: rgba(13, 13, 13, 0.7);

}

section.registration-page .user-registration p {

  margin-bottom: 10px;

}

section.registration-page .user-registration p a {

  color: #f18229;

}

section.registration-page .user-registration p a:hover {

  text-decoration: underline;

}

section.registration-page .user-registration .user-registration-LostPassword,

section.registration-page .user-registration .user-registration-register {

  text-align: center;

}

section.registration-page .user-registration label.user-registration-form__label-for-checkbox {

  margin-bottom: 20px;

  cursor: pointer;

  text-align: center;

}

section.registration-page .description {

  font-size: 14px;

}

section.registration-page .description a {

  color: #f18229;

}

section.registration-page .description a:hover {

  text-decoration: underline;

}

/*

FOOTER 

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

.home footer .inner-wrapper {

  padding: 80px 0 30px;

}

.home footer .inner-wrapper .footer-logo {

  top: -50px;

  width: 100px;

  height: 100px;

  padding: 10px;

  background-color: #fff;

}

.home footer .inner-wrapper .main-menu {

  float: left;

}

.home footer .inner-wrapper p {

  text-align: left;

}

footer {

  position: relative;

  margin-top: -1px;

  z-index: 50;

  background: #fff;

}

footer .pre-footer {

  position: relative;

  background-color: #0d0d0d;

}

footer .pre-footer .inner-wrapper {

  padding: 78px 0 80px;

  text-align: center;

}

footer .pre-footer .inner-wrapper h5 {

  font-size: 40px;

  line-height: 48px;

  font-weight: normal;

  color: #fff;

}

footer .pre-footer .inner-wrapper h5 a {

  position: relative;

  padding-bottom: 4px;

  font-weight: bold;

  color: #fff;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

footer .pre-footer .inner-wrapper h5 a:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 2px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

footer .pre-footer .inner-wrapper h5 a:hover {

  color: rgba(255, 255, 255, 0.7);

}

footer .main-footer {

  position: relative;

}

footer .main-footer:after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 4px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

  background: #ca5ba3;

  /* Old browsers */

  background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

  /* IE6-9 */

}

footer .inner-wrapper {

  padding: 80px 0 30px 0;

  position: relative;

  text-align: center;

  zoom: 1;

}

footer .inner-wrapper:before,

footer .inner-wrapper:after {

  content: "\0020";

  display: block;

  height: 0;

  overflow: hidden;

}

footer .inner-wrapper:after {

  clear: both;

}

footer .inner-wrapper .footer-logo {

  position: absolute;

  left: 0;

  top: 68px;

  width: 64px;

  height: 64px;

}

footer .inner-wrapper .footer-logo a {

  display: block;

}

footer .inner-wrapper .footer-logo img {

  display: block;

  width: 100%;

  height: auto;

}

footer .inner-wrapper .main-menu {

  display: inline-block;

  margin-bottom: 25px;

}

footer .inner-wrapper .main-menu li {

  position: relative;

  line-height: 40px;

}

footer .inner-wrapper .main-menu li a {

  color: #0d0d0d;

}

footer .inner-wrapper .main-menu li:after {

  content: '';

  position: absolute;

  left: 0;

  bottom: -12px;

  width: 0px;

  height: 2px;

  background-color: #0d0d0d;

  border-radius: 2px;

  -webkit-transition: all 200ms ease-in-out;

  -moz-transition: all 200ms ease-in-out;

  -o-transition: all 200ms ease-in-out;

  -ms-transition: all 200ms ease-in-out;

  transition: all 200ms ease-in-out;

}

footer .inner-wrapper .main-menu li:hover:after {

  width: 30px;

}

footer .inner-wrapper .main-menu li.current-menu-item:after {

  width: 30px;

}

footer .inner-wrapper .main-menu li.menu-btn a {

  padding: 0;

  border: none;

  border-radius: 0;

  text-transform: none;

}

footer .inner-wrapper .main-menu li.menu-btn:after {

  display: block;

}

footer .inner-wrapper .main-menu li.mobile-only {

  display: none;

}

footer .inner-wrapper .up-scroll {

  position: relative;

  float: right;

  width: 40px;

  height: 40px;

  border: 2px solid #0d0d0d;

  border-radius: 50%;

  color: #0d0d0d;

}

footer .inner-wrapper .up-scroll i {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

footer .inner-wrapper p {

  clear: both;

  font-size: 18px;

  line-height: 28px;

  font-weight: normal;

  color: rgba(13, 13, 13, 0.75);

}

footer .inner-wrapper p a {

  color: #f18229;

}

footer .inner-wrapper p a:hover {

  text-decoration: underline;

}

/*

PARALLAX FIX

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

section.text-and-bgr .inner-wrapper,

section.text-and-bgr:after,

section.cta-bgr:after,

section.cta-bgr .inner-wrapper,

section.info-prefooter .bgr-image-overlay,

section.info-prefooter .inner-wrapper,

section.info-prefooter .label,

section.info-prefooter:after,

footer {

  -webkit-transform: translateZ(0px);

  -moz-transform: translateZ(0px);

  -ms-transform: translateZ(0px);

  -o-transform: translateZ(0px);

  transform: translateZ(0px);

}

.test {

  width: calc(100vw - (((100vw - 1100px)/2) + 175px));

}

/*

PAGE 404

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

.error404 .page-hero {

  margin-bottom: 10px;

}

/*

ADDONS

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

.mc4wp-response {

  margin-top: 20px;

  text-align: center;

}

/*

RESPONSIVE

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

.tablet,

.mobile {

  height: auto;

  overflow: auto;

}

.tablet body,

.mobile body {

  overflow: auto;

  height: auto;

}

.tablet section.hero .wrapper .inner-wrapper .bottom-scroll,

.mobile section.hero .wrapper .inner-wrapper .bottom-scroll {

  display: none;

}

.tablet section.ft-list .inner-wrapper .list-wrap img,

.mobile section.ft-list .inner-wrapper .list-wrap img {

  opacity: 1 !important;

  transform: scale(1) !important;

}

@media screen and (max-width: 1600px) {

  section.mixed-columns .inner-wrapper .two-col li.small h1 {

    font-size: 55px;

    line-height: 70px;

  }

  section.mixed-columns .inner-wrapper .two-col li.small h1:before,

  section.text-and-bgr .inner-wrapper .btn-with-line-wrap:before,

  section.info-prefooter .inner-wrapper:before {

    width: 600px;

    height: 145px;

  }

  section.text-and-bgr .inner-wrapper .btn-with-line-wrap:before,

  section.info-prefooter .inner-wrapper:before {

    left: -260px;

  }

}

@media screen and (max-width: 1450px) {

  .wrapper {

    width: 1230px;

  }

  .inner-wrapper {

    width: 960px;

  }

  .main-menu li {

    margin-right: 22px;

  }

  section.carousel-clients .wrapper .inner-wrapper .clients-carousel li {

    margin: 0 27px;

  }

  section.video-lightcase .inner-wrapper .image-wrap {

    width: 960px;

    height: 436px;

  }

  section.video-lightcase .inner-wrapper .image-wrap .ft-video-image {

    background-position: 50% 0;

  }

  section.mixed-columns .inner-wrapper .two-col {

    margin-bottom: 180px;

  }

  section.mixed-columns .inner-wrapper .two-col li.small {

    width: 300px;

  }

  section.mixed-columns .inner-wrapper .two-col li.big {

    width: 630px;

  }

  section.ft-columns .col-list > div {

    width: 300px;

  }

  section.ft-columns .col-list > div h3 {

    font-size: 25px;

    line-height: 35px;

  }

  section.ft-columns .col-list > div ul li {

    font-size: 19px;

    line-height: 25px;

  }

  section.ft-columns .col-list > div.parallax-wrap {

    height: 476px;

  }

  section.ft-columns .col-list > div.parallax-wrap span {

    height: 653px;

    background-position: 50% 0;

  }

  section.text-and-bgr .bgr-image {

    bottom: 0;

    background-size: cover;

    background-position: 50% 50%;

  }

  section.text-and-bgr .inner-wrapper .btn-with-line-wrap:before,

  section.info-prefooter .inner-wrapper:before {

    left: -300px;

  }

  section.cta-bgr .bgr-image {

    background-size: cover;

    background-position: 50% 50%;

  }

  section.cta-bgr .inner-wrapper a:after {

    width: calc((100vw - 960px)/2);

  }

  section.references .inner-wrapper .references-videos-list {

    margin: 0 -15px 0;

  }

  section.references .inner-wrapper .references-videos-list li {

    width: 300px;

    margin: 0 15px 30px;

  }

  section.info-prefooter .bgr-image {

    height: 145%;

    background-size: 100% auto;

    background-position: 0 50%;

  }

  section.page-hero .wrapper .ft-image-holder .ft-image {

    top: -40px;

  }

  section.feature-boxes .boxes-list > li {

    width: 460px;

  }

  section.feature-boxes-vertical .feature-boxes-vertical-list > li {

    width: 290px;

  }

  section.page-hero .wrapper .ft-image-holder iframe {

    width: 100%;

    height: 100%;

  }

  footer .inner-wrapper {

    padding-top: 100px;

  }

  footer .inner-wrapper .footer-logo {

    top: 20px;

    left: 50%;

    margin-left: -32px;

  }

  footer .inner-wrapper .main-menu li:after {

    bottom: 0;

  }

  .home footer .inner-wrapper .footer-logo {

    margin-left: -50px;

  }

}

@media screen and (max-width: 1279px) {

  .wrapper {

    width: 94%;

  }

  .home .main-menu li a {

    color: #fff;

  }

  .home .main-menu li:after {

    background-color: #fff;

  }

  .home header {

    padding-top: 10px;

    background-color: #fff;

  }

  .home header .wrapper .sistem-menu li a {

    color: #fff;

  }

  .home header .wrapper .sistem-menu li.login a {

    background-color: #0d0d0d;

  }

  .home header .wrapper .sistem-menu li.login a:hover {

    background-color: rgba(13, 13, 13, 0.8);

  }

  .home header .wrapper .mobile-menu span,

  .home header .wrapper .mobile-menu span:before,

  .home header .wrapper .mobile-menu span:after {

    background: #0d0d0d;

  }

  .home header .wrapper .mobile-menu.active span:before,

  .home header .wrapper .mobile-menu.active span:after {

    background: #fff;

  }

  header {

    position: fixed;

    padding: 14px 0 10px;

    background-color: #0d0d0d;

  }

  header .wrapper .header-logo {

    float: left;

    position: relative;

    top: auto;

    left: auto;

    width: 50px;

    height: 50px;

  }

  header .wrapper .mobile-menu {

    display: block;

    float: right;

  }

  header .wrapper .mobile-menu-wrap {

    position: fixed;

    left: 0;

    top: 0;

    width: 100vw;

    height: 100vh;

    background-color: #0d0d0d;

    -moz-opacity: 0;

    -khtml-opacity: 0;

    -webkit-opacity: 0;

    opacity: 0;

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);

    filter: alpha(opacity=0);

    z-index: -1;

    -webkit-transform: translateY(-100%);

    -moz-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    -o-transform: translateY(-100%);

    transform: translateY(-100%);

    -webkit-transition: all 400ms ease-in-out;

    -moz-transition: all 400ms ease-in-out;

    -o-transition: all 400ms ease-in-out;

    -ms-transition: all 400ms ease-in-out;

    transition: all 400ms ease-in-out;

  }

  header .wrapper .mobile-menu-wrap .nav-logo {

    display: block;

    position: absolute;

    top: 14px;

    left: 3%;

    width: 50px;

    height: 50px;

  }

  header .wrapper .mobile-menu-wrap .nav-logo img {

    display: block;

    width: 50px;

    height: 50px;

  }

  header .wrapper .mobile-menu-wrap .inner-wrapper {

    position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    width: auto;

    height: auto;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

  }

  header .wrapper .mobile-menu-wrap .inner-wrapper .main-menu li {

    display: block;

    text-align: center;

    margin-bottom: 15px;

    margin-right: 0;

    font-size: 22px;

    line-height: 27px;

    font-weight: normal;

  }

  header .wrapper .mobile-menu-wrap .inner-wrapper .main-menu li:after {

    left: 50%;

    bottom: -8px;

    margin-left: -10px;

  }

  header .wrapper .mobile-menu-wrap .inner-wrapper .main-menu li:hover:after {

    width: 20px;

  }

  header .wrapper .mobile-menu-wrap .inner-wrapper .main-menu li.current-menu-item:after {

    width: 20px;

  }

  header .wrapper .mobile-menu-wrap .inner-wrapper .main-menu li.menu-btn a {

    padding: 0;

    border: none;

  }

  header .wrapper .mobile-menu-wrap .inner-wrapper .main-menu li:last-child {

    margin-bottom: 0;

  }

  header .wrapper .mobile-menu-wrap .inner-wrapper .main-menu li.mobile-only {

    display: block;

  }

  header .wrapper .mobile-menu-wrap .sistem-menu {

    position: absolute;

    top: 20px;

    left: 50%;

    width: 126px;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);

  }

  header .wrapper .mobile-menu-wrap .sistem-menu li {

    display: block;

    margin: 0 0 20px 0;

    text-align: center;

  }

  header .wrapper .mobile-menu-wrap .sistem-menu li a {

    display: inline-block;

  }

  header .wrapper .mobile-menu-wrap .sistem-menu li:empty {

    margin: 0;

  }

  section.registration-page {

    padding: 130px 0 120px;

  }

}

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

  section.hero .wrapper .inner-wrapper .hero-inner-wrap {

    position: relative;

    top: auto;

    padding-top: 115px;

    text-align: center;

    transform: none;

  }

  section.hero .wrapper .smoke-holder {

    position: absolute;

    top: 50%;

    width: 100%;

    height: 50%;

    margin-top: 0;

    background-size: auto 100%;

  }

  section.hero .wrapper .smoke-holder .logo-holder {

    width: 100px;

    height: 100px;

    margin: -50px 0 0 -50px;

  }

  section.carousel-clients {

    position: relative;

    padding-top: 100px;

    margin-bottom: 100px;

    z-index: 20;

  }

  section.carousel-clients .wrapper .inner-wrapper {

    width: 490px;

  }

  section.carousel-clients .wrapper .inner-wrapper .clients-carousel li {

    margin: 0 10px;

  }

  section.video-lightcase .inner-wrapper .image-wrap {

    width: 600px;

    height: 273px;

    margin: 0 auto;

  }

  section.video-lightcase .inner-wrapper .image-wrap .ft-video-image {

    height: 150%;

    background-position: 50% 50%;

  }

  section.video-lightcase .inner-wrapper .image-wrap .image-overlay-wrap h2 {

    margin-bottom: 15px;

    font-size: 40px;

    line-height: 50px;

  }

  section.mixed-columns .inner-wrapper .two-col li.small {

    float: none;

    width: auto;

    margin-bottom: 50px;

  }

  section.mixed-columns .inner-wrapper .two-col li.small h1 {

    position: relative;

    top: auto;

    right: auto;

    padding-top: 74px;

    font-size: 48px;

    line-height: 58px;

    text-align: center;

  }

  section.mixed-columns .inner-wrapper .two-col li.small h1:before {

    top: 0;

    left: 50%;

    margin-left: -300px;

    transform: none;

  }

  section.mixed-columns .inner-wrapper .two-col li.big {

    float: none;

    width: 80%;

    margin: 0 auto;

  }

  section.mixed-columns .inner-wrapper .two-col li.big h4,

  section.mixed-columns .inner-wrapper .two-col li.big p {

    padding-left: 100px;

  }

  section.ft-columns {

    margin-bottom: 100px;

  }

  section.ft-columns .inner-wrapper h3 {

    margin-bottom: 100px;

  }

  section.info-prefooter .inner-wrapper {

    padding: 150px 0;

  }

  section.page-hero {

    padding-top: 150px;

    margin-bottom: 280px;

    min-height: 500px;

  }

  section.page-hero .wrapper .ft-image-holder .ft-image {

    top: -70px;

  }

}

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

  .inner-wrapper {

    width: 95%;

  }

  section.mixed-columns .inner-wrapper .two-col {

    margin-bottom: 80px;

  }

  section.ft-columns .col-list {

    display: block;

  }

  section.ft-columns .col-list > div {

    width: 90%;

    margin: 0 auto 30px;

  }

  section.ft-columns .col-list > div h3 br {

    display: none;

  }

  section.ft-columns .col-list > div.parallax-wrap {

    display: none;

  }

  section.ft-list .inner-wrapper h3 {

    margin-bottom: 40px;

    font-size: 30px;

    line-height: 40px;

  }

  section.ft-list .inner-wrapper h3 br {

    display: none;

  }

  section.ft-list .inner-wrapper .list-wrap {

    padding-left: 80px;

    padding-top: 27px;

    margin-bottom: 40px;

  }

  section.ft-list .inner-wrapper .list-wrap img {

    width: 150px;

    height: 107px;

  }

  section.text-and-bgr {

    margin-bottom: 80px;

  }

  section.text-and-bgr .inner-wrapper {

    text-align: center;

  }

  section.text-and-bgr .inner-wrapper h3 {

    margin-bottom: 55px;

    font-size: 35px;

    line-height: 45px;

  }

  section.text-and-bgr .inner-wrapper .btn-with-line-wrap {

    padding: 20px 0;

    text-align: center;

  }

  section.text-and-bgr .inner-wrapper .btn-with-line-wrap:before {

    left: 50%;

    margin-left: -300px;

    top: -100px;

    transform: none;

  }

  section.text-and-bgr .inner-wrapper .btn-with-line-wrap:after {

    content: "";

    position: absolute;

    top: 50%;

    left: 0;

    width: 100%;

    height: 2px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ca5ba3+0,00a2df+33,a4cf91+66,f18229+100 */

    background: #ca5ba3;

    /* Old browsers */

    background: -moz-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #ca5ba3 0%, #00a2df 33%, #a4cf91 66%, #f18229 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5ba3', endColorstr='#f18229', GradientType=1);

    /* IE6-9 */

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

  }

  section.text-and-bgr .inner-wrapper .btn-with-line-wrap a {

    z-index: 10;

  }

  section.text-and-bgr .inner-wrapper .btn-with-line-wrap a:before {

    display: none;

  }

  section.text-and-bgr .inner-wrapper .text-wrap {

    width: 95%;

    margin: 0 auto;

  }

  section.text-and-bgr .inner-wrapper .card-list {

    text-align: center;

  }

  section.text-and-bgr .inner-wrapper .card-list li {

    display: inline-block;

    margin: 0 5px;

    float: none;

  }

  section.cta-bgr .inner-wrapper {

    padding: 80px 0;

    text-align: center;

  }

  section.cta-bgr .inner-wrapper h3 {

    width: auto;

    margin-bottom: 50px;

    font-size: 33px;

    line-height: 43px;

  }

  section.cta-bgr .inner-wrapper a {

    display: inline-block;

    position: relative;

    top: auto;

    right: auto;

    transform: none;

  }

  section.cta-bgr .inner-wrapper a:after {

    display: none;

  }

  section.references {

    padding: 100px 0;

  }

  section.references h3 {

    margin-bottom: 40px;

    font-size: 40px;

    line-height: 50px;

  }

  section.references .inner-wrapper .references-logos-list {

    margin-left: 0;

    margin-right: 0;

  }

  section.references .inner-wrapper .references-videos-list {

    margin-left: 0;

    margin-right: 0;

    -webkit-justify-content: center;

    justify-content: center;

  }

  section.info-prefooter .inner-wrapper {

    padding: 80px 0;

  }

  section.info-prefooter .inner-wrapper .two-col li {

    display: block;

    width: 300px;

    margin: 0 auto 30px;

    text-align: center;

  }

  section.info-prefooter .inner-wrapper:before {

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

  }

  section.page-hero {

    margin-bottom: 180px;

  }

  section.page-hero h1 {

    margin-bottom: 10px;

    font-size: 50px;

    line-height: 56px;

  }

  section.page-hero p {

    font-size: 22px;

    line-height: 32px;

  }

  section.page-hero .info-msg {

    font-size: 16px;

    line-height: 30px;

  }

  section.page-hero .wrapper {

    min-height: 380px;

  }

  section.page-hero .wrapper .ft-image-holder {

    bottom: -110px;

    height: 220px;

  }

  section.page-hero .wrapper .ft-image-holder .ft-image {

    height: 100%;

    top: 0;

    background-position: 50% 50%;

    background-size: cover;

  }

  section.title-section {

    margin-bottom: 40px;

  }

  section.title-section h2 {

    margin-bottom: 10px;

    font-size: 40px;

    line-height: 50px;

  }

  section.title-section h3 {

    font-size: 25px;

    line-height: 35px;

  }

  section.feature-boxes-vertical {

    padding: 100px 0;

  }

  section.feature-boxes-vertical .inner-wrapper h2 {

    margin-bottom: 10px;

    font-size: 40px;

    line-height: 50px;

  }

  section.feature-boxes-vertical .inner-wrapper h3 {

    font-size: 25px;

    line-height: 25px;

  }

  section.feature-boxes {

    margin-bottom: 100px;

  }

  section.feature-boxes .boxes-list > li {

    float: none;

    margin: 0 auto 30px;

  }

  section.feature-boxes .boxes-list > li:nth-child(2n) {

    float: none;

  }

  section.feature-boxes .boxes-list > li:nth-child(2) {

    margin-top: 0;

  }

  section.feature-boxes .boxes-list > li:nth-child(3) {

    background-color: #f2f2f2;

  }

  section.feature-boxes .boxes-list > li:nth-child(3) span,

  section.feature-boxes .boxes-list > li:nth-child(3) h4 {

    color: rgba(13, 13, 13, 0.1);

  }

  section.feature-boxes .boxes-list > li:nth-child(3) h3,

  section.feature-boxes .boxes-list > li:nth-child(3) p {

    color: #0d0d0d;

  }

  section.feature-boxes .boxes-list > li:nth-child(4) {

    background-color: #0d0d0d;

  }

  section.feature-boxes .boxes-list > li:nth-child(4) span,

  section.feature-boxes .boxes-list > li:nth-child(4) h4 {

    color: rgba(255, 255, 255, 0.1);

  }

  section.feature-boxes .boxes-list > li:nth-child(4) h3,

  section.feature-boxes .boxes-list > li:nth-child(4) p {

    color: #fff;

  }

  section.feature-boxes-vertical .feature-boxes-vertical-list > li {

    float: none;

    width: 300px;

    margin: 0 auto 30px;

  }

  section.feature-boxes-vertical .feature-boxes-vertical-list > li:nth-child(2) {

    margin: 0 auto 30px;

  }

  section.feature-boxes-vertical .feature-boxes-vertical-list > li:nth-child(3) {

    margin: 0 auto 30px;

  }

  footer .pre-footer .inner-wrapper {

    padding: 30px 0;

  }

  footer .pre-footer .inner-wrapper h5 {

    font-size: 30px;

    line-height: 40px;

  }

  footer .pre-footer .inner-wrapper h5 a {

    display: block;

    width: 152px;

    margin: 0 auto;

  }

  footer .inner-wrapper .up-scroll {

    float: none;

    display: block;

    margin: 0 auto 10px;

  }

  .home footer .inner-wrapper {

    padding-top: 100px;

  }

  .home footer .inner-wrapper .footer-logo {

    top: 20px;

    width: 64px;

    height: 64px;

    padding: 0;

    margin-left: -32px;

    background-color: transparent;

  }

  .home footer .inner-wrapper .main-menu {

    float: none;

  }

  .home footer .inner-wrapper p {

    text-align: center;

  }

  section.resources .resources-wrap {

    width: 95%;

  }

  section.resources .resources-wrap .resources-list li {

    padding: 20px;

  }

  section.resources .resources-wrap .resources-list li img {

    position: relative;

    top: auto;

    float: right;

    right: auto;

    margin: -66px 0 10px 10px;

  }

  section.resources .resources-wrap .resources-list li h3 {

    font-size: 26px;

    line-height: 36px;

  }

}

@media screen and (max-width: 780px) {

  section.profile-text .profile-text-wrap {

    width: 95%;

  }

  section.profile-text .profile-text-wrap .col-wrap > div {

    float: none;

    width: auto;

    text-align: center;

  }

  section.profile-text .profile-text-wrap .col-wrap > div:last-child {

    float: none;

  }

  section.page-hero .entry .two-col li {

    display: block;

    margin: 0 0 15px 0;

  }

  section.page-hero .entry .two-col li p {

    font-size: 24px;

    line-height: 34px;

  }

  section.profile-text {

    padding-bottom: 90px;

  }

  section.form-section {

    padding-bottom: 80px;

  }

  section.form-section .form-wrap {

    width: 90%;

  }

  section.form-section .form-wrap h2 {

    margin-bottom: 40px;

  }

  section.form-section .form-wrap .two-col li {

    float: none;

    width: 100%;

  }

  section.form-section .form-wrap .two-col li:last-child {

    float: none;

  }

  .content-wrap {

    width: 90%;

  }

  .home footer .inner-wrapper .main-menu li {

    width: 100%;

    margin: 0;

  }

  .home footer .inner-wrapper .main-menu li:after {

    left: 50%;

    margin-left: -15px;

  }

  .home footer .inner-wrapper .main-menu li.mobile-only {

    display: block;

  }

  footer .inner-wrapper .main-menu li {

    width: 100%;

    margin: 0;

  }

  footer .inner-wrapper .main-menu li:after {

    left: 50%;

    margin-left: -15px;

  }

  footer .inner-wrapper .main-menu li.mobile-only {

    display: block;

  }

}

@media screen and (max-width: 640px) {

  #user-login-form {

    min-width: auto;

  }

  #user-login-form .user-registration {

    color: #fff;

  }

  #user-login-form p {

    color: #fff;

  }

  #user-login-form input[type=submit] {

    color: #fff;

    border-color: #fff;

  }

}

@media screen and (max-width: 639px) {

  section.hero .wrapper .inner-wrapper .hero-inner-wrap {

    padding-top: 85px;

  }

  section.hero .wrapper .inner-wrapper .hero-inner-wrap h1 {

    margin-bottom: 30px;

    font-size: 45px;

    line-height: 55px;

  }

  section.hero .wrapper .inner-wrapper .hero-inner-wrap h2 {

    margin-bottom: 10px;

    font-size: 20px;

    line-height: 28px;

  }

  section.hero .wrapper .inner-wrapper .hero-inner-wrap h3 {

    font-style: 16px;

    line-height: 28px;

    font-weight: normal;

  }

  section.hero .wrapper .smoke-holder {

    background-size: contain;

  }

  section.carousel-clients .wrapper .inner-wrapper {

    width: 300px;

  }

  section.carousel-clients .wrapper .inner-wrapper .clients-carousel li {

    width: 140px;

    height: 93px;

  }

  section.carousel-clients .wrapper .next-arrow,

  section.carousel-clients .wrapper .prev-arrow {

    display: none !important;

  }

  section.video-lightcase .inner-wrapper .image-wrap {

    width: 100%;

  }

  section.video-lightcase .inner-wrapper .image-overlay-wrap h2 {

    margin-bottom: 10px;

    font-size: 30px;

    line-height: 40px;

  }

  section.video-lightcase .inner-wrapper .smoke-layer {

    left: 0;

    width: 100%;

    height: 100%;

    margin-left: 0;

    background-size: contain;

    background-position: 50% 0;

  }

  section.mixed-columns .inner-wrapper .two-col li.small {

    margin-bottom: 40px;

  }

  section.mixed-columns .inner-wrapper .two-col li.small h1 {

    padding-top: 35px;

    font-style: 40px;

    line-height: 50px;

  }

  section.mixed-columns .inner-wrapper .two-col li.small h1:before {

    width: 301px;

    height: 73px;

    margin-left: -150px;

    background-size: contain;

  }

  section.mixed-columns .inner-wrapper .two-col li.big {

    width: 90%;

  }

  section.mixed-columns .inner-wrapper .two-col li.big h4 {

    margin-bottom: 40px;

    font-style: 22px;

    font-weight: normal;

  }

  section.mixed-columns .inner-wrapper .two-col li.big p {

    font-size: 19px;

    line-height: 29px;

  }

  section.mixed-columns .inner-wrapper .two-col li.big h4,

  section.mixed-columns .inner-wrapper .two-col li.big p {

    padding-left: 60px;

  }

  section.mixed-columns .inner-wrapper .two-col li.big ul li {

    font-size: 19px;

    line-height: 29px;

  }

  section.ft-columns {

    margin-bottom: 50px;

  }

  section.ft-list .inner-wrapper h3 {

    font-style: 25px;

    line-height: 35px;

  }

  section.ft-list .inner-wrapper .list-wrap {

    padding: 50px 10px 0 10px;

    margin-bottom: 30px;

  }

  section.ft-list .inner-wrapper .list-wrap h4 {

    font-size: 32px;

    line-height: 42px;

  }

  section.ft-list .inner-wrapper .list-wrap ul li {

    font-size: 18px;

    line-height: 20px;

  }

  section.text-and-bgr .inner-wrapper h3 {

    font-style: 32px;

    line-height: 42px;

  }

  section.text-and-bgr .inner-wrapper .text-wrap p b {

    font-size: 24px;

  }

  section.text-and-bgr .inner-wrapper .btn-with-line-wrap:before {

    top: -35px;

    width: 301px;

    height: 73px;

    margin-left: -150px;

    background-size: contain;

  }

  section.cta-bgr .inner-wrapper h3 {

    margin-bottom: 35px;

    font-size: 24px;

    line-height: 34px;

  }

  section.references {

    padding: 50px 0;

  }

  section.references .inner-wrapper h3 {

    margin-bottom: 20px;

  }

  section.references .inner-wrapper .references-logos-list {

    margin-bottom: 50px;

  }

  section.references .inner-wrapper .references-logos-list li {

    width: 135px;

    height: 90px;

    margin: 0 7px;

  }

  section.info-prefooter .inner-wrapper:before {

    width: 301px;

    height: 73px;

    background-size: contain;

  }

  section.info-prefooter .label {

    top: auto;

    bottom: 20px;

    transform: none;

  }

  section.page-hero {

    margin-bottom: 120px;

  }

  section.page-hero .wrapper {

    min-height: 380px;

    padding-bottom: 90px;

  }

  section.page-hero .wrapper .ft-image-holder {

    bottom: -75px;

    height: 150px;

  }

  section.feature-boxes {

    margin-bottom: 50px;

  }

  section.feature-boxes .boxes-list > li {

    width: 95%;

    height: auto;

    padding-bottom: 30px;

  }

  section.profile-image .img-wrap {

    width: 280px;

    height: 280px;

  }

  section.resources {

    padding-bottom: 40px;

  }

  section.resources .resources-wrap .resources-list {

    padding-top: 0;

  }

  section.resources .resources-wrap .resources-list li {

    margin-bottom: 30px;

    text-align: center;

  }

  section.resources .resources-wrap .resources-list li img {

    display: block;

    float: none;

    margin: 0 auto 15px;

  }

  section.resources .resources-wrap .resources-list.books li table tr td {

    text-align: left;

  }

  section.info-prefooter .inner-wrapper {

    padding-bottom: 215px;

  }

  section.info-prefooter .inner-wrapper:before {

    top: 78%;

  }

  section.info-prefooter .label {

    bottom: 185px;

    width: 120px;

    font-size: 18px;

  }

  section.info-prefooter .label:after {

    width: 145px;

  }

  section.info-prefooter .bgr-image {

    height: 100%;

    background-position: 0 100%;

  }

}

@media (max-width: 1279px) and (max-height: 639px) {

  header .wrapper .mobile-menu-wrap .inner-wrapper {

    top: 56%;

  }

}


body section.feature-boxes .boxes-list h4 {
    margin-top: 0 !important;
    margin: 0 !important;
}

body .feature-boxes-vertical ul.feature-boxes-vertical-list h4 {
    margin-top: 0 !important;
    margin: 0 !important;
}