.widget widget_bm_widget_logo {
font-size: 0;
}
.bm-widget-logo {
display: inline-block;
font-size: 0;
}
header .bm-widget-logo svg {
height: 66px;
}
header .bm-widget-logo svg .icon {
color: #ff6f00;
}
header .bm-widget-logo svg .text {
color: #fff;
}
header.header-scrolled .bm-widget-logo svg .text {
color: #1f2732;
}
footer .bm-widget-logo svg {
height: 66px;
margin-bottom: 30px;
}
footer .bm-widget-logo svg .icon {
color: #ff6f00;
}
footer .bm-widget-logo svg .text {
color: #fff;
}
.bm-mobile-menu .bm-widget-logo svg {
height: 66px;
}
.bm-mobile-menu .bm-widget-logo svg .icon {
color: #ff6f00;
}
.bm-mobile-menu .bm-widget-logo svg .text {
color: #fff;
}
@media screen and (max-width: 991px) {
header .bm-widget-logo svg {
height: 56px;
}
.bm-mobile-menu .bm-widget-logo svg {
height: 56px;
}
}.widget_bm_widget_menu_toggle {
display: none;
}
@media screen and (max-width: 1199px) {
.widget_bm_widget_menu_toggle {
display: flex;
justify-content: flex-end;
}
.bm-menu-toggle {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
border-radius: 3px;
background-color: #ff6f00;
color: #fff;
cursor: pointer;
transition: background-color .2s ease;
}
.bm-menu-toggle:hover {
background-color: #be5300;
}
}.bm-block-title.alignment-center {text-align: center;}
.bm-block-title.alignment-right {text-align: right;}
.bm-block-title.size-h1 .bm-block-title-htag {font-size: 80px;}
.bm-block-title.size-h2 .bm-block-title-htag {font-size: 44px;}
.bm-block-title.size-h3 .bm-block-title-htag {font-size: 36px;}
.bm-block-title.size-h4 .bm-block-title-htag {font-size: 24px;}
.bm-block-title.size-h5 .bm-block-title-htag {font-size: 20px;}
.bm-block-title.size-h6 .bm-block-title-htag {font-size: 16px;}
.error404 .bm-block-title h1.bm-block-title-htag {font-size: 150px;}
.bm-block-title .bm-block-title-htag.color-orange {color: #ff6f00;}
.bm-block-title .bm-block-title-htag.color-white {color: #fff;}
.bm-block-title .bm-block-title-htag.color-black {color: #1f2732;}
.bm-block-title .bm-block-subtitle {
position: relative;
font-weight: 700;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 2px;
display: inline-block;
margin-bottom: 10px;
padding-left: 15px;
}
.bm-block-title .bm-block-subtitle.color-orange {color: #ff6f00;}
.bm-block-title .bm-block-subtitle.color-white {color: #fff;}
.bm-block-title .bm-block-subtitle.color-black {color: #42545e;}
.bm-block-title .bm-block-subtitle:before {
content: '';
position: absolute;
height: 8px;
width: 8px;
border-radius: 50px;
background-color: #ff6f00;
right: 0;
left: 0;
top: 50%;
transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
.bm-block-title.size-h1 .bm-block-title-htag {font-size: 66px;}
.bm-block-title.size-h2 .bm-block-title-htag {font-size: 37px;}
.bm-block-title.size-h3 .bm-block-title-htag {font-size: 30px;}
.bm-block-title.size-h4 .bm-block-title-htag {font-size: 20px;}
.bm-block-title.size-h5 .bm-block-title-htag {font-size: 17px;}
}
@media screen and (max-width: 1200px) {
.bm-block-title.size-h1 .bm-block-title-htag {font-size: 58px;}
.bm-block-title.size-h2 .bm-block-title-htag {font-size: 32px;}
.bm-block-title.size-h3 .bm-block-title-htag {font-size: 27px;}
.bm-block-title.size-h4 .bm-block-title-htag {font-size: 20px;}
.bm-block-title.size-h5 .bm-block-title-htag {font-size: 16px;}
}
@media screen and (max-width: 991px) {
.bm-block-title.responsive-alignment-left {text-align: left;}
.bm-block-title.responsive-alignment-center {text-align: center;}
.bm-block-title.responsive-alignment-right {text-align: right;}
}
@media screen and (max-width: 600px) {
.bm-block-title.size-h1 .bm-block-title-htag {font-size: 40px;}
}.bm-block-scroll-down {
position: absolute;
left: 23%;
bottom: 40px;
display: inline-block;
cursor: pointer;
}
.bm-block-scroll-down svg {
height: 30px;
width: unset;
color: #ff6f00;
}
@keyframes bounceUp {
0%   { transform: translateY(0); }
25%  { transform: translateY(-12px); }
50%  { transform: translateY(0); }
75%  { transform: translateY(-6px); }
100% { transform: translateY(0); }
}
.bounce-active {
animation: bounceUp 1s ease-in-out forwards;
}
@media screen and (max-width: 991px) {
.bm-block-scroll-down {
left: unset;
right: 23%;
}
}.bm-block-service {
position: relative;
display: flex;
justify-content: end;
flex-direction: column;
border-radius: 6px;
background-color: #fff;
height: 200px;
box-shadow: 0 0 40px 5px rgba(0,0,0,0.03);
text-decoration: none;
padding: 45px;
margin-top: 20px;
}
.bm-block-service .bm-block-service-icon {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
width: 50px;
position: absolute;
top: -20px;
left: 40px;
border-radius: 100px;
color: #fff;
background-color: #ff6f00;
}
.bm-block-service .bm-block-service-icon svg {
height: unset;
width: 30px;
}
.bm-block-service .bm-block-service-button {
display: flex;
align-items: flex-end;
font-weight: bold;
color: #ff6f00;
}
.bm-block-service .bm-block-service-button svg {
width: 20px;
height: unset;
margin-left: 10px;
transition: margin-left .2s ease;
}
.bm-block-service:hover .bm-block-service-button svg {
margin-left: 20px;
}
@media screen and (max-width: 1600px) {
.bm-block-service {
height: 166px;
padding: 37px;
margin-top: 17px;
}
.bm-block-service .bm-block-service-icon {
height: 42px;
width: 42px;
top: -17px;
left: 33px;
}
.bm-block-service .bm-block-service-icon svg {
width: 25px;
}
.bm-block-service .bm-block-service-button svg {
width: 17px;
margin-left: 8px;
}
.bm-block-service:hover .bm-block-service-button svg {
margin-left: 17px;
}
}
@media screen and (max-width: 1400px) {
.bm-block-service {
height: 146px;
padding: 33px;
margin-top: 15px;
}
.bm-block-service .bm-block-service-icon {
height: 37px;
width: 37px;
top: -15px;
left: 29px;
}
.bm-block-service .bm-block-service-icon svg {
width: 22px;
}
.bm-block-service .bm-block-service-button svg {
width: 15px;
margin-left: 7px;
}
.bm-block-service:hover .bm-block-service-button svg {
margin-left: 15px;
}
}
@media screen and (max-width: 1199px) {
.bm-block-service {
padding: 25px;
}
}.bm-block-image-counter .bm-block-image-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.bm-block-image-counter .bm-block-image-grid img {
border-radius: 6px;
overflow: hidden;
height: 300px;
width: 100%;
object-fit: cover;
}
.bm-block-image-counter .bm-counter-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 275px;
height: 275px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #fff;
border-radius: 100%;
}
.bm-block-image-counter .odometer-inside {
display: flex;
}
.bm-block-image-counter .bm-counter-number {
line-height: 1;
font-variant-numeric: tabular-nums;
display: flex;
justify-content: center;
font-weight: 800;
color: #ff6f00;
font-size: 72px;
}
.bm-block-image-counter .odometer.odometer-auto-theme,
.bm-block-image-counter .odometer.odometer-theme-default  {
display: inline-block;
vertical-align: middle;
position: relative;
}
.bm-block-image-counter .bm-counter-text {
text-align: center;
color: #42545e;
font-weight: 800;
}
@media screen and (max-width: 1600px) {
.bm-block-image-counter .bm-block-image-grid {
gap: 17px;
}
.bm-block-image-counter .bm-block-image-grid img {
height: 249px;
}
.bm-block-image-counter .bm-counter-container {
width: 228px;
height: 228px;
}
.bm-block-image-counter .bm-counter-number {
font-size: 60px;
}
}
@media screen and (max-width: 1400px) {
.bm-block-image-counter .bm-block-image-grid {
gap: 15px;
}
.bm-block-image-counter .bm-block-image-grid img {
height: 219px;
}
.bm-block-image-counter .bm-counter-container {
width: 200px;
height: 200px;
}
.bm-block-image-counter .bm-counter-number {
font-size: 52px;
}
}.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
font-family: "Helvetica Neue", sans-serif;
line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center;
}.bm-block-text.color-white * {color: #fff;}
.bm-block-text a {
color: #42545e;
}
.bm-block-text ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.bm-block-text ul:not(:last-child) {
margin-bottom: 30px;
}
.bm-block-text ul li {
color: #42545e;
font-size: 16px;
line-height: 30px;
padding-left: 20px;
position: relative;
}
.bm-block-text ul li:before {
content: '';
position: absolute;
height: 8px;
width: 8px;
border-radius: 50px;
background-color: #ff6f00;
right: 0;
left: 0;
top: 15px;
transform: translateY(-50%);
}
.bm-block-text table {
width: 100%;
border-collapse: collapse;
text-align: left;
}
.bm-block-text table:not(:last-child) {
margin-bottom: 30px;
}
.bm-block-text table th {
padding: 10px;
font-size: 14px;
background-color: #f2f2f2;
}
.bm-block-text table td {
padding: 10px;
font-size: 14px;
border-bottom: 1px solid #f2f2f2;
vertical-align: top;
}.bm-block-separator {
width: 100%;
height: 1px;
background-color: #dee2e6;
}.bm-block-icon-text {
display: grid;
grid-template-columns: 55px 1fr;
gap: 25px;
}
.bm-block-icon-text .bm-block-icon-text-icon {
height: 55px;
width: 55px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.bm-block-icon-text.icon-shape-round .bm-block-icon-text-icon {border-radius: 100%;}
.bm-block-icon-text.icon-shape-square .bm-block-icon-text-icon {border-radius: 6px;}
.bm-block-icon-text.icon-color-white .bm-block-icon-text-icon {background-color: #fff}
.bm-block-icon-text.icon-color-gray .bm-block-icon-text-icon {background-color: #42545e}
.bm-block-icon-text.icon-color-orange .bm-block-icon-text-icon {background-color: #ff6f00}
.bm-block-icon-text.text-color-white * {color: #fff !important}
.bm-block-icon-text.text-color-gray * {color: #42545e !important}
.bm-block-icon-text.text-color-orange * {color: #ff6f00 !important}
.bm-block-icon-text .bm-block-icon-text-icon svg {
height: 25px;
width: unset;
}
@media screen and (max-width: 1600px) {
.bm-block-icon-text {
grid-template-columns: 46px 1fr;
gap: 21px;
}
.bm-block-icon-text .bm-block-icon-text-icon {
height: 46px;
width: 46px;
}
.bm-block-icon-text .bm-block-icon-text-icon svg {
height: 21px;
}
}
@media screen and (max-width: 1400px) {
.bm-block-icon-text {
grid-template-columns: 40px 1fr;
gap: 18px;
}
.bm-block-icon-text .bm-block-icon-text-icon {
height: 40px;
width: 40px;
}
.bm-block-icon-text .bm-block-icon-text-icon svg {
height: 18px;
}
}.bm-block-button .bm-block-button-inner {
display: inline-block;
text-decoration: none;
}
.bm-block-button.alignment-center {text-align: center;}
.bm-block-button.alignment-right {text-align: right;}
.bm-block-button.alignment-full_width .bm-block-button-inner {text-align: center; width: 100%;}
.bm-block-button.alignment-inline {
display: inline-flex;
margin-right: 20px;
}
.bm-block-button .bm-block-button-inner {
font-weight: bold;
padding: 12px 25px;
line-height: 20px;
font-size: 16px;
border-radius: 3px;
transition: background-color .2s ease;
}
.bm-block-button.color-orange .bm-block-button-inner {
background-color: #ff6f00;
color: #fff;
}
.bm-block-button.color-orange .bm-block-button-inner:hover {
background-color: #be5300;
}
@media screen and (max-width: 1600px) {
.bm-block-button .bm-block-button-inner {
padding: 9px 21px;
line-height: 17px;
font-size: 14px;
}
}
@media screen and (max-width: 1400px) {
.bm-block-button .bm-block-button-inner {
line-height: 15px;
}
}
@media screen and (max-width: 991px) {
.bm-block-button.responsive-align-left {text-align: left;}
.bm-block-button.responsive-align-center {text-align: center;}
.bm-block-button.responsive-align-right {text-align: right;}
}.bm-block-counter .odometer-inside {
display: flex;
}
.bm-block-counter .bm-counter-number {
line-height: 1;
font-variant-numeric: tabular-nums;
display: flex;
justify-content: center;
font-weight: 800;
color: #fff;
font-size: 72px;
}
.bm-block-counter .odometer.odometer-auto-theme,
.bm-block-counter .odometer.odometer-theme-default  {
display: inline-block;
vertical-align: middle;
position: relative;
}
.bm-block-counter .bm-counter-text {
text-align: center;
color: #fff;
}
@media screen and (max-width: 1600px) {
.bm-block-counter .bm-counter-number {
font-size: 60px;
}
}
@media screen and (max-width: 1400px) {
.bm-block-counter .bm-counter-number {
font-size: 53px;
}
}.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
font-family: "Helvetica Neue", sans-serif;
line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center;
}.bm-block-review-overview {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 60px;
row-gap: 30px;
}
.bm-block-review-overview .bm-review-overview-item {
padding: 30px;
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 70px rgba(0,0,0,0.08);
height: 100%;
position: relative;
}
.bm-block-review-overview .bm-review-overview-quote img {
position: absolute;
top: -20px;
right: 30px;
color: #ff6f00;
height: 60px;
width: unset;
}
.bm-block-review-overview .bm-block-title {
padding-right: 80px;
}
.bm-block-review-overview .bm-review-stars {
display: flex;
margin-bottom: 30px;
color: #ff6f00;
}
.bm-block-review-overview .bm-review-stars svg {
height: unset;
width: 20px;
}
.bm-block-review-overview .bm-review-stars svg:not(:last-child) {
margin-right: 5px;
}
@media screen and (max-width: 1600px) {
.bm-block-review-overview {
column-gap: 50px;
row-gap: 25px;
}
.bm-block-review-overview .bm-block-title {
padding-right: 66px;
}
.bm-block-review-overview .bm-review-overview-quote img {
top: -17px;
right: 25px;
height: 50px;
}
.bm-block-review-overview .bm-review-overview-item {
padding: 25px;
}
}
@media screen and (max-width: 1400px) {
.bm-block-review-overview {
column-gap: 44px;
row-gap: 22px;
}
.bm-block-review-overview .bm-block-title {
padding-right: 58px;
}
.bm-block-review-overview .bm-review-overview-quote img {
top: -15px;
right: 22px;
height: 44px;
}
.bm-block-review-overview .bm-review-overview-item {
padding: 22px;
}
}
@media screen and (max-width: 991px) {
.bm-block-review-overview {
grid-template-columns: repeat(1, 1fr);
}
}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}.bm-block-case-slider {
position: relative;
}
.bm-block-case-slider .tns-liveregion {
display: none;
}
.bm-block-case-slider navigation.nav-buttons {
display: flex;
align-items: center;
position: absolute;
right: 30px;
top: -60px;
}
.bm-block-case-slider navigation.nav-buttons .button {
display: flex;
align-items: center;
justify-content: center;
height: 36px;
width: 36px;
border-radius: 20px;
color: #fff;
cursor: pointer;
background-color: #ff6f00;
transition: background-color .2s ease;
}
.bm-block-case-slider navigation.nav-buttons .button:hover {
background-color: #be5300;
}
.bm-block-case-slider navigation.nav-buttons .button svg {
height: 16px;
width: unset;
}
.bm-block-case-slider navigation.nav-buttons .button.button-prev {
margin-right: 10px;
}
.bm-block-case-slider .tns-nav {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.bm-block-case-slider .tns-nav button {
height: 15px;
width: 15px;
line-height: unset;
padding: unset;
border-radius: 100px;
background-color: #ff6f00;
transition: width .2s ease;
}
.bm-block-case-slider .tns-nav button:not(:last-child) {
margin-right: 5px;
}
.bm-block-case-slider .tns-nav button.tns-nav-active {
width: 30px;
}
.bm-block-case-slider .bm-case-slider-inner {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 40px 5px rgba(0,0,0,0.03);
overflow: hidden;
display: block;
text-decoration: unset;
}
.bm-block-case-slider .bm-case-slider-inner .bm-case-slider-image {
margin: 0;
font-size: 0;
}
.bm-block-case-slider .bm-case-slider-inner .bm-case-slider-content {
padding: 30px;
min-height: 180px;
}
.bm-block-case-slider .bm-case-slider-inner .bm-case-slider-content .bm-block-button {
margin-top: auto;
}.bm-block-blog-grid {
display: grid;
column-gap: 60px;
row-gap: 30px;
}
.bm-block-blog-overview .bm-block-blog-grid.columns-1 {grid-template-columns: repeat(1, 1fr);}
.bm-block-blog-overview .bm-block-blog-grid.columns-2 {grid-template-columns: repeat(2, 1fr);}
.bm-block-blog-overview .bm-block-blog-grid.columns-3 {grid-template-columns: repeat(3, 1fr);}
.bm-block-blog-overview .bm-block-blog-tile {
box-shadow: 0 0 70px rgba(0,0,0,0.08);
border-radius: 6px;
overflow: hidden;
display: block;
background-color: #ffffff;
text-decoration: unset;
color: inherit;
height: 100%;
}
.bm-block-blog-overview .bm-block-blog-image {
height: 200px;
background-color: #1F2732;
position: relative;
}
.bm-block-blog-overview .bm-block-blog-category {
background-color: #ff6f00;
color: #fff;
font-size: 14px;
padding: 4px 20px;
position: absolute;
top: 0;
left: 30px;
line-height: 25px;
}
.bm-block-blog-overview .bm-block-blog-image img {
height: 100%;
width: 100%;
object-fit: cover;
}
.bm-block-blog-overview .bm-block-blog-content {
display: flex;
flex-direction: column;
padding: 30px;
height: calc(100% - 200px);
}
.bm-block-blog-overview .bm-block-blog-button {
flex-grow: 1;
display: flex;
align-items: flex-end;
font-weight: bold;
color: #ff6f00;
}
.bm-block-blog-overview .bm-block-blog-button svg {
width: 20px;
height: unset;
margin-left: 10px;
transition: margin-left .2s ease;
}
.bm-block-blog-overview a:hover .bm-block-blog-button svg {
margin-left: 20px;
}
@media screen and (max-width: 1600px) {
.bm-block-blog-grid {
column-gap: 50px;
row-gap: 25px;
}
.bm-block-blog-overview .bm-block-blog-image {
height: 166px;
}
.bm-block-blog-overview .bm-block-blog-category {
font-size: 13px;
padding: 4px 17px;
left: 25px;
line-height: 21px;
}
.bm-block-blog-overview .bm-block-blog-content {
padding: 25px;
height: calc(100% - 166px);
}
.bm-block-blog-overview .bm-block-blog-button svg {
width: 17px;
margin-left: 8px;
}
.bm-block-blog-overview a:hover .bm-block-blog-button svg {
margin-left: 17px;
}
}
@media screen and (max-width: 1400px) {
.bm-block-blog-grid {
column-gap: 44px;
row-gap: 22px;
}
.bm-block-blog-overview .bm-block-blog-image {
height: 146px;
}
.bm-block-blog-overview .bm-block-blog-content {
padding: 22px;
height: calc(100% - 146px);
}
.bm-block-blog-overview .bm-block-blog-button svg {
width: 15px;
margin-left: 7px;
}
.bm-block-blog-overview a:hover .bm-block-blog-button svg {
margin-left: 15px;
}
}
@media screen and (max-width: 991px) {
.bm-block-blog-overview .bm-block-blog-grid.columns-2 {grid-template-columns: repeat(1, 1fr);}
.bm-block-blog-overview .bm-block-blog-grid.columns-3 {grid-template-columns: repeat(1, 1fr);}
}.widget_bm_widget_contact a {
display: flex;
align-items: center;
margin-top: 15px;
}
.widget_bm_widget_contact span {
color: #fff;
background-color: #ff6f00;
display: inline-flex;
align-items: center;
justify-content: center;
height: 30px;
width: 30px;
border-radius: 3px;
margin-right: 10px;
transition: background-color .2s ease;
}
.widget_bm_widget_contact a:hover span {
background-color: #be5300;
}
.widget_bm_widget_contact span svg {
width: unset;
height: 20px;
}
.widget_bm_widget_contact a {
color: #fff;
text-decoration: none;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}