.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:not(.slide).hidden {
opacity: 0;
}@font-face {
font-family: 'FontAwesome';
src: url(//zachrankolegu.eu/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//zachrankolegu.eu/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(//zachrankolegu.eu/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//zachrankolegu.eu/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//zachrankolegu.eu/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//zachrankolegu.eu/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;
}.eb-row-wrapper *{box-sizing:border-box}.eb-row-wrapper:not(.for-editor-page){box-sizing:border-box;margin-left:auto!important;margin-right:auto!important}.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner{display:flex;flex-wrap:nowrap;justify-content:space-between;margin:auto;max-width:none!important;position:relative;width:auto!important}.eb-row-root-container>div.eb-row-wrapper:not(.for-editor-page)>div.eb-row-inner>div.eb-column-wrapper>div.eb-column-inner>div:not(.eb-instagram-wrapper):not(.eb-toc-container),.wp-block-essential-blocks-row{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}.eb-row-root-container>.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner>.eb-column-wrapper{box-sizing:border-box}@media(max-width:1024px){.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner{flex-wrap:wrap;justify-content:flex-start}}
.eb-advance-heading-wrapper a{color:inherit}.eb-advance-heading-wrapper>*{transition:all .3s ease-in-out}.eb-advance-heading-wrapper .eb-ah-title>*{display:inline;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.eb-advance-heading-wrapper.marquee{box-sizing:border-box;overflow:hidden;position:relative;white-space:nowrap;width:100%}.eb-advance-heading-wrapper.marquee .eb-ah-title{animation-duration:10s;animation-iteration-count:infinite;animation-name:marquee;animation-timing-function:linear;display:inline-block}.eb-advance-heading-wrapper.marquee .eb-ah-title>*{white-space:nowrap!important}.eb-advance-heading-wrapper.marquee .eb-ah-title:hover{animation-play-state:paused}.eb-advance-heading-wrapper.waviy .eb-ah-title{-webkit-box-reflect:below -20px linear-gradient(transparent,rgba(0,0,0,.3));line-height:1.5em}.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a){animation:waviy 1s;display:inline-block}.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a):nth-child(2){animation-delay:1s}.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a):nth-child(3){animation-delay:2s}.eb-advance-heading-wrapper.waviy .eb-ah-title a{-webkit-box-reflect:below -20px linear-gradient(transparent,rgba(0,0,0,.3));line-height:1.5em}.eb-advance-heading-wrapper.waviy .eb-ah-title a>*{animation:waviy 1s;display:inline-block}.eb-advance-heading-wrapper.waviy .eb-ah-title a>:nth-child(2){animation-delay:1s}.eb-advance-heading-wrapper.waviy .eb-ah-title a>:nth-child(3){animation-delay:2s}.eb-advance-heading-wrapper .eb-ah-separator.icon>*{font-size:inherit}@keyframes marquee{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes waviy{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}
.eb-gallery-img-wrapper{overflow:hidden}.eb-gallery-img-wrapper~.eb-img-gallery-loadmore-container .eb-img-gallery-loadmore{-webkit-appearance:none;border:0;border-radius:0;box-sizing:border-box;cursor:pointer;display:block;margin:20px auto 0;outline:1px 0 solid #000;text-shadow:none;transition:box-shadow .1s linear;white-space:nowrap;width:auto}.eb-gallery-img-wrapper~.eb-img-gallery-loadmore-container .eb-img-gallery-loadmore.loadmore-disable{cursor:none}.eb-gallery-img-wrapper~.eb-img-gallery-loadmore-container .eb-img-gallery-loadmore.loadmore-disable img{display:inline-block;margin-right:5px;position:relative;top:2px;width:16px}.eb-gallery-img-wrapper .eb-gallery-link-wrapper{display:block;height:100%;overflow:hidden;position:relative;width:100%}.eb-gallery-img-wrapper.grid{display:grid;grid-auto-flow:dense;grid-auto-rows:1fr;grid-template-columns:repeat(3,auto)}.eb-gallery-img-wrapper.grid.eb-filterable-img-gallery.show-loadmore,.eb-gallery-img-wrapper.grid.enable-isotope.show-loadmore{height:0}.eb-gallery-img-wrapper.grid .eb-gallery-img-content img{box-sizing:border-box;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.eb-gallery-img-wrapper.masonry{box-sizing:border-box}.eb-gallery-img-wrapper.masonry:after{clear:both;content:"";display:block}.eb-gallery-img-wrapper.masonry .eb-gallery-img-content,.eb-gallery-img-wrapper.masonry .grid-sizer{width:33.3333333333%}.eb-gallery-img-wrapper.masonry .eb-gallery-img-content{box-sizing:border-box;display:block;float:left;min-width:1px}.eb-gallery-img-wrapper.masonry .eb-gallery-img-content.wide{width:66.6666666667%}.eb-gallery-img-wrapper.masonry .eb-gallery-img-content img{box-sizing:border-box;display:block;height:auto;max-width:100%;width:100%}.eb-gallery-img-wrapper.eb-filterable-img-gallery.masonry{-moz-columns:unset;columns:unset}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content{display:block;line-height:0;overflow:hidden;position:relative}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content .eb-gallery-img-caption{line-height:1em;position:absolute;transform:translate(0);width:auto}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content .eb-gallery-img-caption.left.top,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content:hover .eb-gallery-img-caption.left.top{left:0;top:0}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content .eb-gallery-img-caption.left.middle,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content:hover .eb-gallery-img-caption.left.middle{left:0;top:50%;transform:translateY(-50%)}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content .eb-gallery-img-caption.left.bottom,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content:hover .eb-gallery-img-caption.left.bottom{bottom:0;left:0}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content .eb-gallery-img-caption.center.top,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content:hover .eb-gallery-img-caption.center.top{left:50%;top:0;transform:translateX(-50%)}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content .eb-gallery-img-caption.center.middle,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content:hover .eb-gallery-img-caption.center.middle{bottom:auto!important;left:50%;top:50%;transform:translate(-50%,-50%)}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content .eb-gallery-img-caption.center.bottom,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content:hover .eb-gallery-img-caption.center.bottom{bottom:0;left:50%;transform:translateX(-50%)}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content .eb-gallery-img-caption.right.top,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content:hover .eb-gallery-img-caption.right.top{right:0;top:0}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content .eb-gallery-img-caption.right.middle,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content:hover .eb-gallery-img-caption.right.middle{right:0;top:50%;transform:translateY(-50%)}.eb-gallery-img-wrapper:not(.v2) .eb-gallery-img-content .eb-gallery-img-caption.right.bottom,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content:hover .eb-gallery-img-caption.right.bottom{bottom:0;right:0}.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content .eb-gallery-img-caption{opacity:0;transition:all .4s ease-in-out}.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content .eb-gallery-img-caption.left.bottom,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content .eb-gallery-img-caption.left.middle,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content .eb-gallery-img-caption.left.top{left:-10px}.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content .eb-gallery-img-caption.center.top{top:-10px}.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content .eb-gallery-img-caption.center.middle{bottom:0;transform:translate(-50%,20px)}.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content .eb-gallery-img-caption.center.bottom{bottom:-10px}.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content .eb-gallery-img-caption.right.bottom,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content .eb-gallery-img-caption.right.middle,.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content .eb-gallery-img-caption.right.top{right:-10px}.eb-gallery-img-wrapper:not(.v2).caption-on-hover .eb-gallery-img-content:hover .eb-gallery-img-caption{opacity:1}.eb-gallery-img-wrapper:not(.v2).caption-style-1{overflow:hidden}.eb-gallery-img-wrapper:not(.v2).caption-style-1 .eb-gallery-img-caption{opacity:0}.eb-gallery-img-wrapper:not(.v2).caption-style-1 .eb-gallery-img{filter:grayscale(100%)!important;transition:all .25s ease-in-out}.eb-gallery-img-wrapper:not(.v2).caption-style-1 .eb-gallery-img-content:hover .eb-gallery-img{filter:grayscale(0)!important}.eb-gallery-img-wrapper:not(.v2).caption-style-1 .eb-gallery-img-content:hover .eb-gallery-img-caption{opacity:1;transition:all .3s ease-in-out}.eb-gallery-img-wrapper:not(.v2).caption-style-2 .eb-gallery-link-wrapper:after{align-items:center;content:"";display:flex;justify-content:center;margin:0!important;position:absolute;transition:all .3s ease-in-out}.eb-gallery-img-wrapper:not(.v2).caption-style-2 .eb-gallery-link-wrapper .eb-gallery-img-caption{transition:all .4s ease-in-out;visibility:hidden;z-index:99}.eb-gallery-img-wrapper:not(.v2).caption-style-2 .eb-gallery-link-wrapper:hover .eb-gallery-img-caption{visibility:visible}.eb-gallery-img-wrapper:not(.v2).caption-style-2 .eb-gallery-img{transition:all .25s ease-in-out}.eb-gallery-img-wrapper:not(.v2).caption-style-2.overlay-top .eb-gallery-link-wrapper:after{height:0;left:0;top:0;width:100%}.eb-gallery-img-wrapper:not(.v2).caption-style-2.overlay-top .eb-gallery-link-wrapper:hover:after{height:100%}.eb-gallery-img-wrapper:not(.v2).caption-style-2.overlay-bottom .eb-gallery-link-wrapper:after{bottom:0;height:0;left:0;width:100%}.eb-gallery-img-wrapper:not(.v2).caption-style-2.overlay-bottom .eb-gallery-link-wrapper:hover:after{height:100%}.eb-gallery-img-wrapper:not(.v2).caption-style-2.overlay-left .eb-gallery-link-wrapper:after{height:100%;left:0;top:0;width:0}.eb-gallery-img-wrapper:not(.v2).caption-style-2.overlay-left .eb-gallery-link-wrapper:hover:after{width:100%}.eb-gallery-img-wrapper:not(.v2).caption-style-2.overlay-right .eb-gallery-link-wrapper:after{height:100%;right:0;top:0;width:0}.eb-gallery-img-wrapper:not(.v2).caption-style-2.overlay-right .eb-gallery-link-wrapper:hover:after{width:100%}.eb-gallery-img-wrapper:not(.v2).caption-style-2.zoom .eb-gallery-link-wrapper:after{height:0;left:50%;top:50%;transform:scale(0);width:0}.eb-gallery-img-wrapper:not(.v2).caption-style-2.zoom .eb-gallery-link-wrapper:hover:after{height:100%;left:0;top:0;transform:scale(1);width:100%}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content{display:block;line-height:0;overflow:hidden;position:relative}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content{display:flex;flex-direction:column;line-height:1em;position:absolute;transform:translate(0)}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content .eb-gallery-img-caption{box-sizing:border-box;position:relative}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content.left.top,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content:hover .eb-img-gallery-content.left.top{left:0;top:0}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content.left.middle,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content:hover .eb-img-gallery-content.left.middle{left:0;top:50%;transform:translateY(-50%)}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content.left.bottom,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content:hover .eb-img-gallery-content.left.bottom{bottom:0;left:0}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content.center.top,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content:hover .eb-img-gallery-content.center.top{left:50%;top:0;transform:translateX(-50%)}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content.center.middle,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content:hover .eb-img-gallery-content.center.middle{bottom:auto!important;left:50%;top:50%;transform:translate(-50%,-50%)}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content.center.bottom,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content:hover .eb-img-gallery-content.center.bottom{bottom:0;left:50%;transform:translateX(-50%)}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content.right.top,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content:hover .eb-img-gallery-content.right.top{right:0;top:0}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content.right.middle,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content:hover .eb-img-gallery-content.right.middle{right:0;top:50%;transform:translateY(-50%)}.eb-gallery-img-wrapper.v2.default .eb-gallery-img-content .eb-img-gallery-content.right.bottom,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content:hover .eb-img-gallery-content.right.bottom{bottom:0;right:0}.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content .eb-img-gallery-content{opacity:0;transition:all .4s ease-in-out}.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content .eb-img-gallery-content.left.bottom,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content .eb-img-gallery-content.left.middle,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content .eb-img-gallery-content.left.top{left:-10px}.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content .eb-img-gallery-content.center.top{top:-10px}.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content .eb-img-gallery-content.center.middle{bottom:0;transform:translate(-50%,20px)}.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content .eb-img-gallery-content.center.bottom{bottom:-10px}.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content .eb-img-gallery-content.right.bottom,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content .eb-img-gallery-content.right.middle,.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content .eb-img-gallery-content.right.top{right:-10px}.eb-gallery-img-wrapper.v2.default.caption-on-hover .eb-gallery-img-content:hover .eb-img-gallery-content{opacity:1}.eb-gallery-img-wrapper.v2.default.caption-style-1{overflow:hidden}.eb-gallery-img-wrapper.v2.default.caption-style-1 .eb-img-gallery-content{opacity:0}.eb-gallery-img-wrapper.v2.default.caption-style-1 .eb-gallery-img{filter:grayscale(100%)!important;transition:all .25s ease-in-out}.eb-gallery-img-wrapper.v2.default.caption-style-1 .eb-gallery-img-content:hover .eb-gallery-img{filter:grayscale(0)!important}.eb-gallery-img-wrapper.v2.default.caption-style-1 .eb-gallery-img-content:hover .eb-img-gallery-content{opacity:1;transition:all .3s ease-in-out}.eb-gallery-img-wrapper.v2.default.caption-style-2 .eb-gallery-link-wrapper:after{align-items:center;content:"";display:flex;justify-content:center;margin:0!important;position:absolute;transition:all .3s ease-in-out}.eb-gallery-img-wrapper.v2.default.caption-style-2 .eb-gallery-link-wrapper .eb-img-gallery-content{transition:all .4s ease-in-out;visibility:hidden;z-index:99}.eb-gallery-img-wrapper.v2.default.caption-style-2 .eb-gallery-link-wrapper:hover .eb-img-gallery-content{visibility:visible}.eb-gallery-img-wrapper.v2.default.caption-style-2 .eb-gallery-img{transition:all .25s ease-in-out}.eb-gallery-img-wrapper.v2.default.caption-style-2.overlay-top .eb-gallery-link-wrapper:after{height:0;left:0;top:0;width:100%}.eb-gallery-img-wrapper.v2.default.caption-style-2.overlay-top .eb-gallery-link-wrapper:hover:after{height:100%}.eb-gallery-img-wrapper.v2.default.caption-style-2.overlay-bottom .eb-gallery-link-wrapper:after{bottom:0;height:0;left:0;width:100%}.eb-gallery-img-wrapper.v2.default.caption-style-2.overlay-bottom .eb-gallery-link-wrapper:hover:after{height:100%}.eb-gallery-img-wrapper.v2.default.caption-style-2.overlay-left .eb-gallery-link-wrapper:after{height:100%;left:0;top:0;width:0}.eb-gallery-img-wrapper.v2.default.caption-style-2.overlay-left .eb-gallery-link-wrapper:hover:after{width:100%}.eb-gallery-img-wrapper.v2.default.caption-style-2.overlay-right .eb-gallery-link-wrapper:after{height:100%;right:0;top:0;width:0}.eb-gallery-img-wrapper.v2.default.caption-style-2.overlay-right .eb-gallery-link-wrapper:hover:after{width:100%}.eb-gallery-img-wrapper.v2.default.caption-style-2.zoom .eb-gallery-link-wrapper:after{height:0;left:50%;top:50%;transform:scale(0);width:0}.eb-gallery-img-wrapper.v2.default.caption-style-2.zoom .eb-gallery-link-wrapper:hover:after{height:100%;left:0;top:0;transform:scale(1);width:100%}.eb-gallery-img-wrapper .hidden{display:none!important}.eb-gallery-img-wrapper:not(.default) .eb-gallery-img-content{box-sizing:border-box;display:block;line-height:0;overflow:hidden;position:relative}.eb-gallery-img-wrapper:not(.default) .eb-img-gallery-overlay{box-sizing:border-box;display:flex;position:absolute;width:100%}.eb-gallery-img-wrapper:not(.default) .eb-img-gallery-content{box-sizing:border-box;width:100%}.eb-gallery-img-wrapper:not(.default) .eb-gallery-img-caption{font-size:18px;line-height:1.2em;position:relative;text-align:unset;word-wrap:break-word}.eb-gallery-img-wrapper:not(.default) .eb-gallery-img-description{font-size:16px;line-height:1.2em;text-align:unset;word-wrap:break-word}.eb-gallery-img-wrapper:not(.default) .eb-img-gallery-actions{align-items:center;display:inline-flex;flex-direction:row;gap:10px}.eb-gallery-img-wrapper:not(.default) .eb-img-gallery-actions .eb-img-gallery-action{align-items:center;box-sizing:border-box;display:flex;justify-content:center;text-align:center;text-decoration:none}.eb-gallery-img-wrapper.preset-5 .eb-gallery-img-content.grid__item--current{opacity:0!important}.eb-gallery-img-wrapper.preset-5 .eb-gallery-link-wrapper{border-radius:10px;transform:scale(1);transition:all .4s ease}.eb-gallery-img-wrapper.preset-5 .eb-gallery-link-wrapper img{transform:scale(1);transition:all .4s ease!important}.eb-gallery-img-wrapper.preset-5 .eb-gallery-link-wrapper:hover{transform:scale(.95)}.eb-gallery-img-wrapper.preset-5 .eb-gallery-link-wrapper:hover img{transform:scale(1.4)}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper{position:relative}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper:hover .eb-img-gallery-overlay .eb-img-gallery-content .eb-gallery-img-caption,.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper:hover .eb-img-gallery-overlay .eb-img-gallery-content .eb-gallery-img-description{transform:translateY(0)}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper:hover .eb-img-gallery-overlay .eb-img-gallery-actions .eb-img-gallery-action{opacity:1;transform:translateX(0)!important}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper:hover .eb-img-gallery-overlay .eb-img-gallery-content{opacity:1;transform:translateY(0)}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper .eb-img-gallery-overlay{display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:20px;position:absolute;top:0;width:100%;z-index:1}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-actions{align-self:end}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-actions .eb-img-gallery-action{opacity:0;transition:all .4s ease}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-actions .eb-img-gallery-action:first-child{transform:translateX(-30px)}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-actions .eb-img-gallery-action:last-child{transform:translateX(30px)}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-content{align-self:self-start;opacity:0;overflow:hidden;padding:10px;transform:translateY(10px);transition:all .4s ease;width:100%}.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-content .eb-gallery-img-caption,.eb-gallery-img-wrapper.preset-4 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-content .eb-gallery-img-description{transform:translateY(100%);transition:all 1s cubic-bezier(.37,.31,.2,.85);will-change:transform}.eb-gallery-img-wrapper.preset-3,.eb-gallery-img-wrapper.preset-3 .eb-gallery-img-content{overflow:visible}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper{overflow:visible;perspective:1700px;perspective-origin:0 50%;position:relative;transform-style:preserve-3d;transition:box-shadow .35s cubic-bezier(.24,.8,.58,1),transform .35s cubic-bezier(.37,.9,.58,1)}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper:hover:before{height:70%}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper:hover .eb-gallery-img-container img{transform:translateX(25%)}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper:hover .eb-img-gallery-overlay{opacity:1;transform:rotateY(0);transition:transform .4s,opacity .1s}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper .eb-gallery-img-container{overflow:hidden;position:relative}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper .eb-gallery-img-container img{height:100%;-o-object-fit:cover;object-fit:cover;transition:all .4s ease!important;width:100%}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions{background:#fff;border-radius:10px 0 10px 0;bottom:0;height:-moz-max-content;height:max-content;left:auto;padding:10px;position:absolute;right:0;top:auto;z-index:0}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions:after,.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions:before{background-color:transparent;content:"";position:absolute;z-index:-1}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions:after{border-bottom-right-radius:25px;bottom:0;box-shadow:20px 0 0 0 #fff;height:25px;left:-50px;width:50px}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions:before{border-bottom-right-radius:25px;box-shadow:0 25px 0 0 #fff;height:50px;right:0;top:-50px;width:25px}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-overlay{backface-visibility:hidden;bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:rotateY(-90deg);transform-origin:0 0;transition:transform .4s,opacity .1s .3s;width:50%}.eb-gallery-img-wrapper.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-content{overflow:hidden}.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper{position:relative;transition:all .4s ease}.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper:hover:before{opacity:1;transform:translateY(0);visibility:visible}.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper:hover .eb-img-gallery-overlay .eb-img-gallery-actions{opacity:1;visibility:visible}.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper:hover .eb-img-gallery-overlay,.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper:hover .eb-img-gallery-overlay .eb-img-gallery-content{transform:translateY(0)}.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper:hover .eb-img-gallery-overlay .eb-img-gallery-content .eb-gallery-img-description{display:block;opacity:1;transform:translateY(0)}.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper:before{background:#525a66;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transform:translateY(50%);transition:all .4s ease-out;visibility:hidden;width:100%;z-index:1}.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper .eb-img-gallery-overlay{bottom:0;display:flex;flex-direction:column-reverse;height:100%;justify-content:space-between;left:0;padding:0;position:absolute;transform:translateY(100%);transition:all .4s ease;width:100%;z-index:1}.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-actions{margin:20px;opacity:0;transform-origin:bottom;transform-style:flat;transition:all .4s ease;visibility:hidden}.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-content{align-self:self-start;padding:20px;transform:translateY(-100%);transition:all .4s ease}.eb-gallery-img-wrapper.preset-2 .eb-gallery-link-wrapper .eb-img-gallery-overlay .eb-img-gallery-content .eb-gallery-img-description{display:none;opacity:0;transform:translateY(-50%)}#eb-img-gallery-not-found{align-items:center;display:flex;flex-direction:column;height:0;justify-content:center;opacity:0;overflow:hidden;text-align:center;transition:all .3s ease}#eb-img-gallery-not-found.show{height:auto;min-height:200px;opacity:1}.eb-gallery-upload-button{background:#f5f8ff;border:1px dashed #bfc9d7;color:#444f62;display:flex;flex-direction:column;font-size:16px!important;height:110px;justify-content:center!important;width:100%}.eb-gallery-upload-button .addIcon{align-items:center;background:#dae0ee;border-radius:8px;display:flex;height:40px;justify-content:center;margin-bottom:10px;width:40px}.eb-gallery-img-link{cursor:pointer;position:relative}.eb-img-gallery-filter-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;justify-content:center;margin:0 auto 20px;padding:0;text-align:center}.eb-img-gallery-filter-wrapper li{cursor:pointer;font-weight:400;letter-spacing:1px;line-height:1.8;list-style:none;margin:0 5px;padding:6px 15px;text-align:center;text-transform:uppercase}.eb-img-gallery-filter-wrapper.preset-4 .is-checked{position:relative}.eb-img-gallery-filter-wrapper.preset-4 .is-checked:after{background:2D323A;bottom:-5px;content:"";height:1px;left:0;position:absolute;width:100%}.fslightbox-container.fslightbox-fade-in-strong{animation:fslightbox-fade-in-complete .25s forwards}.eb-column-kvp45.eb-column-wrapper > .eb-column-inner > * { position:relative }.eb-column-kvp45.eb-column-wrapper > .eb-column-inner:before { transition:all .5s, background 0.5s, opacity 0.5s, filter 0.5s }.root-eb-column-kvp45 { width:100%; order:unset }.eb-parent-eb-column-kvp45 { transition:all .5s, background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s }.eb-parent-eb-column-kvp45 { display:block }.root-eb-column-kvp45 { position:relative } @media(max-width: 1024px){.root-eb-column-kvp45 { width:calc(50% - 10px); order:unset }.eb-parent-eb-column-kvp45 { display:block }} @media(max-width: 767px){.root-eb-column-kvp45 { width:calc(100% - 0px); order:unset }.eb-parent-eb-column-kvp45 { display:block }}  .eb-row-7hhr7.eb-row-root-container > * { position:relative }.eb-row-7hhr7.eb-row-root-container { transition:all 0.5s, background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s }.eb-row-7hhr7.eb-row-root-container:before { transition:all 0.5s, background 0.5s, opacity 0.5s, filter 0.5s }.eb-row-7hhr7.eb-row-root-container > .eb-row-wrapper { max-width:1170px }.eb-row-7hhr7.eb-row-root-container > .eb-row-wrapper > .eb-row-inner { gap:20px; flex-flow:row }.eb-parent-eb-row-7hhr7 { display:block }.root-eb-row-7hhr7 { position:relative } @media(max-width: 1024px){.eb-row-7hhr7.eb-row-root-container > .eb-row-wrapper > .eb-row-inner { flex-flow:row; flex-wrap:wrap !important }.eb-parent-eb-row-7hhr7 { display:block }} @media(max-width: 767px){.eb-row-7hhr7.eb-row-root-container > .eb-row-wrapper > .eb-row-inner { gap:0px; flex-flow:row; flex-wrap:wrap !important }.eb-row-7hhr7.eb-row-root-container > .eb-row-wrapper > .eb-row-inner > .eb-parent-wrapper { gap:0px }.eb-parent-eb-row-7hhr7 { display:block }}  .eb-advance-heading-wrapper.eb-advance-heading-krbwo { position:relative; text-align:center; transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s }.eb-advance-heading-wrapper.eb-advance-heading-krbwo:before { transition:background 0.5s, opacity 0.5s, filter 0.5s }.eb-advance-heading-wrapper.eb-advance-heading-krbwo .eb-ah-title { text-align:center; color:#cf2e2e; margin-top:0px; margin-right:0px; margin-left:0px; margin-bottom:15px }.eb-advance-heading-wrapper.eb-advance-heading-krbwo .eb-ah-title a { color:#cf2e2e }.eb-advance-heading-wrapper.eb-advance-heading-krbwo .eb-ah-subtitle { text-align:center; color:var(--eb-global-text-color); margin-top:0px; margin-right:0px; margin-left:0px; margin-bottom:20px }.eb-advance-heading-wrapper.eb-advance-heading-krbwo .eb-ah-separator { color:var(--eb-global-text-color); margin-top:0px; margin-right:0px; margin-left:0px; margin-bottom:0px }.eb-advance-heading-wrapper.eb-advance-heading-krbwo .eb-ah-separator.line { border-style:none none solid; border-color:var(--eb-global-primary-color); border-width:4px; width:100px; margin-left:auto; margin-right:auto }.eb-advance-heading-wrapper.eb-advance-heading-krbwo .eb-ah-separator.icon { text-align:center; color:var(--eb-global-primary-color); font-size:30px }.eb-parent-eb-advance-heading-krbwo { display:block }.root-eb-advance-heading-krbwo { position:relative } @media(max-width: 1024px){.eb-parent-eb-advance-heading-krbwo { display:block }} @media(max-width: 767px){.eb-parent-eb-advance-heading-krbwo { display:block }}  .eb-row-6ttk6.eb-row-root-container > * { position:relative }.eb-row-6ttk6.eb-row-root-container { transition:all 0.5s, background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s }.eb-row-6ttk6.eb-row-root-container:before { transition:all 0.5s, background 0.5s, opacity 0.5s, filter 0.5s }.eb-row-6ttk6.eb-row-root-container > .eb-row-wrapper { max-width:1170px }.eb-row-6ttk6.eb-row-root-container > .eb-row-wrapper > .eb-row-inner { gap:20px; flex-flow:row }.eb-parent-eb-row-6ttk6 { display:block }.root-eb-row-6ttk6 { position:relative } @media(max-width: 1024px){.eb-row-6ttk6.eb-row-root-container > .eb-row-wrapper > .eb-row-inner { flex-flow:row; flex-wrap:wrap !important }.eb-parent-eb-row-6ttk6 { display:block }} @media(max-width: 767px){.eb-row-6ttk6.eb-row-root-container > .eb-row-wrapper > .eb-row-inner { gap:0px; flex-flow:row; flex-wrap:wrap !important }.eb-row-6ttk6.eb-row-root-container > .eb-row-wrapper > .eb-row-inner > .eb-parent-wrapper { gap:0px }.eb-parent-eb-row-6ttk6 { display:block }}  .eb-counter-wrapper.eb-counter-72jd2 .eb-counter-title,.eb-counter-wrapper.eb-counter-72jd2 .eb-counter-number { margin:0; padding:0 }.eb-counter-wrapper.eb-counter-72jd2 > * { position:relative }.eb-counter-wrapper.eb-counter-72jd2 { overflow:hidden; display:flex; flex-direction:column; padding-top:30px; padding-right:10px; padding-left:10px; padding-bottom:30px; background-color:var(--eb-global-background-color); transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s }.eb-counter-wrapper.eb-counter-72jd2 .counter-contents-wrapper { display:flex; flex:1; text-align:center; flex-direction:column; gap:17px }.eb-counter-wrapper.eb-counter-72jd2:before { transition:background 0.5s, opacity 0.5s, filter 0.5s }.eb-counter-wrapper.eb-counter-72jd2 .eb-counter-number { font-size:40px; color :var(--eb-global-heading-color); padding-left:0px }.eb-counter-wrapper.eb-counter-72jd2 .eb-counter-title { font-size:33px; color :var(--eb-global-heading-color) }.eb-counter-wrapper.eb-counter-72jd2 .eb-counter-prefix { color :var(--eb-global-text-color) }.eb-counter-wrapper.eb-counter-72jd2 .eb-counter-suffix { color :var(--eb-global-text-color) }.eb-parent-eb-counter-72jd2 { display:block }.root-eb-counter-72jd2 { position:relative } @media(max-width: 1024px){.eb-parent-eb-counter-72jd2 { display:block }} @media(max-width: 767px){.eb-parent-eb-counter-72jd2 { display:block }}  .eb-counter-wrapper.eb-counter-i2iwd .eb-counter-title,.eb-counter-wrapper.eb-counter-i2iwd .eb-counter-number { margin:0; padding:0 }.eb-counter-wrapper.eb-counter-i2iwd > * { position:relative }.eb-counter-wrapper.eb-counter-i2iwd { overflow:hidden; display:flex; flex-direction:column; padding-top:30px; padding-right:10px; padding-left:10px; padding-bottom:30px; background-color:var(--eb-global-background-color); transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s }.eb-counter-wrapper.eb-counter-i2iwd .counter-contents-wrapper { display:flex; flex:1; text-align:center; flex-direction:column; gap:20px }.eb-counter-wrapper.eb-counter-i2iwd:before { transition:background 0.5s, opacity 0.5s, filter 0.5s }.eb-counter-wrapper.eb-counter-i2iwd .eb-counter-number { font-size:40px; color :var(--eb-global-heading-color) }.eb-counter-wrapper.eb-counter-i2iwd .eb-counter-title { font-size:33px; color :var(--eb-global-heading-color) }.eb-counter-wrapper.eb-counter-i2iwd .eb-counter-prefix { color :var(--eb-global-text-color) }.eb-counter-wrapper.eb-counter-i2iwd .eb-counter-suffix { color :var(--eb-global-text-color) }.eb-parent-eb-counter-i2iwd { display:block }.root-eb-counter-i2iwd { position:relative } @media(max-width: 1024px){.eb-parent-eb-counter-i2iwd { display:block }} @media(max-width: 767px){.eb-parent-eb-counter-i2iwd { display:block }}  .eb-advance-heading-wrapper.eb-advance-heading-jsj09 { position:relative; text-align:center; transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s }.eb-advance-heading-wrapper.eb-advance-heading-jsj09:before { transition:background 0.5s, opacity 0.5s, filter 0.5s }.eb-advance-heading-wrapper.eb-advance-heading-jsj09 .eb-ah-title { text-align:center; color:#cf2e2e; margin-top:0px; margin-right:0px; margin-left:0px; margin-bottom:15px }.eb-advance-heading-wrapper.eb-advance-heading-jsj09 .eb-ah-title a { color:#cf2e2e }.eb-advance-heading-wrapper.eb-advance-heading-jsj09 .eb-ah-subtitle { text-align:center; color:var(--eb-global-text-color); margin-top:0px; margin-right:0px; margin-left:0px; margin-bottom:20px }.eb-advance-heading-wrapper.eb-advance-heading-jsj09 .eb-ah-separator { color:var(--eb-global-text-color); margin-top:0px; margin-right:0px; margin-left:0px; margin-bottom:0px }.eb-advance-heading-wrapper.eb-advance-heading-jsj09 .eb-ah-separator.line { border-style:none none solid; border-color:var(--eb-global-primary-color); border-width:4px; width:100px; margin-left:auto; margin-right:auto }.eb-advance-heading-wrapper.eb-advance-heading-jsj09 .eb-ah-separator.icon { text-align:center; color:var(--eb-global-primary-color); font-size:30px }.eb-parent-eb-advance-heading-jsj09 { display:block }.root-eb-advance-heading-jsj09 { position:relative } @media(max-width: 1024px){.eb-parent-eb-advance-heading-jsj09 { display:block }} @media(max-width: 767px){.eb-parent-eb-advance-heading-jsj09 { display:block }}.eb-feature-list-hxe0f.eb-feature-list-wrapper { margin-top:28px; margin-right:0px; margin-left:0px; margin-bottom:28px; padding:10px; transition:all 0.3s, background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s }.eb-feature-list-hxe0f.eb-feature-list-wrapper:before { transition:all 0.3s, background 0.5s, opacity 0.5s, filter 0.5s }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item { align-items:center }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title { margin-bottom:5px }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon { height:60px; width:60px; font-size:48px; padding-top:15px; padding-right:15px; padding-left:15px; padding-bottom:15px; color:var(--eb-global-background-color) }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img { height:48px; width:48px }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-items .eb-feature-list-icon svg { color:var(--eb-global-background-color) }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child) { padding-bottom:calc(10px) }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child) { padding-top:calc(10px) }.eb-feature-list-hxe0f.eb-feature-list-wrapper.-icon-position-left .eb-feature-list-items .eb-feature-list-content-box, .eb-feature-list-hxe0f.eb-feature-list-wrapper.-icon-position-right .eb-feature-list-items .eb-feature-list-content-box, .eb-feature-list-hxe0f.eb-feature-list-wrapper.-icon-position-top .eb-feature-list-items .eb-feature-list-content-box { background-color:var(--eb-global-button-text-color); margin:20px; transition:all 0.3s, background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s }.eb-feature-list-hxe0f.eb-feature-list-wrapper.-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box { margin:0 0 0 20px !important }.eb-feature-list-hxe0f.eb-feature-list-wrapper.-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box { margin:0 20px 0 0 !important }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title > a,.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title:visited { color:var(--eb-global-heading-color) }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title, .eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a { font-size:18px }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content { color:var(--eb-global-text-color); font-size:14px }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner { background-color:var(--eb-global-button-text-color); transition:border 0.5s, border-radius 0.5s, box-shadow 0.5s }.eb-feature-list-hxe0f.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before { border-left:solid var(--eb-global-primary-color); border-width:2px; top:30px; height:calc(100% + 20px) }.eb-feature-list-hxe0f.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-item:before { border-left:solid var(--eb-global-primary-color); border-width:2px }.eb-feature-list-hxe0f.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-icon-box:before { border-top:solid var(--eb-global-primary-color); border-width:2px }.eb-parent-eb-feature-list-hxe0f { display:block }.root-eb-feature-list-hxe0f { position:relative } @media(max-width: 1024px){.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon { height:px; width:px }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img { height:px; width:px }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child) { padding-bottom:calc(0px) }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child) { padding-top:calc(0px) }.eb-feature-list-hxe0f.eb-feature-list-wrapper.-icon-position-left .eb-feature-list-items .eb-feature-list-content-box, .eb-feature-list-hxe0f.eb-feature-list-wrapper.-icon-position-right .eb-feature-list-items .eb-feature-list-content-box, .eb-feature-list-hxe0f.eb-feature-list-wrapper.-icon-position-top .eb-feature-list-items .eb-feature-list-content-box { margin:px }.eb-feature-list-hxe0f.eb-feature-list-wrapper.-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box { margin:0 0 0 px !important }.eb-feature-list-hxe0f.eb-feature-list-wrapper.-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box { margin:0 px 0 0 !important }.eb-feature-list-hxe0f.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before { height:calc(100% + 20px) }.eb-parent-eb-feature-list-hxe0f { display:block }} @media(max-width: 767px){.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon { height:px; width:px }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img { height:px; width:px }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child) { padding-bottom:calc(0px) }.eb-feature-list-hxe0f.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child) { padding-top:calc(0px) }.eb-feature-list-hxe0f.eb-feature-list-wrapper.-icon-position-left .eb-feature-list-items .eb-feature-list-content-box, .eb-feature-list-hxe0f.eb-feature-list-wrapper.-icon-position-right .eb-feature-list-items .eb-feature-list-content-box, .eb-feature-list-hxe0f.eb-feature-list-wrapper.-icon-position-top .eb-feature-list-items .eb-feature-list-content-box { margin:px }.eb-feature-list-hxe0f.eb-feature-list-wrapper.-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box { margin:0 0 0 px !important }.eb-feature-list-hxe0f.eb-feature-list-wrapper.-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box { margin:0 px 0 0 !important }.eb-feature-list-hxe0f.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before { height:calc(100% + 20px) }.eb-parent-eb-feature-list-hxe0f { display:block }}