.otb-beam-me-up-scotty {
position: fixed;
z-index: 1010;
font-size: 30px;
text-align: center;					
cursor: pointer;
text-decoration: none;
opacity: 1;
}
.otb-beam-me-up-scotty.slide,
.otb-beam-me-up-scotty.fade {
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.otb-beam-me-up-scotty.small {
width: 40px;
height: 40px;
}
.otb-beam-me-up-scotty.medium {
width: 49px;
height: 49px;
}
.otb-beam-me-up-scotty.large {
width: 58px;
height: 58px;
}
.otb-beam-me-up-scotty.rounded,
.otb-beam-me-up-scotty.rounded .rollover {
border-radius: 3px;
}
.otb-beam-me-up-scotty.circle,
.otb-beam-me-up-scotty.circle .rollover {
border-radius: 100%;
}
.otb-beam-me-up-scotty i {
font-size: 30px;
font-weight: 300;
vertical-align: top;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.otb-beam-me-up-scotty.small i {
line-height: 40px !important;
font-size: 18px;
}
.otb-beam-me-up-scotty.medium i {
line-height: 47px !important;
font-size: 30px;
} .otb-beam-me-up-scotty.large i {
line-height: 54px !important;
font-size: 45px;
}
.otb-beam-me-up-scotty .rollover {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
z-index: -1;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.otb-beam-me-up-scotty:not(.hidden):hover {
opacity: 1 !important;
}
.otb-beam-me-up-scotty:hover .rollover {
opacity: 1;
}
.otb-beam-me-up-scotty.small.slide.hidden {
right: -40px;
}	
.otb-beam-me-up-scotty.medium.slide.hidden {
right: -49px;
}	
.otb-beam-me-up-scotty.large.slide.hidden {
right: -58px;
}
.otb-beam-me-up-scotty.small.slide-up.hidden {
bottom: -40px;
}	
.otb-beam-me-up-scotty.medium.slide-up.hidden {
bottom: -49px;
}	
.otb-beam-me-up-scotty.large.slide-up.hidden {
bottom: -58px;
}
.otb-beam-me-up-scotty:not(.slide).hidden {
opacity: 0;
}@font-face {
font-family: 'FontAwesome';
src: url(//wp.arcadeitalia.net/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//wp.arcadeitalia.net/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//wp.arcadeitalia.net/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//wp.arcadeitalia.net/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//wp.arcadeitalia.net/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//wp.arcadeitalia.net/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.otb-fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .otb-fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.otb-fa-2x {
font-size: 2em;
}
.otb-fa-3x {
font-size: 3em;
}
.otb-fa-4x {
font-size: 4em;
}
.otb-fa-5x {
font-size: 5em;
}
.otb-fa-fw {
width: 1.28571429em;
text-align: center;
}
.otb-fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.otb-fa-ul > li {
position: relative;
}
.otb-fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.otb-fa-li.otb-fa-lg {
left: -1.85714286em;
}
.otb-fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.otb-fa-pull-left {
float: left;
}
.otb-fa-pull-right {
float: right;
}
.otb-fa.otb-fa-pull-left {
margin-right: .3em;
}
.otb-fa.otb-fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.otb-fa.pull-left {
margin-right: .3em;
}
.otb-fa.pull-right {
margin-left: .3em;
}
.otb-fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.otb-fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.otb-fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.otb-fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.otb-fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.otb-fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.otb-fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .otb-fa-rotate-90,
:root .otb-fa-rotate-180,
:root .otb-fa-rotate-270,
:root .otb-fa-flip-horizontal,
:root .otb-fa-flip-vertical {
filter: none;
}
.otb-fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.otb-fa-stack-1x,
.otb-fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.otb-fa-stack-1x {
line-height: inherit;
}
.otb-fa-stack-2x {
font-size: 2em;
}
.otb-fa-inverse {
color: #ffffff;
} .otb-fa-glass:before {
content: "\f000";
}
.otb-fa-music:before {
content: "\f001";
}
.otb-fa-search:before {
content: "\f002";
}
.otb-fa-envelope-o:before {
content: "\f003";
}
.otb-fa-heart:before {
content: "\f004";
}
.otb-fa-star:before {
content: "\f005";
}
.otb-fa-star-o:before {
content: "\f006";
}
.otb-fa-user:before {
content: "\f007";
}
.otb-fa-film:before {
content: "\f008";
}
.otb-fa-th-large:before {
content: "\f009";
}
.otb-fa-th:before {
content: "\f00a";
}
.otb-fa-th-list:before {
content: "\f00b";
}
.otb-fa-check:before {
content: "\f00c";
}
.otb-fa-remove:before,
.otb-fa-close:before,
.otb-fa-times:before {
content: "\f00d";
}
.otb-fa-search-plus:before {
content: "\f00e";
}
.otb-fa-search-minus:before {
content: "\f010";
}
.otb-fa-power-off:before {
content: "\f011";
}
.otb-fa-signal:before {
content: "\f012";
}
.otb-fa-gear:before,
.otb-fa-cog:before {
content: "\f013";
}
.otb-fa-trash-o:before {
content: "\f014";
}
.otb-fa-home:before {
content: "\f015";
}
.otb-fa-file-o:before {
content: "\f016";
}
.otb-fa-clock-o:before {
content: "\f017";
}
.otb-fa-road:before {
content: "\f018";
}
.otb-fa-download:before {
content: "\f019";
}
.otb-fa-arrow-circle-o-down:before {
content: "\f01a";
}
.otb-fa-arrow-circle-o-up:before {
content: "\f01b";
}
.otb-fa-inbox:before {
content: "\f01c";
}
.otb-fa-play-circle-o:before {
content: "\f01d";
}
.otb-fa-rotate-right:before,
.otb-fa-repeat:before {
content: "\f01e";
}
.otb-fa-refresh:before {
content: "\f021";
}
.otb-fa-list-alt:before {
content: "\f022";
}
.otb-fa-lock:before {
content: "\f023";
}
.otb-fa-flag:before {
content: "\f024";
}
.otb-fa-headphones:before {
content: "\f025";
}
.otb-fa-volume-off:before {
content: "\f026";
}
.otb-fa-volume-down:before {
content: "\f027";
}
.otb-fa-volume-up:before {
content: "\f028";
}
.otb-fa-qrcode:before {
content: "\f029";
}
.otb-fa-barcode:before {
content: "\f02a";
}
.otb-fa-tag:before {
content: "\f02b";
}
.otb-fa-tags:before {
content: "\f02c";
}
.otb-fa-book:before {
content: "\f02d";
}
.otb-fa-bookmark:before {
content: "\f02e";
}
.otb-fa-print:before {
content: "\f02f";
}
.otb-fa-camera:before {
content: "\f030";
}
.otb-fa-font:before {
content: "\f031";
}
.otb-fa-bold:before {
content: "\f032";
}
.otb-fa-italic:before {
content: "\f033";
}
.otb-fa-text-height:before {
content: "\f034";
}
.otb-fa-text-width:before {
content: "\f035";
}
.otb-fa-align-left:before {
content: "\f036";
}
.otb-fa-align-center:before {
content: "\f037";
}
.otb-fa-align-right:before {
content: "\f038";
}
.otb-fa-align-justify:before {
content: "\f039";
}
.otb-fa-list:before {
content: "\f03a";
}
.otb-fa-dedent:before,
.otb-fa-outdent:before {
content: "\f03b";
}
.otb-fa-indent:before {
content: "\f03c";
}
.otb-fa-video-camera:before {
content: "\f03d";
}
.otb-fa-photo:before,
.otb-fa-image:before,
.otb-fa-picture-o:before {
content: "\f03e";
}
.otb-fa-pencil:before {
content: "\f040";
}
.otb-fa-map-marker:before {
content: "\f041";
}
.otb-fa-adjust:before {
content: "\f042";
}
.otb-fa-tint:before {
content: "\f043";
}
.otb-fa-edit:before,
.otb-fa-pencil-square-o:before {
content: "\f044";
}
.otb-fa-share-square-o:before {
content: "\f045";
}
.otb-fa-check-square-o:before {
content: "\f046";
}
.otb-fa-arrows:before {
content: "\f047";
}
.otb-fa-step-backward:before {
content: "\f048";
}
.otb-fa-fast-backward:before {
content: "\f049";
}
.otb-fa-backward:before {
content: "\f04a";
}
.otb-fa-play:before {
content: "\f04b";
}
.otb-fa-pause:before {
content: "\f04c";
}
.otb-fa-stop:before {
content: "\f04d";
}
.otb-fa-forward:before {
content: "\f04e";
}
.otb-fa-fast-forward:before {
content: "\f050";
}
.otb-fa-step-forward:before {
content: "\f051";
}
.otb-fa-eject:before {
content: "\f052";
}
.otb-fa-chevron-left:before {
content: "\f053";
}
.otb-fa-chevron-right:before {
content: "\f054";
}
.otb-fa-plus-circle:before {
content: "\f055";
}
.otb-fa-minus-circle:before {
content: "\f056";
}
.otb-fa-times-circle:before {
content: "\f057";
}
.otb-fa-check-circle:before {
content: "\f058";
}
.otb-fa-question-circle:before {
content: "\f059";
}
.otb-fa-info-circle:before {
content: "\f05a";
}
.otb-fa-crosshairs:before {
content: "\f05b";
}
.otb-fa-times-circle-o:before {
content: "\f05c";
}
.otb-fa-check-circle-o:before {
content: "\f05d";
}
.otb-fa-ban:before {
content: "\f05e";
}
.otb-fa-arrow-left:before {
content: "\f060";
}
.otb-fa-arrow-right:before {
content: "\f061";
}
.otb-fa-arrow-up:before {
content: "\f062";
}
.otb-fa-arrow-down:before {
content: "\f063";
}
.otb-fa-mail-forward:before,
.otb-fa-share:before {
content: "\f064";
}
.otb-fa-expand:before {
content: "\f065";
}
.otb-fa-compress:before {
content: "\f066";
}
.otb-fa-plus:before {
content: "\f067";
}
.otb-fa-minus:before {
content: "\f068";
}
.otb-fa-asterisk:before {
content: "\f069";
}
.otb-fa-exclamation-circle:before {
content: "\f06a";
}
.otb-fa-gift:before {
content: "\f06b";
}
.otb-fa-leaf:before {
content: "\f06c";
}
.otb-fa-fire:before {
content: "\f06d";
}
.otb-fa-eye:before {
content: "\f06e";
}
.otb-fa-eye-slash:before {
content: "\f070";
}
.otb-fa-warning:before,
.otb-fa-exclamation-triangle:before {
content: "\f071";
}
.otb-fa-plane:before {
content: "\f072";
}
.otb-fa-calendar:before {
content: "\f073";
}
.otb-fa-random:before {
content: "\f074";
}
.otb-fa-comment:before {
content: "\f075";
}
.otb-fa-magnet:before {
content: "\f076";
}
.otb-fa-chevron-up:before {
content: "\f077";
}
.otb-fa-chevron-down:before {
content: "\f078";
}
.otb-fa-retweet:before {
content: "\f079";
}
.otb-fa-shopping-cart:before {
content: "\f07a";
}
.otb-fa-folder:before {
content: "\f07b";
}
.otb-fa-folder-open:before {
content: "\f07c";
}
.otb-fa-arrows-v:before {
content: "\f07d";
}
.otb-fa-arrows-h:before {
content: "\f07e";
}
.otb-fa-bar-chart-o:before,
.otb-fa-bar-chart:before {
content: "\f080";
}
.otb-fa-twitter-square:before {
content: "\f081";
}
.otb-fa-facebook-square:before {
content: "\f082";
}
.otb-fa-camera-retro:before {
content: "\f083";
}
.otb-fa-key:before {
content: "\f084";
}
.otb-fa-gears:before,
.otb-fa-cogs:before {
content: "\f085";
}
.otb-fa-comments:before {
content: "\f086";
}
.otb-fa-thumbs-o-up:before {
content: "\f087";
}
.otb-fa-thumbs-o-down:before {
content: "\f088";
}
.otb-fa-star-half:before {
content: "\f089";
}
.otb-fa-heart-o:before {
content: "\f08a";
}
.otb-fa-sign-out:before {
content: "\f08b";
}
.otb-fa-linkedin-square:before {
content: "\f08c";
}
.otb-fa-thumb-tack:before {
content: "\f08d";
}
.otb-fa-external-link:before {
content: "\f08e";
}
.otb-fa-sign-in:before {
content: "\f090";
}
.otb-fa-trophy:before {
content: "\f091";
}
.otb-fa-github-square:before {
content: "\f092";
}
.otb-fa-upload:before {
content: "\f093";
}
.otb-fa-lemon-o:before {
content: "\f094";
}
.otb-fa-phone:before {
content: "\f095";
}
.otb-fa-square-o:before {
content: "\f096";
}
.otb-fa-bookmark-o:before {
content: "\f097";
}
.otb-fa-phone-square:before {
content: "\f098";
}
.otb-fa-twitter:before {
content: "\f099";
}
.otb-fa-facebook-f:before,
.otb-fa-facebook:before {
content: "\f09a";
}
.otb-fa-github:before {
content: "\f09b";
}
.otb-fa-unlock:before {
content: "\f09c";
}
.otb-fa-credit-card:before {
content: "\f09d";
}
.otb-fa-feed:before,
.otb-fa-rss:before {
content: "\f09e";
}
.otb-fa-hdd-o:before {
content: "\f0a0";
}
.otb-fa-bullhorn:before {
content: "\f0a1";
}
.otb-fa-bell:before {
content: "\f0f3";
}
.otb-fa-certificate:before {
content: "\f0a3";
}
.otb-fa-hand-o-right:before {
content: "\f0a4";
}
.otb-fa-hand-o-left:before {
content: "\f0a5";
}
.otb-fa-hand-o-up:before {
content: "\f0a6";
}
.otb-fa-hand-o-down:before {
content: "\f0a7";
}
.otb-fa-arrow-circle-left:before {
content: "\f0a8";
}
.otb-fa-arrow-circle-right:before {
content: "\f0a9";
}
.otb-fa-arrow-circle-up:before {
content: "\f0aa";
}
.otb-fa-arrow-circle-down:before {
content: "\f0ab";
}
.otb-fa-globe:before {
content: "\f0ac";
}
.otb-fa-wrench:before {
content: "\f0ad";
}
.otb-fa-tasks:before {
content: "\f0ae";
}
.otb-fa-filter:before {
content: "\f0b0";
}
.otb-fa-briefcase:before {
content: "\f0b1";
}
.otb-fa-arrows-alt:before {
content: "\f0b2";
}
.otb-fa-group:before,
.otb-fa-users:before {
content: "\f0c0";
}
.otb-fa-chain:before,
.otb-fa-link:before {
content: "\f0c1";
}
.otb-fa-cloud:before {
content: "\f0c2";
}
.otb-fa-flask:before {
content: "\f0c3";
}
.otb-fa-cut:before,
.otb-fa-scissors:before {
content: "\f0c4";
}
.otb-fa-copy:before,
.otb-fa-files-o:before {
content: "\f0c5";
}
.otb-fa-paperclip:before {
content: "\f0c6";
}
.otb-fa-save:before,
.otb-fa-floppy-o:before {
content: "\f0c7";
}
.otb-fa-square:before {
content: "\f0c8";
}
.otb-fa-navicon:before,
.otb-fa-reorder:before,
.otb-fa-bars:before {
content: "\f0c9";
}
.otb-fa-list-ul:before {
content: "\f0ca";
}
.otb-fa-list-ol:before {
content: "\f0cb";
}
.otb-fa-strikethrough:before {
content: "\f0cc";
}
.otb-fa-underline:before {
content: "\f0cd";
}
.otb-fa-table:before {
content: "\f0ce";
}
.otb-fa-magic:before {
content: "\f0d0";
}
.otb-fa-truck:before {
content: "\f0d1";
}
.otb-fa-pinterest:before {
content: "\f0d2";
}
.otb-fa-pinterest-square:before {
content: "\f0d3";
}
.otb-fa-google-plus-square:before {
content: "\f0d4";
}
.otb-fa-google-plus:before {
content: "\f0d5";
}
.otb-fa-money:before {
content: "\f0d6";
}
.otb-fa-caret-down:before {
content: "\f0d7";
}
.otb-fa-caret-up:before {
content: "\f0d8";
}
.otb-fa-caret-left:before {
content: "\f0d9";
}
.otb-fa-caret-right:before {
content: "\f0da";
}
.otb-fa-columns:before {
content: "\f0db";
}
.otb-fa-unsorted:before,
.otb-fa-sort:before {
content: "\f0dc";
}
.otb-fa-sort-down:before,
.otb-fa-sort-desc:before {
content: "\f0dd";
}
.otb-fa-sort-up:before,
.otb-fa-sort-asc:before {
content: "\f0de";
}
.otb-fa-envelope:before {
content: "\f0e0";
}
.otb-fa-linkedin:before {
content: "\f0e1";
}
.otb-fa-rotate-left:before,
.otb-fa-undo:before {
content: "\f0e2";
}
.otb-fa-legal:before,
.otb-fa-gavel:before {
content: "\f0e3";
}
.otb-fa-dashboard:before,
.otb-fa-tachometer:before {
content: "\f0e4";
}
.otb-fa-comment-o:before {
content: "\f0e5";
}
.otb-fa-comments-o:before {
content: "\f0e6";
}
.otb-fa-flash:before,
.otb-fa-bolt:before {
content: "\f0e7";
}
.otb-fa-sitemap:before {
content: "\f0e8";
}
.otb-fa-umbrella:before {
content: "\f0e9";
}
.otb-fa-paste:before,
.otb-fa-clipboard:before {
content: "\f0ea";
}
.otb-fa-lightbulb-o:before {
content: "\f0eb";
}
.otb-fa-exchange:before {
content: "\f0ec";
}
.otb-fa-cloud-download:before {
content: "\f0ed";
}
.otb-fa-cloud-upload:before {
content: "\f0ee";
}
.otb-fa-user-md:before {
content: "\f0f0";
}
.otb-fa-stethoscope:before {
content: "\f0f1";
}
.otb-fa-suitcase:before {
content: "\f0f2";
}
.otb-fa-bell-o:before {
content: "\f0a2";
}
.otb-fa-coffee:before {
content: "\f0f4";
}
.otb-fa-cutlery:before {
content: "\f0f5";
}
.otb-fa-file-text-o:before {
content: "\f0f6";
}
.otb-fa-building-o:before {
content: "\f0f7";
}
.otb-fa-hospital-o:before {
content: "\f0f8";
}
.otb-fa-ambulance:before {
content: "\f0f9";
}
.otb-fa-medkit:before {
content: "\f0fa";
}
.otb-fa-fighter-jet:before {
content: "\f0fb";
}
.otb-fa-beer:before {
content: "\f0fc";
}
.otb-fa-h-square:before {
content: "\f0fd";
}
.otb-fa-plus-square:before {
content: "\f0fe";
}
.otb-fa-angle-double-left:before {
content: "\f100";
}
.otb-fa-angle-double-right:before {
content: "\f101";
}
.otb-fa-angle-double-up:before {
content: "\f102";
}
.otb-fa-angle-double-down:before {
content: "\f103";
}
.otb-fa-angle-left:before {
content: "\f104";
}
.otb-fa-angle-right:before {
content: "\f105";
}
.otb-fa-angle-up:before {
content: "\f106";
}
.otb-fa-angle-down:before {
content: "\f107";
}
.otb-fa-desktop:before {
content: "\f108";
}
.otb-fa-laptop:before {
content: "\f109";
}
.otb-fa-tablet:before {
content: "\f10a";
}
.otb-fa-mobile-phone:before,
.otb-fa-mobile:before {
content: "\f10b";
}
.otb-fa-circle-o:before {
content: "\f10c";
}
.otb-fa-quote-left:before {
content: "\f10d";
}
.otb-fa-quote-right:before {
content: "\f10e";
}
.otb-fa-spinner:before {
content: "\f110";
}
.otb-fa-circle:before {
content: "\f111";
}
.otb-fa-mail-reply:before,
.otb-fa-reply:before {
content: "\f112";
}
.otb-fa-github-alt:before {
content: "\f113";
}
.otb-fa-folder-o:before {
content: "\f114";
}
.otb-fa-folder-open-o:before {
content: "\f115";
}
.otb-fa-smile-o:before {
content: "\f118";
}
.otb-fa-frown-o:before {
content: "\f119";
}
.otb-fa-meh-o:before {
content: "\f11a";
}
.otb-fa-gamepad:before {
content: "\f11b";
}
.otb-fa-keyboard-o:before {
content: "\f11c";
}
.otb-fa-flag-o:before {
content: "\f11d";
}
.otb-fa-flag-checkered:before {
content: "\f11e";
}
.otb-fa-terminal:before {
content: "\f120";
}
.otb-fa-code:before {
content: "\f121";
}
.otb-fa-mail-reply-all:before,
.otb-fa-reply-all:before {
content: "\f122";
}
.otb-fa-star-half-empty:before,
.otb-fa-star-half-full:before,
.otb-fa-star-half-o:before {
content: "\f123";
}
.otb-fa-location-arrow:before {
content: "\f124";
}
.otb-fa-crop:before {
content: "\f125";
}
.otb-fa-code-fork:before {
content: "\f126";
}
.otb-fa-unlink:before,
.otb-fa-chain-broken:before {
content: "\f127";
}
.otb-fa-question:before {
content: "\f128";
}
.otb-fa-info:before {
content: "\f129";
}
.otb-fa-exclamation:before {
content: "\f12a";
}
.otb-fa-superscript:before {
content: "\f12b";
}
.otb-fa-subscript:before {
content: "\f12c";
}
.otb-fa-eraser:before {
content: "\f12d";
}
.otb-fa-puzzle-piece:before {
content: "\f12e";
}
.otb-fa-microphone:before {
content: "\f130";
}
.otb-fa-microphone-slash:before {
content: "\f131";
}
.otb-fa-shield:before {
content: "\f132";
}
.otb-fa-calendar-o:before {
content: "\f133";
}
.otb-fa-fire-extinguisher:before {
content: "\f134";
}
.otb-fa-rocket:before {
content: "\f135";
}
.otb-fa-maxcdn:before {
content: "\f136";
}
.otb-fa-chevron-circle-left:before {
content: "\f137";
}
.otb-fa-chevron-circle-right:before {
content: "\f138";
}
.otb-fa-chevron-circle-up:before {
content: "\f139";
}
.otb-fa-chevron-circle-down:before {
content: "\f13a";
}
.otb-fa-html5:before {
content: "\f13b";
}
.otb-fa-css3:before {
content: "\f13c";
}
.otb-fa-anchor:before {
content: "\f13d";
}
.otb-fa-unlock-alt:before {
content: "\f13e";
}
.otb-fa-bullseye:before {
content: "\f140";
}
.otb-fa-ellipsis-h:before {
content: "\f141";
}
.otb-fa-ellipsis-v:before {
content: "\f142";
}
.otb-fa-rss-square:before {
content: "\f143";
}
.otb-fa-play-circle:before {
content: "\f144";
}
.otb-fa-ticket:before {
content: "\f145";
}
.otb-fa-minus-square:before {
content: "\f146";
}
.otb-fa-minus-square-o:before {
content: "\f147";
}
.otb-fa-level-up:before {
content: "\f148";
}
.otb-fa-level-down:before {
content: "\f149";
}
.otb-fa-check-square:before {
content: "\f14a";
}
.otb-fa-pencil-square:before {
content: "\f14b";
}
.otb-fa-external-link-square:before {
content: "\f14c";
}
.otb-fa-share-square:before {
content: "\f14d";
}
.otb-fa-compass:before {
content: "\f14e";
}
.otb-fa-toggle-down:before,
.otb-fa-caret-square-o-down:before {
content: "\f150";
}
.otb-fa-toggle-up:before,
.otb-fa-caret-square-o-up:before {
content: "\f151";
}
.otb-fa-toggle-right:before,
.otb-fa-caret-square-o-right:before {
content: "\f152";
}
.otb-fa-euro:before,
.otb-fa-eur:before {
content: "\f153";
}
.otb-fa-gbp:before {
content: "\f154";
}
.otb-fa-dollar:before,
.otb-fa-usd:before {
content: "\f155";
}
.otb-fa-rupee:before,
.otb-fa-inr:before {
content: "\f156";
}
.otb-fa-cny:before,
.otb-fa-rmb:before,
.otb-fa-yen:before,
.otb-fa-jpy:before {
content: "\f157";
}
.otb-fa-ruble:before,
.otb-fa-rouble:before,
.otb-fa-rub:before {
content: "\f158";
}
.otb-fa-won:before,
.otb-fa-krw:before {
content: "\f159";
}
.otb-fa-bitcoin:before,
.otb-fa-btc:before {
content: "\f15a";
}
.otb-fa-file:before {
content: "\f15b";
}
.otb-fa-file-text:before {
content: "\f15c";
}
.otb-fa-sort-alpha-asc:before {
content: "\f15d";
}
.otb-fa-sort-alpha-desc:before {
content: "\f15e";
}
.otb-fa-sort-amount-asc:before {
content: "\f160";
}
.otb-fa-sort-amount-desc:before {
content: "\f161";
}
.otb-fa-sort-numeric-asc:before {
content: "\f162";
}
.otb-fa-sort-numeric-desc:before {
content: "\f163";
}
.otb-fa-thumbs-up:before {
content: "\f164";
}
.otb-fa-thumbs-down:before {
content: "\f165";
}
.otb-fa-youtube-square:before {
content: "\f166";
}
.otb-fa-youtube:before {
content: "\f167";
}
.otb-fa-xing:before {
content: "\f168";
}
.otb-fa-xing-square:before {
content: "\f169";
}
.otb-fa-youtube-play:before {
content: "\f16a";
}
.otb-fa-dropbox:before {
content: "\f16b";
}
.otb-fa-stack-overflow:before {
content: "\f16c";
}
.otb-fa-instagram:before {
content: "\f16d";
}
.otb-fa-flickr:before {
content: "\f16e";
}
.otb-fa-adn:before {
content: "\f170";
}
.otb-fa-bitbucket:before {
content: "\f171";
}
.otb-fa-bitbucket-square:before {
content: "\f172";
}
.otb-fa-tumblr:before {
content: "\f173";
}
.otb-fa-tumblr-square:before {
content: "\f174";
}
.otb-fa-long-arrow-down:before {
content: "\f175";
}
.otb-fa-long-arrow-up:before {
content: "\f176";
}
.otb-fa-long-arrow-left:before {
content: "\f177";
}
.otb-fa-long-arrow-right:before {
content: "\f178";
}
.otb-fa-apple:before {
content: "\f179";
}
.otb-fa-windows:before {
content: "\f17a";
}
.otb-fa-android:before {
content: "\f17b";
}
.otb-fa-linux:before {
content: "\f17c";
}
.otb-fa-dribbble:before {
content: "\f17d";
}
.otb-fa-skype:before {
content: "\f17e";
}
.otb-fa-foursquare:before {
content: "\f180";
}
.otb-fa-trello:before {
content: "\f181";
}
.otb-fa-female:before {
content: "\f182";
}
.otb-fa-male:before {
content: "\f183";
}
.otb-fa-gittip:before,
.otb-fa-gratipay:before {
content: "\f184";
}
.otb-fa-sun-o:before {
content: "\f185";
}
.otb-fa-moon-o:before {
content: "\f186";
}
.otb-fa-archive:before {
content: "\f187";
}
.otb-fa-bug:before {
content: "\f188";
}
.otb-fa-vk:before {
content: "\f189";
}
.otb-fa-weibo:before {
content: "\f18a";
}
.otb-fa-renren:before {
content: "\f18b";
}
.otb-fa-pagelines:before {
content: "\f18c";
}
.otb-fa-stack-exchange:before {
content: "\f18d";
}
.otb-fa-arrow-circle-o-right:before {
content: "\f18e";
}
.otb-fa-arrow-circle-o-left:before {
content: "\f190";
}
.otb-fa-toggle-left:before,
.otb-fa-caret-square-o-left:before {
content: "\f191";
}
.otb-fa-dot-circle-o:before {
content: "\f192";
}
.otb-fa-wheelchair:before {
content: "\f193";
}
.otb-fa-vimeo-square:before {
content: "\f194";
}
.otb-fa-turkish-lira:before,
.otb-fa-try:before {
content: "\f195";
}
.otb-fa-plus-square-o:before {
content: "\f196";
}
.otb-fa-space-shuttle:before {
content: "\f197";
}
.otb-fa-slack:before {
content: "\f198";
}
.otb-fa-envelope-square:before {
content: "\f199";
}
.otb-fa-wordpress:before {
content: "\f19a";
}
.otb-fa-openid:before {
content: "\f19b";
}
.otb-fa-institution:before,
.otb-fa-bank:before,
.otb-fa-university:before {
content: "\f19c";
}
.otb-fa-mortar-board:before,
.otb-fa-graduation-cap:before {
content: "\f19d";
}
.otb-fa-yahoo:before {
content: "\f19e";
}
.otb-fa-google:before {
content: "\f1a0";
}
.otb-fa-reddit:before {
content: "\f1a1";
}
.otb-fa-reddit-square:before {
content: "\f1a2";
}
.otb-fa-stumbleupon-circle:before {
content: "\f1a3";
}
.otb-fa-stumbleupon:before {
content: "\f1a4";
}
.otb-fa-delicious:before {
content: "\f1a5";
}
.otb-fa-digg:before {
content: "\f1a6";
}
.otb-fa-pied-piper-pp:before {
content: "\f1a7";
}
.otb-fa-pied-piper-alt:before {
content: "\f1a8";
}
.otb-fa-drupal:before {
content: "\f1a9";
}
.otb-fa-joomla:before {
content: "\f1aa";
}
.otb-fa-language:before {
content: "\f1ab";
}
.otb-fa-fax:before {
content: "\f1ac";
}
.otb-fa-building:before {
content: "\f1ad";
}
.otb-fa-child:before {
content: "\f1ae";
}
.otb-fa-paw:before {
content: "\f1b0";
}
.otb-fa-spoon:before {
content: "\f1b1";
}
.otb-fa-cube:before {
content: "\f1b2";
}
.otb-fa-cubes:before {
content: "\f1b3";
}
.otb-fa-behance:before {
content: "\f1b4";
}
.otb-fa-behance-square:before {
content: "\f1b5";
}
.otb-fa-steam:before {
content: "\f1b6";
}
.otb-fa-steam-square:before {
content: "\f1b7";
}
.otb-fa-recycle:before {
content: "\f1b8";
}
.otb-fa-automobile:before,
.otb-fa-car:before {
content: "\f1b9";
}
.otb-fa-cab:before,
.otb-fa-taxi:before {
content: "\f1ba";
}
.otb-fa-tree:before {
content: "\f1bb";
}
.otb-fa-spotify:before {
content: "\f1bc";
}
.otb-fa-deviantart:before {
content: "\f1bd";
}
.otb-fa-soundcloud:before {
content: "\f1be";
}
.otb-fa-database:before {
content: "\f1c0";
}
.otb-fa-file-pdf-o:before {
content: "\f1c1";
}
.otb-fa-file-word-o:before {
content: "\f1c2";
}
.otb-fa-file-excel-o:before {
content: "\f1c3";
}
.otb-fa-file-powerpoint-o:before {
content: "\f1c4";
}
.otb-fa-file-photo-o:before,
.otb-fa-file-picture-o:before,
.otb-fa-file-image-o:before {
content: "\f1c5";
}
.otb-fa-file-zip-o:before,
.otb-fa-file-archive-o:before {
content: "\f1c6";
}
.otb-fa-file-sound-o:before,
.otb-fa-file-audio-o:before {
content: "\f1c7";
}
.otb-fa-file-movie-o:before,
.otb-fa-file-video-o:before {
content: "\f1c8";
}
.otb-fa-file-code-o:before {
content: "\f1c9";
}
.otb-fa-vine:before {
content: "\f1ca";
}
.otb-fa-codepen:before {
content: "\f1cb";
}
.otb-fa-jsfiddle:before {
content: "\f1cc";
}
.otb-fa-life-bouy:before,
.otb-fa-life-buoy:before,
.otb-fa-life-saver:before,
.otb-fa-support:before,
.otb-fa-life-ring:before {
content: "\f1cd";
}
.otb-fa-circle-o-notch:before {
content: "\f1ce";
}
.otb-fa-ra:before,
.otb-fa-resistance:before,
.otb-fa-rebel:before {
content: "\f1d0";
}
.otb-fa-ge:before,
.otb-fa-empire:before {
content: "\f1d1";
}
.otb-fa-git-square:before {
content: "\f1d2";
}
.otb-fa-git:before {
content: "\f1d3";
}
.otb-fa-y-combinator-square:before,
.otb-fa-yc-square:before,
.otb-fa-hacker-news:before {
content: "\f1d4";
}
.otb-fa-tencent-weibo:before {
content: "\f1d5";
}
.otb-fa-qq:before {
content: "\f1d6";
}
.otb-fa-wechat:before,
.otb-fa-weixin:before {
content: "\f1d7";
}
.otb-fa-send:before,
.otb-fa-paper-plane:before {
content: "\f1d8";
}
.otb-fa-send-o:before,
.otb-fa-paper-plane-o:before {
content: "\f1d9";
}
.otb-fa-history:before {
content: "\f1da";
}
.otb-fa-circle-thin:before {
content: "\f1db";
}
.otb-fa-header:before {
content: "\f1dc";
}
.otb-fa-paragraph:before {
content: "\f1dd";
}
.otb-fa-sliders:before {
content: "\f1de";
}
.otb-fa-share-alt:before {
content: "\f1e0";
}
.otb-fa-share-alt-square:before {
content: "\f1e1";
}
.otb-fa-bomb:before {
content: "\f1e2";
}
.otb-fa-soccer-ball-o:before,
.otb-fa-futbol-o:before {
content: "\f1e3";
}
.otb-fa-tty:before {
content: "\f1e4";
}
.otb-fa-binoculars:before {
content: "\f1e5";
}
.otb-fa-plug:before {
content: "\f1e6";
}
.otb-fa-slideshare:before {
content: "\f1e7";
}
.otb-fa-twitch:before {
content: "\f1e8";
}
.otb-fa-yelp:before {
content: "\f1e9";
}
.otb-fa-newspaper-o:before {
content: "\f1ea";
}
.otb-fa-wifi:before {
content: "\f1eb";
}
.otb-fa-calculator:before {
content: "\f1ec";
}
.otb-fa-paypal:before {
content: "\f1ed";
}
.otb-fa-google-wallet:before {
content: "\f1ee";
}
.otb-fa-cc-visa:before {
content: "\f1f0";
}
.otb-fa-cc-mastercard:before {
content: "\f1f1";
}
.otb-fa-cc-discover:before {
content: "\f1f2";
}
.otb-fa-cc-amex:before {
content: "\f1f3";
}
.otb-fa-cc-paypal:before {
content: "\f1f4";
}
.otb-fa-cc-stripe:before {
content: "\f1f5";
}
.otb-fa-bell-slash:before {
content: "\f1f6";
}
.otb-fa-bell-slash-o:before {
content: "\f1f7";
}
.otb-fa-trash:before {
content: "\f1f8";
}
.otb-fa-copyright:before {
content: "\f1f9";
}
.otb-fa-at:before {
content: "\f1fa";
}
.otb-fa-eyedropper:before {
content: "\f1fb";
}
.otb-fa-paint-brush:before {
content: "\f1fc";
}
.otb-fa-birthday-cake:before {
content: "\f1fd";
}
.otb-fa-area-chart:before {
content: "\f1fe";
}
.otb-fa-pie-chart:before {
content: "\f200";
}
.otb-fa-line-chart:before {
content: "\f201";
}
.otb-fa-lastfm:before {
content: "\f202";
}
.otb-fa-lastfm-square:before {
content: "\f203";
}
.otb-fa-toggle-off:before {
content: "\f204";
}
.otb-fa-toggle-on:before {
content: "\f205";
}
.otb-fa-bicycle:before {
content: "\f206";
}
.otb-fa-bus:before {
content: "\f207";
}
.otb-fa-ioxhost:before {
content: "\f208";
}
.otb-fa-angellist:before {
content: "\f209";
}
.otb-fa-cc:before {
content: "\f20a";
}
.otb-fa-shekel:before,
.otb-fa-sheqel:before,
.otb-fa-ils:before {
content: "\f20b";
}
.otb-fa-meanpath:before {
content: "\f20c";
}
.otb-fa-buysellads:before {
content: "\f20d";
}
.otb-fa-connectdevelop:before {
content: "\f20e";
}
.otb-fa-dashcube:before {
content: "\f210";
}
.otb-fa-forumbee:before {
content: "\f211";
}
.otb-fa-leanpub:before {
content: "\f212";
}
.otb-fa-sellsy:before {
content: "\f213";
}
.otb-fa-shirtsinbulk:before {
content: "\f214";
}
.otb-fa-simplybuilt:before {
content: "\f215";
}
.otb-fa-skyatlas:before {
content: "\f216";
}
.otb-fa-cart-plus:before {
content: "\f217";
}
.otb-fa-cart-arrow-down:before {
content: "\f218";
}
.otb-fa-diamond:before {
content: "\f219";
}
.otb-fa-ship:before {
content: "\f21a";
}
.otb-fa-user-secret:before {
content: "\f21b";
}
.otb-fa-motorcycle:before {
content: "\f21c";
}
.otb-fa-street-view:before {
content: "\f21d";
}
.otb-fa-heartbeat:before {
content: "\f21e";
}
.otb-fa-venus:before {
content: "\f221";
}
.otb-fa-mars:before {
content: "\f222";
}
.otb-fa-mercury:before {
content: "\f223";
}
.otb-fa-intersex:before,
.otb-fa-transgender:before {
content: "\f224";
}
.otb-fa-transgender-alt:before {
content: "\f225";
}
.otb-fa-venus-double:before {
content: "\f226";
}
.otb-fa-mars-double:before {
content: "\f227";
}
.otb-fa-venus-mars:before {
content: "\f228";
}
.otb-fa-mars-stroke:before {
content: "\f229";
}
.otb-fa-mars-stroke-v:before {
content: "\f22a";
}
.otb-fa-mars-stroke-h:before {
content: "\f22b";
}
.otb-fa-neuter:before {
content: "\f22c";
}
.otb-fa-genderless:before {
content: "\f22d";
}
.otb-fa-facebook-official:before {
content: "\f230";
}
.otb-fa-pinterest-p:before {
content: "\f231";
}
.otb-fa-whatsapp:before {
content: "\f232";
}
.otb-fa-server:before {
content: "\f233";
}
.otb-fa-user-plus:before {
content: "\f234";
}
.otb-fa-user-times:before {
content: "\f235";
}
.otb-fa-hotel:before,
.otb-fa-bed:before {
content: "\f236";
}
.otb-fa-viacoin:before {
content: "\f237";
}
.otb-fa-train:before {
content: "\f238";
}
.otb-fa-subway:before {
content: "\f239";
}
.otb-fa-medium:before {
content: "\f23a";
}
.otb-fa-yc:before,
.otb-fa-y-combinator:before {
content: "\f23b";
}
.otb-fa-optin-monster:before {
content: "\f23c";
}
.otb-fa-opencart:before {
content: "\f23d";
}
.otb-fa-expeditedssl:before {
content: "\f23e";
}
.otb-fa-battery-4:before,
.otb-fa-battery:before,
.otb-fa-battery-full:before {
content: "\f240";
}
.otb-fa-battery-3:before,
.otb-fa-battery-three-quarters:before {
content: "\f241";
}
.otb-fa-battery-2:before,
.otb-fa-battery-half:before {
content: "\f242";
}
.otb-fa-battery-1:before,
.otb-fa-battery-quarter:before {
content: "\f243";
}
.otb-fa-battery-0:before,
.otb-fa-battery-empty:before {
content: "\f244";
}
.otb-fa-mouse-pointer:before {
content: "\f245";
}
.otb-fa-i-cursor:before {
content: "\f246";
}
.otb-fa-object-group:before {
content: "\f247";
}
.otb-fa-object-ungroup:before {
content: "\f248";
}
.otb-fa-sticky-note:before {
content: "\f249";
}
.otb-fa-sticky-note-o:before {
content: "\f24a";
}
.otb-fa-cc-jcb:before {
content: "\f24b";
}
.otb-fa-cc-diners-club:before {
content: "\f24c";
}
.otb-fa-clone:before {
content: "\f24d";
}
.otb-fa-balance-scale:before {
content: "\f24e";
}
.otb-fa-hourglass-o:before {
content: "\f250";
}
.otb-fa-hourglass-1:before,
.otb-fa-hourglass-start:before {
content: "\f251";
}
.otb-fa-hourglass-2:before,
.otb-fa-hourglass-half:before {
content: "\f252";
}
.otb-fa-hourglass-3:before,
.otb-fa-hourglass-end:before {
content: "\f253";
}
.otb-fa-hourglass:before {
content: "\f254";
}
.otb-fa-hand-grab-o:before,
.otb-fa-hand-rock-o:before {
content: "\f255";
}
.otb-fa-hand-stop-o:before,
.otb-fa-hand-paper-o:before {
content: "\f256";
}
.otb-fa-hand-scissors-o:before {
content: "\f257";
}
.otb-fa-hand-lizard-o:before {
content: "\f258";
}
.otb-fa-hand-spock-o:before {
content: "\f259";
}
.otb-fa-hand-pointer-o:before {
content: "\f25a";
}
.otb-fa-hand-peace-o:before {
content: "\f25b";
}
.otb-fa-trademark:before {
content: "\f25c";
}
.otb-fa-registered:before {
content: "\f25d";
}
.otb-fa-creative-commons:before {
content: "\f25e";
}
.otb-fa-gg:before {
content: "\f260";
}
.otb-fa-gg-circle:before {
content: "\f261";
}
.otb-fa-tripadvisor:before {
content: "\f262";
}
.otb-fa-odnoklassniki:before {
content: "\f263";
}
.otb-fa-odnoklassniki-square:before {
content: "\f264";
}
.otb-fa-get-pocket:before {
content: "\f265";
}
.otb-fa-wikipedia-w:before {
content: "\f266";
}
.otb-fa-safari:before {
content: "\f267";
}
.otb-fa-chrome:before {
content: "\f268";
}
.otb-fa-firefox:before {
content: "\f269";
}
.otb-fa-opera:before {
content: "\f26a";
}
.otb-fa-internet-explorer:before {
content: "\f26b";
}
.otb-fa-tv:before,
.otb-fa-television:before {
content: "\f26c";
}
.otb-fa-contao:before {
content: "\f26d";
}
.otb-fa-500px:before {
content: "\f26e";
}
.otb-fa-amazon:before {
content: "\f270";
}
.otb-fa-calendar-plus-o:before {
content: "\f271";
}
.otb-fa-calendar-minus-o:before {
content: "\f272";
}
.otb-fa-calendar-times-o:before {
content: "\f273";
}
.otb-fa-calendar-check-o:before {
content: "\f274";
}
.otb-fa-industry:before {
content: "\f275";
}
.otb-fa-map-pin:before {
content: "\f276";
}
.otb-fa-map-signs:before {
content: "\f277";
}
.otb-fa-map-o:before {
content: "\f278";
}
.otb-fa-map:before {
content: "\f279";
}
.otb-fa-commenting:before {
content: "\f27a";
}
.otb-fa-commenting-o:before {
content: "\f27b";
}
.otb-fa-houzz:before {
content: "\f27c";
}
.otb-fa-vimeo:before {
content: "\f27d";
}
.otb-fa-black-tie:before {
content: "\f27e";
}
.otb-fa-fonticons:before {
content: "\f280";
}
.otb-fa-reddit-alien:before {
content: "\f281";
}
.otb-fa-edge:before {
content: "\f282";
}
.otb-fa-credit-card-alt:before {
content: "\f283";
}
.otb-fa-codiepie:before {
content: "\f284";
}
.otb-fa-modx:before {
content: "\f285";
}
.otb-fa-fort-awesome:before {
content: "\f286";
}
.otb-fa-usb:before {
content: "\f287";
}
.otb-fa-product-hunt:before {
content: "\f288";
}
.otb-fa-mixcloud:before {
content: "\f289";
}
.otb-fa-scribd:before {
content: "\f28a";
}
.otb-fa-pause-circle:before {
content: "\f28b";
}
.otb-fa-pause-circle-o:before {
content: "\f28c";
}
.otb-fa-stop-circle:before {
content: "\f28d";
}
.otb-fa-stop-circle-o:before {
content: "\f28e";
}
.otb-fa-shopping-bag:before {
content: "\f290";
}
.otb-fa-shopping-basket:before {
content: "\f291";
}
.otb-fa-hashtag:before {
content: "\f292";
}
.otb-fa-bluetooth:before {
content: "\f293";
}
.otb-fa-bluetooth-b:before {
content: "\f294";
}
.otb-fa-percent:before {
content: "\f295";
}
.otb-fa-gitlab:before {
content: "\f296";
}
.otb-fa-wpbeginner:before {
content: "\f297";
}
.otb-fa-wpforms:before {
content: "\f298";
}
.otb-fa-envira:before {
content: "\f299";
}
.otb-fa-universal-access:before {
content: "\f29a";
}
.otb-fa-wheelchair-alt:before {
content: "\f29b";
}
.otb-fa-question-circle-o:before {
content: "\f29c";
}
.otb-fa-blind:before {
content: "\f29d";
}
.otb-fa-audio-description:before {
content: "\f29e";
}
.otb-fa-volume-control-phone:before {
content: "\f2a0";
}
.otb-fa-braille:before {
content: "\f2a1";
}
.otb-fa-assistive-listening-systems:before {
content: "\f2a2";
}
.otb-fa-asl-interpreting:before,
.otb-fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.otb-fa-deafness:before,
.otb-fa-hard-of-hearing:before,
.otb-fa-deaf:before {
content: "\f2a4";
}
.otb-fa-glide:before {
content: "\f2a5";
}
.otb-fa-glide-g:before {
content: "\f2a6";
}
.otb-fa-signing:before,
.otb-fa-sign-language:before {
content: "\f2a7";
}
.otb-fa-low-vision:before {
content: "\f2a8";
}
.otb-fa-viadeo:before {
content: "\f2a9";
}
.otb-fa-viadeo-square:before {
content: "\f2aa";
}
.otb-fa-snapchat:before {
content: "\f2ab";
}
.otb-fa-snapchat-ghost:before {
content: "\f2ac";
}
.otb-fa-snapchat-square:before {
content: "\f2ad";
}
.otb-fa-pied-piper:before {
content: "\f2ae";
}
.otb-fa-first-order:before {
content: "\f2b0";
}
.otb-fa-yoast:before {
content: "\f2b1";
}
.otb-fa-themeisle:before {
content: "\f2b2";
}
.otb-fa-google-plus-circle:before,
.otb-fa-google-plus-official:before {
content: "\f2b3";
}
.otb-fa-fa:before,
.otb-fa-font-awesome:before {
content: "\f2b4";
}
.otb-fa-handshake-o:before {
content: "\f2b5";
}
.otb-fa-envelope-open:before {
content: "\f2b6";
}
.otb-fa-envelope-open-o:before {
content: "\f2b7";
}
.otb-fa-linode:before {
content: "\f2b8";
}
.otb-fa-address-book:before {
content: "\f2b9";
}
.otb-fa-address-book-o:before {
content: "\f2ba";
}
.otb-fa-vcard:before,
.otb-fa-address-card:before {
content: "\f2bb";
}
.otb-fa-vcard-o:before,
.otb-fa-address-card-o:before {
content: "\f2bc";
}
.otb-fa-user-circle:before {
content: "\f2bd";
}
.otb-fa-user-circle-o:before {
content: "\f2be";
}
.otb-fa-user-o:before {
content: "\f2c0";
}
.otb-fa-id-badge:before {
content: "\f2c1";
}
.otb-fa-drivers-license:before,
.otb-fa-id-card:before {
content: "\f2c2";
}
.otb-fa-drivers-license-o:before,
.otb-fa-id-card-o:before {
content: "\f2c3";
}
.otb-fa-quora:before {
content: "\f2c4";
}
.otb-fa-free-code-camp:before {
content: "\f2c5";
}
.otb-fa-telegram:before {
content: "\f2c6";
}
.otb-fa-thermometer-4:before,
.otb-fa-thermometer:before,
.otb-fa-thermometer-full:before {
content: "\f2c7";
}
.otb-fa-thermometer-3:before,
.otb-fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.otb-fa-thermometer-2:before,
.otb-fa-thermometer-half:before {
content: "\f2c9";
}
.otb-fa-thermometer-1:before,
.otb-fa-thermometer-quarter:before {
content: "\f2ca";
}
.otb-fa-thermometer-0:before,
.otb-fa-thermometer-empty:before {
content: "\f2cb";
}
.otb-fa-shower:before {
content: "\f2cc";
}
.otb-fa-bathtub:before,
.otb-fa-s15:before,
.otb-fa-bath:before {
content: "\f2cd";
}
.otb-fa-podcast:before {
content: "\f2ce";
}
.otb-fa-window-maximize:before {
content: "\f2d0";
}
.otb-fa-window-minimize:before {
content: "\f2d1";
}
.otb-fa-window-restore:before {
content: "\f2d2";
}
.otb-fa-times-rectangle:before,
.otb-fa-window-close:before {
content: "\f2d3";
}
.otb-fa-times-rectangle-o:before,
.otb-fa-window-close-o:before {
content: "\f2d4";
}
.otb-fa-bandcamp:before {
content: "\f2d5";
}
.otb-fa-grav:before {
content: "\f2d6";
}
.otb-fa-etsy:before {
content: "\f2d7";
}
.otb-fa-imdb:before {
content: "\f2d8";
}
.otb-fa-ravelry:before {
content: "\f2d9";
}
.otb-fa-eercast:before {
content: "\f2da";
}
.otb-fa-microchip:before {
content: "\f2db";
}
.otb-fa-snowflake-o:before {
content: "\f2dc";
}
.otb-fa-superpowers:before {
content: "\f2dd";
}
.otb-fa-wpexplorer:before {
content: "\f2de";
}
.otb-fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.cc_banner-wrapper{z-index:9001;position:relative}.cc_container .cc_btn{cursor:pointer;text-align:center;font-size:0.6em;transition:font-size 200ms;line-height:1em}.cc_container .cc_message{font-size:0.6em;transition:font-size 200ms;margin:0;padding:0;line-height:1.5em}@media screen and (min-width: 500px){.cc_container .cc_btn{font-size:0.8em}.cc_container .cc_message{font-size:0.8em}}@media screen and (min-width: 768px){.cc_container .cc_btn{font-size:1em}.cc_container .cc_message{font-size:1em;line-height:1em}}@media screen and (min-width: 992px){.cc_container .cc_message{font-size:1em}}@media print{.cc_banner-wrapper,.cc_container{display:none}}.cc_container{position:fixed;left:0;right:0;bottom:0;overflow:hidden;padding:10px}.cc_container .cc_btn{padding:8px 10px;background-color:#f1d600;cursor:pointer;transition:font-size 200ms;text-align:center;font-size:0.6em;display:block;width:33%;margin-left:10px;float:right;max-width:120px}.cc_container .cc_message{transition:font-size 200ms;font-size:0.6em;display:block}@media screen and (min-width: 500px){.cc_container .cc_btn{font-size:0.8em}.cc_container .cc_message{margin-top:0.5em;font-size:0.8em}}@media screen and (min-width: 768px){.cc_container{padding:15px 30px 15px}.cc_container .cc_btn{font-size:1em;padding:8px 15px}.cc_container .cc_message{font-size:1em}}@media screen and (min-width: 992px){.cc_container .cc_message{font-size:1em}}.cc_container{background:#222;color:#fff;font-size:17px;font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;box-sizing:border-box}.cc_container ::-moz-selection{background:#ff5e99;color:#fff;text-shadow:none}.cc_container .cc_btn,.cc_container .cc_btn:visited{color:#000;background-color:#f1d600;transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;-webkit-transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;border-radius:5px;-webkit-border-radius:5px}.cc_container .cc_btn:hover,.cc_container .cc_btn:active{background-color:#fff;color:#000}.cc_container a,.cc_container a:visited{text-decoration:none;color:#31a8f0;transition:200ms color}.cc_container a:hover,.cc_container a:active{color:#b2f7ff}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(66px);transform:translateY(66px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{0%{-webkit-transform:translateY(66px);-ms-transform:translateY(66px);transform:translateY(66px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.cc_container,.cc_message,.cc_btn{animation-duration:0.8s;-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;-webkit-animation-name:slideUp;animation-name:slideUp}.page-list .current_page_item > a {
font-weight: bold; } .page-list-ext {
clear: both;
} .page-list-ext {
*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
display: table;
line-height: 0;
content: "";
}
.page-list-ext:after {
clear: both;
}
.page-list-ext .page-list-ext-item {
clear: both;
margin: 10px 0 30px 0;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.page-list-ext .page-list-ext-image {
float: left;
display: inline;
margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
clear: none;
}
.page-list-cols-2,
.page-list-cols-3,
.page-list-cols-4,
.page-list-cols-5 {
column-gap: 30px;
}
.page-list-cols-2 {
column-count: 2;
}
.page-list-cols-3 {
column-count: 3;
}
.page-list-cols-4 {
column-count: 4;
}
.page-list-cols-5 {
column-count: 5;
} @media (max-width: 767px) { .page-list-cols-2,
.page-list-cols-3,
.page-list-cols-4,
.page-list-cols-5 {
column-count: 1;
}
}.pgc-rev-utils-preloader{min-height:inherit;position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:100}.pgc-rev-utils-preloader .pgc-rev-utils-static{position:absolute;left:50%;top:50%;border-radius:50%}.pgc-rev-utils-preloader .pgc-rev-utils-spinner{left:50%;top:50%;animation:1s pgc-rev-spinner linear infinite}.pgc-rev-utils-preloader .pgc-rev-utils-spinner .pgc-rev-utils-point{position:absolute;left:50%;top:50%;border-radius:100%}@keyframes pgc-rev-spinner{0%{transform:rotate(-360deg)}100%{transform:rotate(0deg)}}
.pgc-rev-item-menu-view{position:relative;overflow:hidden;float:left}.pgc-rev-item-menu-view.pgc-rev-item-menu-type-ultrabox{display:flex;flex-direction:row;flex-wrap:wrap;margin-right:5px}.pgc-rev-item-menu-view.pgc-rev-item-menu-type-ultrabox .pgc-rev-item-menu-button{padding:3px;width:43px;height:43px;margin:0 5px;border-radius:2px}.pgc-rev-item-menu-view.pgc-rev-item-menu-type-lightbox .pgc-rev-item-menu-button{margin:2px}.pgc-rev-item-menu-view.pgc-rev-item-menu-type-thumb{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.pgc-rev-item-menu-view.pgc-rev-item-menu-type-thumb .pgc-rev-item-menu-button{margin:1px}.pgc-rev-item-menu-view .pgc-rev-item-menu-button{position:relative;padding:9px;width:38px;height:38px;cursor:pointer;float:left;transition:background-color .2s,transform .4s ease-out;border-radius:2px}.pgc-rev-item-menu-view .pgc-rev-item-menu-button svg{width:100%;height:100%;fill:inherit;display:block;pointer-events:none;transition:fill .2s,transform .4s ease-out}.pgc-rev-item-menu-view .pgc-rev-item-menu-button svg path{transition:none}
.pgc-rev-scroller-ho-view{line-height:1;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;-ms-overflow-style:none;scrollbar-width:none}.pgc-rev-scroller-ho-view::-webkit-scrollbar{display:none}.pgc-rev-scroller-ho-view.pgc-block-pan-y{-ms-touch-action:pan-x;touch-action:pan-x}.pgc-rev-scroller-ho-grabbable{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.pgc-rev-scroller-ho-grabbable:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}
.pgc-rev-scroll-bar-view{position:relative;overflow:hidden;max-width:100%}.pgc-rev-scroll-bar-view .pgc-rev-scroll-bar-slider-content-view{position:relative}.pgc-rev-scroll-bar-thumb-simple-border{position:absolute}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-main-wrap{position:relative;width:100%;height:100%;border-radius:inherit}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-wrap{position:relative;width:100%;height:100%;border-radius:inherit;overflow:hidden}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-wrap img{object-fit:cover;display:block;border:0;margin:0;padding:0;width:100% !important;height:100% !important;-webkit-backface-visibility:hidden;backface-visibility:hidden;user-select:none}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;transition:.4s}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-inner{position:absolute;top:0;left:0;width:100%;height:100%}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-link{position:absolute;width:34px;height:34px;padding:6px;border-radius:50%;left:50%;top:50%;transform:translateY(-50%) translateX(-50%);pointer-events:none}.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-link svg{width:100%;height:100%;fill:rgba(0,0,0,.58);display:block}.pgc-rev-scroll-bar-thumb-simple-border video{height:100%;width:100%;object-fit:contain}.pgc-rev-scroll-bar-thumb-simple-border.hover .pgc-rev-scroll-bar-thumb-hover,.pgc-rev-scroll-bar-thumb-simple-border.pgc-select .pgc-rev-scroll-bar-thumb-hover{opacity:0}.pgc-rev-scroll-bar-grabbable{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.pgc-rev-scroll-bar-grabbable:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}
.pgc-rev-slider-view{position:absolute;overflow:hidden;left:0;right:0;top:0;bottom:0}.pgc-rev-slider-view *{box-sizing:border-box !important;line-height:1.4}.pgc-rev-slider-view.isDragging video{pointer-events:none}.pgc-rev-slider-view .pgc-rev-slider-hints{position:absolute;display:inline-block;padding:5px 10px;font-size:12px;line-height:normal;background-color:rgba(0,0,0,.8);color:#fff;transform:translateY(-100%);border-radius:2px;transition:.4s}.pgc-rev-slider-view.pgc-rev-slider-activate{pointer-events:auto;visibility:visible;opacity:1}.pgc-rev-slider-view .pgc-rev-slider-bg{width:100%;height:100%;transform:translateZ(0)}.pgc-rev-slider-view .pgc-rev-slider-wrap{position:absolute;user-select:none;width:100%;top:0;bottom:0}.pgc-rev-slider-view .miniScreen{margin-top:0;margin-bottom:0}.pgc-rev-slider-view .pgc-rev-slider-next-prev-button{position:absolute;width:45px;height:40px;top:50%;margin:0 10px;padding:0;cursor:pointer;transition:background-color .3s,transform .5s ease-out;border-radius:2px}.pgc-rev-slider-view .pgc-rev-slider-next-prev-button.next-prev-button-mini-screen{display:none}.pgc-rev-slider-view .pgc-rev-slider-next-prev-button svg{transition:fill .3s;width:100%;height:100%;vertical-align:baseline !important}.pgc-rev-slider-view.pgc-img-zoom-in .pgc-img{cursor:grab}.pgc-rev-slider-view.pgc-img-zoom-in .pgc-img:active{cursor:grabbing}.pgc-rev-slider-page-view{position:absolute;display:block;transform:translate3d(0, 0, 0);width:100%;top:0;bottom:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-moz-user-select:none;-ms-user-select:none;touch-action:none}.pgc-rev-slider-page-view .pgc-rev-slider-page-place-holder{position:absolute;transition:.35s ease-out;user-select:none}.pgc-rev-slider-page-view .pgc-rev-slider-page-place-holder.bg-mode{box-shadow:inset 0 0 100px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.05);background:#eee}.pgc-rev-slider-page-view .pgc-rev-slider-page-place-holder video{max-width:100%;min-width:100%;max-height:100%;margin:auto;outline:none}.pgc-rev-slider-page-view .pgc-rev-slider-page-place-holder img{object-fit:cover;width:100%;height:100%}.pgc-rev-slider-page-view .pgc-rev-slider-page-place-holder img.onLoad{transition:.35s ease-out;opacity:1}.pgc-rev-slider-page-view .pgc-rev-slider-page-inner{position:absolute;display:block;left:0;top:0;bottom:0;width:100%;overflow:hidden;transform:translate3d(0, 0, 0);backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform-origin:left top;transform-origin:left top;user-select:none;touch-action:none;animation-duration:.6s;animation-play-state:running;animation-fill-mode:both;animation-timing-function:ease-out}.pgc-rev-slider-page-view .pgc-rev-slider-page-inner img{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute !important;display:block !important;border:none !important;max-width:none !important;opacity:0;padding:0 !important;margin:0 !important;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pgc-rev-slider-page-view .pgc-rev-slider-page-inner img.iph-protect{-webkit-touch-callout:none}.pgc-rev-slider-page-view .pgc-rev-slider-page-inner img.onLoad{transition:.35s ease-out;opacity:1}.pgc-rev-slider-page-view .pgc-rev-slider-page-sub-content-holder{position:absolute;visibility:hidden;transition:.35s ease-out}.pgc-rev-slider-page-view .pgc-rev-slider-page-sub-content-holder .icon-holder{position:absolute;animation-name:pgc-rev-fade-in;animation-duration:.5s;animation-delay:250ms;animation-fill-mode:forwards;opacity:0;width:140px;height:140px;border-radius:50%;background-color:hsla(0,0%,100%,.6);transform:translateY(-50%) translateX(-50%);left:50%;top:50%;padding:30px;cursor:pointer}.pgc-rev-slider-page-view .pgc-rev-slider-page-sub-content-holder .icon-holder svg{width:100%;height:100%;fill:rgba(0,0,0,.4)}.pgc-rev-slider-page-view .pgc-rev-slider-page-sub-content-holder iframe{width:100% !important;height:100% !important;top:0;left:0}.pgc-rev-slider-page-view .pgc-rev-slider-page-sub-content-holder audio{outline:none;position:absolute;bottom:0;width:100%}.pgc-rev-slider-page-view.info-icon .pgc-rev-slider-page-sub-content-holder,.pgc-rev-slider-page-view.info-icon .pgc-rev-slider-page-icon-holder{visibility:visible}@keyframes pgc-rev-fade-in{from{opacity:0}to{opacity:1}}@keyframes pgc-rev-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.pgc-rev-wrap-rotate svg{animation-name:pgc-rev-rotate;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}.pgc-rev-slider-post-informer-view{position:absolute;height:100%;width:100%;opacity:0;transition-delay:.1s;transition-property:opacity;transition-duration:.2s;font-size:medium;line-height:1.4}.pgc-rev-slider-post-informer-view .pgc-rev-slider-post-informer-button,.pgc-rev-slider-post-informer-view .pgc-rev-slider-post-informer-price{position:relative;cursor:pointer;display:inline-block;left:0;top:0;color:#fff;margin:10px 0 0 0;padding:3px 20px;background-color:rgba(0,0,0,.8)}.pgc-rev-slider-post-informer-view .pgc-rev-slider-post-informer-price{cursor:auto;margin:5px 0 0 0}.pgc-rev-slider-post-informer-view .pgc-rev-slider-post-informer-button:hover{background-color:#fff;color:rgba(0,0,0,.8)}.pgc-show-controls .pgc-rev-slider-post-informer-view{pointer-events:all;opacity:1}
.pgc-rev-lb-b-view{position:fixed;direction:ltr;z-index:99999;left:0;right:0;top:0;bottom:0;visibility:hidden;opacity:0;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;font-family:Arial,Helvetica,sans-serif;-webkit-transition:opacity .4s ease;transition:opacity .4s ease,visibility .4s ease}.pgc-rev-lb-b-view *{box-sizing:border-box !important;line-height:1.4}.pgc-rev-lb-b-view.pgc-rev-lb-b-activate{pointer-events:auto;visibility:visible;opacity:1}.pgc-rev-lb-b-view .pgc-rev-lb-b-bg{width:100%;height:100%;will-change:opacity;transform:translateZ(0)}.pgc-rev-lb-b-view .pgc-rev-lb-b-bg.pgc-rev-lb-b-deactivate{transition:opacity 300ms}.pgc-rev-lb-b-view .pgc-rev-lb-b-content{position:absolute;top:0;left:0;width:100%;height:100%}.pgc-rev-lb-b-view .pgc-rev-lb-b-next-prev-button{position:absolute;width:55px;height:50px;top:50%;padding:0;margin:0 10px;cursor:pointer;transition:background-color .3s,transform .5s ease-out;border-radius:2px}.pgc-rev-lb-b-view .pgc-rev-lb-b-next-prev-button svg{display:block;fill:inherit;transition:fill .3s;width:100%;height:100%}.pgc-rev-lb-b-view .pgc-rev-lb-b-next-prev-button.next{right:0px;transform:translateY(-50%) translateX(150%)}.pgc-rev-lb-b-view .pgc-rev-lb-b-next-prev-button.prev{left:0px;transform:translateY(-50%) translateX(-150%)}.pgc-rev-lb-b-view.pgc-next-show .pgc-rev-lb-b-next-prev-button.next{transform:translateY(-50%) translateX(0)}.pgc-rev-lb-b-view.pgc-prev-show .pgc-rev-lb-b-next-prev-button.prev{transform:translateY(-50%) translateX(0)}.pgc-rev-lb-b-view.miniScreen .pgc-rev-lb-b-next-prev-button,.pgc-rev-lb-b-view.pgc-mini-screen .pgc-rev-lb-b-next-prev-button{display:none}.pgc-rev-lb-b-view .pgc-rev-lb-b-header{position:absolute;padding:5px;left:0;top:0;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;transform:translateY(-100%);transition:transform .4s ease-out}.pgc-rev-lb-b-view .pgc-rev-lb-b-header *{user-select:none;-moz-user-select:none;-webkit-user-select:none}.pgc-rev-lb-b-view .pgc-rev-lb-b-header.pgc-rev-lb-b-touch-device{flex-wrap:wrap}.pgc-rev-lb-b-view .pgc-rev-lb-b-header.pgc-rev-lb-b-show{transform:translateY(0%)}.pgc-rev-lb-b-view .pgc-rev-lb-b-header.pgc-rev-lb-b-touch-device{justify-content:flex-end}.pgc-rev-lb-b-view .pgc-rev-lb-b-footer{user-select:none;position:absolute;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;left:0;bottom:0;width:100%;transform:translateY(100%);transition:transform .4s ease-out}.pgc-rev-lb-b-view .pgc-rev-lb-b-footer.pgc-rev-lb-b-show{transform:translateY(0%)}.pgc-rev-lb-b-view .pgc-rev-lb-b-footer.pgc-rev-lb-b-touch-device .pgc-rev-lb-b-caption-wrap{border-radius:2px;padding:0}.pgc-rev-lb-b-view .pgc-rev-lb-b-footer.pgc-rev-lb-b-touch-device .pgc-rev-lb-b-caption-play-wrap{width:100%;justify-content:center;min-height:25px}.pgc-rev-lb-b-view .pgc-rev-lb-b-footer .pgc-rev-lb-b-caption-wrap{border-radius:2px;padding:3px 10px;margin:5px}.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap{flex:none;width:400px;max-width:100%;padding:0 5px;height:100%}.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap a{cursor:pointer}.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap a:hover,.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap a:visited,.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap a:link,.pgc-rev-lb-b-view .pgc-rev-lb-b-description-wrap a:active{text-decoration:none;box-shadow:none}.pgc-rev-lb-b-view .pgc-rev-lb-b-item-title{text-rendering:auto;color:#fff;font-size:18px;width:100%;line-height:1.3;box-sizing:content-box;letter-spacing:0;margin-top:1px;margin-bottom:3px;text-decoration:none !important;box-shadow:none !important}.pgc-rev-lb-b-view .pgc-rev-lb-b-item-description{color:#969696;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.pgc-rev-lb-b-view .pgc-rev-lb-b-free-space{flex:auto}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-play-wrap{display:flex;align-items:center}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap{position:relative;flex:none;font-size:13px;line-height:22px;font-weight:400;color:#fff;display:inline-block;margin-right:15px}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap .pgc-rev-lb-b-caption-current{position:relative;display:inline-block}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap .pgc-rev-lb-b-caption-delimiter{position:relative;display:inline-block;padding:0 3px}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap .pgc-rev-lb-b-caption-all{position:relative;display:inline-block}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap-nt.mini-screen{height:30px}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap-nt{position:relative;flex:none;height:40px;word-wrap:normal;word-break:normal;font-size:15px;line-height:1;font-weight:400;font-family:serif;color:#fff;margin-right:5px}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap-nt .pgc-rev-lb-b-caption-current{position:relative;display:inline-block;word-break:normal;word-wrap:normal;margin:0 8px}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap-nt .pgc-rev-lb-b-caption-delimiter{position:relative;display:inline-block;transform:translate(-50%, 0) rotate(-58deg);width:20px;height:1.5px;background-color:#fff}.pgc-rev-lb-b-view .pgc-rev-lb-b-caption-wrap-nt .pgc-rev-lb-b-caption-all{position:relative;display:inline-block;top:11px;left:-15px;font-size:11px;word-break:normal;word-wrap:normal}.pgc-rev-lb-b-view .pgc-rev-lb-auto-play-wrap{position:relative;opacity:0;height:22px;transition:opacity .4s}.pgc-rev-lb-b-view .pgc-rev-lb-b-info-wrap{position:relative;min-height:20px;padding:0 10px;max-width:100%}.pgc-rev-lb-b-view .pgc-rev-lb-b-touch-device .pgc-rev-lb-b-info-wrap{flex:none}.pgc-rev-lb-b-view .pgc-rev-lb-b-item-menu-wrap{position:relative;flex:none;min-width:40px;overflow:hidden}.pgc-rev-lb-auto-play-wrap svg{width:22px;height:22px}.pgc-rev-lb-auto-play-wrap svg path{transition:unset}
.pgc-rev-share-bar-light-view{position:absolute;width:100%;height:100%;top:0;left:0;transition:opacity .4s;opacity:0;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;align-content:center}.pgc-rev-share-bar-light-view *{box-sizing:border-box}.pgc-rev-share-bar-light-view.pgc-rev-share-bar-light-fixed{position:fixed}.pgc-rev-share-bar-light-view .pgc-rev-share-bar-light-bg{position:absolute;width:100%;height:100%}.pgc-rev-share-bar-light-view .pgc-rev-share-bar-light-button{width:100px;height:100px;padding:20px;border-radius:20px;fill:inherit;transition:.3s;z-index:100;margin:10px;cursor:pointer}.pgc-rev-share-bar-light-view .pgc-rev-share-bar-light-button svg{pointer-events:none;display:block;width:100%;height:100%;fill:inherit}.pgc-rev-share-bar-light-view .pgc-rev-share-bar-light-button:hover{transform:translateY(-4px)}.pgc-rev-share-bar-light-view .pgc-rev-share-bar-light-button.disable{pointer-events:none;opacity:.3}.pgc-rev-share-bar-light-view.pgc-rev-share-bar-light-activate{opacity:1}.wpulike{display:block;position:relative;line-height:normal;margin:0;padding:10px 0}.wpulike .wp_ulike_general_class{display:inline-flex;align-items:center}.wpulike button.wp_ulike_btn{margin:0;position:relative;display:inline-block;vertical-align:middle;border-radius:.25em;box-shadow:none;padding:1em;font-size:15px;border:none;text-align:center;transition:none;cursor:pointer;font-family:inherit;line-height:inherit;appearance:none;-webkit-appearance:none}.wpulike button.wp_ulike_btn:active,.wpulike button.wp_ulike_btn:focus,.wpulike button.wp_ulike_btn:hover{outline:0}.wpulike button.wp_ulike_btn::-moz-focus-inner{border:0}.wpulike button.wp_ulike_btn:disabled,.wpulike button.wp_ulike_btn[disabled=disabled]{cursor:not-allowed}.wpulike button.wp_ulike_btn:disabled:active,.wpulike button.wp_ulike_btn:disabled:focus,.wpulike button.wp_ulike_btn:disabled:hover,.wpulike button.wp_ulike_btn[disabled=disabled]:active,.wpulike button.wp_ulike_btn[disabled=disabled]:focus,.wpulike button.wp_ulike_btn[disabled=disabled]:hover{outline:0;background-color:initial}.wpulike button.wp_ulike_btn.wp_ulike_put_text{font-size:14px;font-weight:600;line-height:28px;padding:0 10px;min-width:50px}.wpulike .wp_ulike_is_loading button.wp_ulike_btn{background-image:url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/svg/loader.svg);background-repeat:no-repeat;background-position:center center;background-size:auto}.wpulike .wp_ulike_is_loading button.wp_ulike_btn span{visibility:hidden}.wpulike .wp_ulike_is_loading button.wp_ulike_btn.wp_ulike_put_image::after{content:none}.wpulike.wpulike-hide-counter .count-box{display:none}.wpulike .count-box:empty{display:none}#buddypress #activity-stream .activity-comments .wpulike,#buddypress #activity-stream .activity-inner .wpulike,#buddypress #activity-stream .activity-meta .wpulike{display:inline-block;vertical-align:middle}#buddypress #activity-stream .wp_ulike_likers_wrapper .wp-ulike-liker,#buddypress #activity-stream .wp_ulike_likers_wrapper li{border:none;padding:0}#buddypress #activity-stream .wp_ulike_likers_wrapper .wp-ulike-liker a,#buddypress #activity-stream .wp_ulike_likers_wrapper .wp-ulike-liker img,#buddypress #activity-stream .wp_ulike_likers_wrapper li a,#buddypress #activity-stream .wp_ulike_likers_wrapper li img{float:none;padding:0;margin:0}.wp_ulike_click_is_disabled{pointer-events:none;cursor:default}.wp_ulike_hide_me{visibility:hidden}.wpulike-default button.wp_ulike_btn{color:#616161;background-color:#e0e0e0;min-height:30px;min-width:50px}.wpulike-default button.wp_ulike_btn:focus,.wpulike-default button.wp_ulike_btn:hover{color:#616161;background-color:#e0e0e0;text-decoration:none}.wpulike-default button.wp_ulike_btn:disabled:active,.wpulike-default button.wp_ulike_btn:disabled:focus,.wpulike-default button.wp_ulike_btn:disabled:hover,.wpulike-default button.wp_ulike_btn[disabled=disabled]:active,.wpulike-default button.wp_ulike_btn[disabled=disabled]:focus,.wpulike-default button.wp_ulike_btn[disabled=disabled]:hover{background-color:#e0e0e0}.wpulike-default .wp_ulike_is_liked .wp_ulike_btn{color:#757575}.wpulike-default .wp_ulike_put_image:after{content:'';display:block;background:url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/svg/like.svg) no-repeat;background-size:contain;width:16px;height:16px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active:after{filter:invert(44%) sepia(40%) saturate(3852%) hue-rotate(329deg) brightness(100%) contrast(111%)}.wpulike-default .count-box{position:relative;border-radius:.25em;font-size:13px;text-decoration:none;background-color:#fff;margin-left:8px;line-height:30px;display:inline-block;padding:0 10px;box-shadow:0 0 0 1px #bdbdbd inset;color:#616161;vertical-align:middle;text-align:center}.wpulike-default .count-box:before{content:'';display:block;position:absolute;border:1px solid transparent;background:#fff;border-bottom-color:#bdbdbd;left:-5px;top:50%;border-left-color:#bdbdbd;transform:rotate(45deg) translatey(-50%);width:5px;height:5px;margin:0;box-sizing:content-box}#buddypress #activity-stream .activity-comments .wpulike-default button.wp_ulike_btn,#buddypress #activity-stream .activity-inner .wpulike-default button.wp_ulike_btn,#buddypress #activity-stream .activity-meta .wpulike-default button.wp_ulike_btn{border-radius:0;background-color:#fff;box-shadow:0 0 0 1px #bdbdbd inset;font-size:initial;padding:1em}#buddypress #activity-stream .activity-comments .wpulike-default .wp_ulike_is_loading button.wp_ulike_btn,#buddypress #activity-stream .activity-inner .wpulike-default .wp_ulike_is_loading button.wp_ulike_btn,#buddypress #activity-stream .activity-meta .wpulike-default .wp_ulike_is_loading button.wp_ulike_btn{background-image:url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/svg/loader.svg);background-repeat:no-repeat;background-position:center center}.wpulike-heart .wp_ulike_general_class{box-shadow:0 0 0 1px #bdbdbd inset;border-radius:.25em;padding:5px}.wpulike-heart .wp_ulike_put_text{padding:0 5px;text-transform:uppercase;font-weight:600;color:#757575}.wpulike-heart button.wp_ulike_btn{background:0 0;padding:15px}.wpulike-heart button.wp_ulike_btn:focus,.wpulike-heart button.wp_ulike_btn:hover{color:#757575;background-color:transparent;text-decoration:none}.wpulike-heart .wp_ulike_put_image{background:0 0;padding:15px}.wpulike-heart .wp_ulike_put_image:disabled:active,.wpulike-heart .wp_ulike_put_image:disabled:focus,.wpulike-heart .wp_ulike_put_image:disabled:hover,.wpulike-heart .wp_ulike_put_image[disabled=disabled]:active,.wpulike-heart .wp_ulike_put_image[disabled=disabled]:focus,.wpulike-heart .wp_ulike_put_image[disabled=disabled]:hover{padding:15px}.wpulike-heart .wp_ulike_put_image:after{content:'';display:block;background:url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/svg/love.svg) no-repeat;background-position:center center;background-size:contain;width:20px;height:20px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.wpulike-heart .wp_ulike_put_image.wp_ulike_btn_is_active:after{filter:invert(44%) sepia(40%) saturate(3852%) hue-rotate(329deg) brightness(100%) contrast(111%)}.wpulike-heart .count-box{font-size:14px;text-decoration:none;line-height:28px;display:inline-block;color:#616161;text-align:center;font-weight:600;vertical-align:middle;padding:0 5px}#buddypress #activity-stream .activity-comments .wpulike-heart button.wp_ulike_btn,#buddypress #activity-stream .activity-inner .wpulike-heart button.wp_ulike_btn,#buddypress #activity-stream .activity-meta .wpulike-heart button.wp_ulike_btn{background-color:transparent;border:0;font-size:initial;padding:1em}#buddypress #activity-stream .activity-comments .wpulike-heart .wp_ulike_put_image,#buddypress #activity-stream .activity-inner .wpulike-heart .wp_ulike_put_image,#buddypress #activity-stream .activity-meta .wpulike-heart .wp_ulike_put_image{padding:10px 15px}#buddypress #activity-stream .activity-comments .wpulike-heart .wp_ulike_put_image:after,#buddypress #activity-stream .activity-inner .wpulike-heart .wp_ulike_put_image:after,#buddypress #activity-stream .activity-meta .wpulike-heart .wp_ulike_put_image:after{width:17px;height:17px}#buddypress #activity-stream .activity-comments .wpulike-heart .wp_ulike_general_class,#buddypress #activity-stream .activity-inner .wpulike-heart .wp_ulike_general_class,#buddypress #activity-stream .activity-meta .wpulike-heart .wp_ulike_general_class{border-radius:0;padding:.1em .3em;margin-bottom:0}#buddypress #activity-stream .activity-comments .wpulike-heart .wp_ulike_is_loading button.wp_ulike_btn,#buddypress #activity-stream .activity-inner .wpulike-heart .wp_ulike_is_loading button.wp_ulike_btn,#buddypress #activity-stream .activity-meta .wpulike-heart .wp_ulike_is_loading button.wp_ulike_btn{background-image:url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/svg/loader.svg);background-repeat:no-repeat;background-position:center center}.wpulike-robeen .count-box{font-weight:600;padding:0 14px;font-size:16px;color:inherit}.wpulike-robeen .wp_ulike_is_loading button.wp_ulike_btn{background-image:initial;padding:0}.wpulike-robeen .wp_ulike_is_loading button.wp_ulike_btn.wp_ulike_put_image:after{content:''}.wpulike-robeen button.wp_ulike_btn{width:30px;height:30px;overflow:hidden;padding:0;border:0;background:0 0}.wpulike-robeen button.wp_ulike_btn:focus,.wpulike-robeen button.wp_ulike_btn:hover{background-color:transparent}.wpulike-robeen button.wp_ulike_btn.wp_ulike_btn_is_active{overflow:visible}.wpulike-robeen .wp_ulike_put_image:after{content:'';display:block;background:url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/icons/twitter-heart.png) no-repeat;background-position:0 0;transition:background-position 1s steps(28);transition-duration:0s;width:100px;height:100px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.wpulike-robeen .wp_ulike_put_image.wp_ulike_btn_is_active:after{transition-duration:1s;background-position:-2800px 0}#buddypress #activity-stream .activity-comments .wpulike-robeen button.wp_ulike_btn,#buddypress #activity-stream .activity-inner .wpulike-robeen button.wp_ulike_btn,#buddypress #activity-stream .activity-meta .wpulike-robeen button.wp_ulike_btn{background:0 0;border:0;width:30px;height:30px;border:0;padding:0}.wpulike-animated-heart button.wp_ulike_btn{position:relative;border-radius:50em;background-color:#fff;padding:0;box-shadow:0 5px 30px rgba(255,111,99,.4);border:0;width:50px;height:50px}.wpulike-animated-heart button.wp_ulike_btn:focus,.wpulike-animated-heart button.wp_ulike_btn:hover{background-color:#fff;background-image:none}.wpulike-animated-heart button.wp_ulike_btn:disabled:active,.wpulike-animated-heart button.wp_ulike_btn:disabled:focus,.wpulike-animated-heart button.wp_ulike_btn:disabled:hover,.wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:active,.wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:focus,.wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:hover{background-color:#fff}.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active{background-color:#ff6f63}.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:active,.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:focus,.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:hover,.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:active,.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:focus,.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:hover{background-color:#ff6f63}.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active .wpulike-svg-heart{fill:#ffffff}.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active .wpulike-svg-heart-pop{animation-direction:normal}.wpulike-animated-heart button.wp_ulike_btn:active{box-shadow:0 0 4px 0 rgba(0,0,0,.25)}.wpulike-animated-heart .wp_ulike_is_loading button.wp_ulike_btn{background-image:initial;padding:0}.wpulike-animated-heart .wp_ulike_is_loading button.wp_ulike_btn.wp_ulike_put_image:after{content:''}.wpulike-animated-heart .wpulike-svg-heart{width:20px;fill:#ff6f63;transition:fill .5s,transform .5s;pointer-events:none;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.wpulike-animated-heart .wpulike-svg-heart-pop{position:absolute;width:30%;fill:#ff6f63;opacity:0;left:0;animation:popHearts 1s ease forwards reverse}.wpulike-animated-heart .wpulike-svg-heart-pop.one{left:1%;transform:rotate(-10deg);animation-delay:.45s}.wpulike-animated-heart .wpulike-svg-heart-pop.two{left:15%;transform:rotate(8deg);animation-delay:.25s}.wpulike-animated-heart .wpulike-svg-heart-pop.three{left:30%;transform:rotate(-5deg);animation-delay:0s}.wpulike-animated-heart .wpulike-svg-heart-pop.four{left:50%;transform:rotate(-8deg);animation-delay:.3s}.wpulike-animated-heart .wpulike-svg-heart-pop.five{left:60%;transform:rotate(-10deg);animation-delay:.9s}.wpulike-animated-heart .wpulike-svg-heart-pop.six{left:70%;transform:rotate(-8deg);animation-delay:.2s}.wpulike-animated-heart .wpulike-svg-heart-pop.seven{left:85%;transform:rotate(6deg);animation-delay:.35s}.wpulike-animated-heart .wpulike-svg-heart-pop.eight{left:90%;transform:rotate(-4deg);animation-delay:.5s}.wpulike-animated-heart .wpulike-svg-heart-pop.nine{left:95%;transform:rotate(8deg);animation-delay:.2s}.wpulike-animated-heart .count-box{margin:0 15px;color:#ff6f63;display:inline-block;vertical-align:middle}#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn{border-radius:50em;background-color:#fff;padding:0;box-shadow:0 5px 30px rgba(255,111,99,.4);border:0;width:50px;height:50px}#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn:focus,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn:hover,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn:focus,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn:hover,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn:focus,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn:hover{background-color:#fff;background-image:none}#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn:disabled:active,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn:disabled:focus,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn:disabled:hover,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:active,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:focus,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:hover,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn:disabled:active,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn:disabled:focus,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn:disabled:hover,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:active,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:focus,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:hover,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn:disabled:active,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn:disabled:focus,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn:disabled:hover,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:active,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:focus,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn[disabled=disabled]:hover{background-color:#fff}#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active{background-color:#ff6f63}#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:active,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:focus,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:hover,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:active,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:focus,#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:hover,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:active,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:focus,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:hover,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:active,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:focus,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:hover,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:active,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:focus,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:hover,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:active,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:focus,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled=disabled]:hover{background-color:#ff6f63}#buddypress #activity-stream .activity-comments .wpulike-animated-heart button.wp_ulike_btn:active,#buddypress #activity-stream .activity-inner .wpulike-animated-heart button.wp_ulike_btn:active,#buddypress #activity-stream .activity-meta .wpulike-animated-heart button.wp_ulike_btn:active{box-shadow:0 0 4px 0 rgba(0,0,0,.25)}#buddypress #activity-stream .activity-comments .wp_ulike_is_loading button.wp_ulike_btn,#buddypress #activity-stream .activity-inner .wp_ulike_is_loading button.wp_ulike_btn,#buddypress #activity-stream .activity-meta .wp_ulike_is_loading button.wp_ulike_btn{background-image:initial}@keyframes popHearts{0%{left:calc(50% - 7px);top:10px}20%{opacity:1}80%{top:-20px}100%{opacity:0}}.wp_ulike_likers_wrapper{margin:10px 0;flex:0 0 100%}.wp_ulike_likers_wrapper:empty{display:none}.wp_ulike_likers_wrapper .tiles,.wp_ulike_likers_wrapper .wp-ulike-likers-list{display:flex;align-items:center;flex-wrap:wrap;margin:0;padding:0}.wp_ulike_likers_wrapper .tiles .wp-ulike-liker,.wp_ulike_likers_wrapper .tiles li,.wp_ulike_likers_wrapper .wp-ulike-likers-list .wp-ulike-liker,.wp_ulike_likers_wrapper .wp-ulike-likers-list li{padding:3px;margin:0;list-style:none;display:block}.wp_ulike_likers_wrapper .tiles .wp-ulike-liker a>img,.wp_ulike_likers_wrapper .tiles li a>img,.wp_ulike_likers_wrapper .wp-ulike-likers-list .wp-ulike-liker a>img,.wp_ulike_likers_wrapper .wp-ulike-likers-list li a>img{border-radius:5px;display:block;border:0;box-shadow:none;position:relative}.ulf-tooltip .wp_ulike_likers_wrapper{margin:0}.most_liked_users{list-style-type:none!important;position:relative!important;margin:10px 0!important;padding:0!important}.most_liked_users li{display:inline-table!important;cursor:pointer!important;margin:0 2px!important}.most_liked_users li img{display:block!important;float:none!important}.most_liked_users li.inactive{visibility:hidden!important;opacity:0!important}.commentlist .tiles .avatar,.commentlist .wp-ulike-liker .avatar{left:0!important}.wp_ulike_thumbnail{vertical-align:middle;margin:0 10px 0 0}.most_liked_comment .avatar{vertical-align:middle;margin:0 10px 0 0}.wp_ulike_style_simple .wp_counter_span:before{content:"("}.wp_ulike_style_simple .wp_counter_span:after{content:")"}.wp_ulike_style_love .wp_counter_span{float:right;display:inline-block;background:#f1f1f1 url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/icons/heart.png) 5px center no-repeat;color:#333;font-size:9px;line-height:17px;font-weight:400;margin:2px 0 0 2px;vertical-align:middle;border-radius:10px;padding:0 5px 0 23px;z-index:26}.wpulike-notification{position:fixed;z-index:999999;pointer-events:none;right:20px;bottom:20px}.wpulike-notification *{box-sizing:border-box}.wpulike-notification .wpulike-message{position:relative;pointer-events:auto;word-wrap:break-word;overflow:hidden;margin:0 0 6px;padding:14px 15px 14px 65px;width:290px;border-radius:3px;background-color:#007bc3;color:#fff;animation:wpUlikeNotifitcationsAnimation .2s backwards;box-shadow:0 3px 5px rgba(0,0,0,.08);font-size:.9rem;font-weight:500;line-height:normal;transition:opacity .3s ease-out,transform .3s ease-out;opacity:1;transform:translateY(0)}.wpulike-notification .wpulike-message:hover{opacity:.9;cursor:pointer}.wpulike-notification .wpulike-message.wpulike-message-fadeout{opacity:0;transform:translateY(-20px);pointer-events:none}.wpulike-notification .wpulike-message:before{content:"";display:block;background-position:center center;background-repeat:no-repeat;background-image:url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/svg/info.svg);background-size:25px;position:absolute;left:0;width:50px;top:0;height:100%;background-color:rgba(0,0,0,.06)}.wpulike-notification .wpulike-message.wpulike-success{background-color:#20a779}.wpulike-notification .wpulike-message.wpulike-success:before{background-image:url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/svg/success.svg)}.wpulike-notification .wpulike-message.wpulike-error{background-color:#ec4d2c}.wpulike-notification .wpulike-message.wpulike-error:before{background-image:url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/svg/error.svg)}.wpulike-notification .wpulike-message.wpulike-warning{background-color:#f0a82f}.wpulike-notification .wpulike-message.wpulike-warning:before{background-image:url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/svg/warning.svg)}@keyframes wpUlikeNotifitcationsAnimation{from{opacity:0;transform:translateY(100%)}to{opacity:.8;transform:translateY(0)}}@media screen and (max-width:768px){.wpulike-notification .wpulike-message{padding:11px 11px 11px 55px;font-size:13px}.wpulike-notification .wpulike-message:before{background-size:25px;width:45px}}@media screen and (max-width:320px){.wpulike-notification{left:10px;right:10px}.wpulike-notification .wpulike-message{padding:9px 9px 9px 45px;font-size:12px;width:100%}.wpulike-notification .wpulike-message:before{background-size:15px;width:35px}}@keyframes ulf-tooltip-fade-in{from{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ulf-spinner-bounce{0%,100%,80%{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.ulf-tooltip{position:absolute;z-index:9999;max-width:320px;width:auto;padding:0;margin:0;pointer-events:auto;animation:ulf-tooltip-fade-in .2s cubic-bezier(.16,1,.3,1);box-sizing:border-box;transition:opacity .2s ease,transform .2s ease}.ulf-content{padding:0;font-size:14px;line-height:1.5;color:#262626;word-wrap:break-word;overflow:visible;display:block;width:100%;box-sizing:border-box;min-height:20px}.ulf-arrow{position:absolute;width:7px;height:7px;background:#fff;border:1px solid transparent;box-sizing:content-box;pointer-events:none;z-index:2;opacity:0;transition:opacity .1s ease}.ulf-tooltip[data-positioned=true] .ulf-arrow{opacity:1}.ulf-arrow-bottom{bottom:-4px;left:50%;margin-left:-3.5px;transform:rotate(45deg);border-bottom-color:#e2e8f0;border-right-color:#e2e8f0}.ulf-arrow-top{top:-4px;left:50%;margin-left:-3.5px;transform:rotate(45deg);border-top-color:#e2e8f0;border-left-color:#e2e8f0}.ulf-arrow-left{left:-4px;top:50%;margin-top:-3.5px;transform:rotate(45deg);border-bottom-color:#e2e8f0;border-left-color:#e2e8f0}.ulf-arrow-right{right:-4px;top:50%;margin-top:-3.5px;transform:rotate(45deg);border-top-color:#e2e8f0;border-right-color:#e2e8f0}.ulf-white-theme{background:#fff;border:1px solid #e2e8f0;border-radius:.25em;overflow:visible}.ulf-white-theme .ulf-content{color:#262626;padding:8px 12px;font-weight:400;letter-spacing:-.01em}.ulf-white-theme .ulf-arrow-bottom{background:#fff;border-bottom-color:#e2e8f0;border-right-color:#e2e8f0}.ulf-white-theme .ulf-arrow-top{background:#fff;border-top-color:#e2e8f0;border-left-color:#e2e8f0}.ulf-white-theme .ulf-arrow-left{background:#fff;border-bottom-color:#e2e8f0;border-left-color:#e2e8f0}.ulf-white-theme .ulf-arrow-right{background:#fff;border-top-color:#e2e8f0;border-right-color:#e2e8f0}.ulf-white-theme .ulf-spinner-circle{background-color:#8e8e8e}.ulf-light-theme{background:#fff;border:1px solid #e2e8f0;border-radius:.25em;overflow:visible}.ulf-light-theme .ulf-content{color:#1a202c;padding:8px 12px;font-weight:400;letter-spacing:-.01em}.ulf-light-theme .ulf-arrow-bottom{background:#fff;border-bottom-color:#e2e8f0;border-right-color:#e2e8f0}.ulf-light-theme .ulf-arrow-top{background:#fff;border-top-color:#e2e8f0;border-left-color:#e2e8f0}.ulf-light-theme .ulf-arrow-left{background:#fff;border-bottom-color:#e2e8f0;border-left-color:#e2e8f0}.ulf-light-theme .ulf-arrow-right{background:#fff;border-top-color:#e2e8f0;border-right-color:#e2e8f0}.ulf-light-theme .ulf-spinner-circle{background-color:#8e8e8e}.ulf-small .ulf-content{padding:6px 10px;font-size:13px}.ulf-tiny{max-width:280px}.ulf-tiny .ulf-content{padding:3px 5px;font-size:13px;line-height:1.5}.ulf-tiny .ulf-arrow{width:6px;height:6px}.ulf-tiny .ulf-arrow-bottom{bottom:-3.5px}.ulf-tiny .ulf-arrow-top{top:-3.5px}.ulf-tiny .ulf-arrow-left{left:-3.5px}.ulf-tiny .ulf-arrow-right{right:-3.5px}.ulf-large{max-width:480px}.ulf-large .ulf-content{padding:12px 16px;font-size:16px}.ulf-loading-spinner{display:flex;align-items:center;justify-content:center;padding:8px 12px;gap:6px;min-height:20px}.ulf-spinner-circle{width:6px;height:6px;border-radius:50%;background-color:#8e8e8e;animation:ulf-spinner-bounce 1.2s infinite ease-in-out both;flex-shrink:0}.ulf-spinner-circle:first-child{animation-delay:-.32s}.ulf-spinner-circle:nth-child(2){animation-delay:-.16s}.ulf-spinner-circle:nth-child(3){animation-delay:0}.ulf-centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.rtl .wpulike-default .count-box{margin-right:8px;margin-left:inherit}.rtl .wpulike-default .count-box:before{right:-1px;left:auto;border-color:#bdbdbd #bdbdbd transparent transparent}.rtl .commentlist .tiles .avatar{left:inherit!important;right:0!important}.rtl .wp_ulike_thumbnail{margin:0 0 0 10px}.rtl .most_liked_comment .avatar{margin:0 0 0 10px}.rtl .wp_ulike_style_love .wp_counter_span{float:left;background:#f1f1f1 url(//wp.arcadeitalia.net/wp-content/plugins/wp-ulike/assets/img/icons/heart.png) no-repeat scroll 85% center;margin:2px 2px 0 0;padding:0 23px 0 5px}.rtl .wpulike-notification{left:20px;right:inherit}.rtl .wpulike-notification .wpulike-message{padding:14px 65px 14px 15px}.rtl .wpulike-notification .wpulike-message:before{left:auto;right:0}@media screen and (max-width:768px){.rtl .wpulike-notification .wpulike-message{padding:11px 55px 11px 11px}}@media screen and (max-width:320px){.rtl .wpulike-notification{left:10px;right:10px}.rtl .wpulike-notification .wpulike-message{padding:9px 45px 9px 9px}}.rtl .ulf-tooltip .ulf-arrow-bottom{left:50%;margin-left:-3.5px}.rtl .ulf-tooltip .ulf-arrow-top{left:50%;margin-left:-3.5px}.rtl .ulf-tooltip .ulf-arrow-left{left:auto;right:-4px;border-top-color:#e2e8f0;border-right-color:#e2e8f0;border-bottom-color:transparent;border-left-color:transparent}.rtl .ulf-tooltip .ulf-arrow-right{right:auto;left:-4px;border-bottom-color:#e2e8f0;border-left-color:#e2e8f0;border-top-color:transparent;border-right-color:transparent}.rtl .ulf-tooltip.ulf-tiny .ulf-arrow-left{right:-3.5px;left:auto}.rtl .ulf-tooltip.ulf-tiny .ulf-arrow-right{left:-3.5px;right:auto}.rtl .ulf-tooltip .ulf-light-theme .ulf-arrow-left,.rtl .ulf-tooltip .ulf-white-theme .ulf-arrow-left{border-top-color:#e2e8f0;border-right-color:#e2e8f0;border-bottom-color:transparent;border-left-color:transparent}.rtl .ulf-tooltip .ulf-light-theme .ulf-arrow-right,.rtl .ulf-tooltip .ulf-white-theme .ulf-arrow-right{border-bottom-color:#e2e8f0;border-left-color:#e2e8f0;border-top-color:transparent;border-right-color:transparent}.rtl .ulf-centered{left:50%;right:auto;transform:translate(-50%,-50%)}.cff-wrapper:after{content:"";display:table;clear:both}#cff{float:left;width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cff-wrapper-ctn{overflow:hidden;box-sizing:border-box}.cff-wrapper-ctn.cff-wrapper-fixed-height{overflow:auto;overflow-x:hidden}#cff .cff-masonry-posts,#cff .cff-posts-wrap,.cff-wrapper-ctn{position:relative;clear:both;height:100%;top:0;bottom:0;width:100%}#cff .cff-posts-wrap-box-shadow{padding:5px}#cff .cff-item{float:left;width:100%;clear:both;padding:20px 0 15px;margin:0;border-bottom:1px solid #ddd}#cff .cff-item:first-child{padding-top:0}#cff .cff-item.cff-box,#cff .cff-item.cff-box:first-child{padding:15px;margin:8px 0;background:rgba(255,255,255,.5);border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-item.cff-box:first-child{margin-top:0}#cff .cff-item.cff-box:last-child{margin-bottom:0}#cff .cff-item.cff-shadow{box-shadow:0 0 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.cff-header{width:100%;margin:0 0 15px;padding:0;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center}.cff-header .fa,.cff-header svg{margin:0 10px 0 0;padding:0}.cff-visual-header{margin-bottom:24px!important}.cff-visual-header .cff-header-hero{width:100%;height:300px;position:relative;overflow:hidden}.cff-visual-header .cff-header-hero img{width:100%;display:none}.cff-visual-header .cff-likes-box{position:absolute;bottom:10px;right:10px;padding:5px;background:#eee;line-height:1;border-radius:2px;color:#445790}.cff-visual-header .cff-likes-box .cff-square-logo{float:left;display:inline-block;line-height:0}.cff-visual-header .cff-likes-box .cff-square-logo svg{width:18px;vertical-align:top}.cff-visual-header .cff-likes-box .cff-likes-count{float:left;display:inline-block;margin-left:8px;vertical-align:top;font-size:15px;line-height:20px}.cff-visual-header .cff-header-inner-wrap{position:relative;display:block;text-decoration:none!important}.cff-visual-header .cff-header-inner-wrap a{color:inherit!important;border:0}.cff-visual-header .cff-header-img img{display:block;width:100px;border-radius:3px;padding:0;margin:0}.cff-visual-header.cff-has-cover .cff-header-img img{border:2px solid #fff}.cff-visual-header .cff-header-img{position:absolute;display:inline-block;line-height:1}.cff-visual-header.cff-has-cover .cff-header-img{top:-25px;left:10px}.cff-visual-header .cff-header-text{display:inline-block;float:left;padding-top:10px;margin:0}#cff .cff-visual-header .cff-header-text h3,.cff-visual-header .cff-header-text h3{display:inline-block!important;width:auto!important;margin:0 8px 0 0!important;padding:0!important;font-size:1.2em!important;line-height:1.2em!important}.cff-visual-header.cff-has-name{min-height:100px}.cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{min-height:75px;margin-left:125px!important}.cff-visual-header.cff-has-name .cff-header-text{margin-left:120px!important;padding-top:30px}.cff-visual-header.cff-has-name.cff-has-about .cff-header-text,.cff-visual-header.cff-has-name.cff-has-cover .cff-header-text{padding-top:10px!important}#cff .cff-visual-header .cff-header-inner-wrap .cff-bio,.cff-visual-header .cff-header-inner-wrap .cff-bio{display:block;width:100%;clear:both;margin:3px 0 0;padding:0;line-height:1.2em}.cff-visual-header .cff-header-name{float:left;padding:0 5px 2px 0!important}.cff-visual-header .cff-bio-info{font-size:.9em;line-height:1.7}.cff-visual-header .cff-bio-info svg{display:inline-block;width:1em;vertical-align:middle;position:relative;top:-2px}.cff-posts-count svg{padding-right:3px}.cff-header-inner-wrap:after,.cff-header-text:after{display:table;clear:both;content:" "}#cff .cff-author-img.cff-no-consent img,#cff .cff-expand,#cff .cff-less{display:none}#cff.cff-default-styles .cff-author a,#cff.cff-default-styles .cff-credit a,#cff.cff-default-styles a{text-decoration:none}#cff.cff-default-styles a:focus,#cff.cff-default-styles a:hover{text-decoration:underline}#cff .cff-post-text-link{display:block}.cff-post-text{width:100%;float:left}#cff .cff-post-desc,#cff h3,#cff h4,#cff h5,#cff h6,#cff p{float:left;width:100%;clear:both;padding:0;margin:5px 0;word-wrap:break-word}#cff.cff-default-styles .cff-post-desc,#cff.cff-default-styles h3,#cff.cff-default-styles h4,#cff.cff-default-styles h5,#cff.cff-default-styles h6,#cff.cff-default-styles p{line-height:1.4}#cff .cff-date{float:left;min-width:50px;width:auto}#cff.cff-default-styles .cff-credit,#cff.cff-default-styles .cff-date,#cff.cff-default-styles .cff-post-links,#cff.cff-default-styles .cff-post-links a{font-size:11px}#cff .cff-author{float:left;clear:both;margin:0 0 15px;padding:0;line-height:1.2;width:100%}#cff .cff-author a{text-decoration:none;border:none}#cff .cff-author-img{float:left;width:40px;height:40px;margin:0 0 0 -100%!important;font-size:0;background:url(//wp.arcadeitalia.net/wp-content/plugins/custom-facebook-feed/assets/img/cff-avatar.png) no-repeat;background-size:100%;border-radius:50%}#cff .cff-author .cff-author-text,#cff .cff-desc-wrap,#cff .cff-link-title,#cff .cff-shared-link{width:100%;float:left}#cff .cff-author img{float:left;margin:0!important;padding:0!important;border:none!important;font-size:0;border-radius:50%}.cff-no-consent .cff-header-text{margin-left:0!important}.cff-no-consent .cff-header-hero,.cff-no-consent .cff-header-img,.cff-num-diff-hide{display:none!important}#cff .cff-author .cff-author-text span.cff-page-name{display:table-cell;vertical-align:middle;height:40px;margin:0;font-weight:700;padding-left:50px;float:none}#cff .cff-author .cff-story,#cff.cff-default-styles .cff-author .cff-date{font-weight:400}#cff .cff-author.cff-no-author-info .cff-date{margin-top:12px!important}#cff .cff-author.cff-no-author-info .cff-author-img{width:40px;height:40px;background:url(//wp.arcadeitalia.net/wp-content/plugins/custom-facebook-feed/assets/img/cff-avatar.png) no-repeat;margin:0!important}#cff .cff-author .cff-date,#cff .cff-author .cff-page-name{float:left;clear:both;width:auto;margin:0 0 0 50px!important}#cff.cff-default-styles .cff-author .cff-author-text *{font-weight:700;line-height:1.2}#cff .cff-author .cff-date{color:#9197a3;font-size:11px;margin-top:2px!important;margin-bottom:0!important}#cff .cff-author .cff-page-name.cff-author-date{float:left;padding:3px 0 0;font-size:14px}#cff .cff-cta-link a,.cff-media-link .fa{display:inline-block;width:auto;padding:5px 7px 5px 6px;margin-right:6px;border:1px solid rgba(0,0,0,.1);border-radius:3px;background:rgba(0,0,0,.02)}#cff .cff-cta-link a:hover,.cff-media-link .fa:hover{background:rgba(0,0,0,.03);text-decoration:none}#cff .cff-cta-link a{padding:5px 15px}#cff .cff-break-word{word-break:break-all}#cff.cff-default-styles .cff-expand a{font-size:11px;font-weight:400}#cff .cff-shared-link{clear:both;padding:5px 10px;margin:10px 0 5px;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.07);box-sizing:border-box}#cff .cff-no-styles{background:0 0;border:none;padding:0}#cff .cff-link{float:left;clear:both;max-width:20%;margin:10px 0 0}#cff .cff-link img,#cff.cff-masonry .cff-comment-attachment,#cff.cff-masonry .cff-comment-replies-box{max-width:100%}#cff .cff-link-title{clear:both;display:block}#cff.cff-default-styles .cff-link-title{font-weight:700}#cff .cff-post-desc,#cff p.cff-link-title{margin:5px 0 0}#cff .cff-text-link{float:left;clear:none;width:72%;margin-left:3%;padding:0 0 5px}#cff .cff-link-caption{margin:0}#cff.cff-default-styles .cff-link-caption{font-size:12px}#cff .cff-text-link.cff-no-image{width:100%;margin-left:0}#cff .cff-details{float:left;clear:none;width:100%;margin:0;padding:0}#cff .cff-details h5{margin:0 0 5px}#cff.cff-default-styles .cff-details h5{padding:0;font-size:16px}#cff.cff-default-styles .cff-details p{font-size:14px}#cff .cff-timeline-event .cff-date,#cff .cff-timeline-event .cff-info,#cff .cff-timeline-event .cff-timeline-event-title,#cff .cff-timeline-event .cff-where{display:block;width:100%;clear:both}#cff .cff-details .cff-info{padding:10px 0 0}#cff.cff-default-styles .cff-details .cff-info{line-height:1.2}#cff .cff-note-title{display:block;font-weight:700;padding-bottom:5px}#cff .cff-post-links{float:left;clear:none;padding:5px 0 0;margin:0}#cff .cff-post-links.cff-left{float:left;margin:8px 0}#cff .cff-post-links a:first-child{padding-left:0;margin:0}#cff .cff-dot{padding:0 5px}#cff .cff-share-container{position:relative;display:inline}#cff .cff-share-tooltip{display:none;position:absolute;z-index:1000;bottom:22px;right:-40px;width:110px;padding:3px 5px 4px;margin:0;background:#333;color:#eee;font-size:12px;line-height:1.3;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-share-tooltip .fa-play{position:absolute;font-size:8px;bottom:-6px;left:50%;margin-left:-3px;color:#333}#cff .cff-share-tooltip a .fa,#cff .cff-share-tooltip a svg{font-size:16px;margin:0;padding:5px}#cff .cff-share-tooltip a{display:block;float:left;margin:0!important;padding:0!important;color:#eee!important;opacity:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#cff .cff-share-tooltip a:hover{color:#fff!important}#cff .cff-share-tooltip .cff-facebook-icon:hover{background:#3b5998}#cff .cff-share-tooltip .cff-twitter-icon:hover{background:#00aced}#cff .cff-share-tooltip .cff-email-icon:hover,#cff .cff-share-tooltip .cff-google-icon:hover{background:#dd4b39}#cff .cff-share-tooltip .cff-linkedin-icon:hover{background:#007bb6}#cff .cff-share-tooltip .cff-pinterest-icon:hover{background:#cb2027}#cff .cff-share-tooltip a.cff-show{opacity:1;transition:opacity .2s}.cff-likebox{float:left;width:100%;position:relative;margin:20px 0 0}.fb_iframe_widget{border:none;overflow:hidden}.cff-likebox .fb_iframe_widget{width:100%}.cff-likebox .fb_iframe_widget span{width:100%!important}.cff-likebox .fb_iframe_widget iframe{margin:0;position:relative;top:0;left:0;width:100%!important;height:100%}.cff-likebox.cff-top.cff-outside{margin-bottom:10px}.cff-likebox.cff-bottom.cff-outside{margin-top:10px}#cff.cff-fixed-height{padding:5px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff.cff-masonry,.cff-gdpr-notice{box-sizing:border-box}#cff .cff-error-msg{display:none;position:relative;font-size:12px;font-family:sans-serif;padding:8px 12px;border:1px solid #ddd;margin-bottom:10px;clear:both;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}#cff .cff-error-msg p{float:none}#cff .cff-error-msg .cff_notice_dismiss{position:absolute;top:4px;right:8px}#cff #cff-error-reason{display:none;padding:5px 0 0;clear:both}#cff .cff-credit img{float:left;margin:-2px 5px 0 0}#cff .cff-credit .fa{padding-right:5px;font-size:13px}.cff-credit a{display:flex;align-items:center}.cff-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important}@media all and (max-width:640px){#cff.cff-width-resp{width:100%!important}.cff-wrapper .cff-visual-header .cff-header-img img{width:80px}.cff-wrapper .cff-visual-header.cff-has-name .cff-header-text{margin-left:95px}.cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{margin-left:105px}}#cff .cff-comment .cff-comment-text img,#cff img.emoji,#cff-lightbox-wrapper .cff-comment .cff-comment-text img,#cff-lightbox-wrapper img.emoji{float:none;max-width:100%}#cff .cff-linebreak{display:block;height:5px}#cff.cff-masonry .cff-item.cff-box{margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-item:first-child{padding-top:20px;margin-top:0}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox{float:none;display:inline-block;width:30.3%;margin:0 1.5% 20px}#cff.cff-masonry.cff-opaque-comments .cff-item{z-index:1}#cff.cff-masonry.masonry-2-desktop .cff-item{width:47%;margin:0 1.5%}#cff.cff-masonry.masonry-4-desktop .cff-item{width:22%;margin:0 1.5%}#cff.cff-masonry.masonry-5-desktop .cff-item{width:17%;margin:0 1.5%}#cff.cff-masonry.masonry-6-desktop .cff-item{width:13.516%;margin:0 1.5%}@media (min-width:481px) and (max-width:800px){#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-3-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item{width:100%;margin:0}#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-likebox{width:47%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-likebox{width:30.3%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-4-tablet .cff-item,#cff.cff-masonry.masonry-4-tablet .cff-likebox{width:22%;margin-left:1.5%;margin-right:1.5%}}@media (max-width:480px){#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-3-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item{width:100%;margin:0}#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-likebox{width:47%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-likebox{width:30.3%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.cff-mob-cols-1 .cff-posts-wrap .cff-item{width:100%}}#cff.cff-masonry .cff-comments-box{position:relative;z-index:999}#cff.cff-masonry .cff-load-more{display:block;float:left;clear:both}#cff.cff-masonry.cff-masonry-css{width:100%;overflow:hidden;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-column-fill:auto;column-fill:unset;-webkit-column-count:3;-moz-column-count:3;column-count:3;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-desktop{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-4-desktop{-webkit-column-count:4;-moz-column-count:4;column-count:4;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-5-desktop{-webkit-column-count:5;-moz-column-count:5;column-count:5;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-6-desktop{-webkit-column-count:6;-moz-column-count:6;column-count:6;margin:0}#cff.cff-masonry.cff-masonry-css .cff-item,#cff.cff-masonry.cff-masonry-css .cff-likebox,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item{float:none;display:inline-block;width:100%;margin:0 0 12px}#cff.cff-masonry.cff-masonry-css .cff-likebox{width:99.5%}#cff.cff-masonry.cff-masonry-css .cff-load-more{margin:0 0 10px;position:relative;bottom:0}@media only screen and (max-width:780px){#cff.cff-masonry.cff-masonry-css,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop{-webkit-column-count:1;-moz-column-count:1;column-count:1}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile,#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-item{width:100%}}#cff.cff-disable-masonry{height:auto!important}#cff.cff-disable-masonry .cff-item,#cff.cff-disable-masonry .cff-likebox{position:relative!important;top:auto!important}#cff.cff-dark .cff-album-item,#cff.cff-dark .cff-item,#cff.cff-dark .cff-item.cff-box,#cff.cff-dark .cff-item.cff-box:first-child{background-color:rgba(0,0,0,.85);color:rgba(255,255,255,.75)}#cff.cff-dark .cff-item a{color:#fff;text-decoration:underline}#cff.cff-dark .cff-date{color:rgba(255,255,255,.5)}#cff.cff-dark .cff-album-info a,#cff.cff-dark .cff-author-date,#cff.cff-dark .cff-post-links a{color:#fff}#cff.cff-dark .cff-album-info p{color:rgba(255,255,255,.75)}#cff.cff-light .cff-album-item,#cff.cff-light .cff-item,#cff.cff-light .cff-item.cff-box,#cff.cff-light .cff-item.cff-box:first-child{background-color:rgba(255,255,255,.95);color:rgba(0,0,0,.8)}#cff.cff-light .cff-item a{color:#000;text-decoration:underline}#cff.cff-light .cff-date{color:rgba(0,0,0,.5)}#cff.cff-light .cff-album-info a,#cff.cff-light .cff-author-date,#cff.cff-light .cff-post-links a{color:#000}#cff.cff-light .cff-album-info p{color:rgba(0,0,0,.7)}.cff-gdpr-notice{max-width:100%;padding:8px 15px;margin:0;font-size:12px;background:#fdf7f7;border-radius:5px;border:1px solid #e4b1b1;line-height:1.3;display:none}.sb-elementor-cta-img,.sb-elementor-cta-img-ctn{position:relative!important;display:flex!important}.sb-elementor-cta{width:100%!important;border:1px solid #e8e8eb!important;border-radius:2px!important;position:relative!important;text-align:center!important}.sb-elementor-cta-img-ctn{width:100%!important;float:left!important;justify-content:center!important;align-items:center!important;margin-top:50px!important;margin-bottom:35px!important}.sb-elementor-cta-img{width:65px!important;height:65px!important;border:2px solid #dcdde1!important;border-radius:16px!important;-webkit-transform:rotate(-3deg)!important;transform:rotate(-3deg)!important;justify-content:center!important;align-items:center!important}.sb-elementor-cta-img span svg{width:32px;fill:#257ab2;float:left!important}.sb-elementor-cta-img>*{-webkit-transform:rotate(3deg)!important;transform:rotate(3deg)!important}.sb-elementor-cta-logo{position:absolute!important;right:-15px!important;bottom:-19px!important;z-index:1!important}.sb-elementor-cta-heading{font-size:19px!important;padding:0!important;margin:0 0 30px!important;display:inline-block!important;width:100%!important;font-weight:700!important;line-height:1.4em!important}.sb-elementor-cta-btn{background:#0068a0!important;border-radius:2px!important;padding:8px 20px 8px 38px!important;cursor:pointer!important;color:#fff!important;position:relative!important;margin-bottom:30px!important;height:40px!important;line-height:24px!important}.sb-elementor-cta-btn:after,.sb-elementor-cta-btn:before{content:''!important;position:absolute!important;width:2px!important;height:12px!important;background:#fff!important;left:20px!important;top:14px!important}.sb-elementor-cta-btn:after{-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.sb-elementor-cta-desc{display:flex!important;justify-content:center!important;align-items:center!important;padding:20px!important;background:#f9f9fa!important;border-top:1px solid #e8e8eb!important;margin-top:35px!important;flex-direction:column!important}.sb-elementor-cta-desc strong{color:#141b38!important;font-size:16px!important;font-weight:600!important;margin-bottom:8px!important}.sb-elementor-cta-desc span{color:#434960!important;font-size:14px!important;line-height:1.5em!important;padding:0 20%!important}.sb-elementor-cta-selector{width:100%!important;padding:0 20%!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-direction:column!important;margin-bottom:45px!important}.sb-elementor-cta-feedselector{border:1px solid #d0d1d7!important;padding:8px 16px!important;margin-bottom:15px!important;max-width:100%!important;min-width:400px!important}.sb-elementor-cta-selector span{color:#2c324c!important}.sb-elementor-cta-selector span a{text-transform:capitalize!important;text-decoration:underline!important;font-weight:600!important}.sb-elementor-cta-selector span a:after{color:#2c324c!important;margin-left:2px!important;font-weight:400!important;text-decoration-color:#fff!important}.sb-elementor-cta-selector span a:first-of-type:after{content:','!important}.sb-elementor-cta-selector span a:nth-of-type(2):after{content:'or'!important;margin-left:5px!important;margin-right:2px!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{content:''!important;height:16px!important;font-variant:normal!important;background-position:center center!important;background-repeat:no-repeat!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A")!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A")!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important}