/* Variables */
/* Paddings */
/* Gutter */
/* Soft border radius */
/* Hard border radius */
/* Selectors */
/* Base classes */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Regular */
/* New FontAwesome 6 icons added */
@font-face {
    font-family: 'FontAwesome5Regular';
    src: url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.ttf?v=1.0.0);
    src: url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.ttf?v=1.0.0) format('truetype'),url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.woff2?v=1.0.0) format('woff2');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Solid */
@font-face {
    font-family: 'FontAwesome5Solid';
    src: url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.ttf?v=1.0.0);
    src: url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.ttf?v=1.0.0) format('truetype'),url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.woff2?v=1.0.0) format('woff2');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Brands */
/* New FontAwesome 6 icons added */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.ttf?v=1.0.0);
    src: url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.ttf?v=1.0.0) format('truetype'),url(//institutoagata.com.br/sitenovo/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.woff2?v=1.0.0) format('woff2');
    font-weight: normal;
    font-style: normal;
    }
[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
    }
[data-ico-fa5_regular]:before {
    font-family: FontAwesome5Regular;
    content: attr(data-ico-fa5_regular);
    }
[data-ico-fa5_solid]:before {
    font-family: FontAwesome5Solid;
    content: attr(data-ico-fa5_solid);
    }
[data-ico-fa5_brands]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fa5_brands);
    }
[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
    }

/* Sections, rows and columns */
.bt_bb_row_holder,
.bt_bb_row_inner_holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: stretch;
    align-content: flex-start;
    }
.bt_bb_row_holder .bt_bb_column,
.bt_bb_row_inner_holder .bt_bb_column {
    flex: 1 1 0%;
    max-width: 100%;
    }
.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }

/* Grid Fixes */
@media (max-width: 992px) {
.bt_bb_column[data-width="12"],
.bt_bb_column[data-width="11"],
.bt_bb_column[data-width="10"],
.bt_bb_column[data-width="9"],
.bt_bb_column[data-width="8"],
.bt_bb_column[data-width="7"],
.bt_bb_column[data-width="6"],
.bt_bb_column[data-width="5"],
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="12"],
.bt_bb_column_inner[data-width="11"],
.bt_bb_column_inner[data-width="10"],
.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner[data-width="7"],
.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner[data-width="4"] {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
.bt_bb_column[data-width="2.4"],
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="2.4"],
.bt_bb_column_inner[data-width="9.6"] {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    flex-basis: 50%;
    max-width: 50%;
    }
}

@media (max-width: 480px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    flex-basis: 100%;
    max-width: 100%;
    }
}

@media (max-width: 370px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    flex-basis: 100%;
    max-width: 100%;
    }
}

@media (max-width: 992px) and (min-width: 621px) {
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12) {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12) {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12) {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12) {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
}

@media (max-width: 620px) {
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="9"],
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="9"] {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="3"],
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="3"] {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
    flex-basis: 100%;
    max-width: 100%;
    }
}

/* Responsive grid columns */
@media (min-width: 1401px) {
.bt_bb_column.col-xxl-12,
.bt_bb_column_inner.col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xxl-11,
.bt_bb_column_inner.col-xxl-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xxl-10,
.bt_bb_column_inner.col-xxl-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xxl-9_6,
.bt_bb_column_inner.col-xxl-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xxl-9,
.bt_bb_column_inner.col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xxl-8,
.bt_bb_column_inner.col-xxl-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xxl-7_2,
.bt_bb_column_inner.col-xxl-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xxl-7,
.bt_bb_column_inner.col-xxl-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xxl-6,
.bt_bb_column_inner.col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xxl-5,
.bt_bb_column_inner.col-xxl-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xxl-4_8,
.bt_bb_column_inner.col-xxl-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xxl-4,
.bt_bb_column_inner.col-xxl-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xxl-2_4,
.bt_bb_column_inner.col-xxl-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xxl-3,
.bt_bb_column_inner.col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xxl-2,
.bt_bb_column_inner.col-xxl-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xxl-1,
.bt_bb_column_inner.col-xxl-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_column.col-xl-12,
.bt_bb_column_inner.col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xl-11,
.bt_bb_column_inner.col-xl-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xl-10,
.bt_bb_column_inner.col-xl-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xl-9_6,
.bt_bb_column_inner.col-xl-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xl-9,
.bt_bb_column_inner.col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xl-8,
.bt_bb_column_inner.col-xl-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xl-7_2,
.bt_bb_column_inner.col-xl-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xl-7,
.bt_bb_column_inner.col-xl-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xl-6,
.bt_bb_column_inner.col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xl-5,
.bt_bb_column_inner.col-xl-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xl-4_8,
.bt_bb_column_inner.col-xl-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xl-4,
.bt_bb_column_inner.col-xl-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xl-2_4,
.bt_bb_column_inner.col-xl-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xl-3,
.bt_bb_column_inner.col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xl-2,
.bt_bb_column_inner.col-xl-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xl-1,
.bt_bb_column_inner.col-xl-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_column.col-lg-12,
.bt_bb_column_inner.col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-lg-11,
.bt_bb_column_inner.col-lg-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-lg-10,
.bt_bb_column_inner.col-lg-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-lg-9_6,
.bt_bb_column_inner.col-lg-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-lg-9,
.bt_bb_column_inner.col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-lg-8,
.bt_bb_column_inner.col-lg-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-lg-7_2,
.bt_bb_column_inner.col-lg-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-lg-7,
.bt_bb_column_inner.col-lg-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-lg-6,
.bt_bb_column_inner.col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-lg-5,
.bt_bb_column_inner.col-lg-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-lg-4_8,
.bt_bb_column_inner.col-lg-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-lg-4,
.bt_bb_column_inner.col-lg-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-lg-2_4,
.bt_bb_column_inner.col-lg-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-lg-3,
.bt_bb_column_inner.col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-lg-2,
.bt_bb_column_inner.col-lg-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-lg-1,
.bt_bb_column_inner.col-lg-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
.bt_bb_column.col-md-12,
.bt_bb_column_inner.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-md-11,
.bt_bb_column_inner.col-md-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-md-10,
.bt_bb_column_inner.col-md-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-md-9_6,
.bt_bb_column_inner.col-md-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-md-9,
.bt_bb_column_inner.col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-md-8,
.bt_bb_column_inner.col-md-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-md-7_2,
.bt_bb_column_inner.col-md-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-md-7,
.bt_bb_column_inner.col-md-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-md-6,
.bt_bb_column_inner.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-md-5,
.bt_bb_column_inner.col-md-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-md-4_8,
.bt_bb_column_inner.col-md-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-md-4,
.bt_bb_column_inner.col-md-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-md-2_4,
.bt_bb_column_inner.col-md-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-md-3,
.bt_bb_column_inner.col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-md-2,
.bt_bb_column_inner.col-md-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-md-1,
.bt_bb_column_inner.col-md-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_column.col-sm-12,
.bt_bb_column.col-ms-12,
.bt_bb_column_inner.col-sm-12,
.bt_bb_column_inner.col-ms-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-sm-11,
.bt_bb_column.col-ms-11,
.bt_bb_column_inner.col-sm-11,
.bt_bb_column_inner.col-ms-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-sm-10,
.bt_bb_column.col-ms-10,
.bt_bb_column_inner.col-sm-10,
.bt_bb_column_inner.col-ms-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-sm-9_6,
.bt_bb_column.col-ms-9_6,
.bt_bb_column_inner.col-sm-9_6,
.bt_bb_column_inner.col-ms-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-sm-9,
.bt_bb_column.col-ms-9,
.bt_bb_column_inner.col-sm-9,
.bt_bb_column_inner.col-ms-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-sm-8,
.bt_bb_column.col-ms-8,
.bt_bb_column_inner.col-sm-8,
.bt_bb_column_inner.col-ms-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-sm-7_2,
.bt_bb_column.col-ms-7_2,
.bt_bb_column_inner.col-sm-7_2,
.bt_bb_column_inner.col-ms-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-sm-7,
.bt_bb_column.col-ms-7,
.bt_bb_column_inner.col-sm-7,
.bt_bb_column_inner.col-ms-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-sm-6,
.bt_bb_column.col-ms-6,
.bt_bb_column_inner.col-sm-6,
.bt_bb_column_inner.col-ms-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-sm-5,
.bt_bb_column.col-ms-5,
.bt_bb_column_inner.col-sm-5,
.bt_bb_column_inner.col-ms-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-sm-4_8,
.bt_bb_column.col-ms-4_8,
.bt_bb_column_inner.col-sm-4_8,
.bt_bb_column_inner.col-ms-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-sm-4,
.bt_bb_column.col-ms-4,
.bt_bb_column_inner.col-sm-4,
.bt_bb_column_inner.col-ms-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-sm-2_4,
.bt_bb_column.col-ms-2_4,
.bt_bb_column_inner.col-sm-2_4,
.bt_bb_column_inner.col-ms-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-sm-3,
.bt_bb_column.col-ms-3,
.bt_bb_column_inner.col-sm-3,
.bt_bb_column_inner.col-ms-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-sm-2,
.bt_bb_column.col-ms-2,
.bt_bb_column_inner.col-sm-2,
.bt_bb_column_inner.col-ms-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-sm-1,
.bt_bb_column.col-ms-1,
.bt_bb_column_inner.col-sm-1,
.bt_bb_column_inner.col-ms-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (max-width: 480px) {
.bt_bb_column.col-xs-12,
.bt_bb_column_inner.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xs-11,
.bt_bb_column_inner.col-xs-11 {
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xs-10,
.bt_bb_column_inner.col-xs-10 {
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xs-9_6,
.bt_bb_column_inner.col-xs-9_6 {
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xs-9,
.bt_bb_column_inner.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xs-8,
.bt_bb_column_inner.col-xs-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xs-7_2,
.bt_bb_column_inner.col-xs-7_2 {
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xs-7,
.bt_bb_column_inner.col-xs-7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xs-6,
.bt_bb_column_inner.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xs-5,
.bt_bb_column_inner.col-xs-5 {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xs-4_8,
.bt_bb_column_inner.col-xs-4_8 {
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xs-4,
.bt_bb_column_inner.col-xs-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xs-2_4,
.bt_bb_column_inner.col-xs-2_4 {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xs-3,
.bt_bb_column_inner.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xs-2,
.bt_bb_column_inner.col-xs-2 {
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xs-1,
.bt_bb_column_inner.col-xs-1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

/* Responsive show/hide BB classes */
@media (max-width: 480px) {
.bt_bb_hidden_xs {
    display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_hidden_ms {
    display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
.bt_bb_hidden_sm {
    display: none !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_hidden_md {
    display: none !important;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_hidden_lg {
    display: none !important;
    }
}

@media (min-width: 1401px) {
.bt_bb_hidden_xl,
.bt_bb_hidden_lg:not([data-bb-version]) {
    display: none !important;
    }
}

/* Content elements */
/*.bt_bb_wrapper {
	overflow: hidden;
	position: relative;
}*/
.bt_bb_section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--section-primary-color);
    background-color: var(--section-secondary-color);
    }
.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
    min-height: 100vh;
    }
.bt_bb_section > .bt_bb_port {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    }
.bt_bb_section > .bt_bb_port .rtl {
    flex-flow: row-reverse nowrap;
    }
.bt_bb_section > .bt_bb_port .bt_bb_cell {
    position: relative;
    }
.bt_bb_section.bt_bb_vertical_align_bottom > .bt_bb_port {
    align-items: flex-end;
    }
.bt_bb_section.bt_bb_vertical_align_top > .bt_bb_port {
    align-items: flex-start;
    }
.bt_bb_section[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    }
.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
    position: relative;
    z-index: 1;
    }
.bt_bb_section[class*="dark_stripes"]:before {
    background-image: linear-gradient(to right top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_section[class*="light_stripes"]:before {
    background-image: linear-gradient(to right top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_section[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.5);
    }
.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(0,0,0,.5);
    }
.bt_bb_section[class*="dark_gradient"]:before {
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    }
.bt_bb_section[class*="light_gradient"]:before {
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    }
.bt_bb_section.bt_bb_top_spacing_extra_small > .bt_bb_port {
    padding-top: .5em;
    }
.bt_bb_section.bt_bb_top_spacing_small > .bt_bb_port {
    padding-top: 1em;
    }
.bt_bb_section.bt_bb_top_spacing_normal > .bt_bb_port {
    padding-top: 2em;
    }
.bt_bb_section.bt_bb_top_spacing_medium > .bt_bb_port {
    padding-top: 4em;
    }
.bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
    padding-top: 8em;
    }
.bt_bb_section.bt_bb_top_spacing_extra_large > .bt_bb_port {
    padding-top: 16em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_small > .bt_bb_port {
    padding-bottom: .5em;
    }
.bt_bb_section.bt_bb_bottom_spacing_small > .bt_bb_port {
    padding-bottom: 1em;
    }
.bt_bb_section.bt_bb_bottom_spacing_normal > .bt_bb_port {
    padding-bottom: 2em;
    }
.bt_bb_section.bt_bb_bottom_spacing_medium > .bt_bb_port {
    padding-bottom: 4em;
    }
.bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
    padding-bottom: 8em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_large > .bt_bb_port {
    padding-bottom: 16em;
    }
.bt_bb_section.bt_bb_bottom_spacing_5 > .bt_bb_port {
    padding-bottom: 5px;
    }
.bt_bb_section.bt_bb_top_spacing_5 > .bt_bb_port {
    padding-top: 5px;
    }
.bt_bb_section.bt_bb_bottom_spacing_10 > .bt_bb_port {
    padding-bottom: 10px;
    }
.bt_bb_section.bt_bb_top_spacing_10 > .bt_bb_port {
    padding-top: 10px;
    }
.bt_bb_section.bt_bb_bottom_spacing_15 > .bt_bb_port {
    padding-bottom: 15px;
    }
.bt_bb_section.bt_bb_top_spacing_15 > .bt_bb_port {
    padding-top: 15px;
    }
.bt_bb_section.bt_bb_bottom_spacing_20 > .bt_bb_port {
    padding-bottom: 20px;
    }
.bt_bb_section.bt_bb_top_spacing_20 > .bt_bb_port {
    padding-top: 20px;
    }
.bt_bb_section.bt_bb_bottom_spacing_25 > .bt_bb_port {
    padding-bottom: 25px;
    }
.bt_bb_section.bt_bb_top_spacing_25 > .bt_bb_port {
    padding-top: 25px;
    }
.bt_bb_section.bt_bb_bottom_spacing_30 > .bt_bb_port {
    padding-bottom: 30px;
    }
.bt_bb_section.bt_bb_top_spacing_30 > .bt_bb_port {
    padding-top: 30px;
    }
.bt_bb_section.bt_bb_bottom_spacing_35 > .bt_bb_port {
    padding-bottom: 35px;
    }
.bt_bb_section.bt_bb_top_spacing_35 > .bt_bb_port {
    padding-top: 35px;
    }
.bt_bb_section.bt_bb_bottom_spacing_40 > .bt_bb_port {
    padding-bottom: 40px;
    }
.bt_bb_section.bt_bb_top_spacing_40 > .bt_bb_port {
    padding-top: 40px;
    }
.bt_bb_section.bt_bb_bottom_spacing_45 > .bt_bb_port {
    padding-bottom: 45px;
    }
.bt_bb_section.bt_bb_top_spacing_45 > .bt_bb_port {
    padding-top: 45px;
    }
.bt_bb_section.bt_bb_bottom_spacing_50 > .bt_bb_port {
    padding-bottom: 50px;
    }
.bt_bb_section.bt_bb_top_spacing_50 > .bt_bb_port {
    padding-top: 50px;
    }
.bt_bb_section.bt_bb_bottom_spacing_55 > .bt_bb_port {
    padding-bottom: 55px;
    }
.bt_bb_section.bt_bb_top_spacing_55 > .bt_bb_port {
    padding-top: 55px;
    }
.bt_bb_section.bt_bb_bottom_spacing_60 > .bt_bb_port {
    padding-bottom: 60px;
    }
.bt_bb_section.bt_bb_top_spacing_60 > .bt_bb_port {
    padding-top: 60px;
    }
.bt_bb_section.bt_bb_bottom_spacing_65 > .bt_bb_port {
    padding-bottom: 65px;
    }
.bt_bb_section.bt_bb_top_spacing_65 > .bt_bb_port {
    padding-top: 65px;
    }
.bt_bb_section.bt_bb_bottom_spacing_70 > .bt_bb_port {
    padding-bottom: 70px;
    }
.bt_bb_section.bt_bb_top_spacing_70 > .bt_bb_port {
    padding-top: 70px;
    }
.bt_bb_section.bt_bb_bottom_spacing_75 > .bt_bb_port {
    padding-bottom: 75px;
    }
.bt_bb_section.bt_bb_top_spacing_75 > .bt_bb_port {
    padding-top: 75px;
    }
.bt_bb_section.bt_bb_bottom_spacing_80 > .bt_bb_port {
    padding-bottom: 80px;
    }
.bt_bb_section.bt_bb_top_spacing_80 > .bt_bb_port {
    padding-top: 80px;
    }
.bt_bb_section.bt_bb_bottom_spacing_85 > .bt_bb_port {
    padding-bottom: 85px;
    }
.bt_bb_section.bt_bb_top_spacing_85 > .bt_bb_port {
    padding-top: 85px;
    }
.bt_bb_section.bt_bb_bottom_spacing_90 > .bt_bb_port {
    padding-bottom: 90px;
    }
.bt_bb_section.bt_bb_top_spacing_90 > .bt_bb_port {
    padding-top: 90px;
    }
.bt_bb_section.bt_bb_bottom_spacing_95 > .bt_bb_port {
    padding-bottom: 95px;
    }
.bt_bb_section.bt_bb_top_spacing_95 > .bt_bb_port {
    padding-top: 95px;
    }
.bt_bb_section.bt_bb_bottom_spacing_100 > .bt_bb_port {
    padding-bottom: 100px;
    }
.bt_bb_section.bt_bb_top_spacing_100 > .bt_bb_port {
    padding-top: 100px;
    }
.bt_bb_section.bt_bb_video {
    overflow: hidden;
    padding-bottom: 0;
    }
.bt_bb_section.bt_bb_video > video {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    transform: none;
    }
.bt_bb_section.bt_bb_video .bt_bb_port {
    position: relative;
    z-index: 2;
    }
.bt_bb_section.bt_bb_background_video_yt .mbYTP_wrapper {
    z-index: 1 !important;
    }
.bt_bb_section.bt_bb_background_video_yt .bt_bb_port {
    z-index: 3;
    }
.bt_bb_section.bt_bb_background_video_yt > .bt_bb_fe_before {
    z-index: 2;
    }
.bt_bb_section.bt_bb_video[class*="bt_bb_background_overlay"]:before {
    z-index: 2;
    }
.bt_bb_section .bt_bb_background_image_holder_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: inherit;
    background-position: inherit;
    }
.bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image img,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    float: left;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image {
    top: 0;
    }
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    bottom: 0;
    }
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax.bt_bb_background_image_holder {
    transform-origin: center center;
    }

/*html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image {
	background-attachment: scroll; 
	 &.bt_bb_parallax, & .bt_bb_parallax {
		background-attachment: fixed;
	} 
}*/
/* Row / Grid related */
.bt_bb_row {
    color: var(--row-primary-color);
    background-color: var(--row-secondary-color);
    --column-gap: 20px;
    --column-delta: .01px;
    --row-width: 1200px;
    }
.bt_bb_row_holder {
    height: auto;
    margin: 0 -20px;
    }
.bt_bb_row_holder .bt_bb_column {
    --column-width: 12;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--column-primary-color);
    background-color: var(--column-secondary-color);
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_top {
    justify-content: flex-start;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_middle {
    justify-content: center;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_bottom {
    justify-content: flex-end;
    }
.bt_bb_row_holder .bt_bb_column[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_column_content_inner > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_column_content_inner > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
    }
.bt_bb_row_holder .bt_bb_column .bt_bb_column_content {
    width: 100%;
    }
.bt_bb_row_holder .bt_bb_column .bt_bb_column_content[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_holder .bt_bb_column .bt_bb_column_content {
    color: var(--column-inner-primary-color);
    background-color: var(--column-inner-secondary-color);
    }

/* Inner row */
.bt_bb_row_inner_holder {
    height: auto;
    margin: 0 -20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner {
    display: flex;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--inner-column-primary-color);
    background-color: var(--inner-column-secondary-color);
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_top {
    justify-content: flex-start;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_middle {
    justify-content: center;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    justify-content: flex-end;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_column_inner_content_inner > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_column_inner_content_inner > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content {
    width: 100%;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content {
    color: var(--inner-column-inner-primary-color);
    background-color: var(--inner-column-inner-secondary-color);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_column,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column,
.bt_bb_align_right.bt_bb_column,
.bt_bb_align_right .bt_bb_column,
.bt_bb_align_left .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_column_inner {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_column,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column,
.bt_bb_align_left.bt_bb_column,
.bt_bb_align_left .bt_bb_column,
.bt_bb_align_right .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_column_inner {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_column,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column,
.bt_bb_align_center.bt_bb_column,
.bt_bb_align_center .bt_bb_column,
.bt_bb_align_left .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_column_inner {
    text-align: center;
    }
.bt_bb_cell {
    width: 100%;
    flex: 0 1 100%;
    }
.bt_bb_layout_boxed .bt_bb_cell {
    flex-basis: 1200px;
    width: 1200px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row:not([class*="bt_bb_row_width_boxed_"]),
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    overflow-x: clip;
    }
.bt_bb_layout_boxed_600 .bt_bb_cell {
    flex-basis: 600px;
    width: 600px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_700 .bt_bb_cell {
    flex-basis: 700px;
    width: 700px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_800 .bt_bb_cell {
    flex-basis: 800px;
    width: 800px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_900 .bt_bb_cell {
    flex-basis: 900px;
    width: 900px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1000 .bt_bb_cell {
    flex-basis: 1000px;
    width: 1000px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1100 .bt_bb_cell {
    flex-basis: 1100px;
    width: 1100px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1200 .bt_bb_cell {
    flex-basis: 1200px;
    width: 1200px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1300 .bt_bb_cell {
    flex-basis: 1300px;
    width: 1300px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1400 .bt_bb_cell {
    flex-basis: 1400px;
    width: 1400px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1500 .bt_bb_cell {
    flex-basis: 1500px;
    width: 1500px;
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1600 .bt_bb_cell {
    flex-basis: 1600px;
    width: 1600px;
    max-width: calc(100% - 40px);
    }
.bt_bb_column_gap_extra_small > .bt_bb_row_holder {
    --column-gap: .25em;
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
    }
.bt_bb_column_gap_extra_small > .bt_bb_row_holder .bt_bb_column {
    padding-left: .25em;
    padding-right: .25em;
    }
.bt_bb_column_gap_small > .bt_bb_row_holder {
    --column-gap: .5em;
    max-width: calc(100% + 1em);
    margin-left: -.5em;
    margin-right: -.5em;
    }
.bt_bb_column_gap_small > .bt_bb_row_holder .bt_bb_column {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_column_gap_normal > .bt_bb_row_holder {
    --column-gap: 1em;
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
    }
.bt_bb_column_gap_normal > .bt_bb_row_holder .bt_bb_column {
    padding-left: 1em;
    padding-right: 1em;
    }
.bt_bb_column_gap_medium > .bt_bb_row_holder {
    --column-gap: 2em;
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
    }
.bt_bb_column_gap_medium > .bt_bb_row_holder .bt_bb_column {
    padding-left: 2em;
    padding-right: 2em;
    }
.bt_bb_column_gap_large > .bt_bb_row_holder {
    --column-gap: 4em;
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
    }
.bt_bb_column_gap_large > .bt_bb_row_holder .bt_bb_column {
    padding-left: 4em;
    padding-right: 4em;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder {
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_gap_5 > .bt_bb_row_holder {
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    }
.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_gap_10 > .bt_bb_row_holder {
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    }
.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_gap_15 > .bt_bb_row_holder {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    }
.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_gap_20 > .bt_bb_row_holder {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_gap_25 > .bt_bb_row_holder {
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    }
.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_gap_30 > .bt_bb_row_holder {
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    }
.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_gap_35 > .bt_bb_row_holder {
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    }
.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_gap_40 > .bt_bb_row_holder {
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    }
.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_gap_45 > .bt_bb_row_holder {
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
    }
.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_gap_50 > .bt_bb_row_holder {
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    }
.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_gap_55 > .bt_bb_row_holder {
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
    }
.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 110px;
    padding-right: 110px;
    }
.bt_bb_column_gap_60 > .bt_bb_row_holder {
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    }
.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 120px;
    padding-right: 120px;
    }
.bt_bb_column_gap_65 > .bt_bb_row_holder {
    max-width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
    }
.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 130px;
    padding-right: 130px;
    }
.bt_bb_column_gap_70 > .bt_bb_row_holder {
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
    }
.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 140px;
    padding-right: 140px;
    }
.bt_bb_column_gap_75 > .bt_bb_row_holder {
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
    }
.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 150px;
    padding-right: 150px;
    }
.bt_bb_column_gap_80 > .bt_bb_row_holder {
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
    }
.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 160px;
    padding-right: 160px;
    }
.bt_bb_column_gap_85 > .bt_bb_row_holder {
    max-width: calc(100% + 170px);
    margin-left: -85px;
    margin-right: -85px;
    }
.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 170px;
    padding-right: 170px;
    }
.bt_bb_column_gap_90 > .bt_bb_row_holder {
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
    }
.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 180px;
    padding-right: 180px;
    }
.bt_bb_column_gap_95 > .bt_bb_row_holder {
    max-width: calc(100% + 190px);
    margin-left: -95px;
    margin-right: -95px;
    }
.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 190px;
    padding-right: 190px;
    }
.bt_bb_column_gap_100 > .bt_bb_row_holder {
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
    }
.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 200px;
    padding-right: 200px;
    }
.bt_bb_column.bt_bb_padding_5 .bt_bb_column_content {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column.bt_bb_padding_10 .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column.bt_bb_padding_15 .bt_bb_column_content {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column.bt_bb_padding_20 .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column.bt_bb_padding_25 .bt_bb_column_content {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column.bt_bb_padding_30 .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column.bt_bb_padding_35 .bt_bb_column_content {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column.bt_bb_padding_55 .bt_bb_column_content {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column.bt_bb_padding_65 .bt_bb_column_content {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column.bt_bb_padding_75 .bt_bb_column_content {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column.bt_bb_padding_85 .bt_bb_column_content {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column.bt_bb_padding_95 .bt_bb_column_content {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
    }

/* Fix - 0px issue and senseless double 0px padding */
.bt_bb_column_gap_0 > .bt_bb_row_holder {
    margin-left: 0;
    margin-right: 0;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }

/* Inner row */
.bt_bb_column_inner_gap_extra_small > .bt_bb_row_inner_holder {
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
    }
.bt_bb_column_inner_gap_extra_small > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: .25em;
    padding-right: .25em;
    }
.bt_bb_column_inner_gap_small > .bt_bb_row_inner_holder {
    max-width: calc(100% + 1em);
    margin-left: .5em;
    margin-right: -.5em;
    }
.bt_bb_column_inner_gap_small > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_column_inner_gap_normal > .bt_bb_row_inner_holder {
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
    }
.bt_bb_column_inner_gap_normal > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 1em;
    padding-right: 1em;
    }
.bt_bb_column_inner_gap_medium > .bt_bb_row_inner_holder {
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
    }
.bt_bb_column_inner_gap_medium > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 2em;
    padding-right: 2em;
    }
.bt_bb_column_inner_gap_large > .bt_bb_row_inner_holder {
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
    }
.bt_bb_column_inner_gap_large > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 4em;
    padding-right: 4em;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_inner_gap_5 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    }
.bt_bb_column_inner_gap_5 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column_inner_gap_5 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_inner_gap_10 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    }
.bt_bb_column_inner_gap_10 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_inner_gap_10 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner_gap_15 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    }
.bt_bb_column_inner_gap_15 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column_inner_gap_15 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_inner_gap_20 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_column_inner_gap_20 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner_gap_20 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_inner_gap_25 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    }
.bt_bb_column_inner_gap_25 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column_inner_gap_25 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_inner_gap_30 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    }
.bt_bb_column_inner_gap_30 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_inner_gap_30 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_inner_gap_35 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    }
.bt_bb_column_inner_gap_35 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column_inner_gap_35 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_inner_gap_40 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    }
.bt_bb_column_inner_gap_40 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_inner_gap_40 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_inner_gap_45 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
    }
.bt_bb_column_inner_gap_45 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column_inner_gap_45 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_inner_gap_50 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    }
.bt_bb_column_inner_gap_50 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_inner_gap_50 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_inner_gap_55 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
    }
.bt_bb_column_inner_gap_55 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column_inner_gap_55 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 110px;
    padding-right: 110px;
    }
.bt_bb_column_inner_gap_60 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    }
.bt_bb_column_inner_gap_60 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_inner_gap_60 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 120px;
    padding-right: 120px;
    }
.bt_bb_column_inner_gap_65 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
    }
.bt_bb_column_inner_gap_65 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column_inner_gap_65 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 130px;
    padding-right: 130px;
    }
.bt_bb_column_inner_gap_70 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
    }
.bt_bb_column_inner_gap_70 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_inner_gap_70 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 140px;
    padding-right: 140px;
    }
.bt_bb_column_inner_gap_75 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
    }
.bt_bb_column_inner_gap_75 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column_inner_gap_75 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 150px;
    padding-right: 150px;
    }
.bt_bb_column_inner_gap_80 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
    }
.bt_bb_column_inner_gap_80 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_inner_gap_80 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 160px;
    padding-right: 160px;
    }
.bt_bb_column_inner_gap_85 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 170px);
    margin-left: -85px;
    margin-right: -85px;
    }
.bt_bb_column_inner_gap_85 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column_inner_gap_85 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 170px;
    padding-right: 170px;
    }
.bt_bb_column_inner_gap_90 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
    }
.bt_bb_column_inner_gap_90 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_inner_gap_90 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 180px;
    padding-right: 180px;
    }
.bt_bb_column_inner_gap_95 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 190px);
    margin-left: -95px;
    margin-right: -95px;
    }
.bt_bb_column_inner_gap_95 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column_inner_gap_95 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 190px;
    padding-right: 190px;
    }
.bt_bb_column_inner_gap_100 > .bt_bb_row_inner_holder {
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
    }
.bt_bb_column_inner_gap_100 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_inner_gap_100 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 200px;
    padding-right: 200px;
    }

/* Fix - 0px issue and senseless double 0px padding */
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder {
    margin-left: 0;
    margin-right: 0;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner.bt_bb_padding_5 .bt_bb_column_inner_content {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column_inner.bt_bb_padding_10 .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_inner.bt_bb_padding_15 .bt_bb_column_inner_content {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column_inner.bt_bb_padding_20 .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner.bt_bb_padding_25 .bt_bb_column_inner_content {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column_inner.bt_bb_padding_30 .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_inner.bt_bb_padding_35 .bt_bb_column_inner_content {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_inner.bt_bb_padding_55 .bt_bb_column_inner_content {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_inner.bt_bb_padding_65 .bt_bb_column_inner_content {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_inner.bt_bb_padding_75 .bt_bb_column_inner_content {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_inner.bt_bb_padding_85 .bt_bb_column_inner_content {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_inner.bt_bb_padding_95 .bt_bb_column_inner_content {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
    }

/* -------------- */
/* - Boxed rows - */
/* -------------- */
/* Boxed 1200 */
.bt_bb_row.bt_bb_row_width_boxed_1200 {
    max-width: 1200px;
    --row-width: 1200px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_right,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_left_right {
    max-width: 1200px;
    margin: auto;
    }
@media (min-width: 1240px) {
.bt_bb_row.bt_bb_row_width_boxed_1200 {
    margin: auto;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder {
    flex-flow: row nowrap;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right,
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    max-width: 100%;
    }
}

@media (max-width: 1239px) {
.bt_bb_row.bt_bb_row_width_boxed_1200 {
    padding: 0 20px;
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide .bt_bb_row_holder {
    margin: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_content_wide {
    padding-right: 0;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_content_wide {
    padding-left: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder {
    flex-flow: row wrap;
    }
}

@media (min-width: 1240px) {
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row_holder {
    justify-content: flex-start;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row_holder .bt_bb_column:first-child .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row_holder {
    justify-content: flex-end;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column:first-child {
    flex: 0 1 100%;
    }

/* Push right last column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
    flex: 0 1 100%;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    align-self: flex-start;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column {
    flex-basis: calc(var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-delta));
    max-width: calc(var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-delta));
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column:first-child {
    max-width: calc(50% - (((var(--row-width)/2) + 2*var(--column-gap)) - (var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-gap)) - var(--column-delta)));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column:first-child .bt_bb_column_content {
    max-width: calc((var(--row-width) + 2*var(--column-gap))*(var(--column-width)/12) - 2*var(--column-gap) + var(--column-delta));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
    max-width: calc(50% - (((var(--row-width)/2) + 2*var(--column-gap)) - (var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-gap)) - var(--column-delta)));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    max-width: calc((var(--row-width) + 2*var(--column-gap))*(var(--column-width)/12) - 2*var(--column-gap) + var(--column-delta));
    }
}

/* Boxed 1400 */
.bt_bb_row.bt_bb_row_width_boxed_1400 {
    max-width: 1400px;
    --row-width: 1400px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_right,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_left_right {
    max-width: 1400px;
    margin: auto;
    }
@media (min-width: 1240px) {
.bt_bb_row.bt_bb_row_width_boxed_1400 {
    margin: auto;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder {
    flex-flow: row nowrap;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right,
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    max-width: 100%;
    }
}

@media (max-width: 1439px) {
.bt_bb_row.bt_bb_row_width_boxed_1400 {
    padding: 0 20px;
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide .bt_bb_row_holder {
    margin: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_content_wide {
    padding-right: 0;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_content_wide {
    padding-left: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder {
    flex-flow: row wrap;
    }
}

@media (min-width: 1440px) {
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row_holder {
    justify-content: flex-start;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row_holder .bt_bb_column:first-child .bt_bb_column_content {
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row_holder {
    justify-content: flex-end;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column:first-child {
    flex: 0 1 100%;
    }

/* Push right last column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
    flex: 0 1 100%;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    align-self: flex-start;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column {
    flex-basis: calc(var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-delta));
    max-width: calc(var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-delta));
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column:first-child {
    max-width: calc(50% - (((var(--row-width)/2) + 2*var(--column-gap)) - (var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-gap)) - var(--column-delta)));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column:first-child .bt_bb_column_content {
    max-width: calc((var(--row-width) + 2*var(--column-gap))*(var(--column-width)/12) - 2*var(--column-gap) + var(--column-delta));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
    max-width: calc(50% - (((var(--row-width)/2) + 2*var(--column-gap)) - (var(--column-width)*(var(--row-width)/12 + var(--column-gap)/6) + var(--column-gap)) - var(--column-delta)));
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    max-width: calc((var(--row-width) + 2*var(--column-gap))*(var(--column-width)/12) - 2*var(--column-gap) + var(--column-delta));
    }
}

/*
#masthead .wrap {
    max-width: 1200px;
    padding-left: 0em;
    padding-right: 0em;
    background: green;
}
*/
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_5 {
    order: 5;
    }
@media (min-width: 1201px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xxl_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xxl_5 {
    order: 5;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xl_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xl_5 {
    order: 5;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_5 {
    order: 5;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_5 {
    order: 5;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_5 {
    order: 5;
    }
}

@media (max-width: 480px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-5 {
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-4 {
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-3 {
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-2 {
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-1 {
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_0 {
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_1 {
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_2 {
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_3 {
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_4 {
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_5 {
    order: 5;
    }
}

.bt_bb_icon {
    display: inline-block;
    justify-content: center;
    line-height: 1;
    padding-right: .5em;
    max-width: 100%;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_center.bt_bb_icon,
.bt_bb_align_center .bt_bb_icon {
    float: none;
    margin: 0 auto;
    padding: 0 .25em;
    display: inline-flex;
    justify-content: center;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding: 0 1em;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding: 0 2em;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_icon,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_icon {
    clear: none;
    display: inline-flex;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_left.bt_bb_icon,
.bt_bb_align_left .bt_bb_icon {
    float: left;
    margin: 0;
    padding-right: .5em;
    padding-left: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-right: 1em;
    padding-left: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-right: 2em;
    padding-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_right.bt_bb_icon,
.bt_bb_align_right .bt_bb_icon {
    margin: 0;
    float: right;
    padding-left: .5em;
    padding-right: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-left: 1em;
    padding-right: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-left: 2em;
    padding-right: 0;
    }
.bt_bb_icon .bt_bb_icon_holder {
    text-decoration: none !important;
    box-shadow: none !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    line-height: inherit;
    font-weight: normal;
    }
.bt_bb_icon .bt_bb_icon_holder:before {
    display: flex;
    order: 1;
    line-height: normal;
    flex-flow: column nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all 280ms ease;
    }
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: .9em;
    width: 1.8em;
    height: 1.8em;
    }
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875em;
    }
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.1em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875em;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.6em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1em;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 3em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.4em;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 4em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.6em;
    }
.bt_bb_size_xsmall.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_small.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_normal.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_large.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_xlarge.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before {
    width: auto;
    height: auto;
    }
.bt_bb_icon .bt_bb_icon_holder span {
    line-height: 1.1;
    order: 2;
    padding-left: .5em;
    }
.rtl .bt_bb_icon .bt_bb_icon_holder span {
    float: right;
    padding-left: 0;
    padding-right: .5em;
    }
.bt_bb_icon .bt_bb_icon_holder:hover {
    text-decoration: none;
    }
.bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:before {
    border-radius: 50%;
    }
.bt_bb_icon.bt_bb_shape_round .bt_bb_icon_holder:before {
    border-radius: 5px;
    }
.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    background-color: transparent;
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    line-height: 0;
    }
.bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    color: var(--secondary-color,white);
    }
.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    color: var(--primary-color,white);
    }
.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: var(--primary-color,transparent);
    box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    color: var(--secondary-color,black);
    }
.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: var(--primary-color);
    }
.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before {
    color: var(--secondary-color);
    }
.bt_bb_icon:not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
    }
.bt_bb_button {
    display: inline-block;
    line-height: 1;
    margin-bottom: .25em;
    }
.bt_bb_button.bt_bb_width_full {
    display: block;
    width: 100%;
    }
.bt_bb_align_right.bt_bb_button.bt_bb_width_full,
.bt_bb_align_left.bt_bb_button.bt_bb_width_full {
    float: none;
    margin: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_button,
.bt_bb_align_center .bt_bb_align_right.bt_bb_button,
.bt_bb_align_left .bt_bb_align_right .bt_bb_button,
.bt_bb_align_center .bt_bb_align_right .bt_bb_button,
.bt_bb_align_right.bt_bb_button,
.bt_bb_align_right .bt_bb_button {
    float: right;
    margin-left: .5em;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_button,
.bt_bb_align_center .bt_bb_align_left.bt_bb_button,
.bt_bb_align_right .bt_bb_align_left .bt_bb_button,
.bt_bb_align_center .bt_bb_align_left .bt_bb_button,
.bt_bb_align_left.bt_bb_button,
.bt_bb_align_left .bt_bb_button {
    float: left;
    margin-right: .5em;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_button,
.bt_bb_align_right .bt_bb_align_center.bt_bb_button,
.bt_bb_align_left .bt_bb_align_center .bt_bb_button,
.bt_bb_align_right .bt_bb_align_center .bt_bb_button,
.bt_bb_align_center.bt_bb_button,
.bt_bb_align_center .bt_bb_button {
    float: none;
    margin-right: .25em;
    margin-left: .25em;
    display: flex;
    justify-content: center;
    clear: both;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_button,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_button {
    clear: none;
    display: inline-block;
    }
.bt_bb_size_small.bt_bb_button {
    font-size: .8em;
    }
.bt_bb_size_medium.bt_bb_button {
    font-size: .9em;
    }
.bt_bb_size_normal.bt_bb_button {
    font-size: 1em;
    }
.bt_bb_size_large.bt_bb_button {
    font-size: 1.2em;
    }
.bt_bb_button a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    text-decoration: none;
    box-shadow: none;
    padding: 1em 3em;
    transition: all 300ms ease;
    }
.bt_bb_button a:hover {
    text-decoration: none;
    }
.bt_bb_style_clean.bt_bb_button a {
    box-shadow: none !important;
    }
.rtl .bt_bb_button a {
    flex-flow: row-reverse nowrap;
    }
.bt_bb_button.bt_bb_shape_square a.bt_bb_link {
    border-radius: 0;
    }
.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
    border-radius: 5px;
    }
.bt_bb_size_small.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.406em;
    }
.bt_bb_size_medium.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.458em;
    }
.bt_bb_size_normal.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.5em;
    }
.bt_bb_size_large.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.458em;
    }
.bt_bb_button .bt_bb_icon_holder {
    display: block;
    }
.bt_bb_button .bt_bb_icon_holder:before {
    display: block;
    font-size: inherit;
    line-height: 1;
    font-weight: 400;
    }
.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
    order: 1;
    margin-right: .5em;
    }
.bt_bb_button.bt_bb_icon_position_left .bt_bb_button_text {
    order: 2;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    order: 2;
    margin-left: .5em;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_button_text {
    order: 1;
    }
.bt_bb_font_weight_normal.bt_bb_button .bt_bb_button_text {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_button .bt_bb_button_text {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_button .bt_bb_button_text {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_button .bt_bb_button_text {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_button .bt_bb_button_text {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_button .bt_bb_button_text {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_button .bt_bb_button_text {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_button .bt_bb_button_text {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_button .bt_bb_button_text {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_button .bt_bb_button_text {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_button .bt_bb_button_text {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_button .bt_bb_button_text {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_button .bt_bb_button_text {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_button .bt_bb_button_text {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_button .bt_bb_button_text {
    font-weight: 900;
    }
.bt_bb_text_transform_.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
    }
.bt_bb_text_transform_inherit.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
    }
.bt_bb_text_transform_none.bt_bb_button .bt_bb_button_text {
    text-transform: none;
    }
.bt_bb_text_transform_uppercase.bt_bb_button .bt_bb_button_text {
    text-transform: uppercase;
    }
.bt_bb_text_transform_capitalize.bt_bb_button .bt_bb_button_text {
    text-transform: capitalize;
    }
.bt_bb_text_transform_lowercase.bt_bb_button .bt_bb_button_text {
    text-transform: lowercase;
    }
.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    background-color: transparent;
    }
.bt_bb_button.bt_bb_style_outline a:hover {
    box-shadow: 0 0 0 3em var(--primary-color,black) inset;
    color: var(--secondary-color,white);
    }
.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 3em var(--secondary-color,white) inset;
    color: var(--primary-color,black);
    }
.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: 0 0 0 0 var(--secondary-color,white) inset;
    background-color: var(--primary-color,black);
    color: var(--secondary-color,white);
    }
.bt_bb_button.bt_bb_style_clean a {
    color: var(--primary-color,black);
    }
.bt_bb_button.bt_bb_style_clean a:hover {
    color: var(--secondary-color);
    }
.bt_bb_button:not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
    }

/* Gutemberg separator fix */
html .bt_bb_wrapper .bt_bb_separator:where([style*=border-width]) {
    border-top-style: inherit;
    border-left-style: inherit;
    border-right-style: inherit;
    }
html .bt_bb_wrapper .bt_bb_separator_v2:where([style*=border-width]) {
    border-style: inherit;
    }

/* Legacy separator */
.bt_bb_separator {
    line-height: 0;
    display: block;
    clear: both;
    }
.bt_bb_separator:before,
.bt_bb_separator:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
    }
.bt_bb_separator:before {
    top: 0;
    bottom: 0;
    }
.bt_bb_separator.bt_bb_border_style_solid {
    border-bottom: 1px solid #ccc;
    }
.bt_bb_separator.bt_bb_border_style_dotted {
    border-bottom: 1px dotted #ccc;
    }
.bt_bb_separator.bt_bb_border_style_dashed {
    border-bottom: 1px dashed #ccc;
    }
body.logged-in.bt_bb_plugin_active:not(.bt_bb_fe_preview_toggle):not(.bt_bb_fe_preview_toggle) .bt_bb_separator:not(.btWithText):not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    }
.bt_bb_separator.bt_bb_bottom_spacing_extra_small {
    margin-bottom: .5em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_extra_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -.5em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_small {
    margin-bottom: 1em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -1em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_normal {
    margin-bottom: 2em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_normal.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -2em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 4em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_medium.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -4em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_large {
    margin-bottom: 8em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -8em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
    margin-bottom: 16em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_extra_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -16em;
    }
.bt_bb_separator.bt_bb_top_spacing_extra_small {
    margin-top: .5em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_extra_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -.5em;
    }
.bt_bb_separator.bt_bb_top_spacing_small {
    margin-top: 1em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -1em;
    }
.bt_bb_separator.bt_bb_top_spacing_normal {
    margin-top: 2em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_normal.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -2em;
    }
.bt_bb_separator.bt_bb_top_spacing_medium {
    margin-top: 4em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_medium.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -4em;
    }
.bt_bb_separator.bt_bb_top_spacing_large {
    margin-top: 8em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -8em;
    }
.bt_bb_separator.bt_bb_top_spacing_extra_large {
    margin-top: 16em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_extra_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -16em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_0 {
    margin-bottom: 0;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -0px;
    }
.bt_bb_separator.bt_bb_top_spacing_0 {
    margin-top: 0;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -0px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_5 {
    margin-bottom: 5px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -5px;
    }
.bt_bb_separator.bt_bb_top_spacing_5 {
    margin-top: 5px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -5px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_10 {
    margin-bottom: 10px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -10px;
    }
.bt_bb_separator.bt_bb_top_spacing_10 {
    margin-top: 10px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -10px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_15 {
    margin-bottom: 15px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -15px;
    }
.bt_bb_separator.bt_bb_top_spacing_15 {
    margin-top: 15px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -15px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_20 {
    margin-bottom: 20px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -20px;
    }
.bt_bb_separator.bt_bb_top_spacing_20 {
    margin-top: 20px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -20px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_25 {
    margin-bottom: 25px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -25px;
    }
.bt_bb_separator.bt_bb_top_spacing_25 {
    margin-top: 25px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -25px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_30 {
    margin-bottom: 30px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -30px;
    }
.bt_bb_separator.bt_bb_top_spacing_30 {
    margin-top: 30px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -30px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_35 {
    margin-bottom: 35px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -35px;
    }
.bt_bb_separator.bt_bb_top_spacing_35 {
    margin-top: 35px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -35px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_40 {
    margin-bottom: 40px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -40px;
    }
.bt_bb_separator.bt_bb_top_spacing_40 {
    margin-top: 40px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -40px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_45 {
    margin-bottom: 45px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -45px;
    }
.bt_bb_separator.bt_bb_top_spacing_45 {
    margin-top: 45px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -45px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_50 {
    margin-bottom: 50px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -50px;
    }
.bt_bb_separator.bt_bb_top_spacing_50 {
    margin-top: 50px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -50px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_55 {
    margin-bottom: 55px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -55px;
    }
.bt_bb_separator.bt_bb_top_spacing_55 {
    margin-top: 55px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -55px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_60 {
    margin-bottom: 60px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -60px;
    }
.bt_bb_separator.bt_bb_top_spacing_60 {
    margin-top: 60px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -60px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_65 {
    margin-bottom: 65px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -65px;
    }
.bt_bb_separator.bt_bb_top_spacing_65 {
    margin-top: 65px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -65px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_70 {
    margin-bottom: 70px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -70px;
    }
.bt_bb_separator.bt_bb_top_spacing_70 {
    margin-top: 70px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -70px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_75 {
    margin-bottom: 75px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -75px;
    }
.bt_bb_separator.bt_bb_top_spacing_75 {
    margin-top: 75px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -75px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_80 {
    margin-bottom: 80px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -80px;
    }
.bt_bb_separator.bt_bb_top_spacing_80 {
    margin-top: 80px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -80px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_85 {
    margin-bottom: 85px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -85px;
    }
.bt_bb_separator.bt_bb_top_spacing_85 {
    margin-top: 85px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -85px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_90 {
    margin-bottom: 90px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -90px;
    }
.bt_bb_separator.bt_bb_top_spacing_90 {
    margin-top: 90px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -90px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_95 {
    margin-bottom: 95px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -95px;
    }
.bt_bb_separator.bt_bb_top_spacing_95 {
    margin-top: 95px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -95px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_100 {
    margin-bottom: 100px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -100px;
    }
.bt_bb_separator.bt_bb_top_spacing_100 {
    margin-top: 100px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -100px;
    }

/* New separator */
.bt_bb_separator_v2 {
    line-height: 0;
    clear: both;
    border-bottom-color: currentColor;
    color: var(--primary-color);
    }
.bt_bb_separator_v2:before,
.bt_bb_separator_v2:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner {
    display: flex;
    align-items: center;
    gap: .5em;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    display: table;
    width: 100%;
    clear: both;
    flex: 1;
    opacity: .3;
    }
.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    display: none;
    }
.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: solid;
    }
.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: dotted;
    }
.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: dashed;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content {
    display: flex;
    align-items: center;
    gap: .25em;
    line-height: 0;
    height: 0;
    }
.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content {
    display: none;
    }
.bt_bb_icon_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: .75em;
    }
.bt_bb_icon_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 1em;
    }
.bt_bb_icon_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 1.5em;
    }
.bt_bb_icon_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 2em;
    }
.bt_bb_icon_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 3em;
    }
.bt_bb_text_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: .75em;
    }
.bt_bb_text_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1em;
    }
.bt_bb_text_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.25em;
    }
.bt_bb_text_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.5em;
    }
.bt_bb_text_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.75em;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 1px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 2px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 3px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 4px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 5px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 6px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 7px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 8px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 9px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 10px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 11px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 12px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 13px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 14px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 15px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 16px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 17px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 18px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 19px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 20px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 25px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 30px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 35px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 40px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 45px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 50px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 55px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 60px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 65px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 70px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 75px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 80px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 85px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 90px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 95px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 100px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_small {
    padding-bottom: .5em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_small {
    padding-bottom: 1em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_normal {
    padding-bottom: 2em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_medium {
    padding-bottom: 4em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_large {
    padding-bottom: 8em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_large {
    padding-bottom: 16em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_extra_small {
    padding-top: .5em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_small {
    padding-top: 1em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_normal {
    padding-top: 2em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_medium {
    padding-top: 4em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_large {
    padding-top: 8em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_extra_large {
    padding-top: 16em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_0 {
    padding-bottom: 0;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_0 {
    padding-top: 0;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_5 {
    padding-bottom: 5px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_5 {
    padding-top: 5px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_10 {
    padding-bottom: 10px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_10 {
    padding-top: 10px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_15 {
    padding-bottom: 15px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_15 {
    padding-top: 15px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_20 {
    padding-bottom: 20px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_20 {
    padding-top: 20px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_25 {
    padding-bottom: 25px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_25 {
    padding-top: 25px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_30 {
    padding-bottom: 30px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_30 {
    padding-top: 30px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_35 {
    padding-bottom: 35px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_35 {
    padding-top: 35px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_40 {
    padding-bottom: 40px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_40 {
    padding-top: 40px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_45 {
    padding-bottom: 45px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_45 {
    padding-top: 45px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_50 {
    padding-bottom: 50px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_50 {
    padding-top: 50px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_55 {
    padding-bottom: 55px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_55 {
    padding-top: 55px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_60 {
    padding-bottom: 60px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_60 {
    padding-top: 60px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_65 {
    padding-bottom: 65px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_65 {
    padding-top: 65px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_70 {
    padding-bottom: 70px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_70 {
    padding-top: 70px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_75 {
    padding-bottom: 75px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_75 {
    padding-top: 75px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_80 {
    padding-bottom: 80px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_80 {
    padding-top: 80px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_85 {
    padding-bottom: 85px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_85 {
    padding-top: 85px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_90 {
    padding-bottom: 90px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_90 {
    padding-top: 90px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_95 {
    padding-bottom: 95px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_95 {
    padding-top: 95px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_100 {
    padding-bottom: 100px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_100 {
    padding-top: 100px;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-color: var(--secondary-color);
    }
.bt_bb_headline {
    color: var(--primary-color);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_right.bt_bb_headline,
.bt_bb_align_right .bt_bb_headline {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_left.bt_bb_headline,
.bt_bb_align_left .bt_bb_headline {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_center.bt_bb_headline,
.bt_bb_align_center .bt_bb_headline {
    text-align: center;
    }
.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6,
.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_headline span.bt_bb_headline_tag {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    overflow-wrap: inherit;
    }
.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h6,
.bt_bb_size_extrasmall.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_size_extrasmall.bt_bb_headline span.bt_bb_headline_tag {
    font-size: 1rem;
    }
.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h6,
.bt_bb_size_small.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_size_small.bt_bb_headline span.bt_bb_headline_tag {
    font-size: 1.5rem;
    }
.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6,
.bt_bb_size_medium.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_size_medium.bt_bb_headline span.bt_bb_headline_tag {
    font-size: 2rem;
    }
.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6,
.bt_bb_size_normal.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_size_normal.bt_bb_headline span.bt_bb_headline_tag {
    font-size: 2.5rem;
    }
.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6,
.bt_bb_size_large.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_size_large.bt_bb_headline span.bt_bb_headline_tag {
    font-size: 3rem;
    }
.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6,
.bt_bb_size_extralarge.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_size_extralarge.bt_bb_headline span.bt_bb_headline_tag {
    font-size: 3.5rem;
    }
.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6,
.bt_bb_size_huge.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_size_huge.bt_bb_headline span.bt_bb_headline_tag {
    font-size: 5rem;
    }
.bt_bb_font_weight_normal.bt_bb_headline h1,
.bt_bb_font_weight_normal.bt_bb_headline h2,
.bt_bb_font_weight_normal.bt_bb_headline h3,
.bt_bb_font_weight_normal.bt_bb_headline h4,
.bt_bb_font_weight_normal.bt_bb_headline h5,
.bt_bb_font_weight_normal.bt_bb_headline h6,
.bt_bb_font_weight_normal.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_normal.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_headline h6,
.bt_bb_font_weight_bold.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_bold.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_headline h1,
.bt_bb_font_weight_bolder.bt_bb_headline h2,
.bt_bb_font_weight_bolder.bt_bb_headline h3,
.bt_bb_font_weight_bolder.bt_bb_headline h4,
.bt_bb_font_weight_bolder.bt_bb_headline h5,
.bt_bb_font_weight_bolder.bt_bb_headline h6,
.bt_bb_font_weight_bolder.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_bolder.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_headline h1,
.bt_bb_font_weight_lighter.bt_bb_headline h2,
.bt_bb_font_weight_lighter.bt_bb_headline h3,
.bt_bb_font_weight_lighter.bt_bb_headline h4,
.bt_bb_font_weight_lighter.bt_bb_headline h5,
.bt_bb_font_weight_lighter.bt_bb_headline h6,
.bt_bb_font_weight_lighter.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_lighter.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_headline h1,
.bt_bb_font_weight_light.bt_bb_headline h2,
.bt_bb_font_weight_light.bt_bb_headline h3,
.bt_bb_font_weight_light.bt_bb_headline h4,
.bt_bb_font_weight_light.bt_bb_headline h5,
.bt_bb_font_weight_light.bt_bb_headline h6,
.bt_bb_font_weight_light.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_light.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_headline h1,
.bt_bb_font_weight_thin.bt_bb_headline h2,
.bt_bb_font_weight_thin.bt_bb_headline h3,
.bt_bb_font_weight_thin.bt_bb_headline h4,
.bt_bb_font_weight_thin.bt_bb_headline h5,
.bt_bb_font_weight_thin.bt_bb_headline h6,
.bt_bb_font_weight_thin.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_thin.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_headline h1,
.bt_bb_font_weight_100.bt_bb_headline h2,
.bt_bb_font_weight_100.bt_bb_headline h3,
.bt_bb_font_weight_100.bt_bb_headline h4,
.bt_bb_font_weight_100.bt_bb_headline h5,
.bt_bb_font_weight_100.bt_bb_headline h6,
.bt_bb_font_weight_100.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_100.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_headline h1,
.bt_bb_font_weight_200.bt_bb_headline h2,
.bt_bb_font_weight_200.bt_bb_headline h3,
.bt_bb_font_weight_200.bt_bb_headline h4,
.bt_bb_font_weight_200.bt_bb_headline h5,
.bt_bb_font_weight_200.bt_bb_headline h6,
.bt_bb_font_weight_200.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_200.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_headline h1,
.bt_bb_font_weight_300.bt_bb_headline h2,
.bt_bb_font_weight_300.bt_bb_headline h3,
.bt_bb_font_weight_300.bt_bb_headline h4,
.bt_bb_font_weight_300.bt_bb_headline h5,
.bt_bb_font_weight_300.bt_bb_headline h6,
.bt_bb_font_weight_300.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_300.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_headline h1,
.bt_bb_font_weight_400.bt_bb_headline h2,
.bt_bb_font_weight_400.bt_bb_headline h3,
.bt_bb_font_weight_400.bt_bb_headline h4,
.bt_bb_font_weight_400.bt_bb_headline h5,
.bt_bb_font_weight_400.bt_bb_headline h6,
.bt_bb_font_weight_400.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_400.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_headline h1,
.bt_bb_font_weight_500.bt_bb_headline h2,
.bt_bb_font_weight_500.bt_bb_headline h3,
.bt_bb_font_weight_500.bt_bb_headline h4,
.bt_bb_font_weight_500.bt_bb_headline h5,
.bt_bb_font_weight_500.bt_bb_headline h6,
.bt_bb_font_weight_500.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_500.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_headline h1,
.bt_bb_font_weight_600.bt_bb_headline h2,
.bt_bb_font_weight_600.bt_bb_headline h3,
.bt_bb_font_weight_600.bt_bb_headline h4,
.bt_bb_font_weight_600.bt_bb_headline h5,
.bt_bb_font_weight_600.bt_bb_headline h6,
.bt_bb_font_weight_600.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_600.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_headline h1,
.bt_bb_font_weight_700.bt_bb_headline h2,
.bt_bb_font_weight_700.bt_bb_headline h3,
.bt_bb_font_weight_700.bt_bb_headline h4,
.bt_bb_font_weight_700.bt_bb_headline h5,
.bt_bb_font_weight_700.bt_bb_headline h6,
.bt_bb_font_weight_700.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_700.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_headline h1,
.bt_bb_font_weight_800.bt_bb_headline h2,
.bt_bb_font_weight_800.bt_bb_headline h3,
.bt_bb_font_weight_800.bt_bb_headline h4,
.bt_bb_font_weight_800.bt_bb_headline h5,
.bt_bb_font_weight_800.bt_bb_headline h6,
.bt_bb_font_weight_800.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_800.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_headline h1,
.bt_bb_font_weight_900.bt_bb_headline h2,
.bt_bb_font_weight_900.bt_bb_headline h3,
.bt_bb_font_weight_900.bt_bb_headline h4,
.bt_bb_font_weight_900.bt_bb_headline h5,
.bt_bb_font_weight_900.bt_bb_headline h6,
.bt_bb_font_weight_900.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_font_weight_900.bt_bb_headline span.bt_bb_headline_tag {
    font-weight: 900;
    }
.bt_bb_text_transform_uppercase.bt_bb_headline h1,
.bt_bb_text_transform_uppercase.bt_bb_headline h2,
.bt_bb_text_transform_uppercase.bt_bb_headline h3,
.bt_bb_text_transform_uppercase.bt_bb_headline h4,
.bt_bb_text_transform_uppercase.bt_bb_headline h5,
.bt_bb_text_transform_uppercase.bt_bb_headline h6,
.bt_bb_text_transform_uppercase.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_text_transform_uppercase.bt_bb_headline span.bt_bb_headline_tag {
    text-transform: uppercase;
    }
.bt_bb_text_transform_lowercase.bt_bb_headline h1,
.bt_bb_text_transform_lowercase.bt_bb_headline h2,
.bt_bb_text_transform_lowercase.bt_bb_headline h3,
.bt_bb_text_transform_lowercase.bt_bb_headline h4,
.bt_bb_text_transform_lowercase.bt_bb_headline h5,
.bt_bb_text_transform_lowercase.bt_bb_headline h6,
.bt_bb_text_transform_lowercase.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_text_transform_lowercase.bt_bb_headline span.bt_bb_headline_tag {
    text-transform: lowercase;
    }
.bt_bb_text_transform_capitalize.bt_bb_headline h1,
.bt_bb_text_transform_capitalize.bt_bb_headline h2,
.bt_bb_text_transform_capitalize.bt_bb_headline h3,
.bt_bb_text_transform_capitalize.bt_bb_headline h4,
.bt_bb_text_transform_capitalize.bt_bb_headline h5,
.bt_bb_text_transform_capitalize.bt_bb_headline h6,
.bt_bb_text_transform_capitalize.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_text_transform_capitalize.bt_bb_headline span.bt_bb_headline_tag {
    text-transform: capitalize;
    }
.bt_bb_text_transform_initial.bt_bb_headline h1,
.bt_bb_text_transform_initial.bt_bb_headline h2,
.bt_bb_text_transform_initial.bt_bb_headline h3,
.bt_bb_text_transform_initial.bt_bb_headline h4,
.bt_bb_text_transform_initial.bt_bb_headline h5,
.bt_bb_text_transform_initial.bt_bb_headline h6,
.bt_bb_text_transform_initial.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_text_transform_initial.bt_bb_headline span.bt_bb_headline_tag {
    text-transform: initial;
    }
.bt_bb_text_transform_inherit.bt_bb_headline h1,
.bt_bb_text_transform_inherit.bt_bb_headline h2,
.bt_bb_text_transform_inherit.bt_bb_headline h3,
.bt_bb_text_transform_inherit.bt_bb_headline h4,
.bt_bb_text_transform_inherit.bt_bb_headline h5,
.bt_bb_text_transform_inherit.bt_bb_headline h6,
.bt_bb_text_transform_inherit.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_text_transform_inherit.bt_bb_headline span.bt_bb_headline_tag {
    text-transform: inherit;
    }
.bt_bb_text_transform_none.bt_bb_headline h1,
.bt_bb_text_transform_none.bt_bb_headline h2,
.bt_bb_text_transform_none.bt_bb_headline h3,
.bt_bb_text_transform_none.bt_bb_headline h4,
.bt_bb_text_transform_none.bt_bb_headline h5,
.bt_bb_text_transform_none.bt_bb_headline h6,
.bt_bb_text_transform_none.bt_bb_headline p.bt_bb_headline_tag,
.bt_bb_text_transform_none.bt_bb_headline span.bt_bb_headline_tag {
    text-transform: none;
    }
.bt_bb_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
    }
.bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
    box-shadow: none;
    }
.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    content: ' ';
    display: block;
    width: 4em;
    margin: .55em 0 .8em;
    border-style: solid;
    border-width: 0 0 2px;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    margin-right: auto;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    margin-left: auto;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    content: ' ';
    display: block;
    width: 2em;
    margin: 0 0 .4em;
    border-style: solid;
    border-width: 2px 0 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-right: auto;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-left: auto;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_headline .bt_bb_headline_content span {
    display: block;
    }
.bt_bb_headline .bt_bb_headline_content span:before,
.bt_bb_headline .bt_bb_headline_content span:after {
    clear: both;
    content: ' ';
    line-height: 0;
    display: table;
    width: 100%;
    }
.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
    display: block;
    margin-bottom: 1em;
    font-size: .5em;
    }
.bt_bb_superheadline_outside.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_headline_superheadline_outside .bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1rem;
    }
.bt_bb_superheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: normal;
    }
.bt_bb_superheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: bold;
    }
.bt_bb_superheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: bolder;
    }
.bt_bb_superheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
    }
.bt_bb_superheadline_font_weight_light.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
    }
.bt_bb_superheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
    }
.bt_bb_superheadline_font_weight_100.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
    }
.bt_bb_superheadline_font_weight_200.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
    }
.bt_bb_superheadline_font_weight_300.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
    }
.bt_bb_superheadline_font_weight_400.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
    }
.bt_bb_superheadline_font_weight_500.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 500;
    }
.bt_bb_superheadline_font_weight_600.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 600;
    }
.bt_bb_superheadline_font_weight_700.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 700;
    }
.bt_bb_superheadline_font_weight_800.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 800;
    }
.bt_bb_superheadline_font_weight_900.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 900;
    }
.bt_bb_superheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: uppercase;
    }
.bt_bb_superheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: lowercase;
    }
.bt_bb_superheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: capitalize;
    }
.bt_bb_superheadline_text_transform_initial.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: initial;
    }
.bt_bb_superheadline_text_transform_inherit.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: inherit;
    }
.bt_bb_superheadline_text_transform_none.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: none;
    }
.bt_bb_headline:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_headline .bt_bb_headline_subheadline {
    clear: both;
    }
.bt_bb_subheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: normal;
    }
.bt_bb_subheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: bold;
    }
.bt_bb_subheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: bolder;
    }
.bt_bb_subheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 300;
    }
.bt_bb_subheadline_font_weight_light.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 200;
    }
.bt_bb_subheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 100;
    }
.bt_bb_subheadline_font_weight_100.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 100;
    }
.bt_bb_subheadline_font_weight_200.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 200;
    }
.bt_bb_subheadline_font_weight_300.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 300;
    }
.bt_bb_subheadline_font_weight_400.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 400;
    }
.bt_bb_subheadline_font_weight_500.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 500;
    }
.bt_bb_subheadline_font_weight_600.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 600;
    }
.bt_bb_subheadline_font_weight_700.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 700;
    }
.bt_bb_subheadline_font_weight_800.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 800;
    }
.bt_bb_subheadline_font_weight_900.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 900;
    }
.bt_bb_subheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: uppercase;
    }
.bt_bb_subheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: lowercase;
    }
.bt_bb_subheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: capitalize;
    }
.bt_bb_subheadline_text_transform_initial.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: initial;
    }
.bt_bb_subheadline_text_transform_inheri.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: inherit;
    }
.bt_bb_subheadline_text_transform_none.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: none;
    }
.bt_bb_headline .bt_bb_headline_superheadline {
    color: var(--secondary-color);
    }
.bt_bb_text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    }
.bt_bb_image {
    display: block;
    overflow: hidden;
    }
.bt_bb_image > a,
.bt_bb_image > span {
    display: block;
    line-height: 0;
    box-shadow: none !important;
    }
.bt_bb_image img {
    display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
    }
.bt_bb_image figure {
    margin: 0;
    }
.bt_bb_image img[src$="svg"] {
    width: 100%;
    }
.bt_bb_image.bt_bb_shape_square {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_square img {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_square .bt_bb_image_content {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_hard-rounded {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded img {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content_flex {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_soft-rounded {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded img {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content_flex {
    border-radius: 5px;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
    float: left;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image + .bt_bb_image,
.bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_image + .bt_bb_image {
    margin-left: 1em;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center {
    margin: 0 auto;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
    float: right;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image + .bt_bb_image,
.bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_image + .bt_bb_image {
    margin-right: 1em;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center {
    margin: 0 auto;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image,
.bt_bb_align_center.bt_bb_image,
.bt_bb_align_center .bt_bb_image {
    float: none;
    display: flex;
    clear: both;
    justify-content: center;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image {
    display: inline-block;
    clear: none;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child {
    display: flex;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in > a,
.bt_bb_image.bt_bb_hover_style_to-grayscale > a,
.bt_bb_image.bt_bb_hover_style_from-grayscale > a,
.bt_bb_image.bt_bb_hover_style_zoom-in > span,
.bt_bb_image.bt_bb_hover_style_to-grayscale > span,
.bt_bb_image.bt_bb_hover_style_from-grayscale > span {
    display: block;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    transform: scale3d(1,1,1);
    }
.bt_bb_image.bt_bb_hover_style_zoom-in:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    transform: scale3d(1.1,1.1,1.1);
    }
.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }
.bt_bb_image.bt_bb_hover_style_to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.bt_bb_image.bt_bb_hover_style_from-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }
.bt_bb_image.bt_bb_hover_style_flip {
    perspective: 350px;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: visible;
    }
.bt_bb_image.bt_bb_hover_style_flip > a,
.bt_bb_image.bt_bb_hover_style_flip > span {
    transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip:hover > a,
.bt_bb_image.bt_bb_hover_style_flip:hover > span {
    transform-style: preserve-3d;
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_scroll {
    height: 300px;
    overflow: hidden;
    }
.bt_bb_image.bt_bb_hover_style_scroll img {
    transform: translateY(0);
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_5000.bt_bb_image.bt_bb_hover_style_scroll img {
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_4000.bt_bb_image.bt_bb_hover_style_scroll img {
    transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_3000.bt_bb_image.bt_bb_hover_style_scroll img {
    transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_2000.bt_bb_image.bt_bb_hover_style_scroll img {
    transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_1000.bt_bb_image.bt_bb_hover_style_scroll img {
    transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image.bt_bb_hover_style_scroll:hover img {
    transform: translateY(calc(-100% + 300px));
    }
.bt_bb_image.bt_bb_content_exists {
    position: relative;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image a,
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image span {
    display: inline-block;
    line-height: 0;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 1em;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
    width: 100%;
    display: block;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner * {
    pointer-events: all;
    }
.bt_bb_content_align_middle.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    align-items: center;
    }
.bt_bb_content_align_bottom.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    align-items: flex-end;
    }
.bt_bb_content_align_top.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    align-items: flex-start;
    }
.bt_bb_image:not(.bt_bb_content_exists) > span > img {
    pointer-events: none;
    }
.bt_bb_image.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    opacity: 0;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transform: scale3d(1,1,.99);
    }
.bt_bb_image.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    opacity: 1;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transform: scale3d(1,1,1);
    }
.bt_bb_image.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    transform: scale3d(1,1,1);
    opacity: 1;
    }
.bt_bb_image.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    opacity: 0;
    transform: scale3d(1,1,.99);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    transform: rotateY(0deg);
    transition: transform 650ms ease-in-out;
    }
:hover.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover > span {
    transition: transform 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover > span {
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    transform: rotateY(180deg);
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    transform: rotateY(0deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover > span {
    transition: transform 650ms ease-in-out;
    transform: rotateY(180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover > span {
    transform: rotateY(0deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    transform: rotateY(0deg);
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    transform: rotateY(-180deg);
    }
.bt_bb_image:not(.bt_bb_fe_editing) > .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_fe_before:not(:hover) {
    border: 0;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_fe_before {
    display: block;
    z-index: 16 !important;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_button .bt_bb_fe_before {
    z-index: 17 !important;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_icon .bt_bb_fe_before {
    z-index: 17 !important;
    }

/* Tmp 
.bt_bb_cell_inner {
	padding: 0 10%;
}*/
.bt_bb_service {
    display: inline-flex;
    max-width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-flow: row nowrap;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service,
.bt_bb_align_center.bt_bb_service,
.bt_bb_align_center .bt_bb_service {
    flex-flow: column nowrap;
    text-align: center;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.bt_bb_align_left.bt_bb_service,
.bt_bb_align_left .bt_bb_service,
.bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.bt_bb_align_right.bt_bb_service,
.bt_bb_align_right .bt_bb_service {
    flex-flow: row nowrap;
    text-align: initial;
    }
.rtl .bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.rtl .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_right .bt_bb_service {
    flex-flow: row-reverse nowrap;
    }
.bt_bb_service .bt_bb_icon_holder {
    transition: all 280ms ease;
    flex: 1 0 auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2;
    order: 1;
    text-decoration: none;
    order: 1;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_service .bt_bb_icon_holder {
    order: 2;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_service .bt_bb_icon_holder {
    order: 1;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_service .bt_bb_icon_holder {
    align-self: center;
    margin-bottom: .25em;
    }
.bt_bb_shape_square.bt_bb_service .bt_bb_icon_holder {
    border-radius: 0;
    }
.bt_bb_shape_round.bt_bb_service .bt_bb_icon_holder {
    border-radius: 5px;
    }
.bt_bb_shape_circle.bt_bb_service .bt_bb_icon_holder {
    border-radius: 50%;
    }
.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1em;
    }
.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.4em;
    }
.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.6em;
    }
.bt_bb_style_borderless.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 2em;
    }
.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.4em;
    }
.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.8em;
    }
.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.4em;
    }
.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.6em;
    }
.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 4em;
    }
.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.8em;
    }
.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder {
    border: none;
    width: auto;
    height: auto;
    line-height: 1;
    }
.bt_bb_service .bt_bb_service_content {
    flex: 1 1 auto;
    padding: 0 0 0 1em;
    order: 2;
    text-align: left;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title a {
    text-decoration: none;
    box-shadow: none;
    color: inherit;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_service .bt_bb_service_content {
    padding: 0 0 0 1em;
    order: 2;
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_service .bt_bb_service_content {
    padding: 0 1em 0 0;
    order: 1;
    text-align: right;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_service .bt_bb_service_content {
    flex-flow: column nowrap;
    text-align: center;
    width: 100%;
    order: 2;
    padding: 0;
    }
.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    background-color: transparent;
    }
.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    background-color: var(--primary-color,black);
    color: var(--secondary-color,white);
    }
.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder {
    box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    color: var(--primary-color,white);
    }
.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder {
    box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    background-color: var(--primary-color,transparent);
    color: var(--secondary-color,black);
    }
.bt_bb_service.bt_bb_style_borderless .bt_bb_icon_holder {
    color: var(--primary-color);
    }
.bt_bb_service.bt_bb_style_borderless:hover .bt_bb_icon_holder {
    color: var(--secondary-color);
    }
.bt_bb_tabs {
    position: relative;
    }
ul.bt_bb_tabs_header {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 0;
    }
ul.bt_bb_tabs_header li {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
    transition: all 300ms ease;
    }
ul.bt_bb_tabs_header li.on {
    cursor: auto;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_style_filled ul.bt_bb_tabs_header li {
    border-width: 0 0 0 1px;
    border-style: solid;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li:first-child,
.bt_bb_style_filled ul.bt_bb_tabs_header li:first-child {
    border-width: 0;
    }
ul.bt_bb_tabs_header li span {
    line-height: 1.15;
    display: inline-block;
    padding: 1em 2em;
    }
ul.bt_bb_tabs_header:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header,
.bt_bb_style_filled ul.bt_bb_tabs_header {
    border-width: 1px;
    border-style: solid;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li {
    border-bottom: 2px solid transparent;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li.on {
    border-color: black;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li:first-of-type span {
    padding-left: 0;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li:last-of-type span {
    padding-right: 0;
    }
.bt_bb_shape_rounded ul.bt_bb_tabs_header {
    border-radius: 5px;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header {
    border-radius: 50px;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header li:last-child span {
    padding-right: 2.5em;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header li:first-child span {
    padding-left: 2.5em;
    }
.bt_bb_tab_item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 1;
    display: block;
    position: relative;
    top: 0;
    }
.bt_bb_tab_item.has_bt_bb_image {
    position: absolute;
    }
.bt_bb_tab_item.on {
    visibility: visible;
    height: auto;
    position: relative;
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header {
    border-color: var(--tabs-primary-color,black);
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:hover,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li.on {
    border-color: var(--tabs-primary-color,black);
    color: var(--tabs-primary-color,black);
    background-color: transparent;
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li:hover,
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li.on,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li {
    background-color: var(--tabs-primary-color,black);
    color: var(--tabs-secondary-color,white);
    border-color: var(--tabs-primary-color,black);
    }
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: var(--tabs-secondary-color);
    }
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li.on {
    color: var(--tabs-primary-color,black);
    border-color: var(--tabs-primary-color,black);
    }
@media (max-width: 580px) {
ul.bt_bb_tabs_header {
    display: block;
    }
ul.bt_bb_tabs_header li {
    float: none;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_style_filled ul.bt_bb_tabs_header li {
    border-width: 1px 0 0;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header {
    border-radius: 20px;
    }
}

.bt_bb_accordion .bt_bb_accordion_item_content:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
    }
.bt_bb_accordion .bt_bb_accordion_item {
    border-style: solid;
    border-width: 0 1px 1px;
    overflow: hidden;
    }
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    padding: .7em 1em;
    font-size: 1.1em;
    line-height: 1.3;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    transition: color 300ms ease,background-color 300ms ease;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding: .5em 1em;
    display: none;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item:last-child .bt_bb_accordion_item_content {
    border-width: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
    display: block;
    }
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    }
.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 1px;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item {
    border-width: 0;
    }
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 5px 5px 0 0;
    }
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 20px 20px 0 0;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 0;
    border-radius: 0;
    }
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 5px 5px;
    }
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 20px 20px;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-width: 0;
    border-radius: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item {
    border-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item_title {
    border-color: var(--accordion-primary-color,black);
    color: var(--accordion-primary-color,black);
    background-color: transparent;
    }
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    color: var(--accordion-secondary-color,white);
    background-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title {
    color: var(--accordion-secondary-color,white);
    background-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    color: var(--accordion-primary-color,black);
    background-color: transparent;
    }
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title {
    color: var(--accordion-primary-color,black);
    border-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:hover,
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    color: var(--accordion-secondary-color,white);
    border-color: var(--accordion-secondary-color,white);
    }
.bt_bb_video {
    display: block;
    position: relative;
    --bt-bb-video-aspect-ratio: 16/9;
    padding-bottom: calc(100% * 1 / (var(--bt-bb-video-aspect-ratio)));
    overflow: hidden;
    }
.bt_bb_video > .wp-video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    }
.bt_bb_video > .wp-video .mejs-container.mejs-video {
    width: 100% !important;
    height: 100% !important;
    }
.bt_bb_video iframe,
.bt_bb_video .mejs-container {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }
.bt_bb_disable_controls_yes.bt_bb_video .mejs-controls {
    display: none !important;
    }
.slick-slider:not(.slick-initialized) {
    position: relative;
    width: 100%;
    min-height: 200px;
    }
.slick-slider:not(.slick-initialized) .bt_bb_content_slider_item {
    position: absolute;
    left: auto;
    right: auto;
    opacity: 0;
    }
.slick-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    }
.bt_bb_show_dots_below .slick-slider {
    overflow: initial;
    }
.slick-slider .slick-autoplay-toggle-button {
    display: none;
    }
.slick-slider .slick-list {
    width: auto;
    }
.slick-slider .slick-list .slick-slide .bt_bb_content_slider_item_content {
    width: 100%;
    }
.bt_bb_height_auto .slick-slider .slick-slide {
    width: 100%;
    }
.bt_bb_height_auto .slick-slider .slick-slide img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
    }
.bt_bb_height_full_screen .slick-slider .slick-slide {
    height: 100vh;
    }
.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    }
.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide > div {
    flex: 1 1 100%;
    }
.bt_bb_height_half_screen .slick-slider .slick-slide {
    height: 50vh;
    }
.bt_bb_height_half_screen .slick-slider .slick-list {
    height: 50vh !important;
    }
.bt_bb_height_keep-height .slick-slider .slick-slide {
    display: flex;
    align-items: center;
    }
.bt_bb_height_full_screen .slick-slider .slick-slide,
.bt_bb_height_half_screen .slick-slider .slick-slide {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.bt_bb_slider.bt_bb_use_lightbox .slick-slider .slick-slide {
    cursor: zoom-in;
    }
.bt_bb_gap_small .slick-list {
    margin: 0 -.25rem;
    }
.bt_bb_gap_small .slick-list .slick-slide .content {
    padding: 0 .25rem;
    }
.bt_bb_gap_normal .slick-list {
    margin: 0 -.5rem;
    }
.bt_bb_gap_normal .slick-list .slick-slide .content {
    padding: 0 .5rem;
    }
.bt_bb_gap_large .slick-list {
    margin: 0 -1rem;
    }
.bt_bb_gap_large .slick-list .slick-slide .content {
    padding: 0 1rem;
    }

/* Buttons */
button.slick-arrow {
    padding: 0;
    letter-spacing: initial;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    border-radius: 0;
    background-color: rgba(0,0,0,.7);
    cursor: pointer;
    outline: none;
    border: none;
    }
button.slick-arrow:hover {
    background-color: rgba(0,0,0,.95);
    }
button.slick-arrow:focus {
    outline: none;
    }
button.slick-arrow.slick-next {
    right: 0;
    }
button.slick-arrow.slick-next:before {
    content: '\e684';
    }
.rtl button.slick-arrow.slick-next {
    left: 0;
    right: auto;
    }
.rtl button.slick-arrow.slick-next:before {
    content: '\e686';
    }
button.slick-arrow.slick-prev {
    left: 0;
    }
button.slick-arrow.slick-prev:before {
    content: '\e686';
    }
.rtl button.slick-arrow.slick-prev {
    right: 0;
    left: auto;
    }
.rtl button.slick-arrow.slick-prev:before {
    content: '\e684';
    }
button.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: default;
    }
button.slick-arrow:before {
    color: #fff;
    display: block;
    font-size: 34px;
    font-family: Icon7Stroke;
    line-height: 44px;
    }
button.slick-arrow:hover,
button.slick-arrow:focus {
    text-decoration: none;
    }
.bt_bb_arrows_size_small button.slick-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    }
.bt_bb_arrows_size_small button.slick-arrow:before {
    font-size: 24px;
    line-height: 34px;
    }
.bt_bb_arrows_size_large button.slick-arrow {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    }
.bt_bb_arrows_size_large button.slick-arrow:before {
    font-size: 54px;
    line-height: 64px;
    }
.slick-list {
    width: 100%;
    position: relative;
    }
.slick-list .slick-slide {
    background-size: cover;
    }
.slick-dots {
    position: absolute;
    bottom: 1em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
    }
.bt_bb_show_dots_below .slick-dots {
    bottom: -2em;
    }
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
    transition: background-color 300ms ease;
    }
.slick-dots li.slick-active,
.slick-dots li:hover {
    background: white;
    }
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1em;
    height: 1em;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
    }

/* Overlay */
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] {
    position: relative;
    }
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    }
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] .bt_bb_content_slider_item_content {
    position: relative;
    z-index: 1;
    }
.bt_bb_content_slider_item[class*="dark_stripes"]:before {
    background-image: linear-gradient(to right top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_content_slider_item[class*="light_stripes"]:before {
    background-image: linear-gradient(to right top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_content_slider_item[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.5);
    }
.bt_bb_content_slider_item[class*="dark_solid"]:before {
    background-color: rgba(0,0,0,.5);
    }
.bt_bb_content_slider_item[class*="dark_gradient"]:before {
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    }
.bt_bb_content_slider_item[class*="light_gradient"]:before {
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    }

/* POST GRID */
.bt_bb_masonry_post_grid_content {
    transition: opacity 2s;
    }
.bt_bb_grid_container:after {
    content: '';
    display: block;
    clear: both;
    }
.bt_bb_grid_hide {
    opacity: 0;
    transition: opacity 0s;
    }
.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item {
    width: 100%;
    }
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item {
    width: 50%;
    }
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_21 {
    width: 100%;
    }
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item {
    width: 33.333333%;
    }
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_21 {
    width: 66.6666687%;
    }
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item {
    width: 25%;
    }
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_21 {
    width: 50%;
    }
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item {
    width: 20%;
    }
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_21 {
    width: 40%;
    }
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
    width: 16.666667%;
    }
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_21 {
    width: 33.333333%;
    }
@media screen and (max-width: 768px) {
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
    width: 100%;
    }
}

/* Post text content */
.bt_bb_grid_item_post_content {
    background: rgba(0,0,0,.05);
    padding: 1.5em 1em .5em;
    flex-grow: 1;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category {
    padding: 0 0 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
    display: block;
    background: rgba(0,0,0,.2);
    text-decoration: none;
    padding: 0 .75em;
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
    background: rgba(0,0,0,.1);
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
    padding: 0 0 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before {
    content: '\f133';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before {
    content: '\f2bd';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a {
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
    content: '\f0e6';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
    text-decoration: none;
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title + .bt_bb_grid_item_post_excerpt:not(:empty) {
    margin-top: 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
    margin-top: 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
    float: none;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item {
    overflow: hidden;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner_content {
    position: absolute;
    top: 0;
    left: 0;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner {
    overflow: hidden;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image {
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner:after {
    content: '';
    display: table;
    clear: both;
    }
.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content {
    margin-left: -1px;
    margin-top: -1px;
    width: calc(100% + 2px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    transform: translate(1px,1px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content {
    margin-left: -5px;
    margin-top: -5px;
    width: calc(100% + 10px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    transform: translate(5px,5px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content {
    margin-left: -20px;
    margin-top: -20px;
    width: calc(100% + 40px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    transform: translate(20px,20px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content {
    margin-left: -30px;
    margin-top: -30px;
    width: calc(100% + 60px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    transform: translate(30px,30px);
    }
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content {
    overflow: hidden;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content {
    margin: -1px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 1px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
    margin: -3px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 3px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content {
    margin: -20px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 20px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content {
    margin: -30px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 30px;
    }
.bt_bb_post_grid_filter {
    text-align: center;
    padding: 1em 2em;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
    display: inline-block;
    padding: 0 1em;
    margin: 0 1px;
    cursor: pointer;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover,
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active {
    background: rgba(0,0,0,.05);
    }
.bt_bb_post_grid_loader {
    margin: auto;
    border: .4em solid #f3f3f3;
    border-top: .4em solid #3498db;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    -webkit-animation: bt_bb_grid_animation 2s linear infinite;
    animation: bt_bb_grid_animation 2s linear infinite;
    display: none;
    }
@keyframes bt_bb_grid_animation {
0% {
    transform: rotate(0deg);
    }
100% {
    transform: rotate(360deg);
    }
}

.bt_bb_grid_item_post_thumbnail img {
    width: 100%;
    }
.mfp-container {
    background: rgba(0,0,0,.7);
    }

/* Image grid */
.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner_image {
    cursor: auto;
    }
.bt_bb_price_list {
    display: block;
    position: relative;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    border-color: var(--secondary-color,black);
    }
.bt_bb_price_list .bt_bb_price_list_title {
    font-size: 1.8em;
    line-height: 1.3;
    padding: 1rem 2rem;
    }
.bt_bb_price_list .bt_bb_price_list_subtitle {
    margin: 2rem 2rem 0;
    }
.bt_bb_price_list .bt_bb_price_list_price {
    margin: 2rem 2rem 0;
    display: inline-flex;
    }
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    font-size: 4em;
    line-height: 1;
    flex: 0 1 100%;
    }
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    font-size: 1.35em;
    line-height: 1;
    flex: 1 0 0%;
    }
.bt_bb_currency_position_right.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    order: 1;
    }
.bt_bb_price_list ul {
    clear: left;
    display: block;
    list-style: none;
    margin: 0;
    padding: 2rem 0 0;
    }
.bt_bb_price_list ul:before {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_price_list ul li {
    display: block;
    margin: 0;
    padding: .7rem 2rem;
    border-width: 1px 0 0;
    border-style: solid;
    }
.bt_bb_price_list .bt_bb_price_list_title {
    color: var(--primary-color,white);
    background-color: var(--secondary-color,black);
    }
.bt_bb_price_list ul li {
    border-color: var(--secondary-color,black);
    }
.bt_bb_latest_posts_item {
    position: relative;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    overflow: hidden;
    margin: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
    display: block;
    max-width: none;
    width: 100%;
    }
.bt_bb_image_shape_rounded .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 5px;
    }
.bt_bb_image_shape_round .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 20px;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category {
    padding: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a {
    display: block;
    background: rgba(0,0,0,.2);
    text-decoration: none;
    padding: 0 .75em;
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a:hover {
    background: rgba(0,0,0,.1);
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 .6em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title a {
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta {
    padding: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before {
    content: '\f133';
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
    content: '\f2bd';
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
    content: '\f0e6';
    }
.bt_bb_latest_posts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    }
.bt_bb_latest_posts.bt_bb_columns_1 {
    display: block;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-grow: 1;
    flex-shrink: 1;
    }
.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 33.33%;
    max-width: 33.33%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 16.66%;
    max-width: 16.66%;
    }

/*@for i in range(0, 10) {
	.bt_bb_latest_posts.bt_bb_gap_#(i) {
		margin: 0 -#(i)px;
		.bt_bb_latest_posts_item { padding: 0 #(i)px #(i)px;}
		&.bt_bb_columns_1 .bt_bb_latest_posts_item {padding: 0 0 #(i)px;}
	}
}*/
.bt_bb_latest_posts {
    margin: -1em -1em 0;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    padding: 2em 1em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_small {
    margin: -.5em -.5em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_small .bt_bb_latest_posts_item {
    padding: 1em .5em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap {
    margin: 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item {
    padding: 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_title,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_category,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_date,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_excerpt {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_latest_posts.bt_bb_gap_large {
    margin: -2em -2em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_large .bt_bb_latest_posts_item {
    padding: 4em 2em 0;
    }
@media (max-width: 992px) {
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 33.33%;
    max-width: 33.33%;
    }
}

@media (max-width: 480px) {
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 50%;
    max-width: 50%;
    }
}

@media (max-width: 370px) {
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    flex-basis: 100%;
    }
}

.bt_bb_custom_menu > div {
    display: flex;
    }
.bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li {
    display: inline-block;
    float: left;
    padding: 0 .25em;
    }
.rtl .bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li {
    float: right;
    }
.bt_bb_font_weight_normal.bt_bb_custom_menu {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_custom_menu {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_custom_menu {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_custom_menu {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_custom_menu {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_custom_menu {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_custom_menu {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_custom_menu {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_custom_menu {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_custom_menu {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_custom_menu {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_custom_menu {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_custom_menu {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_custom_menu {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_custom_menu {
    font-weight: 900;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_left .bt_bb_align_center .bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_align_center .bt_bb_custom_menu div ul,
.bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_custom_menu div ul {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_left .bt_bb_align_center .bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_align_center .bt_bb_custom_menu > div,
.bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_custom_menu > div {
    justify-content: center;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_left .bt_bb_align_right .bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_align_right .bt_bb_custom_menu div ul,
.bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_custom_menu div ul {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_left .bt_bb_align_right .bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_align_right .bt_bb_custom_menu > div,
.bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_custom_menu > div {
    justify-content: flex-end;
    }
.bt_bb_progress_bar {
    overflow: hidden;
    position: relative;
    }
.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    padding: .5em 1em;
    z-index: 1;
    transition: transform 500ms ease;
    transform: translateX(-99.9%);
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    transform: translateX(0%);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: center;
    }
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_inner {
    border-radius: 5px;
    }
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar {
    border-radius: 5px;
    }
.bt_bb_size_small.bt_bb_progress_bar {
    font-size: .9em;
    }
.bt_bb_size_small.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    padding: .3em .5em;
    }
.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: black;
    border: 1px solid black;
    }
.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: black;
    border-bottom: 2px solid black;
    }
.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: white;
    background: black;
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    float: right;
    transform: translateX(99.9%);
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    transform: translateX(0%);
    }
.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_bg,
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg {
    background: var(--secondary-color);
    }
.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner,
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    border-color: var(--primary-color);
    color: var(--primary-color);
    }
.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_bg {
    background: var(--primary-color);
    }
.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_inner {
    background: var(--secondary-color);
    color: var(--primary-color);
    }
.bt_bb_progress_bar:nth-child(1) .bt_bb_progress_bar_inner {
    transition-delay: 300ms;
    }
.bt_bb_progress_bar:nth-child(2) .bt_bb_progress_bar_inner {
    transition-delay: 400ms;
    }
.bt_bb_progress_bar:nth-child(3) .bt_bb_progress_bar_inner {
    transition-delay: 500ms;
    }
.bt_bb_progress_bar:nth-child(4) .bt_bb_progress_bar_inner {
    transition-delay: 600ms;
    }
.bt_bb_progress_bar:nth-child(5) .bt_bb_progress_bar_inner {
    transition-delay: 700ms;
    }
.bt_bb_progress_bar:nth-child(6) .bt_bb_progress_bar_inner {
    transition-delay: 800ms;
    }
.bt_bb_progress_bar:nth-child(7) .bt_bb_progress_bar_inner {
    transition-delay: 900ms;
    }
.bt_bb_progress_bar:nth-child(8) .bt_bb_progress_bar_inner {
    transition-delay: 1000ms;
    }
.bt_bb_progress_bar:nth-child(9) .bt_bb_progress_bar_inner {
    transition-delay: 1100ms;
    }
.bt_bb_progress_bar:nth-child(10) .bt_bb_progress_bar_inner {
    transition-delay: 1200ms;
    }
.bt_bb_progress_bar:nth-child(11) .bt_bb_progress_bar_inner {
    transition-delay: 1300ms;
    }
.bt_bb_progress_bar:nth-child(12) .bt_bb_progress_bar_inner {
    transition-delay: 1400ms;
    }
.bt_bb_progress_bar:nth-child(13) .bt_bb_progress_bar_inner {
    transition-delay: 1500ms;
    }
.bt_bb_progress_bar:nth-child(14) .bt_bb_progress_bar_inner {
    transition-delay: 1600ms;
    }
.bt_bb_progress_bar:nth-child(15) .bt_bb_progress_bar_inner {
    transition-delay: 1700ms;
    }
.bt_bb_progress_bar:nth-child(16) .bt_bb_progress_bar_inner {
    transition-delay: 1800ms;
    }
.bt_bb_progress_bar:nth-child(17) .bt_bb_progress_bar_inner {
    transition-delay: 1900ms;
    }
.bt_bb_progress_bar:nth-child(18) .bt_bb_progress_bar_inner {
    transition-delay: 2000ms;
    }
.bt_bb_progress_bar:nth-child(19) .bt_bb_progress_bar_inner {
    transition-delay: 2100ms;
    }
.bt_bb_progress_bar:nth-child(20) .bt_bb_progress_bar_inner {
    transition-delay: 2200ms;
    }
.bt_bb_progress_bar_text:empty:before {
    content: '\00a0';
    }

/*.bt_bb_google_maps {
	&.bt_bb_google_maps_with_content {
		position: relative;
		.bt_bb_google_maps_map {
			position: absolute;
			left: 0;
			right: 0;
			top: 1;
			bottom: 0;
			height: 100% !important;
			width: 100% !important;
		}
	}
	.bt_bb_google_maps_content {
		position: relative;
		display: none;
		pointer-events: none;
		.bt_bb_google_maps_with_content& {
			display: block;
		}
		.bt_bb_google_maps_no_overlay&, .bt_bb_google_maps_no_overlay.bt_bb_google_maps_with_content& {
			opacity: 0;
		}
		.bt_bb_google_maps_content_wrapper {
			display: flex;
			overflow: hidden;
			margin: 1em;
			width: 30%;
			.bt_bb_google_maps_location {
				background: white;
				padding: 1em;
				opacity: 0;
				flex: 0 0 100%;
				transition: opacity 300ms ease;
				order: 1;
				pointer-events: none;
				&.bt_bb_google_maps_location_without_content {
					visibility: hidden;
				}
				&.bt_bb_google_maps_location_show {
					opacity: 1;
					order: 0;
					pointer-events: all;
				}
			}			
		}
	}
}

@media (max-width: 768px) {
	.bt_bb_google_maps  .bt_bb_google_maps_content  .bt_bb_google_maps_content_wrapper {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_map {
		height: 250px !important;
		position: relative;
	}
	.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
		width: 100%;
		margin: 0;
	}
}

*/
.bt_bb_map {
    position: relative;
    }
.bt_bb_map.bt_bb_map_with_content:not(.bt_bb_map_type_static) .bt_bb_map_map {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }
.bt_bb_map .bt_bb_map_content {
    position: relative;
    display: none;
    pointer-events: none;
    }
.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    display: block;
    }
.bt_bb_map_type_static.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }
.bt_bb_map_no_overlay.bt_bb_map .bt_bb_map_content,
.bt_bb_map_no_overlay.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    opacity: 0;
    visibility: hidden;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
    display: flex;
    overflow: hidden;
    padding: 1em;
    width: 30%;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location {
    background: white;
    padding: 1em;
    opacity: 0;
    visibility: hidden;
    flex: 0 0 100%;
    transition: opacity 300ms ease;
    order: 1;
    pointer-events: none;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_without_content {
    visibility: hidden;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_show {
    opacity: 1;
    visibility: visible;
    order: 0;
    pointer-events: all;
    }
@media (max-width: 768px) {
.bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper {
    width: 50%;
    }
}

@media (max-width: 640px) {
.bt_bb_map.bt_bb_map_with_content:not(.bt_bb_map_type_static) .bt_bb_map_map {
    height: 600px !important;
    position: relative;
    }
.bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper {
    width: 100%;
    margin: 0;
    }
.bt_bb_map_type_static.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    position: relative;
    }
}

/*.mapscroll-wrap {
	width: 100% !important;
}

.mapscroll-button {
	right: 24px !important;
}*/
/* CALCULATOR */
.bt_bb_cost_calculator .bt_bb_cost_calculator_item {
    margin: 0 0 1em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
    padding: .625em .4375em;
    line-height: 1.1;
    border: 1px solid grey;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_cost_calculator_item_title {
    margin: 0 0 .3em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text {
    flex: 5 1 auto;
    background: #ddd;
    color: #000;
    padding: .8em 1.25em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount {
    flex: 0 0 auto;
    background-color: #333;
    font-weight: 700;
    color: #fff;
    padding: .8em 2em;
    }

/* CALCULATOR - SELECT */
.bt_bb_widget_select {
    cursor: pointer;
    position: relative;
    }
.bt_bb_widget_select_selected {
    border: 1px solid #666;
    line-height: 1.1;
    padding: .625em .4375em;
    }
.bt_bb_widget_select_selected > div:first-child {
    font-weight: 700;
    }
.bt_bb_widget_select_selected > div:last-child {
    margin-top: .5em;
    font-size: .875em;
    }
.bt_bb_widget_select_items {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    border: 1px solid #666;
    margin: .2em 0 0;
    background-color: #fff;
    color: #000;
    }
.bt_bb_widget_select_items > div[data-value] {
    line-height: 1.25;
    padding: .625em .4375em;
    }
.bt_bb_widget_select_items > div[data-value] > div:first-child {
    font-weight: 700;
    }
.bt_bb_widget_select_items > div[data-value] > div:last-child {
    margin-top: .5em;
    font-size: .875em;
    }
.bt_bb_widget_select_items > div[data-value="0"] {
    display: none;
    }
.bt_bb_widget_select_items > div:hover {
    background: rgba(0,0,0,.1);
    }

/* CALCULATOR - SWITCH */
.bt_bb_widget_switch {
    height: 1.5em;
    width: 3em;
    background: #ddd;
    border-radius: 1em;
    cursor: pointer;
    }
.bt_bb_widget_switch.on {
    background: #666;
    }
.bt_bb_widget_switch > div {
    height: 1.5em;
    width: 1.5em;
    background: white;
    border-radius: 1em;
    border: .2em solid #666;
    transition: transform .2s;
    }
.on.bt_bb_widget_switch > div {
    transform: translateX(1.5em);
    }
.animate {
    transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    transition-delay: 200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    transition-delay: 200ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(1) {
    transition-delay: 300ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(2) {
    transition-delay: 400ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(3) {
    transition-delay: 500ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(4) {
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(5) {
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(6) {
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(7) {
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(8) {
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(9) {
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(10) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(11) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(12) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(13) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(14) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(15) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(16) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(17) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(18) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(19) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(20) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    transition-delay: 400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    transition-delay: 400ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(1) {
    transition-delay: 500ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(2) {
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(3) {
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(4) {
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(5) {
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(6) {
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(7) {
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(8) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(9) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(10) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(11) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(12) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(13) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(14) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(15) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(16) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(17) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(18) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(19) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(20) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    transition-delay: 600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(1) {
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(2) {
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(3) {
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(4) {
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(5) {
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(6) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(7) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(8) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(9) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(10) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(11) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(12) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(13) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(14) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(15) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(16) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(17) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(18) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(19) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(20) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    transition-delay: 800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(1) {
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(2) {
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(3) {
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(4) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(5) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(6) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(7) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(8) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(9) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(10) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(11) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(12) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(13) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(14) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(15) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(16) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(17) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(18) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(19) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(20) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    transition-delay: 1000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(1) {
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(2) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(3) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(4) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(5) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(6) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(7) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(8) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(9) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(10) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(11) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(12) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(13) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(14) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(15) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(16) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(17) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(18) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(19) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(20) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    transition-delay: 1200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(1) {
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(2) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(3) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(4) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(5) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(6) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(7) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(8) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(9) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(10) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(11) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(12) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(13) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(14) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(15) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(16) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(17) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(18) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(19) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(20) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    transition-delay: 1400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(1) {
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(2) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(3) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(4) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(5) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(6) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(7) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(8) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(9) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(10) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(11) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(12) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(13) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(14) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(15) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(16) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(17) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(18) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(19) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(20) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    transition-delay: 1600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(1) {
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(2) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(3) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(4) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(5) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(6) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(7) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(8) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(9) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(10) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(11) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(12) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(13) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(14) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(15) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(16) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(17) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(18) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(19) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(20) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    transition-delay: 1800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(1) {
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(2) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(3) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(4) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(5) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(6) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(7) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(8) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(9) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(10) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(11) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(12) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(13) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(14) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(15) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(16) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(17) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(18) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(19) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(20) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    transition-delay: 2000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(1) {
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(2) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(3) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(4) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(5) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(6) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(7) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(8) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(9) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(10) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(11) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(12) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(13) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(14) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(15) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(16) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(17) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(18) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(19) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(20) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    transition-delay: 2200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(1) {
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(2) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(3) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(4) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(5) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(6) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(7) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(8) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(9) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(10) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(11) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(12) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(13) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(14) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(15) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(16) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(17) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(18) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(19) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(20) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12) {
    transition-delay: 2400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12) {
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(1) {
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(2) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(3) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(4) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(5) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(6) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(7) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(8) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(9) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(10) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(11) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(12) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(13) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(14) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(15) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(16) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(17) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(18) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(19) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(20) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    transition-delay: 2600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(1) {
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(2) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(3) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(4) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(5) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(6) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(7) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(8) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(9) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(10) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(11) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(12) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(13) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(14) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(15) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(16) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(17) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(18) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(19) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(20) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    transition-delay: 2800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(1) {
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(2) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(3) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(4) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(5) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(6) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(7) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(8) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(9) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(10) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(11) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(12) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(13) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(14) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(15) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(16) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(17) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(18) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(19) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(20) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    transition-delay: 3000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(1) {
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(2) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(3) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(4) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(5) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(6) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(7) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(8) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(9) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(10) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(11) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(12) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(13) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(14) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(15) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(16) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(17) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(18) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(19) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(20) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    transition-delay: 3200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(1) {
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(2) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(3) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(4) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(5) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(6) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(7) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(8) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(9) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(10) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(11) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(12) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(13) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(14) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(15) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(16) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(17) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(18) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(19) {
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(20) {
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17) {
    transition-delay: 3400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17) {
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(1) {
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(2) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(3) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(4) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(5) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(6) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(7) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(8) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(9) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(10) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(11) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(12) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(13) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(14) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(15) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(16) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(17) {
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(18) {
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(19) {
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(20) {
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    transition-delay: 3600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(1) {
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(2) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(3) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(4) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(5) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(6) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(7) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(8) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(9) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(10) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(11) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(12) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(13) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(14) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(15) {
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(16) {
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(17) {
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(18) {
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(19) {
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(20) {
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    transition-delay: 3800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(1) {
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(2) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(3) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(4) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(5) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(6) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(7) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(8) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(9) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(10) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(11) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(12) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(13) {
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(14) {
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(15) {
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(16) {
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(17) {
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(18) {
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(19) {
    transition-delay: 5700ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(20) {
    transition-delay: 5800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
    transition-delay: 4000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(1) {
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(2) {
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(3) {
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(4) {
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(5) {
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(6) {
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(7) {
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(8) {
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(9) {
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(10) {
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(11) {
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(12) {
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(13) {
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(14) {
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(15) {
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(16) {
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(17) {
    transition-delay: 5700ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(18) {
    transition-delay: 5800ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(19) {
    transition-delay: 5900ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(20) {
    transition-delay: 6000ms;
    }
.animate.bt_bb_section,
.animate.btArticleListItem {
    transition-delay: 200ms;
    }
.animate.bt_bb_section {
    transition-delay: 200ms;
    }

/* Fade In */
.bt_bb_animation_fade_in {
    opacity: 0;
    }
.bt_bb_animation_fade_in.animated {
    opacity: 1;
    }

/* Move, Move & Fade */
.animate[class*="move_down"] {
    transform: translate3d(0,-30%,0);
    }
.animate[class*="move_down"].bt_bb_separator,
.animate[class*="move_down"].bt_bb_progress_bar,
.animate[class*="move_down"].bt_bb_countdown {
    transform: translate3d(0,-50px,0);
    }
.animate[class*="move_up"] {
    transform: translate3d(0,30px,0);
    }
.animate[class*="move_up"].bt_bb_separator,
.animate[class*="move_up"].bt_bb_progress_bar,
.animate[class*="move_up"].bt_bb_countdown {
    transform: translate3d(0,50px,0);
    }
.animate[class*="move_left"] {
    transform: translate3d(30%,0,0);
    }
.animate[class*="move_left"].bt_bb_separator,
.animate[class*="move_left"].bt_bb_progress_bar,
.animate[class*="move_left"].bt_bb_countdown {
    transform: translate3d(50px,0,0);
    }
.animate[class*="move_right"] {
    transform: translate3d(-30%,0,0);
    }
.animate[class*="move_right"].bt_bb_separator,
.animate[class*="move_right"].bt_bb_progress_bar,
.animate[class*="move_right"].bt_bb_countdown {
    transform: translate3d(-50px,0,0);
    }
.animate[class*="move_right"].animated,
.animate[class*="move_left"].animated,
.animate[class*="move_up"].animated,
.animate[class*="move_down"].animated {
    transform: translate3d(0,0,0);
    }

/* Zoom in */
.animate[class*="zoom_in"] {
    transform: scale(.7);
    }
.animate[class*="zoom_out"] {
    transform: scale(1.3);
    }
.animate[class*="zoom_in"].animated,
.animate[class*="zoom_out"].animated {
    transform: scale(1);
    }

/*
@media (max-width: math($(gutterWidth) + 20)px) {
	.bt_bb_layout_boxed.bt_bb_section[class*="bt_bb_vertical_align_"] {
		> .bt_bb_port {
			.bt_bb_cell {
				flex: 1 1 100%;
			}
		}
	}
}*/
/* Counter  */
.bt_bb_counter_holder {
    font-size: 4em;
    height: 1.2em;
    line-height: 1.2;
    overflow: hidden;
    }
.bt_bb_counter_holder .bt_bb_counter {
    display: block;
    height: 1.2em;
    overflow: hidden;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit {
    display: inline-block;
    height: 1.2em;
    transition: all 1s ease 0s;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    display: block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    text-align: center;
    }
.bt_bb_counter_holder.bt_bb_size_xsmall {
    font-size: .8em;
    }
.bt_bb_counter_holder.bt_bb_size_small {
    font-size: 1em;
    }
.bt_bb_counter_holder.bt_bb_size_normal {
    font-size: 2em;
    }
.bt_bb_counter_holder.bt_bb_size_large {
    font-size: 3em;
    }
.bt_bb_counter_holder.bt_bb_size_xlarge {
    font-size: 4em;
    }

/* IE 10 hack*/
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.bt_bb_counter_holder {
		.bt_bb_counter {
			span.onedigit:not(.d:any(1,2,3,4,5,6,7,8,9,0)) {
				span.t {
					transform: translateY(-10em);
				}
			}
		}
	}
}*/
/* Edge hack*/
/*
@supports (-ms-ime-align:auto) {
	.bt_bb_counter_holder {
		.bt_bb_counter {
			span.onedigit:not(.d:any(1,2,3,4,5,6,7,8,9,0)) {
				span.t {
					transform: translateY(-10em);
				}
			}
		}
	}
}
*/
.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_avatar {
    display: inline;
    border-radius: 50%;
    }
.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_username {
    display: block;
    margin-bottom: 1em;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_item {
    display: inline-block;
    float: left;
    }
.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item {
    width: 100%;
    }
.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item:nth-child(1n + 1) {
    clear: both;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item {
    width: 33.333%;
    }
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1) {
    clear: both;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
    width: 25%;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
    clear: both;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item {
    width: 20%;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
    clear: both;
    }
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 16.666%;
    }
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
    clear: both;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner {
    margin: 0 -1em;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner .bt_bb_twitter_item {
    padding: 0 1em;
    }
@media (max-width: 1024px) {
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
    clear: initial;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
}

@media (max-width: 768px) {
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
    clear: initial;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
}

@media (max-width: 640px) {
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 100%;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
    clear: initial;
    }
}

.bt_bb_instagram .btInstaGrid span,
.widget_bt_bb_instagram .btInstaGrid span {
    width: 25%;
    float: left;
    padding: 0;
    }
.bt_bb_instagram .btInstaGrid span img,
.widget_bt_bb_instagram .btInstaGrid span img {
    width: 100%;
    }
.bt_bb_instagram .btInstaGrid span:nth-child(3n + 1),
.widget_bt_bb_instagram .btInstaGrid span:nth-child(3n + 1) {
    clear: none;
    }
.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid {
    margin-left: -1px;
    margin-top: -1px;
    }
.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid span {
    padding-left: 1px;
    padding-top: 1px;
    }
.bt_bb_instagram.bt_bb_gap_small .btInstaGrid {
    margin-left: -5px;
    margin-top: -5px;
    }
.bt_bb_instagram.bt_bb_gap_small .btInstaGrid span {
    padding-left: 5px;
    padding-top: 5px;
    }
.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid {
    margin-left: -.5em;
    margin-top: -.5em;
    }
.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid span {
    padding-left: .5em;
    padding-top: .5em;
    }
.bt_bb_instagram.bt_bb_gap_large .btInstaGrid {
    margin-left: -1em;
    margin-top: -1em;
    }
.bt_bb_instagram.bt_bb_gap_large .btInstaGrid span {
    padding-left: 1em;
    padding-top: 1em;
    }
.bt_bb_instagram.bt_bb_columns_1 .btInstaGrid span {
    width: 100%;
    }
.bt_bb_instagram.bt_bb_columns_2 .btInstaGrid span {
    width: 50%;
    }
.bt_bb_instagram.bt_bb_columns_3 .btInstaGrid span {
    width: 33.333333%;
    }
.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
    width: 25%;
    }
.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
    width: 20%;
    }
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
    width: 16.666666%;
    }
@media (max-width: 768px) {
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
    width: 33.33333%;
    }
.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
    width: 50%;
    }
}

@media (max-width: 640px) {
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span,
.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
    width: 50%;
    }
}

.sidebar .widget_bt_bb_recent_posts ul,
.btSidebar .widget_bt_bb_recent_posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li {
    margin: 0 0 1.75em;
    }
.sidebar .widget_bt_bb_recent_posts ul li:last-child,
.btSidebar .widget_bt_bb_recent_posts ul li:last-child {
    margin: 0;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget {
    display: flex;
    align-items: center;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    flex: 0 0 30%;
    padding-right: 10px;
    }
.rtl .sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.rtl .btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    padding-right: 0;
    padding-left: 10px;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText {
    flex: 0 0 70%;
    overflow: hidden;
    }
.sidebar .widget_bt_bb_recent_comments ul,
.btSidebar .widget_bt_bb_recent_comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.sidebar .widget_bt_bb_recent_comments ul h5,
.sidebar .widget_bt_bb_recent_comments ul .posted,
.btSidebar .widget_bt_bb_recent_comments ul h5,
.btSidebar .widget_bt_bb_recent_comments ul .posted {
    margin: 0;
    }
.sidebar .widget_bt_bb_recent_comments ul li,
.btSidebar .widget_bt_bb_recent_comments ul li {
    margin: 0 0 1.75em;
    }
.sidebar .widget_bt_bb_recent_comments ul li:last-child,
.btSidebar .widget_bt_bb_recent_comments ul li:last-child {
    margin: 0;
    }
.sidebar .btIconWidget,
.btSidebar .btIconWidget {
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
    margin: 0 0 1em;
    }
.sidebar .btIconWidget .btIconWidgetIcon,
.btSidebar .btIconWidget .btIconWidgetIcon {
    flex: 0 1% 0;
    padding: 0 .2em 0 0;
    font-size: 3em;
    line-height: 1;
    }
.rtl .sidebar .btIconWidget .btIconWidgetIcon,
.rtl .btSidebar .btIconWidget .btIconWidgetIcon {
    padding: 0 0 0 .2em;
    }
.sidebar .btIconWidget .btIconWidgetContent,
.btSidebar .btIconWidget .btIconWidgetContent {
    flex: 1 1 0%;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    }
.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText {
    display: block;
    }
.btCounterHolder {
    font-size: 3rem;
    line-height: 0;
    font-weight: 300;
    }
.btCounterHolder .btCounter {
    display: block;
    height: 3rem;
    overflow: hidden;
    }
.btCounterHolder span.onedigit {
    display: inline-block;
    height: 3rem;
    transition: all 1s ease 0s;
    }
.btCounterHolder span.onedigit span {
    display: block;
    position: relative;
    height: 3rem;
    text-align: center;
    }
.btCounterHolder .btCountdownHolder {
    overflow: auto;
    padding: 0 15%;
    }
.btCounterHolder .btCountdownHolder > span {
    vertical-align: top;
    display: inline-block;
    padding: 0 0 5px;
    }
.btCounterHolder .btCountdownHolder > span > span {
    display: inline-block;
    }
.btCounterHolder .btCountdownHolder > span > span > span {
    display: block;
    width: .67em;
    text-align: inherit;
    transition: transform 0ms ease-out;
    transform: translateY(-3rem);
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
    }
.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
    position: relative;
    margin: 0;
    float: left;
    width: 25%;
    }
.btCounterHolder .btCountdownHolder span[class$="_text"] {
    position: relative;
    display: block;
    text-align: inherit;
    font-size: .8rem;
    line-height: 1;
    padding: 1rem 0 0;
    margin: .5rem 0 0;
    text-transform: uppercase;
    }
.btCounterHolder .btCountdownHolder span[class^="n"],
.btCounterHolder .btCountdownHolder .days span:not(.days_text) {
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
    }
.btCounterHolder .btCountdownHolder span[class$="_text"] > span {
    height: auto !important;
    transform: none !important;
    font-size: 1em;
    line-height: 1.2 !important;
    }
.btCounterHolder .btCountdownHolder span.separator {
    display: none;
    }
.btCounterHolder .btCountdownHolder .days_text span,
.btCounterHolder .btCountdownHolder .hours_text span,
.btCounterHolder .btCountdownHolder .minutes_text span,
.btCounterHolder .btCountdownHolder .seconds_text span {
    width: auto !important;
    transform: translate(-50%,-.1em) !important;
    }
.btCounterHolder .btCountdownHolder .countdown_anim {
    transition: transform 200ms ease-out;
    transform: translateY(0);
    }
.btCounterHolder.btCounterLargeSize,
.btCounterHolder.bt_bb_size_large {
    font-size: 4.5rem;
    font-weight: 700;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder,
.btCounterHolder.bt_bb_size_large .btCountdownHolder {
    padding: 0 10%;
    }
.btCounterHolder.btCounterLargeSize .btCounter,
.btCounterHolder.bt_bb_size_large .btCounter {
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize span.onedigit,
.btCounterHolder.bt_bb_size_large span.onedigit {
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize span.onedigit span,
.btCounterHolder.bt_bb_size_large span.onedigit span {
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder > span > span > span,
.btCounterHolder.bt_bb_size_large .btCountdownHolder > span > span > span {
    transform: translateY(-4.5rem);
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder .countdown_anim,
.btCounterHolder.bt_bb_size_large .btCountdownHolder .countdown_anim {
    transition: transform 200ms ease-out;
    transform: translateY(0);
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder span[class^="n"],
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:first-child,
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:nth-child(2),
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:nth-child(3),
.btCounterHolder.bt_bb_size_large .btCountdownHolder span[class^="n"],
.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:first-child,
.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:nth-child(2),
.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:nth-child(3) {
    height: 4.5rem;
    }

/* CSS image grid */
.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    display: grid;
    }
.bt_bb_gap_no_gap.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 0;
    }
.bt_bb_gap_extrasmall.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 1px;
    }
.bt_bb_gap_small.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 5px;
    }
.bt_bb_gap_normal.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 20px;
    }
.bt_bb_gap_large.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 30px;
    }
.bt_bb_columns_1.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    display: flex;
    cursor: pointer;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner {
    display: flex;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image {
    display: flex;
    position: relative;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
    display: block;
    object-fit: cover;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    inset: 0;
    pointer-events: none;
    transition: 200ms ease all;
    opacity: 0;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    content: "\e618";
    display: flex;
    position: absolute;
    font-family: Icon7Stroke;
    color: #FFF;
    inset: 0;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    pointer-events: none;
    transition: 200ms ease all;
    opacity: 0;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/span 2;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/span 2;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    }
.bt_bb_shape_rounded.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    border-radius: 5px;
    overflow: hidden;
    }
.bt_bb_shape_round.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    border-radius: 20px;
    overflow: hidden;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before {
    opacity: .5;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    opacity: 1;
    }
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    cursor: unset;
    }
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before,
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    display: none;
    }
@media (max-width: 992px) {
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 768px) {
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

@media (max-width: 480px) {
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

/* CSS post / portfolio grid 
--------------------------------------------------- */
.bt_bb_css_post_grid {
    --accent-color: #0f0;
    --dark-color: #000;
    --light-color: #fff;
    --post-pf-grid-gap-small: .5em;
    --post-pf-grid-gap-normal: 1em;
    --post-pf-grid-gap-large: 2em;
    --post-pf-grid-title-lines: 2;
    --post-pf-grid-excerpt-lines: 3;
    --post-pf-grid-padding: 40px;
    --post-pf-soft-radius: 5px;
    --post-pf-hard-radius: 20px;
    }
.bt_bb_css_post_grid .bt_bb_post_grid_loader {
    margin-top: 2em;
    border: 3px solid rgba(0,0,0,.2);
    border-top: 3px solid var(--dark-color);
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content {
    display: grid;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content a {
    color: inherit;
    box-shadow: none;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content a:hover {
    color: inherit;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_sizer {
    display: none;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item {
    width: 100%;
    display: flex;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_grid_item {
    transition: 200ms ease all;
    }
.bt_bb_css_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner {
    border-radius: var(--post-pf-border-radius);
    overflow: hidden;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_button_holder {
    text-align: center;
    padding-top: 1em;
    display: none;
    }
.bt_bb_css_post_grid.bt_bb_auto_loading_load_more_loading.bt_bb_grid_first_load_passed .bt_bb_css_post_grid_button_holder {
    display: block;
    }
.bt_bb_css_post_grid.bt_bb_grid_loading.bt_bb_auto_loading_load_more_loading.bt_bb_grid_first_load_passed .bt_bb_css_post_grid_button_holder {
    display: none;
    }
.bt_bb_css_post_grid.bt_bb_columns_1 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(2))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(7))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_shape_square .bt_bb_grid_item {
    border-radius: 0;
    }
.bt_bb_css_post_grid.bt_bb_shape_rounded .bt_bb_grid_item {
    overflow: hidden;
    border-radius: var(--post-pf-soft-radius);
    }
.bt_bb_css_post_grid.bt_bb_shape_round .bt_bb_grid_item {
    overflow: hidden;
    border-radius: var(--post-pf-hard-radius);
    }
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_content {
    grid-gap: calc(var(--post-pf-grid-gap-small) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_button_holder {
    padding-top: calc(var(--post-pf-grid-gap-small) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_content {
    grid-gap: calc(var(--post-pf-grid-gap-normal) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_button_holder {
    padding-top: calc(var(--post-pf-grid-gap-normal) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_content {
    grid-gap: calc(var(--post-pf-grid-gap-large) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_button_holder {
    padding-top: calc(var(--post-pf-grid-gap-large) * 2);
    }

/* Hover style */
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail {
    background: rgba(0,0,0,.3);
    overflow: hidden;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:after {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 2;
    opacity: 0;
    background: #000;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a img {
    z-index: 1;
    display: block;
    transform-origin: bottom;
    transition: 400ms ease all;
    height: 100%;
    object-fit: cover;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:after {
    opacity: .5;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover img {
    transform: scale(1.05);
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail {
    background: rgba(0,0,0,.3);
    overflow: hidden;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:after {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 2;
    opacity: 0;
    background: #000;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 2.5em;
    display: flex;
    inset: 0;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translateY(-2em);
    color: #fff;
    opacity: 0;
    z-index: 3;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a img {
    z-index: 1;
    display: block;
    transform-origin: bottom;
    transition: 400ms ease all;
    height: 100%;
    object-fit: cover;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:after {
    opacity: .5;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:before {
    transform: translateY(0);
    transition-delay: 100ms;
    opacity: 1;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover img {
    transform: scale(1.05);
    }

/* Excerpt lines */
.bt_bb_css_post_grid.bt_bb_excerpt_lines_1 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_1 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_2 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_2 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_3 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_3 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_4 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_4 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_5 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_5 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_6 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_6 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }

/* Responsive */
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 {
    container-name: bt_bb_container_21;
    container-type: inline-size;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 {
    container-name: bt_bb_container_21;
    container-type: inline-size;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 {
    container-name: bt_bb_container_22;
    container-type: inline-size;
    }
@media (max-width: 992px) {
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 768px) {
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 580px) {
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

@media (min-width: 768px) {
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
    position: absolute;
    inset: 0;
    z-index: 1;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before {
    display: none;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    z-index: 2;
    background: rgba(0,0,0,.5);
    color: #fff;
    flex-basis: 100%;
    max-width: 100%;
    margin: 1.5em;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    color: inherit;
    }
}

@container (min-width: 36em) {
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    flex-basis: 50%;
    max-width: 50%;
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
/* Column height fix */
.bt_bb_row .bt_bb_column {
    height: auto;
    display: block;
    }
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
    display: flex;
    }

/* Column inner height fix */
.bt_bb_row_inner .bt_bb_column_inner {
    height: auto;
    display: block;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle,
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    display: flex;
    }

/* Images fix */
.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
    float: none;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
    float: none;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image,
.bt_bb_align_center.bt_bb_image,
.bt_bb_align_center .bt_bb_image {
    float: none;
    display: inline-block;
    margin-bottom: -.5em;
    max-width: 100%;
    }

/* Latest post fix */
.bt_bb_latest_posts {
    display: block;
    }
.bt_bb_latest_posts.bt_bb_columns_1 {
    display: block;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    float: left;
    }
.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 100%;
    }
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 50%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 33.333333%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 25%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 20%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 16.666666%;
    }

/* Price list fix */
.bt_bb_price_list .bt_bb_price_list_price {
    display: inline-block;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: .65em;
    }
.btMenuInitFinished .mainHeader {
    visibility: inherit;
    }

/* IE 10 fix start */
.bt_bb_row .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row_inner .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    max-width: 91.666666%;
    }
.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    max-width: 83.333333%;
    }
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    max-width: 80%;
    }
.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    max-width: 75%;
    }
.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    max-width: 66.666666%;
    }
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 60%;
    }
.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    max-width: 58.333333%;
    }
.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    max-width: 41.666666%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    max-width: 40%;
    }
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    max-width: 33.333333%;
    }
.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    max-width: 20%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    max-width: 25%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 16.666666%;
    }
.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    max-width: 8.333333%;
    }
@media (max-width: 992px) {
.bt_bb_column[data-width="12"],
.bt_bb_column[data-width="11"],
.bt_bb_column[data-width="10"],
.bt_bb_column[data-width="9"],
.bt_bb_column[data-width="8"],
.bt_bb_column[data-width="7"],
.bt_bb_column[data-width="6"],
.bt_bb_column[data-width="5"],
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="12"],
.bt_bb_column_inner[data-width="11"],
.bt_bb_column_inner[data-width="10"],
.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner[data-width="7"],
.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner[data-width="4"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
.bt_bb_column[data-width="2.4"],
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="2.4"],
.bt_bb_column_inner[data-width="9.6"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 50%;
    }
}

@media (max-width: 480px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 100%;
    }
}

@media (max-width: 370px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    flex-basis: 100%;
    }
}

@media (max-width: 992px) and (min-width: 621px) {
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12) {
    flex-basis: 66.666666%;
    }
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12) {
    flex-basis: 33.333333%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12) {
    flex-basis: 66.666666%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12) {
    flex-basis: 33.333333%;
    }
}

@media (max-width: 620px) {
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"] {
    max-width: 100%;
    }
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"] {
    max-width: 100%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
    max-width: 100%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
    max-width: 100%;
    }
}

@media (min-width: 1201px) {
.bt_bb_column.col-xl-12,
.bt_bb_column_inner.col-xl-12 {
    max-width: 100%;
    }
.bt_bb_column.col-xl-11,
.bt_bb_column_inner.col-xl-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-xl-10,
.bt_bb_column_inner.col-xl-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-xl-9_6,
.bt_bb_column_inner.col-xl-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-xl-9,
.bt_bb_column_inner.col-xl-9 {
    max-width: 75%;
    }
.bt_bb_column.col-xl-8,
.bt_bb_column_inner.col-xl-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-xl-7_2,
.bt_bb_column_inner.col-xl-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-xl-7,
.bt_bb_column_inner.col-xl-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-xl-6,
.bt_bb_column_inner.col-xl-6 {
    max-width: 50%;
    }
.bt_bb_column.col-xl-5,
.bt_bb_column_inner.col-xl-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-xl-4_8,
.bt_bb_column_inner.col-xl-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-xl-4,
.bt_bb_column_inner.col-xl-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-xl-2_4,
.bt_bb_column_inner.col-xl-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-xl-3,
.bt_bb_column_inner.col-xl-3 {
    max-width: 25%;
    }
.bt_bb_column.col-xl-2,
.bt_bb_column_inner.col-xl-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-xl-1,
.bt_bb_column_inner.col-xl-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_column.col-lg-12,
.bt_bb_column_inner.col-lg-12 {
    max-width: 100%;
    }
.bt_bb_column.col-lg-11,
.bt_bb_column_inner.col-lg-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-lg-10,
.bt_bb_column_inner.col-lg-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-lg-9_6,
.bt_bb_column_inner.col-lg-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-lg-9,
.bt_bb_column_inner.col-lg-9 {
    max-width: 75%;
    }
.bt_bb_column.col-lg-8,
.bt_bb_column_inner.col-lg-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-lg-7_2,
.bt_bb_column_inner.col-lg-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-lg-7,
.bt_bb_column_inner.col-lg-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-lg-6,
.bt_bb_column_inner.col-lg-6 {
    max-width: 50%;
    }
.bt_bb_column.col-lg-5,
.bt_bb_column_inner.col-lg-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-lg-4_8,
.bt_bb_column_inner.col-lg-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-lg-4,
.bt_bb_column_inner.col-lg-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-lg-2_4,
.bt_bb_column_inner.col-lg-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-lg-3,
.bt_bb_column_inner.col-lg-3 {
    max-width: 25%;
    }
.bt_bb_column.col-lg-2,
.bt_bb_column_inner.col-lg-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-lg-1,
.bt_bb_column_inner.col-lg-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
.bt_bb_column.col-md-12,
.bt_bb_column_inner.col-md-12 {
    max-width: 100%;
    }
.bt_bb_column.col-md-11,
.bt_bb_column_inner.col-md-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-md-10,
.bt_bb_column_inner.col-md-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-md-9_6,
.bt_bb_column_inner.col-md-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-md-9,
.bt_bb_column_inner.col-md-9 {
    max-width: 75%;
    }
.bt_bb_column.col-md-8,
.bt_bb_column_inner.col-md-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-md-7_2,
.bt_bb_column_inner.col-md-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-md-7,
.bt_bb_column_inner.col-md-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-md-6,
.bt_bb_column_inner.col-md-6 {
    max-width: 50%;
    }
.bt_bb_column.col-md-5,
.bt_bb_column_inner.col-md-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-md-4_8,
.bt_bb_column_inner.col-md-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-md-4,
.bt_bb_column_inner.col-md-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-md-2_4,
.bt_bb_column_inner.col-md-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-md-3,
.bt_bb_column_inner.col-md-3 {
    max-width: 25%;
    }
.bt_bb_column.col-md-2,
.bt_bb_column_inner.col-md-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-md-1,
.bt_bb_column_inner.col-md-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_column.col-sm-12,
.bt_bb_column.col-ms-12,
.bt_bb_column_inner.col-sm-12,
.bt_bb_column_inner.col-ms-12 {
    max-width: 100%;
    }
.bt_bb_column.col-sm-11,
.bt_bb_column.col-ms-11,
.bt_bb_column_inner.col-sm-11,
.bt_bb_column_inner.col-ms-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-sm-10,
.bt_bb_column.col-ms-10,
.bt_bb_column_inner.col-sm-10,
.bt_bb_column_inner.col-ms-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-sm-9_6,
.bt_bb_column.col-ms-9_6,
.bt_bb_column_inner.col-sm-9_6,
.bt_bb_column_inner.col-ms-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-sm-9,
.bt_bb_column.col-ms-9,
.bt_bb_column_inner.col-sm-9,
.bt_bb_column_inner.col-ms-9 {
    max-width: 75%;
    }
.bt_bb_column.col-sm-8,
.bt_bb_column.col-ms-8,
.bt_bb_column_inner.col-sm-8,
.bt_bb_column_inner.col-ms-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-sm-7_2,
.bt_bb_column.col-ms-7_2,
.bt_bb_column_inner.col-sm-7_2,
.bt_bb_column_inner.col-ms-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-sm-7,
.bt_bb_column.col-ms-7,
.bt_bb_column_inner.col-sm-7,
.bt_bb_column_inner.col-ms-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-sm-6,
.bt_bb_column.col-ms-6,
.bt_bb_column_inner.col-sm-6,
.bt_bb_column_inner.col-ms-6 {
    max-width: 50%;
    }
.bt_bb_column.col-sm-5,
.bt_bb_column.col-ms-5,
.bt_bb_column_inner.col-sm-5,
.bt_bb_column_inner.col-ms-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-sm-4_8,
.bt_bb_column.col-ms-4_8,
.bt_bb_column_inner.col-sm-4_8,
.bt_bb_column_inner.col-ms-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-sm-4,
.bt_bb_column.col-ms-4,
.bt_bb_column_inner.col-sm-4,
.bt_bb_column_inner.col-ms-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-sm-2_4,
.bt_bb_column.col-ms-2_4,
.bt_bb_column_inner.col-sm-2_4,
.bt_bb_column_inner.col-ms-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-sm-3,
.bt_bb_column.col-ms-3,
.bt_bb_column_inner.col-sm-3,
.bt_bb_column_inner.col-ms-3 {
    max-width: 25%;
    }
.bt_bb_column.col-sm-2,
.bt_bb_column.col-ms-2,
.bt_bb_column_inner.col-sm-2,
.bt_bb_column_inner.col-ms-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-sm-1,
.bt_bb_column.col-ms-1,
.bt_bb_column_inner.col-sm-1,
.bt_bb_column_inner.col-ms-1 {
    max-width: 8.333333%;
    }
}

@media (max-width: 480px) {
.bt_bb_column.col-xs-12,
.bt_bb_column_inner.col-xs-12 {
    max-width: 100%;
    }
.bt_bb_column.col-xs-11,
.bt_bb_column_inner.col-xs-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-xs-10,
.bt_bb_column_inner.col-xs-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-xs-9_6,
.bt_bb_column_inner.col-xs-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-xs-9,
.bt_bb_column_inner.col-xs-9 {
    max-width: 75%;
    }
.bt_bb_column.col-xs-8,
.bt_bb_column_inner.col-xs-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-xs-7_2,
.bt_bb_column_inner.col-xs-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-xs-7,
.bt_bb_column_inner.col-xs-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-xs-6,
.bt_bb_column_inner.col-xs-6 {
    max-width: 50%;
    }
.bt_bb_column.col-xs-5,
.bt_bb_column_inner.col-xs-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-xs-4_8,
.bt_bb_column_inner.col-xs-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-xs-4,
.bt_bb_column_inner.col-xs-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-xs-2_4,
.bt_bb_column_inner.col-xs-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-xs-3,
.bt_bb_column_inner.col-xs-3 {
    max-width: 25%;
    }
.bt_bb_column.col-xs-2,
.bt_bb_column_inner.col-xs-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-xs-1,
.bt_bb_column_inner.col-xs-1 {
    max-width: 8.333333%;
    }
}

/* IE 10 fix end */
}

/* External libs override */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10004;
    overflow: hidden;
    position: fixed;
    opacity: .8;
    height: 100vh !important;
    }
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    }
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    }
.mfp-align-top .mfp-container:before {
    display: none;
    }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
    }
.mfp-ajax-cur {
    cursor: progress;
    }
.mfp-zoom-out-cur {
    overflow: hidden;
    }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    }
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    }
.mfp-loading.mfp-figure {
    display: none;
    }
.mfp-hide {
    display: none !important;
    }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
    }
.mfp-preloader a {
    color: #CCC;
    }
.mfp-preloader a:hover {
    color: #FFF;
    }
.mfp-s-ready .mfp-preloader {
    display: none;
    }
.mfp-s-error .mfp-content {
    display: none;
    }
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    }
button::-moz-focus-inner {
    padding: 0;
    border: 0;
    }
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
    }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    }
.mfp-close:active {
    top: 1px;
    }
.mfp-close-btn-in .mfp-close {
    color: #333;
    }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    }
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    }
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    }
.mfp-arrow:active {
    margin-top: -54px;
    }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
    }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
    }
.mfp-arrow-left {
    left: 0;
    }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
    }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
    }
.mfp-arrow-right {
    right: 0;
    }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
    }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
    }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
    }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    }
.mfp-iframe-holder .mfp-close {
    top: -40px;
    }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
    }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444;
    }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
    }
.mfp-figure figure {
    margin: 0;
    }
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    }
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    }
.mfp-image-holder .mfp-content {
    max-width: 100%;
    }
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
    }
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
    }
.mfp-img-mobile img.mfp-img {
    padding: 0;
    }
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
    }
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
    }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
    }
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
    }
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
    }
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
    }
}

@media all and (max-width: 900px) {
.mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    }
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
    }
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    }
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
    }
}

/*# sourceMappingURL=content_elements.crush.css.map *//* Slider */
.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;
}
/* Item lock */

:root {
	--accent-color: #52b7bd;
}

.btQuoteItem.btCCLock,
.btQuoteGBlock.btCCLock {
	position: relative;
}
.btQuoteItem.btCCLock:before,
.btQuoteGBlock.btCCLock:before {
    content: ' ';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 999;
}

/* Columns and forms widths */
.btQuoteBooking {
    margin: 0 0 20px;
	box-sizing: border-box;
	transition: opacity 400ms ease;
	/* opacity: 0; */
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.btQuoteBooking *, .btQuoteBooking *:after, .btQuoteBooking *:before {
	box-sizing: border-box;
}
.btQuoteBooking:after {
	content: " ";
	display: table;
	clear: both;
	width: 100%;
}
.btQuoteBooking .btQuoteBookingForm {
	margin: 0 0 30px;
}
.btQuoteBooking .btTotalQuoteContactGroup {
    transition: all 600ms ease;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.btQuoteBooking .btTotalQuoteContactGroup.btActive {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	max-height: 50000px;
	filter: alpha(opacity=100);
 transition-delay: 400ms;
}
/* Next button */
.btQuoteBooking .btTotalNextWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;

	padding-right: 0 !important;
    transition: all 400ms ease;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	text-align: initial;
}

.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
	-ms-flex: 0 0 160px;
	    flex: 0 0 160px;
	width: 160px;
	max-width: 160px;
}
.btQuoteBooking .btQuoteBookingForm .boldBtn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 0px;
	    flex: 0 1 0px;
	float: none;
	margin-right: 0;
	width: 0px;
	transition: all 300ms ease;
	max-width: 0;
}
.btQuoteBooking .btContactNext {
    font-family: inherit;
	margin: 0 0 0 30px;
	line-height: 2.25;
	border-radius: 50px;
	border: var(--accent-color) 2px solid;
	color: var(--accent-color);
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	padding: 0 10px 0 10px;
	background: transparent;
	cursor: pointer;
	font-size: 20px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	transform: translate(250px,0);
	white-space: nowrap;
}
.rtl .btQuoteBooking .btContactNext {
	margin: 0 30px 0 0;
	transform: translate(-250px,0);
}
.btQuoteBooking .btContactNext:focus {
	outline:0;
}

.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	transform: translate(0,0);
    transition: all 400ms ease;
	width: 100%;
}
.btQuoteBooking .btContactNext:hover, .btQuoteBooking .btContactNext:active {
	border-color: #999;
	color: #555;
	box-shadow: 0 0 10px #CCC inset, 0 2px 10px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactNext:hover:after, .btQuoteBooking .btContactNext:active:after {
	margin: 0 7px 0 10px;
    transition: margin 200ms ease;
}
.btQuoteBooking .btContactNext:active {
	box-shadow: 0 0 0 #CCC inset, 0 -2px 10px rgba(0,0,0,0.4);
}
/* Quote items */
.btQuoteBooking .btQuoteItem {
    padding: 0 0 0 220px;
    margin: 0 0 30px;
}
.rtl .btQuoteBooking .btQuoteItem {
    padding: 0 220px 0 0;
}
.btQuoteBooking .btQuoteItem label {
    display: block;
    float: left;
    width: 220px;
    margin: 8px 0 0 -220px;
	padding-right: 20px;
}
.rtl .btQuoteBooking .btQuoteItem label {
	float: right;
	margin-left: 0;
	margin-right: -220px;
	padding-right: 0;
	padding-left: 20px;
	text-align: right;
}
.btQuoteBooking .btQuoteSlider {
    float: left;
    margin: 0 0 0;
    width: 100%;
}
.rtl .btQuoteBooking .btQuoteSlider {
	float: right;
}
.btQuoteBooking .btQuoteSwitch {
    float: left;
    margin: 0 0 0;
    width: 76px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 38px;
	cursor: pointer;
	padding: 5px;
	transition: box-shadow 380ms ease;
}
.rtl .btQuoteBooking .btQuoteSwitch {
	float:right;
}
.btQuoteBooking .btQuoteSwitch:hover {
	box-shadow: 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    width: 26px;
	height: 26px;
	background: #ccc;
	border-radius: 50%;
	transition: all 190ms cubic-bezier(0.8, 0.1, 0.8, 0.1);
}

.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
	margin-left: 38px;
	background: var(--accent-color);
}
.rtl .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
	margin-left: 0;
	margin-right: 38px;
}
.btQuoteBooking .btQuoteItemInput {
    text-align: center;
}
.btQuoteBooking .btQuoteItem .fancy-select .trigger {
    text-align: left;
    color: #b4b4b4;
}
.rtl .btQuoteBooking .btQuoteItem .fancy-select .trigger {
	text-align: right;
}
.btQuoteBooking .btQuoteItem .fancy-select .trigger.selected {
    color: #333;
}
/* Standard fields */
.btQuoteBooking input[type="text"], .btQuoteBooking  input[type="email"], .btQuoteBooking input[type="password"], .btQuoteBooking input[type="url"], .btQuoteBooking input[type="tel"], .btQuoteBooking input[type="number"], .btQuoteBooking input[type="date"], .btQuoteBooking textarea, .btQuoteBooking .fancy-select .trigger {
    width: 100%;
    display: block;
    line-height: 2;
	min-height: 38px;
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: inherit;
    font-weight: inherit;
	font-size: inherit;
    transition: all 380ms ease;
	color: #000;
	border-radius: 2px;
	outline: none;
}
.btQuoteBooking .btQuoteItem textarea {
    resize: vertical;
    font-size: inherit;
    color: #000;
    padding: 0px 12px 0px 12px;
    min-height: 160px;
}
.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    transition: all 380ms ease;
	border-radius: 2px;
	min-height: 38px;
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText {
	border-radius: 0;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
/* Standard hover state */
.btQuoteBooking  input[type="text"]:hover, .btQuoteBooking  input[type="email"]:hover, .btQuoteBooking  input[type="password"]:hover, .btQuoteBooking  input[type="url"]:hover, .btQuoteBooking  input[type="tel"]:hover, .btQuoteBooking  input[type="number"]:hover, .btQuoteBooking  input[type="date"]:hover, .btQuoteBooking  textarea:hover, .btQuoteBooking  .fancy-select .trigger:hover {
	box-shadow: 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
/* Standard focus state */
.btQuoteBooking  input[type="text"]:focus, .btQuoteBooking  input[type="email"]:focus, .btQuoteBooking  input[type="url"]:focus, .btQuoteBooking  input[type="tel"]:focus, .btQuoteBooking  input[type="number"]:focus, .btQuoteBooking  input[type="date"]:focus, .btQuoteBooking  textarea:focus, .btQuoteBooking  .fancy-select .trigger.open {
    border-color: #999;
	box-shadow: 5px 0 0 var(--accent-color) inset, 0 2px 10px rgba(0,0,0,0.2);
	outline: none;
}
.rtl .btQuoteBooking  input[type="text"]:focus, .rtl .btQuoteBooking  input[type="email"]:focus, .rtl .btQuoteBooking  input[type="url"]:focus, .rtl .btQuoteBooking  input[type="tel"]:focus, .rtl .btQuoteBooking  input[type="number"]:focus, .rtl .btQuoteBooking  input[type="date"]:focus, .rtl .btQuoteBooking  textarea:focus, .rtl .btQuoteBooking  .fancy-select .trigger.open {
	box-shadow: -5px 0 0 var(--accent-color) inset, 0 2px 10px rgba(0,0,0,0.2);
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    transition: all 380ms ease;
	box-shadow: 5px 0 0 var(--accent-color) inset, 0 2px 10px rgba(0,0,0,0.2);
	min-height: 38px;
}
.rtl .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .rtl .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
	box-shadow: -5px 0 0 var(--accent-color) inset, 0 2px 10px rgba(0,0,0,0.2);
}
/* Float clears */
.btQuoteBooking .btQuoteItem:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
}
/* Slider */
.btQuoteBooking  .ui-slider {
	background: #ededed; /* Old browsers */ /* FF3.6+ */
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.05), rgba(0,0,0,0));
    position: relative;
    text-align: left;
	border: 1px solid #ccc;
	border-radius: 14px;
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
    transition: all 190ms ease;
}
.btQuoteBooking  .ui-slider {
    text-align: right;
}
/* Slider hover state */
.btQuoteBooking  .ui-slider:hover {
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    transition: all 380ms ease;
}
/* Slider handle */
.btQuoteBooking  .ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 38px;
    height: 38px;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--accent-color);
    border-radius: 50%;
    cursor: w-resize;
	cursor: -moz-grab;
	box-shadow: 0 0 0 rgba(0,0,0,0.5), 0 0 0 0 rgba(0,0,0,0.2) inset;
    transition: all 190ms ease;	
}
	
.btQuoteBooking .btQuoteSliderValue {
	min-width: 34px;
	height: 38px;
	line-height: 38px;
	padding: 0 2px;
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
}
/* Slider hover state */
.btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.5), 0 0 0 3px rgba(0,0,0,0.2) inset;
}
/* Slider active state */
.btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-active, .btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-active.ui-state-hover {
	cursor: -moz-grabbing;
	box-shadow: 0 2px 10px rgba(0,0,0,0.5), 0 0 0 3px rgba(0,0,0,0.2) inset;
}
/* Slider range */
.btQuoteBooking  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
/* support: IE8 - See #6727 */
.btQuoteBooking  .ui-slider.ui-state-disabled .ui-slider-handle,
.btQuoteBooking  .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
/* Slider horizontal */
.btQuoteBooking  .ui-slider-horizontal {
    height: 20px;
	margin-top: 10px;
	cursor: pointer;
}
.btQuoteBooking  .ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left: -18px;
}
.btQuoteBooking  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.btQuoteBooking  .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.rtl .btQuoteBooking  .ui-slider-horizontal .ui-slider-range-min {
	left: auto;
	right: 0;
}
.rtl .btQuoteBooking  .ui-slider-horizontal .ui-slider-range-max {
    right: auto;
	left: 0;
}
/* Slider vertical */
.btQuoteBooking  .ui-slider-vertical {
    min-width: 34px;
    height: 100px;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-handle {
    left: 0;
    margin-left: 0;
    margin-bottom: -18px;
}
.rtl .btQuoteBooking  .ui-slider-vertical .ui-slider-handle {
	left: auto;
	right: 0;
	margin-left: auto;
	margin-right: 0;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.rtl .btQuoteBooking  .ui-slider-vertical .ui-slider-range {
	left: auto;
	right: 0;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
/* Total value */
.btQuoteBooking  .btQuoteBookingForm .btQuoteTotal {
    font-weight: bold;
    padding: 0;
    text-align: right;
	color: #FFF;
	background: var(--accent-color);
	border-radius: 50px;
	line-height: 1.8;
	display: -ms-flexbox;
	display: flex;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: stretch;
        align-items: stretch;
	float: none;
}
.rtl .btQuoteBooking  .btQuoteBookingForm .btQuoteTotal {
	text-align: left;
}
.btQuoteBooking  .btQuoteBookingForm.btActive .btQuoteTotal {
}
.btQuoteBooking  .btQuoteTotalText {
    margin-right: 1em;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.rtl .btQuoteBooking  .btQuoteTotalText {
	margin-right: 0;
	margin-left: 1em;
}
/* Total currency */

.btQuoteBooking .btQuoteTotalCurrency {
    font-size: 22px;
	line-height: 1.8;
	display: inline-block;
	background: rgba(0,0,0,0.25);
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 5px 0px 5px 20px;
}
.rtl .btQuoteBooking .btQuoteTotalCurrency {
	padding: 5px 20px 5px 0px;
	border-radius: 0 50px 50px 0;
}
.btQuoteBooking .btQuoteTotalCalc {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    font-size: 22px;
	line-height: 1.8;
	display: inline-block;
	background: rgba(0,0,0,0.25);
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 5px 20px 5px 0px;
}
.rtl .btQuoteBooking .btQuoteTotalCalc {
	padding: 5px 0px 5px 20px;
	border-radius: 50px 0 0 50px;
}
.currencyAfter .btQuoteTotalCurrency {
	border-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 5px 20px 5px 0px;
}
.rtl .currencyAfter .btQuoteTotalCurrency {
	border-radius: 50px 0 0 50px;
	padding: 5px 0px 5px 20px;
}
.currencyAfter .btQuoteTotalCalc {
	border-radius: 0px;	
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 5px 0px 5px 20px;
}
.rtl .currencyAfter .btQuoteTotalCalc {
	border-radius: 0 50px 50px 0;
	padding: 5px 20px 5px 0px;
}

/* Options */
.btQuoteBooking .btQuoteItem ul.options {
    text-align: left;
}
.rtl .btQuoteBooking .btQuoteItem ul.options {
	text-align: right;
}
/* Contact form */
.btQuoteBooking .btQuoteContact:not(.btQuoteContactForm7) {
    margin: 0 -10px 0px -10px;
}
/* Contact form item */
.btQuoteBooking .btQuoteContact .btQuoteItem {
    padding: 0 10px;
    float: left;
    width: 50%;
}
.rtl .btQuoteBooking .btQuoteContact .btQuoteItem {
	float: right;
}
/* Form split in two columns */
.btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd) {
    clear: left;
}
.rtl .btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd) {
	clear: right;
}

/* Form full width item */
.btQuoteBooking .btQuoteItem.btQuoteItemFullWidth {
    float: none !important;
    width: auto !important;
}
/* Form button */
.btQuoteBooking .btQuoteContact .boldBtn {
    clear: left;
    margin: 0px;
	text-align: center;
	white-space: normal;
}
.rtl .btQuoteBooking .btQuoteContact .boldBtn {
	clear: right;
}

/* CF7 */
.rtl .btQuoteContact.btQuoteContactForm7 {
	text-align: right;
}
.rtl .btQuoteContact.btQuoteContactForm7 input,
.rtl .btQuoteContact.btQuoteContactForm7 select,
.rtl .btQuoteContact.btQuoteContactForm7 textarea {
	text-align: right;
}

/* Mandatory fields */
.btQuoteBooking  .btContactFieldMandatory input, .btQuoteBooking  .btContactFieldMandatory textarea {
    border: 1px solid #AAA;
	box-shadow: 0 0 0 1px #AAA inset;
    transition: all 380ms ease;
}
.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius .ddTitleText {
    border: 1px solid #AAA;
	box-shadow: 0 0 0 1px #AAA inset;
}
.btQuoteBooking  .btContactFieldMandatory input:hover, .btQuoteBooking  .btContactFieldMandatory textarea:hover {
	box-shadow: 0 0 0 1px #AAA inset, 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 1px #AAA inset, 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking  .btContactFieldMandatory input:focus, .btQuoteBooking  .btContactFieldMandatory textarea:focus {
	box-shadow: 0 0 0 1px #AAA inset, 5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking  .btContactFieldMandatory input:focus, .btQuoteBooking  .btContactFieldMandatory textarea:focus {
	box-shadow: 0 0 0 1px #AAA inset, -5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #AAA inset, 5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #AAA inset, -5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
/* Error fields validation */
.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea {
    border: 1px solid var(--accent-color);
	box-shadow: 0 0 0 1px var(--accent-color) inset;
    transition: all 380ms ease;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
    border: 1px solid var(--accent-color);
	box-shadow: 0 0 0 1px var(--accent-color) inset;
}
.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:hover, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:hover {
	box-shadow: 0 0 0 1px var(--accent-color) inset, 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 1px var(--accent-color) inset, 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:focus, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:focus {
	box-shadow: 0 0 0 1px var(--accent-color) inset, 5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:focus, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:focus {
	box-shadow: 0 0 0 1px var(--accent-color) inset, -5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px var(--accent-color) inset, 5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px var(--accent-color) inset, -5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}

/* Submit query message */
.btQuoteBooking .btSubmitMessage {
    color: var(--accent-color);
    font-weight: 600;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
/* Date picker */
.btDatePicker {
	z-index: 10000 !important;
	width: 300px;
}
.btDatePicker table th, .btDatePicker table td {
    border: 1px solid #e0e0e0;
}
.btDatePicker .ui-datepicker-header {
    display: block;
    padding: 10px;
    overflow: hidden;
    background-color: var(--accent-color);
	color: #FFF;
}
.btDatePicker table.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background-color: #f2f2f2;
}
/* Datepicker header, day names */
.btDatePicker table.ui-datepicker-calendar th {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
	text-align: center;
}
/* Datepicker prev/next */
.btDatePicker a.ui-datepicker-prev, .btDatePicker a.ui-datepicker-next {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    border-radius: 2px;
    padding: 2px 4px;
    text-transform: uppercase;
    cursor: pointer;
	color: white;
}
.btDatePicker a.ui-datepicker-prev {
    float: left;
}
.rtl .btDatePicker a.ui-datepicker-prev {
	float: right;
}
.btDatePicker a.ui-datepicker-next {
    float: right;
}
.rtl .btDatePicker a.ui-datepicker-next {
    float: left;
}
/* Prev / Next hover state */
.btDatePicker a.ui-datepicker-prev:hover, .btDatePicker a.ui-datepicker-next:hover {
	color: inherit;
    transition: all 200ms ease;
}
/* Datepicker title */
.btDatePicker .ui-datepicker-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: #FFF;
}
/* Datepicker DIV */
.btDatePicker#ui-datepicker-div {
    background-color: #f2f2f2;
	border: 1px solid #CCC;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	border-radius: 2px;
	margin-top: 1px;
}
/* Datepicker day */
.btDatePicker .ui-datepicker-calendar td {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 0.3em;
	text-align: center;
}
/* Datepicker day link */
.btDatePicker table.ui-datepicker-calendar td a {
    color: #666;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    transition: all 200ms ease;
}
/* Datepicker active state */
.btDatePicker table.ui-datepicker-calendar td a.ui-state-active {
	font-weight: bold;
    transition: all 200ms ease;
}
/* Datepicker hover state */
.btDatePicker table td:hover {
	cursor: pointer;
}
.btDatePicker table td:hover {
    background: #e0e0e0;
    transition: all 200ms ease;
}

/* Styled select */
.btQuoteBooking .btDropDown .dd {
    position: relative;
}
.btQuoteBooking .ddChild {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: -1px 0 0;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.btQuoteBooking .ddChild {
    position: absolute !important;
}
/* Select submenu items */
.btQuoteBooking .ddChild {
    background-color: #fff;
    border: 1px solid #999;
    overflow-y: auto;
}
.btQuoteBooking .ddChild ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.btQuoteBooking .ddChild ul li {
    display: table;
    width: 100%;
	min-height: 38px;
    margin: 0;
    padding: 0 37px 0 0;
    cursor: pointer;
    line-height: 1.2;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
    transition: all 200ms ease;
}
.rtl .btQuoteBooking .ddChild ul li {
	padding: 0 0 0 37px;
}
.btQuoteBooking .ddChild ul li span {
    display: block;
    padding: 0px 12px;
	line-height: 2;
}
.btQuoteBooking .ddChild ul li span.description {
	line-height: 1.5;
	margin-top: -.3em;
	margin-bottom: .3em;
}
/* Item hover state */
.btQuoteBooking .ddChild ul li:hover, .btQuoteBooking .ddChild ul li.selected:hover {
	color: #666;
    background: rgba(0,0,0,0.05);
    transition: all 200ms ease;
}
/* First item disabled state */
.btQuoteBooking .ddChild ul li:first-child, .btQuoteBooking .ddChild ul li:first-child:hover {
    border-top: none;
	color: #666;
	background: none;
}
.btQuoteBooking .ddOutOfVision {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}
/* Styled menu itself */
.btQuoteBooking .ddItem {
    display: table;
    width: 100%;
    margin: 1px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.1;
}
/* Styled menu label */
.btQuoteBooking .ddTitleText {
    display: table;
    width: 100%;
}
.btQuoteBooking .ddTitleText span, .btQuoteBooking .ddChild ul li span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.rtl .btQuoteBooking .ddTitleText span, .rtl .btQuoteBooking .ddChild ul li span {
	text-align: right;
}
.btQuoteBooking .ddTitleText span span, .btQuoteBooking .ddChild ul li span span, .btQuoteBooking .ddChild ul li:hover span span, .btQuoteBooking .ddChild ul li.selected:hover span span {
    display: block;
    font-size: 12px;
	padding: 0px;
	color: #555;
    transition: all 200ms ease;
}
.btQuoteBooking .ddChild span {
    padding: 8px 12px;
}
.btQuoteBooking .ddTitleText span {
    padding: 0px 12px;
}
.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 37px 0 0;
}
.rtl .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    padding: 0 0 0 37px;
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    background-color: #fff;
	border: 1px solid #999;
    padding: 0 37px 0 0;
}
.rtl .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .rtl .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
	padding: 0 0 0 37px;
}
/* Select item description */
.btQuoteBooking .ddlabel, .btQuoteBooking .description {
    width: 100%;
}
.btNotSelected {
	min-height: 38px;
}
.btNotSelected  .ddlabel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Photo in select */
.btQuoteBooking .ddTitleText .ddImage, .btQuoteBooking .ddChild ul li .ddImage {
    text-align: center;
    padding: 12px;
	padding-right: 0px;
}
.rtl .btQuoteBooking .ddTitleText .ddImage, .btQuoteBooking .ddChild ul li .ddImage {
	padding-right: 12px;
	padding-left: 0;
}
.btQuoteBooking .ddTitleText .ddImage img, .btQuoteBooking .ddChild ul li .ddImage img {
    display: block;
    width: auto;
    max-width: none !important;
}
/* Nothing selected state */
.btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
	color: #a9a9a9;
}
/* Selected state */
.btQuoteBooking .ddTitleText .ddlabel {
    width: 100%;
    line-height: 2;
	color: #000;
}
.btQuoteBooking .ddTitleText .ddlabel .description {
    line-height: 1.5;
	margin-top: -.3em;
	margin-bottom: .3em;
}
.btQuoteBooking .ddTitle {
    position: relative;
    cursor: pointer;
}
/* Styled select arrow */
.btQuoteBooking .ddTitle .arrow  {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -2px;
}
.rtl .btQuoteBooking .ddTitle .arrow  {
	right: auto;
	left: 10px;
}
/* Arrow itself */
.btQuoteBooking .ddTitle .arrow:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
	display: block;
}
/* Submit button */
.btQuoteBooking .btContactSubmit {
    font-family: inherit;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    background-color: var(--accent-color);
    color: #fff;
    line-height: 1.5;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transition: all 300ms ease;
	border-radius: 50px;
	text-transform: uppercase;
}
.btQuoteBooking .btContactSubmit:focus {
	outline:0;
}
/* Submit hover state */
.btQuoteBooking  .btContactSubmit:hover {
	box-shadow: 0 0 0 5px rgba(0,0,0,0.2) inset;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    transition: all 300ms ease;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
/* Tablets screen */
@media (max-width: 1024px) {
    .btQuoteBooking .btQuoteContact .btQuoteItem,
    .rtl .btQuoteBooking .btQuoteContact .btQuoteItem {
        float: none;
        width: auto;
    }
	.btQuoteBooking .btTotalQuoteContactGroup.btActive,
	.rtl .btQuoteBooking .btTotalQuoteContactGroup.btActive {
		max-height: 50000px;
	}
	/*.btQuoteBooking .btQuoteContact {
		margin-left: -10px;
	}*/
}
/* Larger smartphones screen */
@media (max-width: 650px) {
    .btQuoteBooking .btQuoteItem label,
    .rtl .btQuoteBooking .btQuoteItem label {
        display: block;
        float: none;
        margin: 0 0 8px;
        width: auto;
		padding: 0;
    }
   .btQuoteBooking .btQuoteItem ,
   .rtl .btQuoteBooking .btQuoteItem {
        margin: 0 0 20px;
        padding: 0;
    }
   .rtl .btQuoteBooking .btQuoteContact .btQuoteItem {
	   padding: 0 10px;
   }
}
/* Small smartphones screen */
@media (max-width: 480px) {
    .btQuoteBooking .ddTitleText .ddImage img, .btQuoteBooking .ddChild ul li .ddImage img {
        display: block;
        width: auto;
        margin: 0 auto;
    }
	.btQuoteBooking .btTotalNextWrapper {
		display: block;
	}
	.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn, .btQuoteBooking .btQuoteBookingForm .boldBtn {
		-ms-flex: 1 0 100%;
		    flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal, .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		float: none;
		margin-bottom: 20px;
		height: 50px;
	}
	.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext, .btQuoteBooking .btQuoteBookingForm .btContactNext {
		transform: none;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.btQuoteBooking .btQuoteBookingForm .btContactNext {
		transform: translateY(-100%);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.btQuoteBooking .btContactBack, .btQuoteBooking .btContactSubmit {
		margin: 0 auto 20px auto;
		clear: both;
		display: block;
	}
}

/* placeholder */

.btQuoteBooking *::-webkit-input-placeholder {
	font-family: inherit;
	color: #a9a9a9;
}
.btQuoteBooking *:-moz-placeholder { /* older Firefox*/
	font-family: inherit;
	color: #a9a9a9;
}
.btQuoteBooking *::-moz-placeholder { /* Firefox 19+ */ 
	font-family: inherit;
	color: #a9a9a9;
} 
.btQuoteBooking *:-ms-input-placeholder { 
	font-family: inherit;
	color: #a9a9a9;
}

/* reCAPTCHA */

.btQuoteBooking .g-rec {
	margin-bottom: 30px;
	padding: 0 10px;
}

.btQuoteBooking .g-rec > div > div {
	margin: auto;
}

/* PayPal */

.btPayPalButton {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	background: transparent;
	border: #ccc 2px solid;
	border-radius: 50px;
/*	margin-right: -100%;*/
	width: 130px;
	height: 49px;
	cursor: pointer;
	transition: box-shadow 380ms ease;
	background-position: center center;
	background-size: 70%;
	background-repeat: no-repeat;
	-ms-flex: 0 0 130px;
	    flex: 0 0 130px;
	margin-left: 30px;
}
.rtl .btPayPalButton {
	margin-left: 0;
	margin-right: 30px;
}

.btPayPalButton:hover {
	box-shadow: 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}

.btPayPalForm {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.bt_cc_email_confirmation_container {
	margin-bottom: 30px;
	padding-left: 10px;
}
.rtl .bt_cc_email_confirmation_container {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
}
@media (max-width: 480px) {
	.btPayPalButton,
	.rtl .btPayPalButton {
		margin-left: 0;
		margin-right: 0;
		-ms-flex: 0 0 160px;
		    flex: 0 0 160px;
		width: 160px;
	}
}

/* Base for label styling */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked),
.bt_cc_email_confirmation_container [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.rtl .bt_cc_email_confirmation_container [type=checkbox]:not(:checked),
.rtl .bt_cc_email_confirmation_container [type=checkbox]:checked {
	left: auto;
	right: -9999px;
}
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label,
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:checked + label {
	padding-left: 0;
	padding-right: 25px;
}

/* checkbox aspect */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.7em;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.3);*/
}
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
	left: auto;
	right: 0;
}
/* checked mark aspect */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  left: 3px;
  top: 1px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  /*color: #09ad7e;*/
  transition: all .2s;
}
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after,
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
	left: auto;
	right: 3px;
}
/* checked mark aspect changes */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0);
}
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1);
}
/* disabled checkbox */
.bt_cc_email_confirmation_container [type="checkbox"]:disabled:not(:checked) + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.bt_cc_email_confirmation_container [type="checkbox"]:disabled:checked + label:after {
  /*color: #999;*/
}
.bt_cc_email_confirmation_container [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.bt_cc_email_confirmation_container [type="checkbox"]:checked:focus + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked):focus + label:before {
  /*border: 1px dotted blue;*/
}

/* hover style just for information */
.bt_cc_email_confirmation_container label:hover:before {
  /*border: 1px solid #4778d9!important;*/
}

/* CC Separator */

.bt_cc_separator.bt_cc_bottom_spacing_extra_small{
	margin-bottom: 0.25em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_small {
	margin-bottom: 0.5em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_normal {
	margin-bottom: 1em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_medium {
	margin-bottom: 2em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_large {
	margin-bottom: 4em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_extra_large {
	margin-bottom: 8em !important;
}
.bt_cc_separator.bt_cc_top_spacing_extra_small{
	margin-top: 0.25em !important;
}
.bt_cc_separator.bt_cc_top_spacing_small {
	margin-top: 0.5em !important;
}
.bt_cc_separator.bt_cc_top_spacing_normal {
	margin-top: 1em !important;
}
.bt_cc_separator.bt_cc_top_spacing_medium {
	margin-top: 2em !important;
}
.bt_cc_separator.bt_cc_top_spacing_large {
	margin-top: 4em !important;
}
.bt_cc_separator.bt_cc_top_spacing_extra_large {
	margin-top: 8em !important;
}
.bt_cc_separator.bt_cc_border_style_solid {
	border-top: 1px solid #ddd;
}
.bt_cc_separator.bt_cc_border_style_dashed {
	border-top: 1px dashed #ddd;
}
.bt_cc_separator.bt_cc_border_style_dotted {
	border-top: 1px dotted #ddd;
} 

/* Description */

.btQuoteItemDescription {
	text-align: right;
    font-size: 0.7em;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	pointer-events: none;
}

.btQuoteItemDescription:before {
    content: ' ';
	clear: both;
	display: table;
	width: 100%;
}

/* Subtotal addition */
.btQuoteBooking .btQuoteSubtotal {
    padding: 0;
    margin: 0 0 20px;
	display: flex;
	align-items: center;
}
.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
    display: block;
    max-width: 220px;
	padding-right: 20px;
	flex: 0 0 220px;
}
.rtl .btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
	padding-right: 0;
	padding-left: 20px;
	text-align: right;
}
.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalCalc {
	font-weight: bold;
	line-height: 1.8;
}
@media (max-width: 480px) {
	.btQuoteBooking .btQuoteSubtotal {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0;
	}
	.rtl .btQuoteBooking .btQuoteSubtotal {
		padding: 0;
	}
	.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
		float: none;
		width: auto;
		margin: 0;
		padding-right: 20px;
	}
	.rtl .btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
		float: none;
		width: auto;
		margin: 0;
		padding-right: 20px;
		text-align: right;
	}
	.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalCalc {
		padding: 0 20px;
	}
}.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.dms-container {
    width: auto;
}

.dms-container label {
    display: block;
}

.error-front {
    color: red;
}

.widget-area div.dms-container {
width: 100%;
padding: 15px 0;
}