@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://orbex.co.uk/wp-content/plugins/bloglentor-for-elementor/assets/lib/slick/ajax-loader.gif) center center no-repeat;
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
z-index: 9;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-next:hover
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'dashicons';
font-size: 20px;
line-height: 1;
opacity: .75;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '\f341';
}
[dir='rtl'] .slick-prev:before
{
content: '\f345';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '\f345';
}
[dir='rtl'] .slick-next:before
{
content: '\f341';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'dashicons';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '\f159';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}*,:after,:before{box-sizing:border-box}.blfe-row{display:grid;display:-ms-grid;grid-column-gap:30px;grid-row-gap:30px}.blfe-col-6{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr;-ms-grid-rows:1fr}.blfe-col-4{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-2{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-default .blfe-row{grid-gap:20px}.blfe-no-gap .blfe-row{grid-gap:0}.blfe-narrow .blfe-row{grid-gap:10px}.blfe-extended .blfe-row{grid-gap:30px}.blfe-wide .blfe-row{grid-gap:40px}.blfe-wider .blfe-row{grid-gap:60px}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero2{grid-template-columns:50% 1fr 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:50% 1fr 1fr;-ms-grid-rows:1fr 1fr}.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero2 :first-child{grid-column-start:1;grid-row-start:1;grid-row-end:3;-ms-grid-column:1;-ms-grid-row:1;-ms-grid-row-span:2}.blfe-hero3{grid-template-columns:1fr 33% 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:1fr 33% 1fr;-ms-grid-rows:1fr 1fr}.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero3>div:nth-child(3){grid-column-start:2;grid-row-start:1;grid-row-end:3;-ms-grid-column:2;-ms-grid-row:1;-ms-grid-row-span:2}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details{height:100%}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:15px;padding-left:15px;padding-right:15px}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title{margin-left:10px;margin-right:10px;text-transform:uppercase}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title a{color:#111;background-color:#fff;box-shadow:15px 0 0 #fff,-10px 0 0 #fff;padding:2px;line-height:1.4;transition:.4s}.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title a:hover{background-color:#111;box-shadow:15px 0 0 #111,-10px 0 0 #111;color:#fff}.blfe-hero4 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:30px}@media screen and (max-width:1024px){.blfe-col-tab-12{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr;-ms-grid-rows:1fr}.blfe-col-tab-6{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr;-ms-grid-rows:1fr}.blfe-col-tab-4{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-tab-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-tab-2{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}}@media screen and (max-width:767px){.blfe-col-mob-12{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr;-ms-grid-rows:1fr}.blfe-col-mob-6{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr;-ms-grid-rows:1fr}.blfe-col-mob-4{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-mob-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-col-mob-2{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.blfe-post-grid-container .blfe-row{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;-ms-grid-columns:1fr;-ms-grid-rows:1fr}.blfe-hero3.blfe-row :nth-child(3){grid-column-start:auto;grid-row-start:auto;grid-row-end:auto;-ms-grid-column:initial;-ms-grid-row:initial;-ms-grid-row-span:initial}}@font-face{font-family:bloglentor;src:url(//orbex.co.uk/wp-content/plugins/bloglentor-for-elementor/assets/fonts/bloglentor.eot?eee9519c8ecbb569996a75e149e68445);src:url(//orbex.co.uk/wp-content/plugins/bloglentor-for-elementor/assets/fonts/bloglentor.eot?eee9519c8ecbb569996a75e149e68445) format("embedded-opentype"),url(//orbex.co.uk/wp-content/plugins/bloglentor-for-elementor/assets/fonts/bloglentor.woff?82c75d9614532afe002adde30426322f) format("woff"),url(//orbex.co.uk/wp-content/plugins/bloglentor-for-elementor/assets/fonts/bloglentor.ttf?e8a90200287f71c5ea283a6cd624e522) format("truetype"),url(//orbex.co.uk/wp-content/plugins/bloglentor-for-elementor/assets/fonts/bloglentor.svg?e528e083465ff12c5c4c3ea3c98223c8) format("svg");font-weight:400;font-style:normal}[data-icon]:before{content:attr(data-icon)}[class*=" blfe-"]:before,[class^=blfe-]:before,[data-icon]:before{font-family:bloglentor!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.blfe-angle-left:before{content:"a"}.blfe-angle-right:before{content:"b"}.blfe-arrow-right:before{content:"c"}.blfe-arrow-left:before{content:"d"}.blfe-chevron-right:before{content:"e"}.blfe-chevron-left:before{content:"f"}.blfe-long-arrow-right:before{content:"g"}.blfe-long-arrow-left:before{content:"h"}.blfe-arrow-circle-o-right:before{content:"i"}.blfe-arrow-circle-o-left:before{content:"j"}.blfe-globe:before{content:"l"}.blfe-facebook:before{content:"m"}.blfe-wordpress:before{content:"n"}.blfe-linkedin:before{content:"p"}.blfe-github:before{content:"q"}.blfe-twitter:before{content:"r"}.blfe-whatsapp:before{content:"s"}.blfe-dribbble:before{content:"t"}.blfe-googleplus:before{content:"o"}.blfe-instagram:before{content:"u"}.blfe-telegram:before{content:"v"}.blfe-pinterest:before{content:"w"}.blfe-envelope:before{content:"k"}.blfe-skype:before{content:"x"}.blfe-wechat:before{content:"y"}.blfe-reddit:before{content:"z"}.blfe-blogger:before{content:"A"}.blfe-tumblr:before{content:"B"}.blfe-vkontakte:before{content:"C"}.blfe-xing:before{content:"D"}.blfe-pocket:before{content:"E"}.blfe-digg:before{content:"F"}.blfe-stumbleupon:before{content:"G"}.blfe-renren:before{content:"I"}.blfe-snapchat:before{content:"J"}.blfe-odnoklassniki:before{content:"K"}.blfe-livejournal:before{content:"L"}.blfe-delicious:before{content:"N"}.blfe-instapaper:before{content:"O"}.blfe-baidu:before{content:"P"}.blfe-evernote:before{content:"Q"}.blfe-weibo:before{content:"H"}.blfe-flikr:before{content:"M"}.blfe-line:before{content:"R"}.blfe-mix:before{content:"S"}.blfe-viber:before{content:"T"}.blfe-buffer:before{content:"U"}.blfe-flipboard:before{content:"V"}.blfe-meneame:before{content:"W"}[data-widget_type="blfe-post-grid.classic1"] .blfe-post-grid-item,[data-widget_type="blfe-post-grid.classic2"] .blfe-post-grid-item,[data-widget_type="blfe-post-grid.hero1"] .blfe-post-grid-item,[data-widget_type="blfe-post-grid.hero4"] .blfe-post-grid-item{margin-bottom:20px}[data-widget_type="blfe-post-grid.hero2"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero3"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero5"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero6"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero7"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero8"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero9"] .blfe-post-grid-swiper-container,[data-widget_type="blfe-post-grid.hero10"] .blfe-post-grid-swiper-container{overflow:hidden}[data-widget_type="blfe-post-grid.hero2"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero3"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero5"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero6"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero7"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero8"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero9"] .blfe-post-grid-swiper-container .swiper-container,[data-widget_type="blfe-post-grid.hero10"] .blfe-post-grid-swiper-container .swiper-container{overflow:initial;position:static}.blfe-post-grid-item{position:relative;overflow:hidden}.blfe-post-grid-item.blfe-equal-height{height:auto}.blfe-post-grid-item .blfe-post-grid-url{position:absolute;left:0;right:0;height:100%;width:100%;z-index:2;box-shadow:none;display:block}.blfe-post-grid-item.blfe-rowan-zoom:hover .blfe-post-grid-bg-image{transform:scale3d(1.1,1.1,1.1)}.blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-image{display:block;height:100%;line-height:normal;font-size:medium}.blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-image:before{top:0;content:"";display:block;width:100%;min-height:280px;position:absolute;z-index:1;opacity:.4;transition:.4s;background-color:transparent}.blfe-post-grid-item .blfe-post-grid-image{display:block}.blfe-post-grid-item .blfe-post-grid-image img{min-height:280px;-o-object-fit:cover;object-fit:cover;transition:.4s;width:100%}.blfe-post-grid-item .blfe-post-grid-bg-image{position:relative;overflow:hidden;height:100%;line-height:normal;font-size:medium}.blfe-post-grid-item .blfe-post-grid-bg-image .blfe-post-grid-image-inner{display:block;height:100%}.blfe-post-grid-item .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before{bottom:0;content:"";display:block;width:100%;height:100%;position:absolute;z-index:1;opacity:.4;transition:.4s;background-color:#000}.blfe-post-grid-item .blfe-post-grid-bg-image img{min-height:445px;-o-object-fit:cover;object-fit:cover;transition:.4s;width:100%;height:100%}.blfe-post-grid-item .blfe-post-grid-title{font-size:22px;line-height:1.2;padding-bottom:10px;margin:0}@media screen and (max-width:1024px){.blfe-post-grid-item .blfe-post-grid-title{font-size:18px}}.blfe-post-grid-item .blfe-post-grid-title a{color:#fff}.blfe-post-grid-item .blfe-post-grid-excerpt{color:#fff;font-size:14px;line-height:1.4;margin:0}.blfe-post-grid-item .blfe-post-category{line-height:normal;font-size:medium;display:block}.blfe-post-grid-item .blfe-post-category a{text-transform:capitalize;background-color:#111;padding:6px 15px;color:#fff;font-size:12px;line-height:1.4;font-weight:700;display:inline-block;margin-right:5px;margin-bottom:10px}.blfe-post-grid-item .blfe-post-grid-meta{display:flex;align-items:center}.blfe-post-grid-item .blfe-post-grid-meta .blfe-post-grid-author{text-transform:capitalize}.blfe-post-grid-item .blfe-post-grid-meta span{font-size:12px;color:#fff;font-weight:500}.blfe-post-grid-item .blfe-post-grid-meta span i{padding-right:4px}.blfe-post-grid-item .blfe-post-grid-meta span:first-child{margin-left:0}.blfe-post-grid-item .blfe-post-grid-meta span+span:before{content:"//";margin-left:8px;margin-right:8px}.blfe-post-grid-item .blfe-post-grid-meta span a{color:#fff}.blfe-post-grid-item .blfe-post-grid-meta img{margin-right:4px;width:20px;border-radius:50%}.blfe-post-grid-item .blfe-post-meta-dot{margin-left:7px;margin-right:7px;border-radius:50px;width:8px;height:8px;border:1px solid #fff}.blfe-post-grid-item .blfe-post-meta-dot:first-child,.blfe-post-grid-item .blfe-post-meta-dot:last-child{display:none}.blfe-post-grid-item .blfe-post-read-more{display:inline-block;line-height:1.2;font-size:14px;color:#666;text-align:center;transition:all .3s;margin-top:15px}.blfe-post-grid-item .blfe-post-read-more:hover{color:#2568ef}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper{display:flex;justify-content:center}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-icon{margin-top:1px}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-right{order:15;margin-left:5px}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-left{order:5;margin-right:5px}.blfe-post-grid-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-text{order:10}.blfe-posts-align-left .blfe-post-grid-container .blfe-post-grid-item{text-align:left}.blfe-posts-align-left .blfe-post-grid-container .blfe-post-grid-item .blfe-post-grid-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-post-grid-container .blfe-post-grid-item{text-align:right}.blfe-posts-align-right .blfe-post-grid-container .blfe-post-grid-item .blfe-post-grid-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-post-grid-container .blfe-post-grid-item{text-align:center}.blfe-posts-align-center .blfe-post-grid-container .blfe-post-grid-item .blfe-post-grid-meta{justify-content:center}.blfe-posts-align-left .blfe-carousel .blfe-post-grid-details{text-align:left}.blfe-posts-align-left .blfe-carousel .blfe-post-grid-details .blfe-post-grid-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-carousel .blfe-post-grid-details{text-align:right}.blfe-posts-align-right .blfe-carousel .blfe-post-grid-details .blfe-post-grid-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-carousel .blfe-post-grid-details{text-align:center}.blfe-posts-align-center .blfe-carousel .blfe-post-grid-details .blfe-post-grid-meta{justify-content:center}.blfe-classic1 .blfe-post-grid-item{position:relative;overflow:hidden;box-shadow:0 10px 10px 1px rgba(0,0,0,.07)}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner.blfe-rowan-zoom:hover .blfe-post-grid-image{transform:scale3d(1.1,1.1,1.1)}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-bg-image{min-height:220px;position:static}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-category{margin-top:-15px;display:block;margin-left:15px;position:relative;z-index:1}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-category a{text-transform:uppercase;background-color:#15c739;padding:6px 15px;color:#fff;font-size:12px;line-height:1.4;font-weight:700;display:inline-block;margin-bottom:5px;margin-right:5px}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details{padding:10px 15px 15px;background-color:transparent;min-height:auto}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner{position:static;padding:0}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-title{font-weight:700}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-title a{color:#0f0e0e}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-excerpt{color:#424242;font-size:14px;line-height:1.4;margin-bottom:10px}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta i,.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta span,.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta span a{color:#9f9f9f}.blfe-classic1 .blfe-post-grid-item .blfe-post-grid-item-inner .blfe-post-grid-details .blfe-post-grid-details-inner .blfe-post-grid-meta .blfe-post-meta-dot{border:1px solid #9f9f9f}.blfe-classic2 .blfe-post-grid-item{position:relative;overflow:hidden;text-align:center}.blfe-classic2 .blfe-post-grid-item .blfe-post-category{margin-top:-15px;display:block;margin-left:15px;position:relative;z-index:1}.blfe-classic2 .blfe-post-grid-item .blfe-post-category a{text-transform:uppercase;background-color:#fff;padding:6px 15px;color:#111;font-size:14px;line-height:1.4;font-weight:700;display:inline-block;margin-bottom:5px}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-details{height:100%;padding:5px 30px 0;background-color:transparent;min-height:auto}@media screen and (max-width:1024px){.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-details{padding-left:15px;padding-right:15px}}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{position:static;padding:0}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-title a{color:#111}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-excerpt{color:#666;margin-top:10px}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta{justify-content:center}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta span,.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta span a{color:#666}.blfe-classic2 .blfe-post-grid-item .blfe-post-grid-meta .blfe-post-meta-dot{border:1px solid #666}.blfe-hero1 .blfe-post-grid-item,.blfe-hero2 .blfe-post-grid-item,.blfe-hero3 .blfe-post-grid-item,.blfe-hero4 .blfe-post-grid-item,.blfe-hero5 .blfe-post-grid-item,.blfe-hero6 .blfe-post-grid-item,.blfe-hero7 .blfe-post-grid-item,.blfe-hero8 .blfe-post-grid-item,.blfe-hero9 .blfe-post-grid-item,.blfe-hero10 .blfe-post-grid-item{position:relative;overflow:hidden}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-item-inner,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-item-inner{height:100%}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-title,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-title{padding-bottom:6px;pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-category,.blfe-hero2 .blfe-post-grid-item .blfe-post-category,.blfe-hero3 .blfe-post-grid-item .blfe-post-category,.blfe-hero4 .blfe-post-grid-item .blfe-post-category,.blfe-hero5 .blfe-post-grid-item .blfe-post-category,.blfe-hero6 .blfe-post-grid-item .blfe-post-category,.blfe-hero7 .blfe-post-grid-item .blfe-post-category,.blfe-hero8 .blfe-post-grid-item .blfe-post-category,.blfe-hero9 .blfe-post-grid-item .blfe-post-category,.blfe-hero10 .blfe-post-grid-item .blfe-post-category{pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-category a,.blfe-hero2 .blfe-post-grid-item .blfe-post-category a,.blfe-hero3 .blfe-post-grid-item .blfe-post-category a,.blfe-hero4 .blfe-post-grid-item .blfe-post-category a,.blfe-hero5 .blfe-post-grid-item .blfe-post-category a,.blfe-hero6 .blfe-post-grid-item .blfe-post-category a,.blfe-hero7 .blfe-post-grid-item .blfe-post-category a,.blfe-hero8 .blfe-post-grid-item .blfe-post-category a,.blfe-hero9 .blfe-post-grid-item .blfe-post-category a,.blfe-hero10 .blfe-post-grid-item .blfe-post-category a{background-color:#000;color:#fff;border-radius:20px}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-excerpt,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-excerpt{margin:10px 0 0}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-meta,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-meta{pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-meta i,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-meta i{color:#fff}.blfe-hero1 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero2 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero3 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero4 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero5 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero6 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero7 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero8 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero9 .blfe-post-grid-item .blfe-post-read-more,.blfe-hero10 .blfe-post-grid-item .blfe-post-read-more{color:#fff;pointer-events:auto}.blfe-hero1 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero2 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero3 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero4 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero5 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero6 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero7 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero8 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero9 .blfe-post-grid-item .blfe-post-read-more:hover,.blfe-hero10 .blfe-post-grid-item .blfe-post-read-more:hover{opacity:.9}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-details,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-details{position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;display:flex;z-index:2}.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{width:100%;transition:all .25s ease;position:absolute;bottom:30px;left:0;right:0;padding-left:30px;padding-right:30px}@media screen and (max-width:1024px){.blfe-hero1 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero4 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero5 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero6 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero7 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero8 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero9 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero10 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:20px;padding-left:20px;padding-right:20px}}.blfe-hero1 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero2 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero3 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero4 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero5 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero6 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero7 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero8 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero9 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before,.blfe-hero10 .blfe-post-grid-item:hover .blfe-post-grid-bg-image .blfe-post-grid-image-inner:before{opacity:.7}.blfe-hero1 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero2 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero4 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero5 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero6 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero7 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero8 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero9 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero10 .blfe-post-grid-item:hover .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:50px}.blfe-hero2 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner,.blfe-hero3 .blfe-post-grid-item .blfe-post-grid-details .blfe-post-grid-details-inner{bottom:20px;padding-left:20px;padding-right:20px}.blfe-grid-pagination{text-align:center;width:100%;margin-top:30px}.blfe-grid-pagination a.page-numbers,.blfe-grid-pagination span.page-numbers{border-radius:2px;padding:3px 13px;font-weight:500;margin:0 8px 8px 0;display:inline-block;color:#2568ef;border:1px solid #2568ef;transition:.3s;background-color:transparent}.blfe-grid-pagination a.page-numbers:hover,.blfe-grid-pagination span.page-numbers:hover{color:#111;border-color:#111}.blfe-grid-pagination a.page-numbers:last-child,.blfe-grid-pagination span.page-numbers:last-child{margin-right:0}.blfe-grid-pagination a.page-numbers.current,.blfe-grid-pagination span.page-numbers.current{color:#111;border:1px solid #111}.blfe-pagination-align-left .blfe-grid-pagination,.blfe-pagination-align-left .blfe-post-prev-next-wrap{text-align:left}.blfe-pagination-align-right .blfe-grid-pagination,.blfe-pagination-align-right .blfe-post-prev-next-wrap{text-align:right}.blfe-arrows-display-hover .blfe-swiper-arrow{transition:.5s;transform:translateY(-50%);opacity:0}.blfe-arrows-display-hover:hover .blfe-swiper-arrow{opacity:1}.blfe-swiper-carousel-wrapper{width:100%}.blfe-swiper-carousel-wrapper .blfe-swiper-arrow{position:absolute;top:calc(50% - 35px);z-index:99999;cursor:pointer;color:#000;font-size:26px;height:40px;width:40px;line-height:40px;background-color:#fbfbfb;box-shadow:1px 2px 15px 2px rgba(0,0,0,.14);border-radius:4px;display:flex;align-items:center;justify-content:center}.blfe-swiper-carousel-wrapper .blfe-swiper-arrow:focus{background-color:#fbfbfb;box-shadow:1px 2px 15px 2px rgba(0,0,0,.1);border-color:transparent}.blfe-swiper-carousel-wrapper .blfe-swiper-arrow:before{content:""}.blfe-swiper-carousel-wrapper .blfe-swiper-button-prev{right:auto;left:-20px}.blfe-swiper-carousel-wrapper .blfe-swiper-button-next{right:-15px}@media screen and (max-width:1024px){.blfe-swiper-carousel-wrapper .blfe-swiper-button-prev{left:0}.blfe-swiper-carousel-wrapper .blfe-swiper-button-next{right:0}}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination{margin:0;padding:0;list-style:none;text-align:center;width:100%;position:absolute;bottom:-10px}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet{background:#ccc;border-radius:50%;width:10px;height:10px;margin:0 5px;transition:.4s;font-size:0;line-height:0;padding:0;opacity:1}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet:focus,.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet:hover{background-color:#000}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet:before{content:none}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet:hover{transform:scale(1.5)}.blfe-swiper-carousel-wrapper .blfe-swiper-pagination .swiper-pagination-bullet-active{transform:scale(1.5);background-color:#000}.blfe-title-align-center .blfe-post-header .blfe-post-header-title{margin-left:auto;margin-right:auto}.blfe-title-align-right .blfe-post-header .blfe-post-header-title{margin-left:auto}.blfe-post-header{position:relative;border-bottom:2px solid #eadada;margin-bottom:25px;display:flex;align-items:center;justify-content:space-between;padding-bottom:5px}@media screen and (max-width:767px){.blfe-post-header{display:block}}.blfe-post-header .blfe-header-title-icon{margin-right:5px}.blfe-post-header .blfe-header-title-icon.blfe-header-title-align-icon-right{order:1;margin-right:0;margin-left:5px}.blfe-post-header .blfe-header-title-icon i{color:#b3c70f;font-size:20px}.blfe-post-header .blfe-post-header-title{display:flex}.blfe-post-header .blfe-post-header-title .blfe-post-header-title-inner{font-size:20px;font-weight:700;line-height:1.2;margin:0;color:#000;display:inline-block}.blfe-post-header .blfe-post-header-title a{color:#000;box-shadow:none;text-decoration:none}.blfe-post-header .blfe-post-header-title a:focus,.blfe-post-header .blfe-post-header-title a:hover{outline:none}.swiper-container .blfe-post-list-item{margin-bottom:30px}.blfe-post-list-item{position:relative;overflow:hidden;display:flex!important}.blfe-post-list-item.hide-post-image .blfe-post-list-details{flex:0 0 100%;max-width:100%}@media screen and (max-width:767px){.blfe-post-list-item{display:block!important}}.blfe-post-list-item .blfe-post-list-details{align-self:center;flex:0 0 50%;max-width:50%}.blfe-post-list-item .blfe-post-image-wrapper{flex:0 0;flex-basis:calc(50% - 30px);max-width:calc(50% - 30px);margin-right:30px;display:block;padding-bottom:35%;position:relative;transition:all .5s ease;overflow:hidden}.blfe-post-list-item .blfe-post-image-wrapper:hover span{transform:scale(1.3)}@media screen and (max-width:767px){.blfe-post-list-item .blfe-post-image-wrapper,.blfe-post-list-item .blfe-post-list-details{max-width:100%;flex-basis:100%;margin-right:0}.blfe-post-list-item .blfe-post-image-wrapper{margin-bottom:15px}}.blfe-post-list-item .blfe-post-list-url{position:absolute;left:0;right:0;height:100%;width:100%;z-index:2;box-shadow:none;display:block}.blfe-post-list-item .blfe-post-list-image{display:block;line-height:normal;font-size:medium;overflow:hidden}.blfe-post-list-item .blfe-post-list-image span{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:100%;display:block;position:absolute;left:0;border-radius:4px;transition:all .5s ease;transform:scale(1)}.blfe-post-list-item .blfe-post-list-image span:before{content:"";display:block;width:100%;height:100%;z-index:1;opacity:.4;transition:all .4s ease;background-color:transparent}.blfe-post-list-item .blfe-post-list-title{font-size:22px;line-height:1.2;padding-bottom:10px;margin:0}.blfe-post-list-item .blfe-post-list-title a{color:#111}.blfe-post-list-item .blfe-post-list-excerpt{color:#666;font-size:14px;line-height:1.4;margin:0}.blfe-post-list-item .blfe-post-category{line-height:normal;font-size:medium;display:block}.blfe-post-list-item .blfe-post-category a{text-transform:capitalize;background-color:#111;padding:4px 10px;color:#fff;font-size:12px;line-height:1.4;font-weight:700;display:inline-block;margin-right:5px;margin-bottom:10px;border-radius:4px}.blfe-post-list-item .blfe-post-list-meta{display:flex;align-items:center;margin-bottom:10px}.blfe-post-list-item .blfe-post-list-meta .blfe-post-list-author{text-transform:capitalize}.blfe-post-list-item .blfe-post-list-meta span{font-size:12px;color:#666;font-weight:500}.blfe-post-list-item .blfe-post-list-meta span i{padding-right:4px}.blfe-post-list-item .blfe-post-list-meta span:first-child{margin-left:0}.blfe-post-list-item .blfe-post-list-meta span+span:before{content:"//";margin-left:8px;margin-right:8px}.blfe-post-list-item .blfe-post-list-meta span a{color:#666}.blfe-post-list-item .blfe-post-list-meta img{margin-right:4px;width:20px;border-radius:50%}.blfe-post-list-item .blfe-post-meta-dot{margin-left:7px;margin-right:7px;border-radius:50px;width:8px;height:8px;border:1px solid #666}.blfe-post-list-item .blfe-post-meta-dot:first-child,.blfe-post-list-item .blfe-post-meta-dot:last-child{display:none}.blfe-post-list-item .blfe-post-read-more{display:inline-block;line-height:1.2;font-size:14px;color:#666;text-align:center;transition:all .3s;margin-top:15px}.blfe-post-list-item .blfe-post-read-more:hover{color:#2568ef}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper{display:flex;justify-content:center}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-icon{margin-top:1px}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-right{order:15;margin-left:5px}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-align-icon-left{order:5;margin-right:5px}.blfe-post-list-item .blfe-post-read-more .blfe-read-more-btn-wrapper .blfe-read-more-btn-text{order:10}.blfe-posts-align-left .blfe-post-list-container .blfe-post-list-item{text-align:left}.blfe-posts-align-left .blfe-post-list-container .blfe-post-list-item .blfe-post-list-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-post-list-container .blfe-post-list-item{text-align:right}.blfe-posts-align-right .blfe-post-list-container .blfe-post-list-item .blfe-post-list-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-post-list-container .blfe-post-list-item{text-align:center}.blfe-posts-align-center .blfe-post-list-container .blfe-post-list-item .blfe-post-list-meta{justify-content:center}.blfe-posts-align-left .blfe-carousel .blfe-post-list-details{text-align:left}.blfe-posts-align-left .blfe-carousel .blfe-post-list-details .blfe-post-list-meta{justify-content:flex-start}.blfe-posts-align-right .blfe-carousel .blfe-post-list-details{text-align:right}.blfe-posts-align-right .blfe-carousel .blfe-post-list-details .blfe-post-list-meta{justify-content:flex-end}.blfe-posts-align-center .blfe-carousel .blfe-post-list-details{text-align:center}.blfe-posts-align-center .blfe-carousel .blfe-post-list-details .blfe-post-list-meta{justify-content:center}.blfe-classic2 .blfe-post-list-item .blfe-post-category{position:absolute;top:20px;left:20px}.blfe-classic2 .blfe-post-list-item .blfe-post-list-image span:before{opacity:.4;transition:all .4s ease;background-color:#000}.blfe-classic2 .blfe-post-list-item .blfe-post-image-wrapper:hover span{transform:scale(1)}.blfe-classic2 .blfe-post-list-item .blfe-post-image-wrapper:hover span:before{opacity:.5}.blfe-news-ticker-swiper-container{position:relative}.blfe-news-ticker{display:flex;align-items:center;height:40px;line-height:40px;box-sizing:border-box}.blfe-news-ticker .blfe-news-ticker-title{flex:1 0 auto;color:#fff;background-color:#14abf4;padding:0 15px;font-size:12px;text-transform:uppercase;font-weight:700;height:40px;line-height:40px;position:relative}.blfe-news-ticker .blfe-news-ticker-title:after{position:absolute;left:100%;top:50%;margin-top:-5px;z-index:999;content:"";width:0;height:0;border-color:transparent transparent transparent #14abf4;border-style:solid;border-width:5px 0 5px 5px}@media screen and (max-width:767px){.blfe-news-ticker .blfe-news-ticker-title:after{content:inherit}}@media screen and (max-width:767px){.blfe-news-ticker{display:block}}.blfe-news-ticker .blfe-news-ticker-content-wrapper{flex:1 1 auto;overflow:hidden;background-color:#000;padding-left:15px}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item{margin:0;display:inline-flex;align-items:center}@media screen and (max-width:767px){.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item{height:40px}}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item a{color:#fff;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;box-shadow:none;display:inline-block;overflow:hidden;font-size:14px;line-height:1.4}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item a:hover{color:#ddd}.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-news-ticker-date{font-size:14px;color:#ddd;margin-right:5px;font-weight:700;margin-top:1px}@media screen and (max-width:767px){.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-news-ticker-date{display:none}}@media screen and (max-width:767px){.blfe-news-ticker-swiper-container{margin-bottom:30px}}.blfe-news-ticker-swiper-container .blfe-swiper-carousel-wrapper{position:absolute;top:0}.blfe-news-ticker-swiper-container .blfe-swiper-carousel-wrapper .blfe-swiper-button-prev{left:auto;right:25px}.blfe-news-ticker-swiper-container .blfe-swiper-button-next{right:0}.blfe-news-ticker-swiper-container .blfe-swiper-arrow{top:0;bottom:0;font-size:18px;position:absolute;width:25px;height:40px;box-shadow:none;color:#fff;background-color:#000;border-radius:0}.blfe-news-ticker-swiper-container .blfe-swiper-arrow:focus,.blfe-news-ticker-swiper-container .blfe-swiper-arrow:hover{box-shadow:none;background-color:#000}.blfe-animation-scroll{width:100%;overflow:hidden}@media screen and (max-width:767px){.blfe-animation-scroll{overflow:inherit}}.blfe-animation-scroll .blfe-news-ticker-content-wrapper{width:100%;padding-left:100%}@-webkit-keyframes ticker{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0)}}@keyframes ticker{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0)}}.blfe-animation-scroll .blfe-news-ticker-content{display:inline-block;white-space:nowrap;padding-right:100%;box-sizing:content-box;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-name:ticker;animation-name:ticker;-webkit-animation-duration:30s;animation-duration:30s}.blfe-animation-scroll.blfe-pause-on-hover .blfe-news-ticker-content:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.blfe-animation-scroll .blfe-ticker-item{display:inline-block;white-space:nowrap;margin-right:40px!important}.blfe-news-ticker-swiper-container{border:1px solid #eee}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-title{background-color:#f70d28}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-title:after{border-color:transparent transparent transparent #f70d28}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-content-wrapper{background-color:transparent}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item a{color:#000}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item a:hover{text-decoration:underline}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item .blfe-news-ticker-date{color:#666}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-swiper-arrow{width:30px;color:#000;background-color:#fff;font-size:14px}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-swiper-arrow:focus,.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-swiper-arrow:hover{background-color:#f9f9f9}.blfe-news-ticker-swiper-container.blfe-classic2 .blfe-swiper-button-prev{left:auto;right:30px;border-left:1px solid #eee;border-right:1px solid #eee}.blfe-posts-align-center li a{justify-content:center}.blfe-posts-align-left li a{justify-content:flex-start}.blfe-posts-align-right li a{justify-content:flex-end}.blfe-taxonomy-list-item .blfe-taxonomy-list{padding:0;margin:0;list-style:none}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-row{grid-column-gap:20px;grid-row-gap:20px}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-inline-style{display:block}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-inline-style li{display:inline-flex;margin-right:6px;margin-bottom:10px}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-inline-style li a{padding:6px 15px}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-inline-style li a span{font-size:14px}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-inline-style li a .blfe-taxonomy-count{width:20px;height:20px;position:inherit;margin-left:5px}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-col-2 li a span.blfe-taxonomy-bar{margin:0 40px 0 8px!important}.blfe-taxonomy-list-item .blfe-taxonomy-list.blfe-col-4 li a span.blfe-taxonomy-bar{margin:0 50px 0 25px!important}.blfe-taxonomy-list-item .blfe-taxonomy-list li{display:flex;align-items:center;list-style-type:none;background-color:rgba(10,1,10,.9);border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;position:relative;transition:.3s}.blfe-taxonomy-list-item .blfe-taxonomy-list li:hover{background-color:rgba(10,1,10,.8)}.blfe-taxonomy-list-item .blfe-taxonomy-list li a{width:100%;color:#fff;display:flex;align-items:center;overflow:hidden;padding:15px}.blfe-taxonomy-list-item .blfe-taxonomy-list li a span{position:relative;white-space:nowrap;text-transform:capitalize;font-weight:400;font-size:16px}.blfe-taxonomy-list-item .blfe-taxonomy-list li a span.blfe-taxonomy-bar{border-bottom:1px dashed hsla(0,0%,100%,.7);display:flex;width:100%;margin:0 55px 0 25px}.blfe-taxonomy-list-item .blfe-taxonomy-list li a .blfe-taxonomy-name{font-weight:600}.blfe-taxonomy-list-item .blfe-taxonomy-list li a .blfe-taxonomy-count{position:absolute;background:#fff;color:#000;padding:3px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;text-align:center;border-radius:50%;line-height:31px;right:15px;top:0;bottom:0;margin:auto;font-size:14px;font-weight:500}.blfe-taxonomy-classic2.blfe-taxonomy-list-item .blfe-taxonomy-list:hover{background-color:transparent}.blfe-taxonomy-classic2.blfe-taxonomy-list-item .blfe-taxonomy-list li{background-color:transparent;margin-bottom:5px}.blfe-taxonomy-classic2.blfe-taxonomy-list-item .blfe-taxonomy-list li a{color:#000;padding:10px}.blfe-taxonomy-classic2.blfe-taxonomy-list-item .blfe-taxonomy-list li a .blfe-taxonomy-count{color:#fff;background:rgba(10,1,10,.6)}.blfe-taxonomy-classic2.blfe-taxonomy-list-item .blfe-taxonomy-list li a span.blfe-taxonomy-bar{border-color:#707070;margin:0 85px 0 25px}.blfe-author-info .blfe-author-wrapper .blfe-author-item{position:relative;overflow:hidden;border-radius:6px;box-shadow:0 6px 24px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.08)}.blfe-author-info .blfe-author-wrapper .blfe-author-item a{box-shadow:none;text-decoration:none}.blfe-author-info .blfe-author-wrapper .blfe-author-item a:focus,.blfe-author-info .blfe-author-wrapper .blfe-author-item a:hover{outline:none;box-shadow:none}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body{position:relative;z-index:1;width:100%}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-name a{display:inline-flex;font-size:15px;font-weight:600;color:#2b2d42;line-height:1.2;letter-spacing:normal;text-transform:capitalize;transition:all .3s ease}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-role{font-size:14px;color:#8d99a1}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-bio{font-size:14px;color:#8d99a1;padding-top:10px;line-height:1.2}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-social-links{display:inherit;align-items:center;line-height:1;padding-top:10px;margin-bottom:15px}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-social-links a{color:#8d99ae;font-size:14px;transition:all .3s ease;display:inline-block}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-body .blfe-author-social-links a+a{margin-left:5px}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-post-count{position:absolute}.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-post-count a span{color:#8d99ae;border:1px solid #a9a9a9;text-transform:capitalize;font-size:12px;line-height:1.2;padding:3px 6px;border-radius:3px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item{padding:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-body{text-align:center}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-body .blfe-author-social-links{justify-content:center}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-avatar a img{width:100px;height:100px;border-radius:100%;-o-object-fit:cover;object-fit:cover}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-post-count.post-count-position-right{top:15px;right:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-post-count.post-count-position-left{top:15px;left:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-post-count.post-count-position-bottom{text-align:center;width:100%;left:0;right:0}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list{line-height:normal}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item{padding:10px;display:flex;align-items:center}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-body{text-align:left}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-body .blfe-author-social-links{justify-content:left}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-avatar{margin-right:18px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-avatar a img{height:80px;width:80px;min-width:70px;border-radius:100%}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-post-count.post-count-position-right{top:15px;right:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-post-count.post-count-position-left{top:15px;left:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-post-count.post-count-position-bottom{text-align:center;width:100%;left:0;right:0;bottom:15px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-avatar-left{flex-direction:row!important}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-avatar-right{flex-direction:row-reverse!important}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-avatar-right .blfe-author-avatar{margin-left:20px}@media (min-width:1024px){.blfe-author-info .blfe-author-wrapper .blfe-author-item .blfe-author-post-count{font-size:13px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid{line-height:normal}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item{position:relative;padding:32px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-post-count.post-count-position-right{top:30px;right:30px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-post-count.post-count-position-left{top:30px;left:30px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item{padding:16px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-avatar{margin-right:20px}.blfe-author-info .blfe-author-wrapper.blfe-author-layout-classic_list .blfe-author-item .blfe-author-avatar a img{height:80px;width:80px;min-width:80px}}.blfe-avatar-align-right .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-avatar{display:flex;justify-content:flex-end;margin:30px 0 5px 30px}.blfe-avatar-align-left .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-avatar{display:flex;justify-content:flex-start;margin:30px 30px 5px 0}.blfe-avatar-align-center .blfe-author-wrapper.blfe-author-layout-classic_grid .blfe-author-item .blfe-author-avatar{display:flex;justify-content:center;margin:30px 30px 5px}.blfe-layout-style--inline .blfe-social-share{display:flex;flex-wrap:wrap}.blfe-layout-style--grid .blfe-social-share{display:grid}.blfe-social-share-btn{overflow:hidden;font-size:10px;display:flex;align-items:center;justify-content:flex-start;transition-duration:.2s;transition-property:filter,background-color,border-color,width;height:42px;cursor:pointer}.blfe-social-share-btn:hover{filter:saturate(1.2) brightness(1.1)}.blfe-icon-style--circle .blfe-social-share-btn{border-radius:100%}.blfe-icon-style--square .blfe-social-share-btn{border-radius:none}.blfe-social-share-icon,.blfe-social-share-text{transition-property:color,background-color;transition-duration:.2s}.blfe-social-share-icon{display:flex;align-self:stretch;justify-content:center;align-items:center;text-align:center;width:42px;position:relative}.blfe-social-share-icon i{font-size:16px;display:inline-flex}.blfe-social-share-text{font-size:13px;padding-right:14px;align-self:stretch;flex-grow:1;align-items:center;display:flex;font-weight:100}.blfe-social-share-title{font-weight:700;flex-shrink:0}.blfe-social-share-title+.blfe-social-share-counter{margin-left:.5em;flex-shrink:0}.blfe-social-button-position--bottom-left .blfe-social-share,.blfe-social-button-position--bottom-right .blfe-social-share,.blfe-social-button-position--center-left .blfe-social-share,.blfe-social-button-position--center-right .blfe-social-share,.blfe-social-button-position--top-left .blfe-social-share,.blfe-social-button-position--top-right .blfe-social-share{position:fixed;z-index:115}.blfe-social-button-position--top-left .blfe-social-share{left:0;top:0}.blfe-social-button-position--top-right .blfe-social-share{right:0;top:0}.blfe-social-button-position--bottom-left .blfe-social-share{left:0;bottom:0}.blfe-social-button-position--bottom-right .blfe-social-share{right:0;bottom:0}.blfe-social-button-position--center-left .blfe-social-share{left:0}.blfe-social-button-position--center-right .blfe-social-share{right:0;direction:rtl}.blfe-social-button-position--center-left .blfe-social-share,.blfe-social-button-position--center-right .blfe-social-share{display:inline;top:50%;transform:translateY(-50%)}.blfe-social-button-position--center-left .blfe-social-share .blfe-social-share-btn,.blfe-social-button-position--center-right .blfe-social-share .blfe-social-share-btn{height:45px;width:45px}.blfe-social-button-position--center-left .blfe-social-share .blfe-social-share-btn:hover,.blfe-social-button-position--center-right .blfe-social-share .blfe-social-share-btn:hover{width:100%}.blfe-social-button-position--center-left .blfe-social-share .blfe-social-share-icon,.blfe-social-button-position--center-right .blfe-social-share .blfe-social-share-icon{width:45px;min-width:45px}.blfe-social-button-position--center-left.blfe-social-share-btns-view-text .blfe-social-share .blfe-social-share-btn,.blfe-social-button-position--center-right.blfe-social-share-btns-view-text .blfe-social-share .blfe-social-share-btn{width:100%}.blfe-social-button-position--center-left.blfe-social-share-btns-view-text .blfe-social-share .blfe-social-share-text,.blfe-social-button-position--center-right.blfe-social-share-btns-view-text .blfe-social-share .blfe-social-share-text{padding-left:20px;padding-right:20px}.blfe-social-button-position--center-right .blfe-social-share .blfe-social-share-text{padding-left:20px;padding-right:0}.elementor-widget-share-buttons .blfe-social-share-grid{overflow:hidden}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-text,.blfe-social-share-btns-style-clear .blfe-social-share-text,.blfe-social-share-btns-style-deluxe .blfe-social-share-text{padding-left:15px}.blfe-social-share-btns-style-deluxe .blfe-social-share a,.blfe-social-share-btns-style-deluxe .blfe-social-share a:hover,.blfe-social-share-btns-style-flat .blfe-social-share a,.blfe-social-share-btns-style-flat .blfe-social-share a:hover{color:#fff}.blfe-social-share-btns-view-text .blfe-social-share-text{padding-left:20px}.blfe-social-share-btns-view-icon .blfe-social-share-icon,.blfe-social-share-btns-view-icon .blfe-social-share-text,.blfe-social-share-btns-view-text .blfe-social-share-icon,.blfe-social-share-btns-view-text .blfe-social-share-text{flex-grow:1;justify-content:center}.blfe-social-share-btns-style-boxed-1.blfe-social-button-position--center-right .blfe-social-share-text,.blfe-social-share-btns-style-clear.blfe-social-button-position--center-right .blfe-social-share-text{padding-right:10px}.blfe-social-share-btns-style-flat .blfe-social-share a:hover{transform:translateY(-3px);-webkit-transform:translateY(-3px);box-shadow:0 5px 20px rgba(0,0,0,.25)!important}.blfe-social-share-btns-style-leafs .blfe-social-share a{border-radius:16px 0;color:#fff}.blfe-social-share-btns-style-boxed-2 .blfe-social-share a:hover{transform:translateY(-3px);-webkit-transform:translateY(-3px);box-shadow:0 5px 20px rgba(0,0,0,.25)!important}.blfe-social-share-btns-style-boxed-2.blfe-layout-style--grid .blfe-social-share .blfe-social-share-btn{display:inherit}.blfe-social-share-btns-style-boxed-2.blfe-layout-style--grid .blfe-social-share .blfe-social-share-btn .blfe-social-share-text{justify-content:center}.blfe-social-share-btns-style-boxed-2.blfe-social-share-btns-view-text .blfe-social-share .blfe-social-share-text{padding-left:0}.blfe-social-share-btns-style-boxed-2 .blfe-social-share .blfe-social-share-btn{display:inline-grid;padding:10px 14px;height:auto}.blfe-social-share-btns-style-boxed-2 .blfe-social-share .blfe-social-share-btn .blfe-social-share-icon{width:100%;margin:2px 0}.blfe-social-share-btns-style-boxed-2 .blfe-social-share .blfe-social-share-btn .blfe-social-share-icon i{font-size:24px}.blfe-social-share-btns-style-boxed-2 .blfe-social-share .blfe-social-share-btn .blfe-social-share-text{padding-right:0!important}.blfe-social-share-btns-style-boxed-2 .blfe-social-share a{color:#fff;border-radius:3px}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-vkontakte,.blfe-social-share-btns-style-flat .blfe-social-share-vkontakte,.blfe-social-share-btns-style-leafs .blfe-social-share-vkontakte{background-color:#45668e}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-facebook,.blfe-social-share-btns-style-flat .blfe-social-share-facebook,.blfe-social-share-btns-style-leafs .blfe-social-share-facebook{background-color:#3b5998}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-odnoklassniki,.blfe-social-share-btns-style-flat .blfe-social-share-odnoklassniki,.blfe-social-share-btns-style-leafs .blfe-social-share-odnoklassniki{background-color:#f4731c}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-moimir,.blfe-social-share-btns-style-flat .blfe-social-share-moimir,.blfe-social-share-btns-style-leafs .blfe-social-share-moimir{background-color:#168de2}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-googleplus,.blfe-social-share-btns-style-flat .blfe-social-share-googleplus,.blfe-social-share-btns-style-leafs .blfe-social-share-googleplus{background-color:#dd4b39}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-linkedin,.blfe-social-share-btns-style-flat .blfe-social-share-linkedin,.blfe-social-share-btns-style-leafs .blfe-social-share-linkedin{background-color:#0077b5}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-email,.blfe-social-share-btns-style-flat .blfe-social-share-email,.blfe-social-share-btns-style-leafs .blfe-social-share-email{background-color:#d44638}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-twitter,.blfe-social-share-btns-style-flat .blfe-social-share-twitter,.blfe-social-share-btns-style-leafs .blfe-social-share-twitter{background-color:#1da1f2}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-livejournal,.blfe-social-share-btns-style-flat .blfe-social-share-livejournal,.blfe-social-share-btns-style-leafs .blfe-social-share-livejournal{background-color:#00b0ea}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-tumblr,.blfe-social-share-btns-style-flat .blfe-social-share-tumblr,.blfe-social-share-btns-style-leafs .blfe-social-share-tumblr{background-color:#35465c}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-blogger,.blfe-social-share-btns-style-flat .blfe-social-share-blogger,.blfe-social-share-btns-style-leafs .blfe-social-share-blogger{background-color:#f06a35}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-pinterest,.blfe-social-share-btns-style-flat .blfe-social-share-pinterest,.blfe-social-share-btns-style-leafs .blfe-social-share-pinterest{background-color:#bd081c}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-digg,.blfe-social-share-btns-style-flat .blfe-social-share-digg,.blfe-social-share-btns-style-leafs .blfe-social-share-digg{background-color:#005be2}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-evernote,.blfe-social-share-btns-style-flat .blfe-social-share-evernote,.blfe-social-share-btns-style-leafs .blfe-social-share-evernote{background-color:#2dbe60}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-reddit,.blfe-social-share-btns-style-flat .blfe-social-share-reddit,.blfe-social-share-btns-style-leafs .blfe-social-share-reddit{background-color:#ff4500}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-delicious,.blfe-social-share-btns-style-flat .blfe-social-share-delicious,.blfe-social-share-btns-style-leafs .blfe-social-share-delicious{background-color:#39f}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-mix,.blfe-social-share-btns-style-flat .blfe-social-share-mix,.blfe-social-share-btns-style-leafs .blfe-social-share-mix{background-color:#fd8235}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-pocket,.blfe-social-share-btns-style-flat .blfe-social-share-pocket,.blfe-social-share-btns-style-leafs .blfe-social-share-pocket{background-color:#ef3f56}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-surfingbird,.blfe-social-share-btns-style-flat .blfe-social-share-surfingbird,.blfe-social-share-btns-style-leafs .blfe-social-share-surfingbird{background-color:#25b1f6}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-liveinternet,.blfe-social-share-btns-style-flat .blfe-social-share-liveinternet,.blfe-social-share-btns-style-leafs .blfe-social-share-liveinternet{background-color:#5382c4}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-buffer,.blfe-social-share-btns-style-flat .blfe-social-share-buffer,.blfe-social-share-btns-style-leafs .blfe-social-share-buffer{background-color:#1b1b1b}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-instapaper,.blfe-social-share-btns-style-flat .blfe-social-share-instapaper,.blfe-social-share-btns-style-leafs .blfe-social-share-instapaper{background-color:#000}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-xing,.blfe-social-share-btns-style-flat .blfe-social-share-xing,.blfe-social-share-btns-style-leafs .blfe-social-share-xing{background-color:#026466}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-wordpress,.blfe-social-share-btns-style-flat .blfe-social-share-wordpress,.blfe-social-share-btns-style-leafs .blfe-social-share-wordpress{background-color:#21759b}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-baidu,.blfe-social-share-btns-style-flat .blfe-social-share-baidu,.blfe-social-share-btns-style-leafs .blfe-social-share-baidu{background-color:#2319dc}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-renren,.blfe-social-share-btns-style-flat .blfe-social-share-renren,.blfe-social-share-btns-style-leafs .blfe-social-share-renren{background-color:#237ec5}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-weibo,.blfe-social-share-btns-style-flat .blfe-social-share-weibo,.blfe-social-share-btns-style-leafs .blfe-social-share-weibo{background-color:#e6162d}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-skype,.blfe-social-share-btns-style-flat .blfe-social-share-skype,.blfe-social-share-btns-style-leafs .blfe-social-share-skype{background-color:#00aff0}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-telegram,.blfe-social-share-btns-style-flat .blfe-social-share-telegram,.blfe-social-share-btns-style-leafs .blfe-social-share-telegram{background-color:#2ca5e0}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-viber,.blfe-social-share-btns-style-flat .blfe-social-share-viber,.blfe-social-share-btns-style-leafs .blfe-social-share-viber{background-color:#834995}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-whatsapp,.blfe-social-share-btns-style-flat .blfe-social-share-whatsapp,.blfe-social-share-btns-style-leafs .blfe-social-share-whatsapp{background-color:#25d366}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-line,.blfe-social-share-btns-style-flat .blfe-social-share-line,.blfe-social-share-btns-style-leafs .blfe-social-share-line{background-color:#00b900}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-wechat,.blfe-social-share-btns-style-flat .blfe-social-share-wechat,.blfe-social-share-btns-style-leafs .blfe-social-share-wechat{background-color:#2dc100}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-meneame,.blfe-social-share-btns-style-flat .blfe-social-share-meneame,.blfe-social-share-btns-style-leafs .blfe-social-share-meneame{background-color:#f86100}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-flipboard,.blfe-social-share-btns-style-flat .blfe-social-share-flipboard,.blfe-social-share-btns-style-leafs .blfe-social-share-flipboard{background-color:#f52827}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-instagram,.blfe-social-share-btns-style-flat .blfe-social-share-instagram,.blfe-social-share-btns-style-leafs .blfe-social-share-instagram{background-color:#8a3ab9}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-dribbble,.blfe-social-share-btns-style-flat .blfe-social-share-dribbble,.blfe-social-share-btns-style-leafs .blfe-social-share-dribbble{background-color:#ea4c89}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-pocket,.blfe-social-share-btns-style-flat .blfe-social-share-pocket,.blfe-social-share-btns-style-leafs .blfe-social-share-pocket{background-color:#ee4056}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-snapchat,.blfe-social-share-btns-style-flat .blfe-social-share-snapchat,.blfe-social-share-btns-style-leafs .blfe-social-share-snapchat{background-color:#fffc00}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-stumbleupon,.blfe-social-share-btns-style-flat .blfe-social-share-stumbleupon,.blfe-social-share-btns-style-leafs .blfe-social-share-stumbleupon{background-color:#f74425}.blfe-social-share-btns-style-boxed-2 .blfe-social-share-flikr,.blfe-social-share-btns-style-flat .blfe-social-share-flikr,.blfe-social-share-btns-style-leafs .blfe-social-share-flikr{background-color:#0063dc}.blfe-social-share-btns-style-outline-primary .blfe-social-share-vkontakte{color:#45668e}.blfe-social-share-btns-style-outline-primary .blfe-social-share-facebook{color:#3b5998}.blfe-social-share-btns-style-outline-primary .blfe-social-share-odnoklassniki{color:#f4731c}.blfe-social-share-btns-style-outline-primary .blfe-social-share-moimir{color:#168de2}.blfe-social-share-btns-style-outline-primary .blfe-social-share-googleplus{color:#dd4b39}.blfe-social-share-btns-style-outline-primary .blfe-social-share-linkedin{color:#0077b5}.blfe-social-share-btns-style-outline-primary .blfe-social-share-email{color:#d44638}.blfe-social-share-btns-style-outline-primary .blfe-social-share-twitter{color:#1da1f2}.blfe-social-share-btns-style-outline-primary .blfe-social-share-livejournal{color:#00b0ea}.blfe-social-share-btns-style-outline-primary .blfe-social-share-tumblr{color:#35465c}.blfe-social-share-btns-style-outline-primary .blfe-social-share-blogger{color:#f06a35}.blfe-social-share-btns-style-outline-primary .blfe-social-share-pinterest{color:#bd081c}.blfe-social-share-btns-style-outline-primary .blfe-social-share-digg{color:#005be2}.blfe-social-share-btns-style-outline-primary .blfe-social-share-evernote{color:#2dbe60}.blfe-social-share-btns-style-outline-primary .blfe-social-share-reddit{color:#ff4500}.blfe-social-share-btns-style-outline-primary .blfe-social-share-delicious{color:#39f}.blfe-social-share-btns-style-outline-primary .blfe-social-share-mix{color:#fd8235}.blfe-social-share-btns-style-outline-primary .blfe-social-share-pocket{color:#ef3f56}.blfe-social-share-btns-style-outline-primary .blfe-social-share-surfingbird{color:#25b1f6}.blfe-social-share-btns-style-outline-primary .blfe-social-share-liveinternet{color:#5382c4}.blfe-social-share-btns-style-outline-primary .blfe-social-share-buffer{color:#1b1b1b}.blfe-social-share-btns-style-outline-primary .blfe-social-share-instapaper{color:#000}.blfe-social-share-btns-style-outline-primary .blfe-social-share-xing{color:#026466}.blfe-social-share-btns-style-outline-primary .blfe-social-share-wordpress{color:#21759b}.blfe-social-share-btns-style-outline-primary .blfe-social-share-baidu{color:#2319dc}.blfe-social-share-btns-style-outline-primary .blfe-social-share-renren{color:#237ec5}.blfe-social-share-btns-style-outline-primary .blfe-social-share-weibo{color:#e6162d}.blfe-social-share-btns-style-outline-primary .blfe-social-share-skype{color:#00aff0}.blfe-social-share-btns-style-outline-primary .blfe-social-share-telegram{color:#2ca5e0}.blfe-social-share-btns-style-outline-primary .blfe-social-share-viber{color:#834995}.blfe-social-share-btns-style-outline-primary .blfe-social-share-whatsapp{color:#25d366}.blfe-social-share-btns-style-outline-primary .blfe-social-share-line{color:#00b900}.blfe-social-share-btns-style-outline-primary .blfe-social-share-wechat{color:#2dc100}.blfe-social-share-btns-style-outline-primary .blfe-social-share-meneame{color:#f86100}.blfe-social-share-btns-style-outline-primary .blfe-social-share-flipboard{color:#f52827}.blfe-social-share-btns-style-outline-primary .blfe-social-share-instagram{color:#8a3ab9}.blfe-social-share-btns-style-outline-primary .blfe-social-share-dribbble{color:#ea4c89}.blfe-social-share-btns-style-outline-primary .blfe-social-share-pocket{color:#ee4056}.blfe-social-share-btns-style-outline-primary .blfe-social-share-snapchat{color:#fffc00}.blfe-social-share-btns-style-outline-primary .blfe-social-share-stumbleupon{color:#f74425}.blfe-social-share-btns-style-outline-primary .blfe-social-share-flikr{color:#0063dc}.blfe-social-share-btns-style-outline-primary .blfe-social-share-btn{border-style:solid;border-width:2px}.blfe-social-share-btns-style-outline-classic .blfe-social-share-vkontakte{color:#45668e}.blfe-social-share-btns-style-outline-classic .blfe-social-share-vkontakte:hover{color:#fff;background-color:#45668e}.blfe-social-share-btns-style-outline-classic .blfe-social-share-facebook{color:#3b5998}.blfe-social-share-btns-style-outline-classic .blfe-social-share-facebook:hover{color:#fff;background-color:#3b5998;border-color:#3b5998}.blfe-social-share-btns-style-outline-classic .blfe-social-share-odnoklassniki{color:#f4731c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-odnoklassniki:hover{color:#fff;background-color:#f4731c;border-color:#f4731c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-moimir{color:#168de2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-moimir:hover{color:#fff;background-color:#168de2;border-color:#168de2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-googleplus{color:#dd4b39}.blfe-social-share-btns-style-outline-classic .blfe-social-share-googleplus:hover{color:#fff;background-color:#dd4b39;border-color:#dd4b39}.blfe-social-share-btns-style-outline-classic .blfe-social-share-linkedin{color:#0077b5}.blfe-social-share-btns-style-outline-classic .blfe-social-share-linkedin:hover{color:#fff;background-color:#0077b5;border-color:#0077b5}.blfe-social-share-btns-style-outline-classic .blfe-social-share-email{color:#d44638}.blfe-social-share-btns-style-outline-classic .blfe-social-share-email:hover{color:#fff;background-color:#d44638;border-color:#d44638}.blfe-social-share-btns-style-outline-classic .blfe-social-share-twitter{color:#1da1f2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-twitter:hover{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-livejournal{color:#00b0ea}.blfe-social-share-btns-style-outline-classic .blfe-social-share-livejournal:hover{color:#fff;background-color:#00b0ea;border-color:#00b0ea}.blfe-social-share-btns-style-outline-classic .blfe-social-share-tumblr{color:#35465c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-tumblr:hover{color:#fff;background-color:#35465c;border-color:#35465c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-blogger{color:#f06a35}.blfe-social-share-btns-style-outline-classic .blfe-social-share-blogger:hover{color:#fff;background-color:#f06a35;border-color:#f06a35}.blfe-social-share-btns-style-outline-classic .blfe-social-share-pinterest{color:#bd081c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-pinterest:hover{color:#fff;background-color:#bd081c;border-color:#bd081c}.blfe-social-share-btns-style-outline-classic .blfe-social-share-digg{color:#005be2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-digg:hover{color:#fff;background-color:#005be2;border-color:#005be2}.blfe-social-share-btns-style-outline-classic .blfe-social-share-evernote{color:#2dbe60}.blfe-social-share-btns-style-outline-classic .blfe-social-share-evernote:hover{color:#fff;background-color:#2dbe60;border-color:#2dbe60}.blfe-social-share-btns-style-outline-classic .blfe-social-share-reddit{color:#ff4500}.blfe-social-share-btns-style-outline-classic .blfe-social-share-reddit:hover{color:#fff;background-color:#ff4500;border-color:#ff4500}.blfe-social-share-btns-style-outline-classic .blfe-social-share-delicious{color:#39f}.blfe-social-share-btns-style-outline-classic .blfe-social-share-delicious:hover{color:#fff;background-color:#39f;border-color:#39f}.blfe-social-share-btns-style-outline-classic .blfe-social-share-mix{color:#fd8235}.blfe-social-share-btns-style-outline-classic .blfe-social-share-mix:hover{color:#fff;background-color:#fd8235;border-color:#fd8235}.blfe-social-share-btns-style-outline-classic .blfe-social-share-pocket{color:#ef3f56}.blfe-social-share-btns-style-outline-classic .blfe-social-share-pocket:hover{color:#fff;background-color:#ef3f56;border-color:#ef3f56}.blfe-social-share-btns-style-outline-classic .blfe-social-share-surfingbird{color:#25b1f6}.blfe-social-share-btns-style-outline-classic .blfe-social-share-surfingbird:hover{color:#fff;background-color:#25b1f6;border-color:#25b1f6}.blfe-social-share-btns-style-outline-classic .blfe-social-share-liveinternet{color:#5382c4}.blfe-social-share-btns-style-outline-classic .blfe-social-share-liveinternet:hover{color:#fff;background-color:#5382c4;border-color:#5382c4}.blfe-social-share-btns-style-outline-classic .blfe-social-share-buffer{color:#1b1b1b}.blfe-social-share-btns-style-outline-classic .blfe-social-share-buffer:hover{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.blfe-social-share-btns-style-outline-classic .blfe-social-share-instapaper{color:#000}.blfe-social-share-btns-style-outline-classic .blfe-social-share-instapaper:hover{color:#fff;background-color:#000;border-color:#000}.blfe-social-share-btns-style-outline-classic .blfe-social-share-xing{color:#026466}.blfe-social-share-btns-style-outline-classic .blfe-social-share-xing:hover{color:#fff;background-color:#026466;border-color:#026466}.blfe-social-share-btns-style-outline-classic .blfe-social-share-wordpress{color:#21759b}.blfe-social-share-btns-style-outline-classic .blfe-social-share-wordpress:hover{color:#fff;background-color:#21759b;border-color:#21759b}.blfe-social-share-btns-style-outline-classic .blfe-social-share-baidu{color:#2319dc}.blfe-social-share-btns-style-outline-classic .blfe-social-share-baidu:hover{color:#fff;background-color:#2319dc;border-color:#2319dc}.blfe-social-share-btns-style-outline-classic .blfe-social-share-renren{color:#237ec5}.blfe-social-share-btns-style-outline-classic .blfe-social-share-renren:hover{color:#fff;background-color:#237ec5;border-color:#237ec5}.blfe-social-share-btns-style-outline-classic .blfe-social-share-weibo{color:#e6162d}.blfe-social-share-btns-style-outline-classic .blfe-social-share-weibo:hover{color:#fff;background-color:#e6162d;border-color:#e6162d}.blfe-social-share-btns-style-outline-classic .blfe-social-share-skype{color:#00aff0}.blfe-social-share-btns-style-outline-classic .blfe-social-share-skype:hover{color:#fff;background-color:#00aff0;border-color:#00aff0}.blfe-social-share-btns-style-outline-classic .blfe-social-share-telegram{color:#2ca5e0}.blfe-social-share-btns-style-outline-classic .blfe-social-share-telegram:hover{color:#fff;background-color:#2ca5e0;border-color:#2ca5e0}.blfe-social-share-btns-style-outline-classic .blfe-social-share-viber{color:#834995}.blfe-social-share-btns-style-outline-classic .blfe-social-share-viber:hover{color:#fff;background-color:#834995;border-color:#834995}.blfe-social-share-btns-style-outline-classic .blfe-social-share-whatsapp{color:#25d366}.blfe-social-share-btns-style-outline-classic .blfe-social-share-whatsapp:hover{color:#fff;background-color:#25d366;border-color:#25d366}.blfe-social-share-btns-style-outline-classic .blfe-social-share-line{color:#00b900}.blfe-social-share-btns-style-outline-classic .blfe-social-share-line:hover{color:#fff;background-color:#00b900;border-color:#00b900}.blfe-social-share-btns-style-outline-classic .blfe-social-share-wechat{color:#2dc100}.blfe-social-share-btns-style-outline-classic .blfe-social-share-wechat:hover{color:#fff;background-color:#2dc100;border-color:#2dc100}.blfe-social-share-btns-style-outline-classic .blfe-social-share-meneame{color:#f86100}.blfe-social-share-btns-style-outline-classic .blfe-social-share-meneame:hover{color:#fff;background-color:#f86100;border-color:#f86100}.blfe-social-share-btns-style-outline-classic .blfe-social-share-flipboard{color:#f52827}.blfe-social-share-btns-style-outline-classic .blfe-social-share-flipboard:hover{color:#fff;background-color:#f52827;border-color:#f52827}.blfe-social-share-btns-style-outline-classic .blfe-social-share-instagram{color:#8a3ab9}.blfe-social-share-btns-style-outline-classic .blfe-social-share-instagram:hover{color:#fff;background-color:#8a3ab9;border-color:#8a3ab9}.blfe-social-share-btns-style-outline-classic .blfe-social-share-dribbble{color:#ea4c89}.blfe-social-share-btns-style-outline-classic .blfe-social-share-dribbble:hover{color:#fff;background-color:#ea4c89;border-color:#ea4c89}.blfe-social-share-btns-style-outline-classic .blfe-social-share-snapchat{color:#fffc00}.blfe-social-share-btns-style-outline-classic .blfe-social-share-snapchat:hover{color:#fff;background-color:#fffc00;border-color:#fffc00}.blfe-social-share-btns-style-outline-classic .blfe-social-share-stumbleupon{color:#f74425}.blfe-social-share-btns-style-outline-classic .blfe-social-share-stumbleupon:hover{color:#fff;background-color:#f74425;border-color:#f74425}.blfe-social-share-btns-style-outline-classic .blfe-social-share-flikr{color:#0063dc}.blfe-social-share-btns-style-outline-classic .blfe-social-share-flikr:hover{color:#fff;background-color:#0063dc;border-color:#0063dc}.blfe-social-share-btns-style-outline-classic .blfe-social-share-btn{border-style:solid;border-width:2px}.blfe-social-share-btns-style-modern .blfe-social-share .blfe-social-share-btn{border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-top-left-radius:5px;-moz-border-top-right-radius:5px;box-shadow:1px 1px 3px 0 rgba(0,0,0,.2)}.blfe-social-share-btns-style-modern .blfe-social-share-vkontakte{color:#45668e;border-bottom:3px inset #45668e}.blfe-social-share-btns-style-modern .blfe-social-share-facebook{color:#3b5998;border-bottom:3px inset #3b5998}.blfe-social-share-btns-style-modern .blfe-social-share-odnoklassniki{color:#f4731c;border-bottom:3px inset #f4731c}.blfe-social-share-btns-style-modern .blfe-social-share-moimir{color:#168de2;border-bottom:3px inset #168de2}.blfe-social-share-btns-style-modern .blfe-social-share-googleplus{color:#dd4b39;border-bottom:3px inset #dd4b39}.blfe-social-share-btns-style-modern .blfe-social-share-linkedin{color:#0077b5;border-bottom:3px inset #0077b5}.blfe-social-share-btns-style-modern .blfe-social-share-email{color:#d44638;border-bottom:3px inset #d44638}.blfe-social-share-btns-style-modern .blfe-social-share-twitter{color:#1da1f2;border-bottom:3px inset #1da1f2}.blfe-social-share-btns-style-modern .blfe-social-share-livejournal{color:#00b0ea;border-bottom:3px inset #00b0ea}.blfe-social-share-btns-style-modern .blfe-social-share-tumblr{color:#35465c;border-bottom:3px inset #35465c}.blfe-social-share-btns-style-modern .blfe-social-share-blogger{color:#f06a35;border-bottom:3px inset #f06a35}.blfe-social-share-btns-style-modern .blfe-social-share-pinterest{color:#bd081c;border-bottom:3px inset #bd081c}.blfe-social-share-btns-style-modern .blfe-social-share-digg{color:#005be2;border-bottom:3px inset #005be2}.blfe-social-share-btns-style-modern .blfe-social-share-evernote{color:#2dbe60;border-bottom:3px inset #2dbe60}.blfe-social-share-btns-style-modern .blfe-social-share-reddit{color:#ff4500;border-bottom:3px inset #ff4500}.blfe-social-share-btns-style-modern .blfe-social-share-delicious{color:#39f;border-bottom:3px inset #39f}.blfe-social-share-btns-style-modern .blfe-social-share-mix{color:#fd8235;border-bottom:3px inset #fd8235}.blfe-social-share-btns-style-modern .blfe-social-share-pocket{color:#ef3f56;border-bottom:3px inset #ef3f56}.blfe-social-share-btns-style-modern .blfe-social-share-surfingbird{color:#25b1f6;border-bottom:3px inset #25b1f6}.blfe-social-share-btns-style-modern .blfe-social-share-liveinternet{color:#5382c4;border-bottom:3px inset #5382c4}.blfe-social-share-btns-style-modern .blfe-social-share-buffer{color:#1b1b1b;border-bottom:3px inset #1b1b1b}.blfe-social-share-btns-style-modern .blfe-social-share-instapaper{color:#000;border-bottom:3px inset #000}.blfe-social-share-btns-style-modern .blfe-social-share-xing{color:#026466;border-bottom:3px inset #026466}.blfe-social-share-btns-style-modern .blfe-social-share-wordpress{color:#21759b;border-bottom:3px inset #21759b}.blfe-social-share-btns-style-modern .blfe-social-share-baidu{color:#2319dc;border-bottom:3px inset #2319dc}.blfe-social-share-btns-style-modern .blfe-social-share-renren{color:#237ec5;border-bottom:3px inset #237ec5}.blfe-social-share-btns-style-modern .blfe-social-share-weibo{color:#e6162d;border-bottom:3px inset #e6162d}.blfe-social-share-btns-style-modern .blfe-social-share-skype{color:#00aff0;border-bottom:3px inset #00aff0}.blfe-social-share-btns-style-modern .blfe-social-share-telegram{color:#2ca5e0;border-bottom:3px inset #2ca5e0}.blfe-social-share-btns-style-modern .blfe-social-share-viber{color:#834995;border-bottom:3px inset #834995}.blfe-social-share-btns-style-modern .blfe-social-share-whatsapp{color:#25d366;border-bottom:3px inset #25d366}.blfe-social-share-btns-style-modern .blfe-social-share-line{color:#00b900;border-bottom:3px inset #00b900}.blfe-social-share-btns-style-modern .blfe-social-share-wechat{color:#2dc100;border-bottom:3px inset #2dc100}.blfe-social-share-btns-style-modern .blfe-social-share-meneame{color:#f86100;border-bottom:3px inset #f86100}.blfe-social-share-btns-style-modern .blfe-social-share-flipboard{color:#f52827;border-bottom:3px inset #f52827}.blfe-social-share-btns-style-modern .blfe-social-share-instagram{color:#8a3ab9;border-bottom:3px inset #8a3ab9}.blfe-social-share-btns-style-modern .blfe-social-share-dribbble{color:#ea4c89;border-bottom:3px inset #ea4c89}.blfe-social-share-btns-style-modern .blfe-social-share-pocket{color:#ee4056;border-bottom:3px inset #ee4056}.blfe-social-share-btns-style-modern .blfe-social-share-snapchat{color:#fffc00;border-bottom:3px inset #fffc00}.blfe-social-share-btns-style-modern .blfe-social-share-stumbleupon{color:#f74425;border-bottom:3px inset #f74425}.blfe-social-share-btns-style-modern .blfe-social-share-flikr{color:#0063dc;border-bottom:3px inset #0063dc}.blfe-social-share-btns-style-deluxe .blfe-social-share-vkontakte{background-color:#45668e}.blfe-social-share-btns-style-deluxe .blfe-social-share-facebook{background-color:#3b5998}.blfe-social-share-btns-style-deluxe .blfe-social-share-odnoklassniki{background-color:#f4731c}.blfe-social-share-btns-style-deluxe .blfe-social-share-moimir{background-color:#168de2}.blfe-social-share-btns-style-deluxe .blfe-social-share-googleplus{background-color:#dd4b39}.blfe-social-share-btns-style-deluxe .blfe-social-share-linkedin{background-color:#0077b5}.blfe-social-share-btns-style-deluxe .blfe-social-share-email{background-color:#d44638}.blfe-social-share-btns-style-deluxe .blfe-social-share-twitter{background-color:#1da1f2}.blfe-social-share-btns-style-deluxe .blfe-social-share-livejournal{background-color:#00b0ea}.blfe-social-share-btns-style-deluxe .blfe-social-share-tumblr{background-color:#35465c}.blfe-social-share-btns-style-deluxe .blfe-social-share-blogger{background-color:#f06a35}.blfe-social-share-btns-style-deluxe .blfe-social-share-pinterest{background-color:#bd081c}.blfe-social-share-btns-style-deluxe .blfe-social-share-digg{background-color:#005be2}.blfe-social-share-btns-style-deluxe .blfe-social-share-evernote{background-color:#2dbe60}.blfe-social-share-btns-style-deluxe .blfe-social-share-reddit{background-color:#ff4500}.blfe-social-share-btns-style-deluxe .blfe-social-share-delicious{background-color:#39f}.blfe-social-share-btns-style-deluxe .blfe-social-share-mix{background-color:#fd8235}.blfe-social-share-btns-style-deluxe .blfe-social-share-pocket{background-color:#ef3f56}.blfe-social-share-btns-style-deluxe .blfe-social-share-surfingbird{background-color:#25b1f6}.blfe-social-share-btns-style-deluxe .blfe-social-share-liveinternet{background-color:#5382c4}.blfe-social-share-btns-style-deluxe .blfe-social-share-buffer{background-color:#1b1b1b}.blfe-social-share-btns-style-deluxe .blfe-social-share-instapaper{background-color:#000}.blfe-social-share-btns-style-deluxe .blfe-social-share-xing{background-color:#026466}.blfe-social-share-btns-style-deluxe .blfe-social-share-wordpress{background-color:#21759b}.blfe-social-share-btns-style-deluxe .blfe-social-share-baidu{background-color:#2319dc}.blfe-social-share-btns-style-deluxe .blfe-social-share-renren{background-color:#237ec5}.blfe-social-share-btns-style-deluxe .blfe-social-share-weibo{background-color:#e6162d}.blfe-social-share-btns-style-deluxe .blfe-social-share-skype{background-color:#00aff0}.blfe-social-share-btns-style-deluxe .blfe-social-share-telegram{background-color:#2ca5e0}.blfe-social-share-btns-style-deluxe .blfe-social-share-viber{background-color:#834995}.blfe-social-share-btns-style-deluxe .blfe-social-share-whatsapp{background-color:#25d366}.blfe-social-share-btns-style-deluxe .blfe-social-share-line{background-color:#00b900}.blfe-social-share-btns-style-deluxe .blfe-social-share-wechat{background-color:#2dc100}.blfe-social-share-btns-style-deluxe .blfe-social-share-meneame{background-color:#f86100}.blfe-social-share-btns-style-deluxe .blfe-social-share-flipboard{background-color:#f52827}.blfe-social-share-btns-style-deluxe .blfe-social-share-instagram{background-color:#8a3ab9}.blfe-social-share-btns-style-deluxe .blfe-social-share-dribbble{background-color:#ea4c89}.blfe-social-share-btns-style-deluxe .blfe-social-share-pocket{background-color:#ee4056}.blfe-social-share-btns-style-deluxe .blfe-social-share-snapchat{background-color:#fffc00}.blfe-social-share-btns-style-deluxe .blfe-social-share-stumbleupon{background-color:#f74425}.blfe-social-share-btns-style-deluxe .blfe-social-share-flikr{background-color:#0063dc}.blfe-social-share-btns-style-deluxe .blfe-social-share-text{background:rgba(0,0,0,.08)}.blfe-social-share-btns-style-clear.blfe-social-share-btns-shape-rounded .blfe-social-share-icon{border-radius:8px}.blfe-social-share-btns-style-clear.blfe-social-share-btns-shape-circle .blfe-social-share-icon{border-radius:100%}.blfe-social-share-btns-style-clear .blfe-social-share-text{color:#343434;padding-left:10px}.blfe-social-share-btns-style-clear .blfe-social-share .blfe-social-share-icon{border-radius:50%}.blfe-social-share-btns-style-clear .blfe-social-share-vkontakte .blfe-social-share-icon{background-color:#45668e}.blfe-social-share-btns-style-clear .blfe-social-share-facebook .blfe-social-share-icon{background-color:#3b5998}.blfe-social-share-btns-style-clear .blfe-social-share-odnoklassniki .blfe-social-share-icon{background-color:#f4731c}.blfe-social-share-btns-style-clear .blfe-social-share-moimir .blfe-social-share-icon{background-color:#168de2;color:#ffaf32}.blfe-social-share-btns-style-clear .blfe-social-share-googleplus .blfe-social-share-icon{background-color:#dd4b39}.blfe-social-share-btns-style-clear .blfe-social-share-linkedin .blfe-social-share-icon{background-color:#0077b5}.blfe-social-share-btns-style-clear .blfe-social-share-email .blfe-social-share-icon{background-color:#d44638}.blfe-social-share-btns-style-clear .blfe-social-share-twitter .blfe-social-share-icon{background-color:#1da1f2}.blfe-social-share-btns-style-clear .blfe-social-share-livejournal .blfe-social-share-icon{background-color:#00b0ea}.blfe-social-share-btns-style-clear .blfe-social-share-tumblr .blfe-social-share-icon{background-color:#35465c}.blfe-social-share-btns-style-clear .blfe-social-share-blogger .blfe-social-share-icon{background-color:#f06a35}.blfe-social-share-btns-style-clear .blfe-social-share-pinterest .blfe-social-share-icon{background-color:#bd081c}.blfe-social-share-btns-style-clear .blfe-social-share-digg .blfe-social-share-icon{background-color:#005be2}.blfe-social-share-btns-style-clear .blfe-social-share-evernote .blfe-social-share-icon{background-color:#2dbe60}.blfe-social-share-btns-style-clear .blfe-social-share-reddit .blfe-social-share-icon{background-color:#ff4500}.blfe-social-share-btns-style-clear .blfe-social-share-delicious .blfe-social-share-icon{background-color:#39f}.blfe-social-share-btns-style-clear .blfe-social-share-mix .blfe-social-share-icon{background-color:#fd8235}.blfe-social-share-btns-style-clear .blfe-social-share-pocket .blfe-social-share-icon{background-color:#ef3f56}.blfe-social-share-btns-style-clear .blfe-social-share-surfingbird .blfe-social-share-icon{background-color:#25b1f6}.blfe-social-share-btns-style-clear .blfe-social-share-liveinternet .blfe-social-share-icon{background-color:#5382c4}.blfe-social-share-btns-style-clear .blfe-social-share-buffer .blfe-social-share-icon{background-color:#1b1b1b}.blfe-social-share-btns-style-clear .blfe-social-share-instapaper .blfe-social-share-icon{background-color:#000}.blfe-social-share-btns-style-clear .blfe-social-share-xing .blfe-social-share-icon{background-color:#026466}.blfe-social-share-btns-style-clear .blfe-social-share-wordpress .blfe-social-share-icon{background-color:#21759b}.blfe-social-share-btns-style-clear .blfe-social-share-baidu .blfe-social-share-icon{background-color:#2319dc}.blfe-social-share-btns-style-clear .blfe-social-share-renren .blfe-social-share-icon{background-color:#237ec5}.blfe-social-share-btns-style-clear .blfe-social-share-weibo .blfe-social-share-icon{background-color:#e6162d}.blfe-social-share-btns-style-clear .blfe-social-share-skype .blfe-social-share-icon{background-color:#00aff0}.blfe-social-share-btns-style-clear .blfe-social-share-telegram .blfe-social-share-icon{background-color:#2ca5e0}.blfe-social-share-btns-style-clear .blfe-social-share-viber .blfe-social-share-icon{background-color:#834995}.blfe-social-share-btns-style-clear .blfe-social-share-whatsapp .blfe-social-share-icon{background-color:#25d366}.blfe-social-share-btns-style-clear .blfe-social-share-line .blfe-social-share-icon{background-color:#00b900}.blfe-social-share-btns-style-clear .blfe-social-share-wechat .blfe-social-share-icon{background-color:#2dc100}.blfe-social-share-btns-style-clear .blfe-social-share-meneame .blfe-social-share-icon{background-color:#f86100}.blfe-social-share-btns-style-clear .blfe-social-share-flipboard .blfe-social-share-icon{background-color:#f52827}.blfe-social-share-btns-style-clear .blfe-social-share-instagram .blfe-social-share-icon{background-color:#8a3ab9}.blfe-social-share-btns-style-clear .blfe-social-share-dribbble .blfe-social-share-icon{background-color:#ea4c89}.blfe-social-share-btns-style-clear .blfe-social-share-pocket .blfe-social-share-icon{background-color:#ee4056}.blfe-social-share-btns-style-clear .blfe-social-share-snapchat .blfe-social-share-icon{background-color:#fffc00}.blfe-social-share-btns-style-clear .blfe-social-share-stumbleupon .blfe-social-share-icon{background-color:#f74425}.blfe-social-share-btns-style-clear .blfe-social-share-flikr .blfe-social-share-icon{background-color:#0063dc}.blfe-social-share-btns-style-clear .blfe-social-share-btn .blfe-social-share-icon{color:#fff}.blfe-social-share-btns-style-clear .blfe-social-share-moimir .blfe-social-share-icon .fa-moimir:before{color:#ffaf32}.blfe-social-share-btns-style-round .blfe-social-share .blfe-social-share-btn{border-radius:25px;-webkit-border-radius:25px;box-shadow:1px 1px 3px 0 rgba(0,0,0,.2);border:none}.blfe-social-share-btns-style-round .blfe-social-share-vkontakte{color:#45668e}.blfe-social-share-btns-style-round .blfe-social-share-vkontakte:hover{color:#fff;background-color:#45668e}.blfe-social-share-btns-style-round .blfe-social-share-facebook{color:#3b5998}.blfe-social-share-btns-style-round .blfe-social-share-facebook:hover{color:#fff;background-color:#3b5998;border-color:#3b5998}.blfe-social-share-btns-style-round .blfe-social-share-odnoklassniki{color:#f4731c}.blfe-social-share-btns-style-round .blfe-social-share-odnoklassniki:hover{color:#fff;background-color:#f4731c;border-color:#f4731c}.blfe-social-share-btns-style-round .blfe-social-share-moimir{color:#168de2}.blfe-social-share-btns-style-round .blfe-social-share-moimir:hover{color:#fff;background-color:#168de2;border-color:#168de2}.blfe-social-share-btns-style-round .blfe-social-share-googleplus{color:#dd4b39}.blfe-social-share-btns-style-round .blfe-social-share-googleplus:hover{color:#fff;background-color:#dd4b39;border-color:#dd4b39}.blfe-social-share-btns-style-round .blfe-social-share-linkedin{color:#0077b5}.blfe-social-share-btns-style-round .blfe-social-share-linkedin:hover{color:#fff;background-color:#0077b5;border-color:#0077b5}.blfe-social-share-btns-style-round .blfe-social-share-email{color:#d44638}.blfe-social-share-btns-style-round .blfe-social-share-email:hover{color:#fff;background-color:#d44638;border-color:#d44638}.blfe-social-share-btns-style-round .blfe-social-share-twitter{color:#1da1f2}.blfe-social-share-btns-style-round .blfe-social-share-twitter:hover{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.blfe-social-share-btns-style-round .blfe-social-share-livejournal{color:#00b0ea}.blfe-social-share-btns-style-round .blfe-social-share-livejournal:hover{color:#fff;background-color:#00b0ea;border-color:#00b0ea}.blfe-social-share-btns-style-round .blfe-social-share-tumblr{color:#35465c}.blfe-social-share-btns-style-round .blfe-social-share-tumblr:hover{color:#fff;background-color:#35465c;border-color:#35465c}.blfe-social-share-btns-style-round .blfe-social-share-blogger{color:#f06a35}.blfe-social-share-btns-style-round .blfe-social-share-blogger:hover{color:#fff;background-color:#f06a35;border-color:#f06a35}.blfe-social-share-btns-style-round .blfe-social-share-pinterest{color:#bd081c}.blfe-social-share-btns-style-round .blfe-social-share-pinterest:hover{color:#fff;background-color:#bd081c;border-color:#bd081c}.blfe-social-share-btns-style-round .blfe-social-share-digg{color:#005be2}.blfe-social-share-btns-style-round .blfe-social-share-digg:hover{color:#fff;background-color:#005be2;border-color:#005be2}.blfe-social-share-btns-style-round .blfe-social-share-evernote{color:#2dbe60}.blfe-social-share-btns-style-round .blfe-social-share-evernote:hover{color:#fff;background-color:#2dbe60;border-color:#2dbe60}.blfe-social-share-btns-style-round .blfe-social-share-reddit{color:#ff4500}.blfe-social-share-btns-style-round .blfe-social-share-reddit:hover{color:#fff;background-color:#ff4500;border-color:#ff4500}.blfe-social-share-btns-style-round .blfe-social-share-delicious{color:#39f}.blfe-social-share-btns-style-round .blfe-social-share-delicious:hover{color:#fff;background-color:#39f;border-color:#39f}.blfe-social-share-btns-style-round .blfe-social-share-mix{color:#fd8235}.blfe-social-share-btns-style-round .blfe-social-share-mix:hover{color:#fff;background-color:#fd8235;border-color:#fd8235}.blfe-social-share-btns-style-round .blfe-social-share-pocket{color:#ef3f56}.blfe-social-share-btns-style-round .blfe-social-share-pocket:hover{color:#fff;background-color:#ef3f56;border-color:#ef3f56}.blfe-social-share-btns-style-round .blfe-social-share-surfingbird{color:#25b1f6}.blfe-social-share-btns-style-round .blfe-social-share-surfingbird:hover{color:#fff;background-color:#25b1f6;border-color:#25b1f6}.blfe-social-share-btns-style-round .blfe-social-share-liveinternet{color:#5382c4}.blfe-social-share-btns-style-round .blfe-social-share-liveinternet:hover{color:#fff;background-color:#5382c4;border-color:#5382c4}.blfe-social-share-btns-style-round .blfe-social-share-buffer{color:#1b1b1b}.blfe-social-share-btns-style-round .blfe-social-share-buffer:hover{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.blfe-social-share-btns-style-round .blfe-social-share-instapaper{color:#000}.blfe-social-share-btns-style-round .blfe-social-share-instapaper:hover{color:#fff;background-color:#000;border-color:#000}.blfe-social-share-btns-style-round .blfe-social-share-xing{color:#026466}.blfe-social-share-btns-style-round .blfe-social-share-xing:hover{color:#fff;background-color:#026466;border-color:#026466}.blfe-social-share-btns-style-round .blfe-social-share-wordpress{color:#21759b}.blfe-social-share-btns-style-round .blfe-social-share-wordpress:hover{color:#fff;background-color:#21759b;border-color:#21759b}.blfe-social-share-btns-style-round .blfe-social-share-baidu{color:#2319dc}.blfe-social-share-btns-style-round .blfe-social-share-baidu:hover{color:#fff;background-color:#2319dc;border-color:#2319dc}.blfe-social-share-btns-style-round .blfe-social-share-renren{color:#237ec5}.blfe-social-share-btns-style-round .blfe-social-share-renren:hover{color:#fff;background-color:#237ec5;border-color:#237ec5}.blfe-social-share-btns-style-round .blfe-social-share-weibo{color:#e6162d}.blfe-social-share-btns-style-round .blfe-social-share-weibo:hover{color:#fff;background-color:#e6162d;border-color:#e6162d}.blfe-social-share-btns-style-round .blfe-social-share-skype{color:#00aff0}.blfe-social-share-btns-style-round .blfe-social-share-skype:hover{color:#fff;background-color:#00aff0;border-color:#00aff0}.blfe-social-share-btns-style-round .blfe-social-share-telegram{color:#2ca5e0}.blfe-social-share-btns-style-round .blfe-social-share-telegram:hover{color:#fff;background-color:#2ca5e0;border-color:#2ca5e0}.blfe-social-share-btns-style-round .blfe-social-share-viber{color:#834995}.blfe-social-share-btns-style-round .blfe-social-share-viber:hover{color:#fff;background-color:#834995;border-color:#834995}.blfe-social-share-btns-style-round .blfe-social-share-whatsapp{color:#25d366}.blfe-social-share-btns-style-round .blfe-social-share-whatsapp:hover{color:#fff;background-color:#25d366;border-color:#25d366}.blfe-social-share-btns-style-round .blfe-social-share-line{color:#00b900}.blfe-social-share-btns-style-round .blfe-social-share-line:hover{color:#fff;background-color:#00b900;border-color:#00b900}.blfe-social-share-btns-style-round .blfe-social-share-wechat{color:#2dc100}.blfe-social-share-btns-style-round .blfe-social-share-wechat:hover{color:#fff;background-color:#2dc100;border-color:#2dc100}.blfe-social-share-btns-style-round .blfe-social-share-meneame{color:#f86100}.blfe-social-share-btns-style-round .blfe-social-share-meneame:hover{color:#fff;background-color:#f86100;border-color:#f86100}.blfe-social-share-btns-style-round .blfe-social-share-flipboard{color:#f52827}.blfe-social-share-btns-style-round .blfe-social-share-flipboard:hover{color:#fff;background-color:#f52827;border-color:#f52827}.blfe-social-share-btns-style-round .blfe-social-share-instagram{color:#8a3ab9}.blfe-social-share-btns-style-round .blfe-social-share-instagram:hover{color:#fff;background-color:#8a3ab9;border-color:#8a3ab9}.blfe-social-share-btns-style-round .blfe-social-share-dribbble{color:#ea4c89}.blfe-social-share-btns-style-round .blfe-social-share-dribbble:hover{color:#fff;background-color:#ea4c89;border-color:#ea4c89}.blfe-social-share-btns-style-round .blfe-social-share-snapchat{color:#fffc00}.blfe-social-share-btns-style-round .blfe-social-share-snapchat:hover{color:#fff;background-color:#fffc00;border-color:#fffc00}.blfe-social-share-btns-style-round .blfe-social-share-stumbleupon{color:#f74425}.blfe-social-share-btns-style-round .blfe-social-share-stumbleupon:hover{color:#fff;background-color:#f74425;border-color:#f74425}.blfe-social-share-btns-style-round .blfe-social-share-flikr{color:#0063dc}.blfe-social-share-btns-style-round .blfe-social-share-flikr:hover{color:#fff;background-color:#0063dc;border-color:#0063dc}.blfe-social-share-btns-style-round .blfe-social-share-btn{border-style:solid;border-width:2px}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-vkontakte{color:#45668e}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-vkontakte .blfe-social-share-icon{background-color:#45668e}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-facebook{color:#3b5998}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-facebook .blfe-social-share-icon{background-color:#3b5998}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-odnoklassniki{color:#f4731c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-odnoklassniki .blfe-social-share-icon{background-color:#f4731c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-moimir{color:#168de2}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-moimir .blfe-social-share-icon{background-color:#168de2;color:#ffaf32}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-googleplus{color:#dd4b39}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-googleplus .blfe-social-share-icon{background-color:#dd4b39}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-linkedin{color:#0077b5}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-linkedin .blfe-social-share-icon{background-color:#0077b5}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-email{color:#d44638}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-email .blfe-social-share-icon{background-color:#d44638}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-twitter{color:#1da1f2}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-twitter .blfe-social-share-icon{background-color:#1da1f2}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-livejournal{color:#00b0ea}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-livejournal .blfe-social-share-icon{background-color:#00b0ea}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-tumblr{color:#35465c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-tumblr .blfe-social-share-icon{background-color:#35465c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-blogger{color:#f06a35}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-blogger .blfe-social-share-icon{background-color:#f06a35}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pinterest{color:#bd081c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pinterest .blfe-social-share-icon{background-color:#bd081c}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-digg{color:#005be2}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-digg .blfe-social-share-icon{background-color:#005be2}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-evernote{color:#2dbe60}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-evernote .blfe-social-share-icon{background-color:#2dbe60}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-reddit{color:#ff4500}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-reddit .blfe-social-share-icon{background-color:#ff4500}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-delicious{color:#39f}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-delicious .blfe-social-share-icon{background-color:#39f}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-mix{color:#fd8235}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-mix .blfe-social-share-icon{background-color:#fd8235}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pocket{color:#ef3f56}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pocket .blfe-social-share-icon{background-color:#ef3f56}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-surfingbird{color:#25b1f6}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-surfingbird .blfe-social-share-icon{background-color:#25b1f6}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-liveinternet{color:#5382c4}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-liveinternet .blfe-social-share-icon{background-color:#5382c4}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-buffer{color:#1b1b1b}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-buffer .blfe-social-share-icon{background-color:#1b1b1b}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-instapaper{color:#000}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-instapaper .blfe-social-share-icon{background-color:#000}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-xing{color:#026466}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-xing .blfe-social-share-icon{background-color:#026466}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-wordpress{color:#21759b}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-wordpress .blfe-social-share-icon{background-color:#21759b}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-baidu{color:#2319dc}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-baidu .blfe-social-share-icon{background-color:#2319dc}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-renren{color:#237ec5}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-renren .blfe-social-share-icon{background-color:#237ec5}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-weibo{color:#e6162d}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-weibo .blfe-social-share-icon{background-color:#e6162d}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-skype{color:#00aff0}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-skype .blfe-social-share-icon{background-color:#00aff0}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-telegram{color:#2ca5e0}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-telegram .blfe-social-share-icon{background-color:#2ca5e0}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-viber{color:#834995}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-viber .blfe-social-share-icon{background-color:#834995}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-whatsapp{color:#25d366}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-whatsapp .blfe-social-share-icon{background-color:#25d366}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-line{color:#00b900}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-line .blfe-social-share-icon{background-color:#00b900}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-wechat{color:#2dc100}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-wechat .blfe-social-share-icon{background-color:#2dc100}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-meneame{color:#f86100}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-meneame .blfe-social-share-icon{background-color:#f86100}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-flipboard{color:#f52827}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-flipboard .blfe-social-share-icon{background-color:#f52827}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-instagram{color:#8a3ab9}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-instagram .blfe-social-share-icon{background-color:#8a3ab9}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-dribbble{color:#ea4c89}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-dribbble .blfe-social-share-icon{background-color:#ea4c89}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pocket{color:#ea4c89}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-pocket .blfe-social-share-icon{background-color:#ee4056}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-snapchat{color:#fffc00}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-snapchat .blfe-social-share-icon{background-color:#fffc00}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-stumbleupon{color:#f74425}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-stumbleupon .blfe-social-share-icon{background-color:#f74425}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-flikr{color:#0063dc}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-flikr .blfe-social-share-icon{background-color:#0063dc}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-btn{border-style:solid;border-width:2px}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-btn .blfe-social-share-icon{color:#fff}.blfe-social-share-btns-style-boxed-1 .blfe-social-share-moimir .blfe-social-share-icon .fa-moimir:before{color:#ffaf32}.blfe-nl-wrapper .blfe-nl-form{display:flex}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-label{display:inline-block;margin-bottom:10px;color:#000}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper{display:flex;flex-direction:column}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input{position:relative;display:flex;align-items:stretch;flex-wrap:wrap;width:100%}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input input{position:relative;display:block;flex:1 1 auto;padding:0 20px;min-height:42px;width:1%;height:auto;border:1px solid #ced1d2;background-color:#fff;background-clip:padding-box;color:#495057;font-weight:400;font-size:1rem;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input .blfe-nl-icon{display:flex;padding:14px;height:100%;border:1px solid #ced1d2;color:#495057;text-align:center;white-space:nowrap;font-size:10px}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input .blfe-nl-icon i{color:#000;font-size:12px}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.after .blfe-nl-icon{border-radius:0 3px 3px 0}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.after input,.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.before .blfe-nl-icon{margin-right:-1px;border-radius:3px 0 0 3px}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.before input{border-radius:0 3px 3px 0}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button{position:relative;z-index:1;flex-direction:row;margin-top:0;margin-bottom:0;padding:8px 15px;width:100%;border:0 solid #ef233c;border-radius:3px;background-color:#ef233c;box-shadow:none;color:#fff;font-size:14px;line-height:26px;cursor:pointer;transition:all .4s ease}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button.before i{margin-right:10px}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button.after i{margin-left:10px}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button:hover{background-color:#d90429}.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button,.blfe-nl-wrapper .blfe-nl-form .blfe-nl-button .blfe-nl-icon{display:flex;align-items:center;justify-content:center}.blfe-nl-wrapper .blfe-nl-form.horizontal{flex-wrap:wrap}.blfe-nl-wrapper .blfe-nl-form.horizontal .blfe-nl-input-wrapper{flex:1;margin-right:20px}.blfe-nl-wrapper .blfe-nl-form.horizontal .blfe-nl-button-wrapper{align-self:flex-end}.blfe-nl-wrapper .blfe-nl-form.vertical{flex-direction:column}.blfe-nl-wrapper .blfe-nl-form.vertical .blfe-nl-input-wrapper{margin-bottom:20px}.blfe-nl-wrapper .blfe-nl-response{display:none;font-size:16px;margin-bottom:10px;padding:10px 15px;border-radius:5px}.blfe-nl-wrapper .blfe-nl-response.success{display:block;color:#155724;background-color:#d4edda;border-color:#c3e6cb}.blfe-nl-wrapper .blfe-nl-response.error{display:block;color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.blfe-nl-style-two .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input .blfe-nl-icon{display:none}.blfe-nl-style-two .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input input{background-color:#f7f8f8;border:0}.blfe-nl-style-two .blfe-nl-wrapper .blfe-nl-form .blfe-nl-button,.blfe-nl-style-two .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.before input{border-radius:0}.blfe-nl-style-two .blfe-nl-wrapper .blfe-nl-form.horizontal .blfe-nl-input-wrapper{margin-right:0}.blfe-nl-style-three .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.before .blfe-nl-icon{border-radius:30px 0 0 30px;border:1px solid #ced1d2;border-left-width:0;padding:16px 20px 12px}.blfe-nl-style-three .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input.before input{border:1px solid #ced1d2;border-left-width:0;border-radius:0}.blfe-nl-style-three .blfe-nl-wrapper .blfe-nl-form .blfe-nl-button{border-radius:0 30px 30px 0}.blfe-nl-style-three .blfe-nl-wrapper .blfe-nl-form.horizontal .blfe-nl-input-wrapper{margin-right:0}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper{position:relative}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper .blfe-nl-input .blfe-nl-icon{border:1px solid #ced1d2;border-right-width:0;padding:21px 20px 15px;border-radius:100px 0 0 100px}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper .blfe-nl-input .blfe-nl-icon i{font-size:16px}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper .blfe-nl-input input{border:1px solid #ced1d2;border-left-width:0;padding:11px 20px}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-input-wrapper .blfe-nl-input.before input{border-radius:0 100px 100px 0}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-button-wrapper{position:absolute;right:6px;align-self:normal}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form .blfe-nl-button-wrapper .blfe-nl-button{border-radius:100px;padding:10px 15px;margin-top:5px}.blfe-nl-style-four .blfe-nl-wrapper .blfe-nl-form.horizontal .blfe-nl-input-wrapper{margin-right:0}.blfe-banner-wrapper .blfe-banner{height:320px;position:relative;overflow:hidden}.blfe-banner-wrapper .blfe-banner .blfe-banner-content{padding:50px;position:absolute}.blfe-banner-wrapper .blfe-banner .blfe-banner-content .blfe-banner-title{font-weight:400;font-size:28px;line-height:1.29;padding-bottom:5px;margin:0;text-transform:uppercase}.blfe-banner-wrapper .blfe-banner .blfe-banner-content .blfe-banner-subtitle{margin:0;font-weight:400;padding-bottom:15px;text-transform:none}.blfe-banner-wrapper .blfe-banner .blfe-banner-content .blfe-banner-description{font-size:14px}.blfe-banner-wrapper .blfe-banner .blfe-banner-readmore{border-radius:2px;border:1px solid transparent;background-color:#14abf4;display:inline-flex;flex-wrap:wrap;margin-top:30px}.blfe-banner-wrapper .blfe-banner .blfe-banner-readmore a{color:#fff;padding:8px 12px;font-size:12px;text-transform:none;font-weight:700;letter-spacing:.5px;transition:all .3s linear 0s;line-height:1.3}.blfe-banner-wrapper .blfe-banner .blfe-banner-readmore a span i{font-size:14px;transition-duration:.3s}.blfe-banner-wrapper .blfe-banner .blfe-banner-readmore a .blfe-banner-readmore-icon-align-left{float:left;margin-right:5px}.blfe-banner-wrapper .blfe-banner .blfe-banner-readmore a .blfe-banner-readmore-icon-align-right{float:right;margin-left:5px}.blfe-banner-style-1 .blfe-banner .blfe-banner-content{top:50%;z-index:2;transform:translateY(-50%);padding:0 50px}.blfe-cta-wrapper{width:100%;height:auto;display:block;padding:28px;font-size:16px;line-height:1.5;margin:0 auto;background-color:#353545}.blfe-cta-wrapper .blfe-cta-title{color:#fff;font-size:36px;font-weight:600;line-height:1.2;margin-bottom:12px;text-transform:capitalize;font-style:normal;font-family:Poppins,sans-serif}.blfe-cta-wrapper .blfe-cta-content{font-size:16px;color:#fff;font-family:Poppins,sans-serif}.blfe-cta-wrapper .blfe-cta-button{text-align:center;text-decoration:none!important;text-transform:uppercase;font-weight:500;border-radius:2px;position:relative;display:inline-block;background:#f9f9f9;font-size:16px;margin-right:10px;margin-top:20px;z-index:0;overflow:hidden}.blfe-cta-wrapper .blfe-cta-button i{color:#4d4d4d;vertical-align:middle}.blfe-cta-wrapper .blfe-cta-button .blfe-cta-button-icon-right{margin-right:5px}.blfe-cta-wrapper .blfe-cta-button .blfe-cta-button-text{vertical-align:middle}.blfe-cta-wrapper .blfe-cta-button-xs{padding:4px 8px;font-size:12px}.blfe-cta-wrapper .blfe-cta-button-sm{padding:6px 10px;font-size:14px}.blfe-cta-wrapper .blfe-cta-button-md{padding:8px 14px;font-size:16px}.blfe-cta-wrapper .blfe-cta-button-lg{padding:10px 16px;font-size:18px}.blfe-cta-wrapper .blfe-cta-button-xl{padding:12px 18px;font-size:24px}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-google_maps .elementor-widget-container,.elementor-widget-google_maps:not(:has(.elementor-widget-container)){overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-counter{align-items:stretch;display:flex;flex-direction:column-reverse;justify-content:center}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{display:flex;flex:1;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{flex-grow:var(--counter-prefix-grow,1);text-align:end;white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{flex-grow:var(--counter-suffix-grow,1);text-align:start;white-space:pre-wrap}.elementor-counter .elementor-counter-title{align-items:center;display:flex;flex:1;font-size:19px;font-weight:400;justify-content:center;line-height:2.5;margin:0;padding:0}.wpac,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac p,.wpac td,.wpac dl,.wpac tr,.wpac dt,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac table,.wpac th,.wpac tbody,.wpac tfoot,.wpac caption,.wpac thead,.wpac ul,.wpac li,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac li,.wpac strong,.wpac legend,.wpac em,.wpac s,.wpac cite,.wpac span,.wpac input,.wpac sup,.wpac label,.wpac dfn,.wpac object,.wpac big,.wpac q,.wpac font,.wpac samp,.wpac acronym,.wpac small,.wpac img,.wpac strike,.wpac code,.wpac sub,.wpac ins,.wpac textarea,.wpac var,.wpac a,.wpac abbr,.wpac applet,.wpac del,.wpac kbd,.wpac tt,.wpac b,.wpac i,.wpac hr{background-attachment:scroll!important;background-color:transparent!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-color:black!important;border-color:currentColor!important;border-radius:0!important;border-style:none!important;border-width:medium!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1;outline:invert none medium!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;text-shadow:none!important;-webkit-transition:none!important;transition:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.wpac,.wpac h3,.wpac h5,.wpac p,.wpac h1,.wpac dl,.wpac dt,.wpac h6,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac h2,.wpac caption,.wpac h4,.wpac ul,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac textarea,.wpac hr{display:block}.wpac table{display:table}.wpac tbody{display:table-row-group}.wpac tr{display:table-row}.wpac td{display:table-cell}.wpac ul{list-style-type:none!important}.wpac li{display:list-item;min-height:auto!important;min-width:auto!important}.wpac a,.wpac a *,.wpac input[type=submit],.wpac input[type=radio],.wpac input[type=checkbox],.wpac select{cursor:pointer!important}.wpac a:hover{text-decoration:none!important}.wpac button,.wpac input[type=submit]{height:auto!important;text-align:center!important}.wpac input[type=hidden]{display:none}.wpac select{-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important}.wpac input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.wpac input[type="checkbox"]:before,.wpac input[type="checkbox"]:after{content:none!important;border:0!important}.wpac input[type=radio]{-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.wpac input[type="radio"]:before,.wpac input[type="radio"]:after{content:none!important;border:0!important}.wpac li:before,.wpac li:after{content:""!important}.wpac input,.wpac select{vertical-align:middle!important}.wpac select,.wpac textarea,.wpac input{border:1px solid #ccc!important}.wpac table{border-collapse:collapse!important;border-spacing:0!important}.wpac *[dir=rtl]{direction:rtl!important}.wpac img{border:0!important}.wpac svg{vertical-align:middle!important;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.wpac{font-size:14px!important;line-height:20px!important;direction:inherit!important;text-align:inherit!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;color:#333!important;font-style:normal!important;font-weight:normal!important;text-decoration:none!important;list-style-type:disc!important}.wp-gr{--rev-gap:4px}.wp-gr .wp-google-badge{display:inline-block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge-fixed{position:fixed!important;right:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge_left-fixed{position:fixed!important;left:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important}.wp-gr .wp-google-badge *{cursor:pointer!important}.wp-gr .wp-google-border{width:100%!important;height:6px!important;background:#4fce6a!important;border-radius:2px 2px 0 0!important}.wp-gr .wp-google-badge-btn{position:relative!important;padding:10px!important;background:#fff!important;transition:all .2s ease-in-out!important;border-radius:2px!important}.wp-gr .wp-google-badge-btn:hover{background:#f3f3f5!important}.wp-gr .wp-google-badge-score{display:inline-block;margin:0 0 0 4px!important;vertical-align:middle!important}.wp-gr .wp-google-rating{color:var(--star-color,#fb8e28)!important;font-size:21px!important;font-weight:600!important;margin:0 6px 0 0!important;vertical-align:middle!important}.wp-gr .wp-google-stars .wp-star{padding:0 4px 0 0!important;line-height:22px!important}.wp-gr .wp-google-based,.wp-gr .wp-google-powered{color:var(--head-based-color,#555)!important;margin:6px 0 0!important}.wp-gr .wp-google-powered{color:var(--powered-color,#777)!important;font-size:15px!important}.wp-gr .wp-google-powered>span{font-weight:600!important}.wp-gr .wp-google-form .wp-google-reviews{padding:16px 16px 0!important}.wp-gr .wp-google-review{margin-top:15px!important}.wp-gr .wp-google-left{display:table-cell!important;vertical-align:top!important}[dir="ltr"] .wp-google-left{padding-right:10px!important}[dir="rtl"] .wp-google-left{padding-left:10px!important}.wp-gr .wp-google-left img{border:none!important;float:left!important;height:50px!important;width:50px!important;margin-right:10px!important;overflow:hidden!important;border-radius:50%!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .wp-google-reviews img{border-radius:50%!important}.wp-gr .wp-google-right{display:table-cell!important;vertical-align:top!important;width:10000px!important}.wp-gr .wp-google-place.wp-place-center{text-align:center!important}.wp-gr .wp-google-place.wp-place-center .wp-google-left{display:block!important}.wp-gr .wp-google-place.wp-place-center .wp-google-left img{float:none!important}.wp-gr .wp-star svg{display:inline-block!important}.wp-gr .wp-google-place .wp-star svg{width:20px!important;height:20px!important;vertical-align:middle!important}.wp-gr .wp-star svg{width:19px!important;height:19px!important;vertical-align:middle!important}.wp-gr .wp-star svg path{fill:var(--star-color,#fb8e28)}.wp-gr .wp-google-wrap{display:flex;flex-direction:column;gap:var(--rev-gap)}.wp-gr .wp-google-name{color:black!important;font-size:100%!important;font-weight:bold!important;margin:0 0 2px!important;padding-right:6px!important;text-decoration:none!important}.wp-gr a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr .wp-google-time{color:#555!important;font-size:13px!important;white-space:nowrap!important}.wp-gr .wp-google-text{color:var(--text-color,#222)!important;font-size:15px!important;line-height:24px!important;max-width:100%!important;overflow:hidden!important;white-space:pre-wrap!important;word-break:break-word!important}.wp-gr .wp-google-text .wp-google-stars{padding-right:7px!important}.wp-gr .wp-more{display:none}.wp-gr .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.wp-gr .wp-google-url{display:block;margin:10px 0!important;color:#136aaf!important;text-align:center!important}.wp-gr .wp-google-form{position:fixed!important;bottom:0!important;right:0!important;height:100%!important;width:368px!important;z-index:2147483000!important}.wp-gr .wp-google-form.wp-google-form-left{left:0!important}@media(max-width:460px){.wp-gr .wp-google-form{width:100%!important}}.wp-gr .wp-google-head{position:absolute!important;top:0!important;right:0!important;width:100%!important;height:80px!important;background:#fff!important;padding:10px 16px!important;overflow:hidden!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.12)!important;z-index:2147483002!important}.wp-gr .wp-google-head-inner{z-index:2147483000!important;position:absolute!important;left:20px!important;top:20px!important;width:100%!important;height:100%!important;pointer-events:none!important}.wp-gr .wp-google-close{padding:0!important;cursor:pointer!important;outline:0!important;border:0!important;background:0 0!important;min-height:0!important;width:auto!important;float:right!important;font-size:32px!important;font-weight:500!important;line-height:.6!important;color:#999!important;-webkit-appearance:none!important}.wp-gr .wp-google-close:hover{color:#555!important}.wp-gr .wp-google-body{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgba(250,250,251,.98)!important;border-left:1px solid #dadee2!important;box-shadow:0 0 4px 1px rgba(0,0,0,.08)!important;z-index:2147483000!important}.wp-gr .wp-google-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;overflow-y:auto!important;z-index:2147483001!important;-webkit-transform:translateZ(0)!important}.wp-gr .wp-google-content{top:80px!important;bottom:48px!important}.wp-gr .wp-google-content-inner{position:relative!important;min-height:100%!important;margin:0 auto!important}.wp-gr .wp-google-footer{position:absolute!important;bottom:0!important;right:0!important;width:100%!important;height:48px!important;text-align:center!important;z-index:2147483002!important;background:#fff!important;box-shadow:0 -1px 2px 0 rgba(0,0,0,.06)!important;-moz-text-align-last:center!important;text-align-last:center!important}.wp-gr .wp-google-footer img{float:right!important;padding:16px!important}.wp-gr.wp-dark .wp-google-name{color:#eee!important}.wp-gr.wpac.wp-dark .wp-google-name a{color:var(--head-based-color,#eee)!important}.wp-gr.wp-dark .wp-google-time{color:#bbb!important}.wp-gr.wp-dark .wp-google-text{color:#ececec!important}.wp-gr.wp-dark .wp-google-powered{color:var(--powered-color,#fff)!important}.wp-gr.wp-dark .wp-google-based{color:var(--head-based-color,#999)!important}.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{background:var(--rev-color,#fafafa)!important}.wp-gr.wpac .wp-google-name{font-size:100%!important}.wp-gr.wpac .wp-google-hide,.wp-gr.wpac .grw-hide{display:none}.wp-gr.wpac .wp-google-name a{color:var(--head-name-color,#333)!important;font-size:100%!important;text-decoration:none!important}.wp-gr.wpac .wp-google-left img{width:50px!important;height:50px!important;border-radius:50%!important}.wp-gr.wpac a.wp-google-name{color:#154fc1!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.wp-gr.wpac .wp-google-review .wp-google-stars{display:inline-block;margin-right:4px!important}@media(max-width:480px){.wp-google-badge.wp-google-badge-fixed.wp-google-badge-hide{display:none!important}}@media(max-width:480px){.wp-google-badge.wp-google-badge_left-fixed.wp-google-badge-hide{display:none!important}}.wp-gr{display:block!important;width:100%!important;padding-bottom:20px!important;text-align:left!important;direction:ltr!important;box-sizing:border-box!important}.wp-gr .grw-row{display:-ms-flexbox!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;-ms-flex-wrap:nowrap!important;-ms-flex-align:center!important}.wp-gr .grw-row-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wp-gr .grw-row-xs .grw-header,.wp-gr .grw-row-xs .grw-content,.wp-gr .grw-row-xs .grw-review,.wp-gr .grw-row-x .grw-header+.grw-content .grw-review{--gap:0;--col:1}.wp-gr .grw-row-xl .grw-header+.grw-content{--gap:.2;--col:1.2}.wp-gr .grw-row-l .grw-header+.grw-content{--gap:.25;--col:1.25}.wp-gr .grw-row-m .grw-header+.grw-content{--gap:.333333;--col:1.333333}.wp-gr .grw-row-s .grw-header+.grw-content{--gap:.5;--col:1.5}.wp-gr .grw-row-x .grw-header,.wp-gr .grw-row-x .grw-header+.grw-content,.wp-gr .grw-row-x .grw-review,.wp-gr .grw-row-s .grw-header+.grw-content .grw-review{--gap:1;--col:2}.wp-gr .grw-row-s .grw-header,.wp-gr .grw-row-s .grw-review,.wp-gr .grw-row-m .grw-header+.grw-content .grw-review{--gap:2;--col:3}.wp-gr .grw-row-m .grw-header,.wp-gr .grw-row-m .grw-review,.wp-gr .grw-row-l .grw-review{--gap:3;--col:4}.wp-gr .grw-row-l .grw-header,.wp-gr .grw-row-xl .grw-review{--gap:4;--col:5}.wp-gr .grw-row-xl .grw-header{--gap:5;--col:6}.wp-gr .grw-header,.wp-gr .grw-content{-ms-flex:1 0 calc(100% / var(--col,3))!important;flex:1 0 calc(100% / var(--col,3))!important;width:calc(100% / var(--col,3))!important}.wp-gr .grw-review{-ms-flex:1 0 calc((100% - var(--card-gap,16px)*var(--gap,2)) / var(--col,3))!important;flex:1 0 calc((100% - var(--card-gap,16px)*var(--gap,2)) / var(--col,3))!important;width:calc((100% - var(--card-gap,16px)*var(--gap,2)) / var(--col,3))!important}.wp-gr .grw-content{position:relative!important;min-width:0!important}.wp-gr .grw-content-inner{position:relative!important;display:flex!important;align-items:center!important}.wp-gr .grw-review-inner{display:flex;flex-direction:column;gap:var(--rev-gap);height:100%!important}.wp-gr .grw-header-inner,.wp-gr .grw-review-inner{position:relative!important;padding:15px!important;width:100%!important}.wp-gr .grw-review-inner.grw-round{border-radius:4px!important}.wp-gr .grw-review-inner.grw-shadow{box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .grw-review-inner>svg{position:absolute!important;top:10px!important;right:10px!important;width:18px!important;height:18px!important}.wp-gr .grw-reviews{display:flex!important;display:-ms-flexbox!important;flex:1!important;overflow:hidden!important;scrollbar-width:none}.wp-gr .grw-reviews::-webkit-scrollbar{display:none!important}.wp-gr .grw-review{display:flex;position:relative!important;justify-content:center!important;align-items:center!important;flex-shrink:0!important;width:100%!important}.wp-gr .grw-btns{height:33px!important;width:33px!important;text-align:center!important;cursor:pointer!important;border-radius:50%!important;user-select:none!important}.wp-gr .grw-btns svg path{fill:#aaa;transition:all .2s ease-in-out!important}.wp-gr .grw-btns:hover svg path{fill:#555!important}[dir="rtl"] .wp-gr .grw-next,[dir="rtl"] .wp-gr .grw-prev{transform:rotate(180deg)}.wp-gr .grw-review .wp-google-left{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:24px!important}.wp-gr .grw-review .wp-google-stars{margin:12px 0 var(--rev-gap)!important}.wp-gr .grw-review .wp-google-feedback{height:100px!important;overflow-y:auto!important}.wp-gr .grw-scroll::-webkit-scrollbar{width:4px!important}.wp-gr .grw-scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)!important;-webkit-border-radius:4px!important;border-radius:4px!important}.wp-gr .grw-scroll::-webkit-scrollbar-thumb{-webkit-border-radius:10px!important;border-radius:10px!important;background:#ccc!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5)!important}.wp-gr .grw-scroll::-webkit-scrollbar-thumb:window-inactive{background:#ccc!important}.wp-gr .wp-google-wr{margin:15px auto 8px!important}.wp-gr .wp-google-wr a{color:#fff!important;padding:6px 15px 10px!important;outline:none!important;border-radius:27px!important;background:var(--btn-color,#1f67e7)!important;white-space:nowrap!important;vertical-align:middle!important;opacity:.9!important;text-shadow:1px 1px 0 #888!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .wp-google-wr a:hover{opacity:.95!important;background:var(--btn-color,#1f67e7)!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 3px 5px rgba(0,0,0,.24)!important}.wp-gr .wp-google-wr a:active{opacity:1!important;background:var(--btn-color,#1f67e7)!important;box-shadow:none!important}.wp-gr .wp-google-wr a svg{display:inline-block;width:16px;height:16px;padding:1px;margin:0 0 0 4px;background:#fff;border-radius:50%}.wp-gr[data-layout="slider"] .grw-reviews{gap:var(--card-gap,16px);overflow-x:scroll!important;flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important}.wp-gr[data-layout="slider"] .grw-review{scroll-snap-align:start!important;transform-origin:center center!important;transform:scale(1)!important;transition:transform .5s!important}.wp-gr{--slider-dot-size:8px}.wp-gr .rpi-dots-wrap{position:absolute!important;top:calc(100% - 1px)!important;left:0!important;right:0!important;display:flex!important;justify-content:center!important;margin:0 var(--slider-btn)!important;padding-top:var(--slider-dot-padding-top,16px)!important}.wp-gr .rpi-dots{display:flex!important;gap:12px!important;flex-wrap:nowrap!important;overflow-x:scroll!important;scrollbar-width:none!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.wp-gr .rpi-dot{display:inline-block!important;width:var(--slider-dot-size)!important;height:var(--slider-dot-size)!important;margin:1px 0!important;background-color:var(--slider-dot-color,#999)!important;border-radius:20px!important;cursor:pointer!important;opacity:.4!important;vertical-align:middle!important;flex:1 0 auto!important;width:var(--slider-dot-size)!important;transform:scale(0.65)!important;scroll-snap-align:center!important}.wp-gr .rpi-dot:hover{opacity:1!important}.wp-gr .rpi-dot.active{opacity:1!important;transform:scale(1.1)!important;background-color:var(--slider-act-dot-color,#154fc1)!important}.wp-gr .rpi-dot.s2{transform:scale(.9)!important}.wp-gr .rpi-dot.s3{transform:scale(.75)!important}.wp-gr[data-layout="grid"] .grw-reviews{gap:var(--card-gap,16px);flex-wrap:wrap!important;-ms-flex-wrap:wrap!important}.wp-gr .grw-b{font-weight:bold!important;white-space:nowrap!important}.wp-gr .wp-google-reply{font-size:14px!important;margin-top:auto!important;margin-left:6px!important;padding-left:6px!important;border-left:1px solid #999!important;overflow:hidden!important;overflow-y:auto!important;line-height:20px!important;max-height:44px!important}.wp-gr .wp-google-reply>div{display:flex;gap:4px;align-items:center}.wp-gr .wp-google-reply .wp-google-time{font-size:11px!important;white-space:nowrap!important}.wp-gr .wp-google-img{display:flex;flex-wrap:wrap;gap:8px}.wp-gr .wp-google-img img{display:flex;width:40px!important;height:40px!important;cursor:pointer!important;border-radius:3px!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.rpi-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;height:100%;max-width:100%;color:#333;text-align:left;z-index:2147483001;user-select:none;background-color:rgba(0,0,0,0.6);transition:all 300ms ease-out}.rpi-lightbox-x{position:absolute;top:15px;right:15px;display:flex;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer;z-index:1;border-radius:50px}.rpi-lightbox-x:before,.rpi-lightbox-x:after{position:absolute;content:"";width:60%;height:3px;background-color:#fff;transform:rotate(45deg)}.rpi-lightbox-x:after{transform:rotate(-45deg)}.rpi-lightbox-inner{width:95%;height:100%;max-width:1200px;max-height:calc(100vh - 160px)}.rpi-lightbox-xxx{container-name:lightbox;container-type:inline-size;position:relative;height:100%;border:0;overflow:hidden;border-radius:4px}.rpi-lightbox-content{position:relative;display:flex;flex-direction:row;justify-content:flex-start;color:#000;height:100%;flex-direction:row;border-radius:4px;background-color:#fff}.rpi-lightbox-media{position:relative;display:flex;justify-content:center;flex:2;align-items:center;width:100%;height:100%;overflow:hidden;padding-bottom:0;background-color:#000}.rpi-lightbox-btn{position:absolute;display:flex;width:30px;height:30px;font-size:36px;line-height:22px;justify-content:center;z-index:1;cursor:pointer;border-radius:50%;background:#ccc;transition:background 300ms ease-in-out}.rpi-lightbox-btn:hover{background:#f5f5f5}.rpi-lightbox-prev{left:8px}.rpi-lightbox-next{right:8px}.rpi-lightbox-prev::before{content:'‹'}.rpi-lightbox-next::before{content:'›'}.rpi-lightbox-media img{position:relative;display:block;width:100%;height:100%;max-width:100%;max-height:100%;opacity:1;object-fit:contain;border-radius:inherit;transition:opacity 300ms ease-in-out}.rpi-lightbox-review{display:flex;flex-direction:column;flex:1;height:100%;font-size:15px;color:#000;padding:0}@container lightbox(width < 480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}@media(max-width:480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}.rpi-lightbox-review .rpi-media{display:none}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin-block-start:.5rem;margin-block-end:1rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-start:0;margin-block-end:.9rem}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;text-decoration:none;color:#c36}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{font-size:16px;color:#333;line-height:1.4;font-style:italic;font-weight:400}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;break-inside:avoid;border:1px solid #ccc}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{width:auto;-webkit-appearance:button}[type=button],[type=submit],button{display:inline-block;font-weight:400;color:#c36;text-align:center;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid #c36;padding:.5rem 1rem;font-size:1rem;border-radius:3px;transition:all .3s}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{color:#fff;background-color:#c36;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;width:100%;margin-block-end:15px;font-size:.9em;border-spacing:0;border-collapse:collapse}table td,table th{padding:15px;line-height:1.5;vertical-align:top;border:1px solid hsla(0,0%,50.2%,.5019607843)}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50.2%,.0705882353)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50.2%,.1019607843)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}@media (max-width:767px){table table{font-size:.8em}table table td,table table th{padding:7px;line-height:1.3}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{margin-block-start:0;margin-block-end:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{position:relative;display:block}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form p{width:100%;display:flex;align-items:flex-end}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{width:100%;max-height:500px;-o-object-fit:cover;object-fit:cover}@media (max-width:991px){.post .wp-post-image{max-height:400px}}@media (max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{margin:0;padding:0;list-style:none;font-size:.9em}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{display:flex;flex-direction:column;padding-block-start:30px;padding-block-end:30px;padding-inline-start:60px;padding-inline-end:0;border-block-end:1px solid #ccc}#comments .comment .avatar,#comments .pingback .avatar{position:absolute;left:0;border-radius:50%;margin-inline-end:10px}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{position:relative;list-style:none;margin:0;padding-inline-start:30px}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{display:inline-block;font-size:1em;font-weight:400;line-height:100%;content:"↪";position:absolute;top:45px;left:0;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media (min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media (max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{position:inherit;float:left}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-start:auto;margin-inline-end:auto;width:100%}@media (max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-start:10px;padding-inline-end:10px}}@media (min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media (min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media (min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media (min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}
.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block-start:1rem;padding-block-end:1rem;position:relative}.site-header .site-title{font-size:2.5rem;font-weight:500;line-height:1.2}.site-header .site-branding{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding .site-logo img{display:block}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header.header-inverted .header-inner{flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:end}.site-header.header-stacked .header-inner{align-items:center;flex-direction:column;text-align:center}.site-footer{padding-block-start:1rem;padding-block-end:1rem;position:relative}.site-footer .site-title{font-size:1.5rem;font-weight:500;line-height:1.2}.site-footer .site-branding{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.site-footer .footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding .site-logo img{display:block}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{align-items:center;display:flex;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:end}.site-footer.footer-stacked .footer-inner{align-items:center;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding .site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}@media (max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;text-align:center;width:100%;max-width:none}.site-footer .footer-inner .site-navigation ul.menu{justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.site-header.header-stacked .site-navigation-toggle-holder{justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{display:flex;align-items:center;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#494c4f}.site-navigation-toggle-holder .site-navigation-toggle-icon{display:block;width:1.25rem}.site-navigation-toggle-holder .site-navigation-toggle-icon:after,.site-navigation-toggle-holder .site-navigation-toggle-icon:before{content:"";background-color:currentColor;display:block;height:3px;transition:all .2s ease-in-out;border-radius:3px}.site-navigation-toggle-holder .site-navigation-toggle-icon:before{box-shadow:0 .35rem 0 currentColor;margin-block-end:.5rem}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before{box-shadow:none;transform:translateY(.35rem) rotate(45deg)}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after{transform:translateY(-.35rem) rotate(-45deg)}.site-navigation{display:flex;align-items:center}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:flex;flex-wrap:wrap}.site-navigation ul.menu li{position:relative;display:flex}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-inline-end:15px}.site-navigation ul.menu li.menu-item-has-children:after{display:flex;content:"▾";font-size:1.5em;justify-content:center;align-items:center;color:#666;text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;min-width:150px;position:absolute;z-index:2;left:0;top:100%}.site-navigation ul.menu li ul li{border-block-end:#eee 1px solid}.site-navigation ul.menu li ul li:last-child{border-block-end:none}.site-navigation ul.menu li ul li.menu-item-has-children a{flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{top:auto;bottom:100%}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{margin-block-start:10px;transition:max-height .3s,transform .3s;transform-origin:top;position:absolute;bottom:0;left:0;z-index:10000;width:100%}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{transform:scaleY(0);max-height:0}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{transform:scaleY(1);max-height:100vh}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{position:absolute;width:100%;padding:0;margin:0;background:#fff}.site-navigation-dropdown ul.menu li{display:block;width:100%;position:relative}.site-navigation-dropdown ul.menu li a{display:block;padding:20px;background:#fff;color:#55595c;box-shadow:inset 0 -1px 0 rgba(0,0,0,.1019607843)}.site-navigation-dropdown ul.menu li.current-menu-item a{color:#fff;background:#55595c}.site-navigation-dropdown ul.menu>li li{transition:max-height .3s,transform .3s;transform-origin:top;transform:scaleY(0);max-height:0}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{transform:scaleY(1);max-height:100vh}@media (max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media (min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media (min-width:576px) and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media (min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media (max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://orbex.co.uk/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}