/* 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(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/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(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/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(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.ttf?v=1.0.0);
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.ttf?v=1.0.0) format('truetype'),url(//miraisushi.ro/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(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.ttf?v=1.0.0);
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.ttf?v=1.0.0) format('truetype'),url(//miraisushi.ro/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(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.ttf?v=1.0.0);
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.ttf?v=1.0.0) format('truetype'),url(//miraisushi.ro/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 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.bt_bb_row .bt_bb_column {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 100%;
    }
.bt_bb_row_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.bt_bb_row_inner .bt_bb_column_inner {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 100%;
    }
.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    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"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 33.333333%;
    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"] {
    -webkit-flex-basis: 100%;
    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"] {
    -webkit-flex-basis: 50%;
    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"] {
    -webkit-flex-basis: 50%;
    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"] {
    -webkit-flex-basis: 100%;
    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"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
}

/* Grid Fix */
@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) {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 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) {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 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) {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 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) {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 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"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    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"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    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"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    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"] {
    -webkit-flex-basis: 100%;
    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 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xxl-11,
.bt_bb_column_inner.col-xxl-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xxl-10,
.bt_bb_column_inner.col-xxl-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xxl-9_6,
.bt_bb_column_inner.col-xxl-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xxl-9,
.bt_bb_column_inner.col-xxl-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xxl-8,
.bt_bb_column_inner.col-xxl-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xxl-7_2,
.bt_bb_column_inner.col-xxl-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xxl-7,
.bt_bb_column_inner.col-xxl-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xxl-6,
.bt_bb_column_inner.col-xxl-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xxl-5,
.bt_bb_column_inner.col-xxl-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xxl-4_8,
.bt_bb_column_inner.col-xxl-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xxl-4,
.bt_bb_column_inner.col-xxl-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xxl-2_4,
.bt_bb_column_inner.col-xxl-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xxl-3,
.bt_bb_column_inner.col-xxl-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xxl-2,
.bt_bb_column_inner.col-xxl-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xxl-1,
.bt_bb_column_inner.col-xxl-1 {
    -webkit-flex-basis: 8.333333%;
    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 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xl-11,
.bt_bb_column_inner.col-xl-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xl-10,
.bt_bb_column_inner.col-xl-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xl-9_6,
.bt_bb_column_inner.col-xl-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xl-9,
.bt_bb_column_inner.col-xl-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xl-8,
.bt_bb_column_inner.col-xl-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xl-7_2,
.bt_bb_column_inner.col-xl-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xl-7,
.bt_bb_column_inner.col-xl-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xl-6,
.bt_bb_column_inner.col-xl-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xl-5,
.bt_bb_column_inner.col-xl-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xl-4_8,
.bt_bb_column_inner.col-xl-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xl-4,
.bt_bb_column_inner.col-xl-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xl-2_4,
.bt_bb_column_inner.col-xl-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xl-3,
.bt_bb_column_inner.col-xl-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xl-2,
.bt_bb_column_inner.col-xl-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xl-1,
.bt_bb_column_inner.col-xl-1 {
    -webkit-flex-basis: 8.333333%;
    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 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-lg-11,
.bt_bb_column_inner.col-lg-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-lg-10,
.bt_bb_column_inner.col-lg-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-lg-9_6,
.bt_bb_column_inner.col-lg-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-lg-9,
.bt_bb_column_inner.col-lg-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-lg-8,
.bt_bb_column_inner.col-lg-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-lg-7_2,
.bt_bb_column_inner.col-lg-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-lg-7,
.bt_bb_column_inner.col-lg-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-lg-6,
.bt_bb_column_inner.col-lg-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-lg-5,
.bt_bb_column_inner.col-lg-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-lg-4_8,
.bt_bb_column_inner.col-lg-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-lg-4,
.bt_bb_column_inner.col-lg-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-lg-2_4,
.bt_bb_column_inner.col-lg-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-lg-3,
.bt_bb_column_inner.col-lg-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-lg-2,
.bt_bb_column_inner.col-lg-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-lg-1,
.bt_bb_column_inner.col-lg-1 {
    -webkit-flex-basis: 8.333333%;
    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 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-md-11,
.bt_bb_column_inner.col-md-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-md-10,
.bt_bb_column_inner.col-md-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-md-9_6,
.bt_bb_column_inner.col-md-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-md-9,
.bt_bb_column_inner.col-md-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-md-8,
.bt_bb_column_inner.col-md-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-md-7_2,
.bt_bb_column_inner.col-md-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-md-7,
.bt_bb_column_inner.col-md-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-md-6,
.bt_bb_column_inner.col-md-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-md-5,
.bt_bb_column_inner.col-md-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-md-4_8,
.bt_bb_column_inner.col-md-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-md-4,
.bt_bb_column_inner.col-md-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-md-2_4,
.bt_bb_column_inner.col-md-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-md-3,
.bt_bb_column_inner.col-md-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-md-2,
.bt_bb_column_inner.col-md-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-md-1,
.bt_bb_column_inner.col-md-1 {
    -webkit-flex-basis: 8.333333%;
    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 {
    -webkit-flex-basis: 100%;
    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 {
    -webkit-flex-basis: 91.666666%;
    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 {
    -webkit-flex-basis: 83.333333%;
    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 {
    -webkit-flex-basis: 80%;
    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 {
    -webkit-flex-basis: 75%;
    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 {
    -webkit-flex-basis: 66.666666%;
    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 {
    -webkit-flex-basis: 60%;
    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 {
    -webkit-flex-basis: 58.333333%;
    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 {
    -webkit-flex-basis: 50%;
    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 {
    -webkit-flex-basis: 41.666666%;
    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 {
    -webkit-flex-basis: 40%;
    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 {
    -webkit-flex-basis: 33.333333%;
    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 {
    -webkit-flex-basis: 20%;
    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 {
    -webkit-flex-basis: 25%;
    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 {
    -webkit-flex-basis: 16.666666%;
    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 {
    -webkit-flex-basis: 8.333333%;
    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 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xs-11,
.bt_bb_column_inner.col-xs-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xs-10,
.bt_bb_column_inner.col-xs-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xs-9_6,
.bt_bb_column_inner.col-xs-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xs-9,
.bt_bb_column_inner.col-xs-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xs-8,
.bt_bb_column_inner.col-xs-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xs-7_2,
.bt_bb_column_inner.col-xs-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xs-7,
.bt_bb_column_inner.col-xs-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xs-6,
.bt_bb_column_inner.col-xs-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xs-5,
.bt_bb_column_inner.col-xs-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xs-4_8,
.bt_bb_column_inner.col-xs-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xs-4,
.bt_bb_column_inner.col-xs-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xs-2_4,
.bt_bb_column_inner.col-xs-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xs-3,
.bt_bb_column_inner.col-xs-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xs-2,
.bt_bb_column_inner.col-xs-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xs-1,
.bt_bb_column_inner.col-xs-1 {
    -webkit-flex-basis: 8.333333%;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section > .bt_bb_port .rtl {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    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 {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.bt_bb_section.bt_bb_vertical_align_top > .bt_bb_port {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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: -webkit-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    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: -webkit-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    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: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    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: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    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%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    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;
    -ms-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 {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    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 {
    margin: 0 -20px;
    color: var(--row-primary-color);
    background-color: var(--row-secondary-color);
    }
.bt_bb_row .bt_bb_column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--column-primary-color);
    background-color: var(--column-secondary-color);
    }
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_top {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row .bt_bb_column[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
    }
.bt_bb_row .bt_bb_column .bt_bb_column_content {
    width: 100%;
    }
.bt_bb_row .bt_bb_column .bt_bb_column_content {
    color: var(--column-inner-primary-color);
    background-color: var(--column-inner-secondary-color);
    }
.bt_bb_row_inner {
    margin: 0 -20px;
    }
.bt_bb_row_inner .bt_bb_column_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    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 .bt_bb_column_inner.bt_bb_vertical_align_top {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner .bt_bb_column_inner[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
    }
.bt_bb_row_inner .bt_bb_column_inner .bt_bb_column_inner_content {
    width: 100%;
    }
.bt_bb_row_inner .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%;
    }
.bt_bb_layout_boxed .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row_wrapper:not([class*="bt_bb_row_width_boxed_"]),
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    overflow-x: clip;
    }
.bt_bb_layout_boxed_600 .bt_bb_cell {
    width: 600px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_700 .bt_bb_cell {
    width: 700px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_800 .bt_bb_cell {
    width: 800px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_900 .bt_bb_cell {
    width: 900px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1000 .bt_bb_cell {
    width: 1000px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1100 .bt_bb_cell {
    width: 1100px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1200 .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1300 .bt_bb_cell {
    width: 1300px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1400 .bt_bb_cell {
    width: 1400px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1500 .bt_bb_cell {
    width: 1500px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1600 .bt_bb_cell {
    width: 1600px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_row.bt_bb_column_gap_extra_small {
    max-width: -webkit-calc(100% + .5em);
    max-width: -moz-calc(100% + .5em);
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
    }
.bt_bb_row.bt_bb_column_gap_extra_small .bt_bb_column {
    padding-left: .25em;
    padding-right: .25em;
    }
.bt_bb_row.bt_bb_column_gap_small {
    max-width: -webkit-calc(100% + 1em);
    max-width: -moz-calc(100% + 1em);
    max-width: calc(100% + 1em);
    margin-left: -.5em;
    margin-right: -.5em;
    }
.bt_bb_row.bt_bb_column_gap_small .bt_bb_column {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_row.bt_bb_column_gap_normal {
    max-width: -webkit-calc(100% + 2em);
    max-width: -moz-calc(100% + 2em);
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
    }
.bt_bb_row.bt_bb_column_gap_normal .bt_bb_column {
    padding-left: 1em;
    padding-right: 1em;
    }
.bt_bb_row.bt_bb_column_gap_medium {
    max-width: -webkit-calc(100% + 4em);
    max-width: -moz-calc(100% + 4em);
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
    }
.bt_bb_row.bt_bb_column_gap_medium .bt_bb_column {
    padding-left: 2em;
    padding-right: 2em;
    }
.bt_bb_row.bt_bb_column_gap_large {
    max-width: -webkit-calc(100% + 8em);
    max-width: -moz-calc(100% + 8em);
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
    }
.bt_bb_row.bt_bb_column_gap_large .bt_bb_column {
    padding-left: 4em;
    padding-right: 4em;
    }
.bt_bb_row.bt_bb_column_gap_0 {
    max-width: -webkit-calc(100% + 0);
    max-width: -moz-calc(100% + 0);
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
    }
.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_row.bt_bb_column_gap_5 {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    }
.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_row.bt_bb_column_gap_10 {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    }
.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row.bt_bb_column_gap_15 {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    }
.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_row.bt_bb_column_gap_20 {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_row.bt_bb_column_gap_25 {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    }
.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_row.bt_bb_column_gap_30 {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    }
.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_row.bt_bb_column_gap_35 {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    }
.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_row.bt_bb_column_gap_40 {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    }
.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_row.bt_bb_column_gap_45 {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
    }
.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_row.bt_bb_column_gap_50 {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    }
.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_row.bt_bb_column_gap_55 {
    max-width: -webkit-calc(100% + 110px);
    max-width: -moz-calc(100% + 110px);
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
    }
.bt_bb_row.bt_bb_column_gap_55 .bt_bb_column {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_row.bt_bb_column_gap_55 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 110px;
    padding-right: 110px;
    }
.bt_bb_row.bt_bb_column_gap_60 {
    max-width: -webkit-calc(100% + 120px);
    max-width: -moz-calc(100% + 120px);
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    }
.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 120px;
    padding-right: 120px;
    }
.bt_bb_row.bt_bb_column_gap_65 {
    max-width: -webkit-calc(100% + 130px);
    max-width: -moz-calc(100% + 130px);
    max-width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
    }
.bt_bb_row.bt_bb_column_gap_65 .bt_bb_column {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_row.bt_bb_column_gap_65 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 130px;
    padding-right: 130px;
    }
.bt_bb_row.bt_bb_column_gap_70 {
    max-width: -webkit-calc(100% + 140px);
    max-width: -moz-calc(100% + 140px);
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
    }
.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 140px;
    padding-right: 140px;
    }
.bt_bb_row.bt_bb_column_gap_75 {
    max-width: -webkit-calc(100% + 150px);
    max-width: -moz-calc(100% + 150px);
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
    }
.bt_bb_row.bt_bb_column_gap_75 .bt_bb_column {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_row.bt_bb_column_gap_75 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 150px;
    padding-right: 150px;
    }
.bt_bb_row.bt_bb_column_gap_80 {
    max-width: -webkit-calc(100% + 160px);
    max-width: -moz-calc(100% + 160px);
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
    }
.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 160px;
    padding-right: 160px;
    }
.bt_bb_row.bt_bb_column_gap_85 {
    max-width: -webkit-calc(100% + 170px);
    max-width: -moz-calc(100% + 170px);
    max-width: calc(100% + 170px);
    margin-left: -85px;
    margin-right: -85px;
    }
.bt_bb_row.bt_bb_column_gap_85 .bt_bb_column {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_row.bt_bb_column_gap_85 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 170px;
    padding-right: 170px;
    }
.bt_bb_row.bt_bb_column_gap_90 {
    max-width: -webkit-calc(100% + 180px);
    max-width: -moz-calc(100% + 180px);
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
    }
.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 180px;
    padding-right: 180px;
    }
.bt_bb_row.bt_bb_column_gap_95 {
    max-width: -webkit-calc(100% + 190px);
    max-width: -moz-calc(100% + 190px);
    max-width: calc(100% + 190px);
    margin-left: -95px;
    margin-right: -95px;
    }
.bt_bb_row.bt_bb_column_gap_95 .bt_bb_column {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_row.bt_bb_column_gap_95 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 190px;
    padding-right: 190px;
    }
.bt_bb_row.bt_bb_column_gap_100 {
    max-width: -webkit-calc(100% + 200px);
    max-width: -moz-calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
    }
.bt_bb_row.bt_bb_column_gap_100 .bt_bb_column {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_row.bt_bb_column_gap_100 .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 problem and senseless double 0px padding */
.bt_bb_row.bt_bb_column_gap_0 {
    margin-left: 0;
    margin-right: 0;
    }
.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }

/* Inner row */
.bt_bb_row_inner.bt_bb_column_inner_gap_extra_small {
    max-width: -webkit-calc(100% + .5em);
    max-width: -moz-calc(100% + .5em);
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_extra_small .bt_bb_column {
    padding-left: .25em;
    padding-right: .25em;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_small {
    max-width: -webkit-calc(100% + 1em);
    max-width: -moz-calc(100% + 1em);
    max-width: calc(100% + 1em);
    margin-left: .5em;
    margin-right: -.5em;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_small .bt_bb_column_inner {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_normal {
    max-width: -webkit-calc(100% + 2em);
    max-width: -moz-calc(100% + 2em);
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_normal .bt_bb_column_inner {
    padding-left: 1em;
    padding-right: 1em;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_medium {
    max-width: -webkit-calc(100% + 4em);
    max-width: -moz-calc(100% + 4em);
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_medium .bt_bb_column_inner {
    padding-left: 2em;
    padding-right: 2em;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_large {
    max-width: -webkit-calc(100% + 8em);
    max-width: -moz-calc(100% + 8em);
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_large .bt_bb_column_inner {
    padding-left: 4em;
    padding-right: 4em;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0 {
    max-width: -webkit-calc(100% + 0);
    max-width: -moz-calc(100% + 0);
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0 .bt_bb_column_inner {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5 {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5 .bt_bb_column_inner {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10 {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10 .bt_bb_column_inner {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15 {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15 .bt_bb_column_inner {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20 {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20 .bt_bb_column_inner {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25 {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25 .bt_bb_column_inner {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30 {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30 .bt_bb_column_inner {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35 {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35 .bt_bb_column_inner {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40 {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40 .bt_bb_column_inner {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45 {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45 .bt_bb_column_inner {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50 {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50 .bt_bb_column_inner {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55 {
    max-width: -webkit-calc(100% + 110px);
    max-width: -moz-calc(100% + 110px);
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55 .bt_bb_column_inner {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 110px;
    padding-right: 110px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60 {
    max-width: -webkit-calc(100% + 120px);
    max-width: -moz-calc(100% + 120px);
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60 .bt_bb_column_inner {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 120px;
    padding-right: 120px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65 {
    max-width: -webkit-calc(100% + 130px);
    max-width: -moz-calc(100% + 130px);
    max-width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65 .bt_bb_column_inner {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 130px;
    padding-right: 130px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70 {
    max-width: -webkit-calc(100% + 140px);
    max-width: -moz-calc(100% + 140px);
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70 .bt_bb_column_inner {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 140px;
    padding-right: 140px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75 {
    max-width: -webkit-calc(100% + 150px);
    max-width: -moz-calc(100% + 150px);
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75 .bt_bb_column_inner {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 150px;
    padding-right: 150px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80 {
    max-width: -webkit-calc(100% + 160px);
    max-width: -moz-calc(100% + 160px);
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80 .bt_bb_column_inner {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 160px;
    padding-right: 160px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85 {
    max-width: -webkit-calc(100% + 170px);
    max-width: -moz-calc(100% + 170px);
    max-width: calc(100% + 170px);
    margin-left: -85px;
    margin-right: -85px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85 .bt_bb_column_inner {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 170px;
    padding-right: 170px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90 {
    max-width: -webkit-calc(100% + 180px);
    max-width: -moz-calc(100% + 180px);
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90 .bt_bb_column_inner {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 180px;
    padding-right: 180px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95 {
    max-width: -webkit-calc(100% + 190px);
    max-width: -moz-calc(100% + 190px);
    max-width: calc(100% + 190px);
    margin-left: -95px;
    margin-right: -95px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95 .bt_bb_column_inner {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 190px;
    padding-right: 190px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100 {
    max-width: -webkit-calc(100% + 200px);
    max-width: -moz-calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100 .bt_bb_column_inner {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 200px;
    padding-right: 200px;
    }
.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 - */
/* -------------- */
/* @set boxedDelta 0; */
/* Boxed 1200 */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
    max-width: 1200px;
    }
@media (min-width: 1240px) {
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
    margin: auto;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right,
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    max-width: 100%;
    }
}

@media (max-width: 1239px) {
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
    padding: 0 20px;
    max-width: 100%;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide {
    padding: 0;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide .bt_bb_row {
    margin: 0;
    }
.bt_bb_row_wrapper.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_wrapper.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_wrapper.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 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_wrapper.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_wrapper.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_wrapper.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 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_layout_wide .bt_bb_row_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_content_wide {
    padding-left: 0;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    }
}

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

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

/* Push right last column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }
.bt_bb_section .bt_bb_row_wrapper.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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 103.33433px;
    -ms-flex: 0 0 103.33433px;
    flex: 0 0 103.33433px;
    max-width: 103.33433px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 63.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 63.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 100.001px;
    -ms-flex: 0 0 100.001px;
    flex: 0 0 100.001px;
    max-width: 100.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 100.83433px;
    -ms-flex: 0 0 100.83433px;
    flex: 0 0 100.83433px;
    max-width: 100.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 504.16567px);
    max-width: -moz-calc(50% - 504.16567px);
    max-width: calc(50% - 504.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 90.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 101.66767px;
    -ms-flex: 0 0 101.66767px;
    flex: 0 0 101.66767px;
    max-width: 101.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 508.33233px);
    max-width: -moz-calc(50% - 508.33233px);
    max-width: calc(50% - 508.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 81.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 102.501px;
    -ms-flex: 0 0 102.501px;
    flex: 0 0 102.501px;
    max-width: 102.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 512.499px);
    max-width: -moz-calc(50% - 512.499px);
    max-width: calc(50% - 512.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 72.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 103.33433px;
    -ms-flex: 0 0 103.33433px;
    flex: 0 0 103.33433px;
    max-width: 103.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 63.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 104.16767px;
    -ms-flex: 0 0 104.16767px;
    flex: 0 0 104.16767px;
    max-width: 104.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 520.83233px);
    max-width: -moz-calc(50% - 520.83233px);
    max-width: calc(50% - 520.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 54.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 105.001px;
    -ms-flex: 0 0 105.001px;
    flex: 0 0 105.001px;
    max-width: 105.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 524.999px);
    max-width: -moz-calc(50% - 524.999px);
    max-width: calc(50% - 524.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 45.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 105.83433px;
    -ms-flex: 0 0 105.83433px;
    flex: 0 0 105.83433px;
    max-width: 105.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 529.16567px);
    max-width: -moz-calc(50% - 529.16567px);
    max-width: calc(50% - 529.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 35.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 106.66767px;
    -ms-flex: 0 0 106.66767px;
    flex: 0 0 106.66767px;
    max-width: 106.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 26.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 107.501px;
    -ms-flex: 0 0 107.501px;
    flex: 0 0 107.501px;
    max-width: 107.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 537.499px);
    max-width: -moz-calc(50% - 537.499px);
    max-width: calc(50% - 537.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 17.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 108.33433px;
    -ms-flex: 0 0 108.33433px;
    flex: 0 0 108.33433px;
    max-width: 108.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 541.66567px);
    max-width: -moz-calc(50% - 541.66567px);
    max-width: calc(50% - 541.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 8.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 109.16767px;
    -ms-flex: 0 0 109.16767px;
    flex: 0 0 109.16767px;
    max-width: 109.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 545.83233px);
    max-width: -moz-calc(50% - 545.83233px);
    max-width: calc(50% - 545.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -.83233px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 110.001px;
    -ms-flex: 0 0 110.001px;
    flex: 0 0 110.001px;
    max-width: 110.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 549.999px);
    max-width: -moz-calc(50% - 549.999px);
    max-width: calc(50% - 549.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -9.999px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 110.83433px;
    -ms-flex: 0 0 110.83433px;
    flex: 0 0 110.83433px;
    max-width: 110.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 554.16567px);
    max-width: -moz-calc(50% - 554.16567px);
    max-width: calc(50% - 554.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -19.16567px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 111.66767px;
    -ms-flex: 0 0 111.66767px;
    flex: 0 0 111.66767px;
    max-width: 111.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 558.33233px);
    max-width: -moz-calc(50% - 558.33233px);
    max-width: calc(50% - 558.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -28.33233px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 112.501px;
    -ms-flex: 0 0 112.501px;
    flex: 0 0 112.501px;
    max-width: 112.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 562.499px);
    max-width: -moz-calc(50% - 562.499px);
    max-width: calc(50% - 562.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -37.499px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 113.33433px;
    -ms-flex: 0 0 113.33433px;
    flex: 0 0 113.33433px;
    max-width: 113.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 566.66567px);
    max-width: -moz-calc(50% - 566.66567px);
    max-width: calc(50% - 566.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -46.66567px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 114.16767px;
    -ms-flex: 0 0 114.16767px;
    flex: 0 0 114.16767px;
    max-width: 114.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 570.83233px);
    max-width: -moz-calc(50% - 570.83233px);
    max-width: calc(50% - 570.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -55.83233px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 115.001px;
    -ms-flex: 0 0 115.001px;
    flex: 0 0 115.001px;
    max-width: 115.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 574.999px);
    max-width: -moz-calc(50% - 574.999px);
    max-width: calc(50% - 574.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -64.999px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 115.83433px;
    -ms-flex: 0 0 115.83433px;
    flex: 0 0 115.83433px;
    max-width: 115.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 579.16567px);
    max-width: -moz-calc(50% - 579.16567px);
    max-width: calc(50% - 579.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -74.16567px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 116.66767px;
    -ms-flex: 0 0 116.66767px;
    flex: 0 0 116.66767px;
    max-width: 116.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -83.33233px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 504.16567px);
    max-width: -moz-calc(50% - 504.16567px);
    max-width: calc(50% - 504.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 90.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 508.33233px);
    max-width: -moz-calc(50% - 508.33233px);
    max-width: calc(50% - 508.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 81.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 512.499px);
    max-width: -moz-calc(50% - 512.499px);
    max-width: calc(50% - 512.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 72.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 63.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 520.83233px);
    max-width: -moz-calc(50% - 520.83233px);
    max-width: calc(50% - 520.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 54.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 524.999px);
    max-width: -moz-calc(50% - 524.999px);
    max-width: calc(50% - 524.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 45.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 529.16567px);
    max-width: -moz-calc(50% - 529.16567px);
    max-width: calc(50% - 529.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 35.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 26.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 537.499px);
    max-width: -moz-calc(50% - 537.499px);
    max-width: calc(50% - 537.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 17.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 541.66567px);
    max-width: -moz-calc(50% - 541.66567px);
    max-width: calc(50% - 541.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 8.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 549.999px);
    max-width: -moz-calc(50% - 549.999px);
    max-width: calc(50% - 549.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -9.999px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 558.33233px);
    max-width: -moz-calc(50% - 558.33233px);
    max-width: calc(50% - 558.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -28.33233px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 566.66567px);
    max-width: -moz-calc(50% - 566.66567px);
    max-width: calc(50% - 566.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -46.66567px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 574.999px);
    max-width: -moz-calc(50% - 574.999px);
    max-width: calc(50% - 574.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -64.999px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -83.33233px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 206.66767px;
    -ms-flex: 0 0 206.66767px;
    flex: 0 0 206.66767px;
    max-width: 206.66767px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 166.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 166.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 200.001px;
    -ms-flex: 0 0 200.001px;
    flex: 0 0 200.001px;
    max-width: 200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 201.66767px;
    -ms-flex: 0 0 201.66767px;
    flex: 0 0 201.66767px;
    max-width: 201.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 403.33233px);
    max-width: -moz-calc(50% - 403.33233px);
    max-width: calc(50% - 403.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 191.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 203.33433px;
    -ms-flex: 0 0 203.33433px;
    flex: 0 0 203.33433px;
    max-width: 203.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 406.66567px);
    max-width: -moz-calc(50% - 406.66567px);
    max-width: calc(50% - 406.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 183.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 205.001px;
    -ms-flex: 0 0 205.001px;
    flex: 0 0 205.001px;
    max-width: 205.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 409.999px);
    max-width: -moz-calc(50% - 409.999px);
    max-width: calc(50% - 409.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 175.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 206.66767px;
    -ms-flex: 0 0 206.66767px;
    flex: 0 0 206.66767px;
    max-width: 206.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 166.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 208.33433px;
    -ms-flex: 0 0 208.33433px;
    flex: 0 0 208.33433px;
    max-width: 208.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 416.66567px);
    max-width: -moz-calc(50% - 416.66567px);
    max-width: calc(50% - 416.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 158.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 210.001px;
    -ms-flex: 0 0 210.001px;
    flex: 0 0 210.001px;
    max-width: 210.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 211.66767px;
    -ms-flex: 0 0 211.66767px;
    flex: 0 0 211.66767px;
    max-width: 211.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 423.33233px);
    max-width: -moz-calc(50% - 423.33233px);
    max-width: calc(50% - 423.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 141.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 213.33433px;
    -ms-flex: 0 0 213.33433px;
    flex: 0 0 213.33433px;
    max-width: 213.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 426.66567px);
    max-width: -moz-calc(50% - 426.66567px);
    max-width: calc(50% - 426.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 133.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 215.001px;
    -ms-flex: 0 0 215.001px;
    flex: 0 0 215.001px;
    max-width: 215.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 429.999px);
    max-width: -moz-calc(50% - 429.999px);
    max-width: calc(50% - 429.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 125.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 216.66767px;
    -ms-flex: 0 0 216.66767px;
    flex: 0 0 216.66767px;
    max-width: 216.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 433.33233px);
    max-width: -moz-calc(50% - 433.33233px);
    max-width: calc(50% - 433.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 218.33433px;
    -ms-flex: 0 0 218.33433px;
    flex: 0 0 218.33433px;
    max-width: 218.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 436.66567px);
    max-width: -moz-calc(50% - 436.66567px);
    max-width: calc(50% - 436.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 108.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 220.001px;
    -ms-flex: 0 0 220.001px;
    flex: 0 0 220.001px;
    max-width: 220.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 439.999px);
    max-width: -moz-calc(50% - 439.999px);
    max-width: calc(50% - 439.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 221.66767px;
    -ms-flex: 0 0 221.66767px;
    flex: 0 0 221.66767px;
    max-width: 221.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 443.33233px);
    max-width: -moz-calc(50% - 443.33233px);
    max-width: calc(50% - 443.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 91.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 223.33433px;
    -ms-flex: 0 0 223.33433px;
    flex: 0 0 223.33433px;
    max-width: 223.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 446.66567px);
    max-width: -moz-calc(50% - 446.66567px);
    max-width: calc(50% - 446.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 83.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 225.001px;
    -ms-flex: 0 0 225.001px;
    flex: 0 0 225.001px;
    max-width: 225.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 75.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 226.66767px;
    -ms-flex: 0 0 226.66767px;
    flex: 0 0 226.66767px;
    max-width: 226.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 453.33233px);
    max-width: -moz-calc(50% - 453.33233px);
    max-width: calc(50% - 453.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 66.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 228.33433px;
    -ms-flex: 0 0 228.33433px;
    flex: 0 0 228.33433px;
    max-width: 228.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 456.66567px);
    max-width: -moz-calc(50% - 456.66567px);
    max-width: calc(50% - 456.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 58.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 230.001px;
    -ms-flex: 0 0 230.001px;
    flex: 0 0 230.001px;
    max-width: 230.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 459.999px);
    max-width: -moz-calc(50% - 459.999px);
    max-width: calc(50% - 459.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 50.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 231.66767px;
    -ms-flex: 0 0 231.66767px;
    flex: 0 0 231.66767px;
    max-width: 231.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 463.33233px);
    max-width: -moz-calc(50% - 463.33233px);
    max-width: calc(50% - 463.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 41.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 233.33433px;
    -ms-flex: 0 0 233.33433px;
    flex: 0 0 233.33433px;
    max-width: 233.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 33.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 403.33233px);
    max-width: -moz-calc(50% - 403.33233px);
    max-width: calc(50% - 403.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 191.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 406.66567px);
    max-width: -moz-calc(50% - 406.66567px);
    max-width: calc(50% - 406.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 183.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 409.999px);
    max-width: -moz-calc(50% - 409.999px);
    max-width: calc(50% - 409.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 175.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 166.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 416.66567px);
    max-width: -moz-calc(50% - 416.66567px);
    max-width: calc(50% - 416.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 158.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 423.33233px);
    max-width: -moz-calc(50% - 423.33233px);
    max-width: calc(50% - 423.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 141.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 426.66567px);
    max-width: -moz-calc(50% - 426.66567px);
    max-width: calc(50% - 426.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 133.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 429.999px);
    max-width: -moz-calc(50% - 429.999px);
    max-width: calc(50% - 429.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 125.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 433.33233px);
    max-width: -moz-calc(50% - 433.33233px);
    max-width: calc(50% - 433.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 439.999px);
    max-width: -moz-calc(50% - 439.999px);
    max-width: calc(50% - 439.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 446.66567px);
    max-width: -moz-calc(50% - 446.66567px);
    max-width: calc(50% - 446.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 83.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 453.33233px);
    max-width: -moz-calc(50% - 453.33233px);
    max-width: calc(50% - 453.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 66.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 459.999px);
    max-width: -moz-calc(50% - 459.999px);
    max-width: calc(50% - 459.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 50.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 33.33433px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 248.001px;
    -ms-flex: 0 0 248.001px;
    flex: 0 0 248.001px;
    max-width: 248.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 208.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 208.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 242.001px;
    -ms-flex: 0 0 242.001px;
    flex: 0 0 242.001px;
    max-width: 242.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 362.999px);
    max-width: -moz-calc(50% - 362.999px);
    max-width: calc(50% - 362.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 232.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 244.001px;
    -ms-flex: 0 0 244.001px;
    flex: 0 0 244.001px;
    max-width: 244.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 365.999px);
    max-width: -moz-calc(50% - 365.999px);
    max-width: calc(50% - 365.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 224.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 246.001px;
    -ms-flex: 0 0 246.001px;
    flex: 0 0 246.001px;
    max-width: 246.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 368.999px);
    max-width: -moz-calc(50% - 368.999px);
    max-width: calc(50% - 368.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 216.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 248.001px;
    -ms-flex: 0 0 248.001px;
    flex: 0 0 248.001px;
    max-width: 248.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 208.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 250.001px;
    -ms-flex: 0 0 250.001px;
    flex: 0 0 250.001px;
    max-width: 250.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 252.001px;
    -ms-flex: 0 0 252.001px;
    flex: 0 0 252.001px;
    max-width: 252.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 377.999px);
    max-width: -moz-calc(50% - 377.999px);
    max-width: calc(50% - 377.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 192.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 254.001px;
    -ms-flex: 0 0 254.001px;
    flex: 0 0 254.001px;
    max-width: 254.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 380.999px);
    max-width: -moz-calc(50% - 380.999px);
    max-width: calc(50% - 380.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 184.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 256.001px;
    -ms-flex: 0 0 256.001px;
    flex: 0 0 256.001px;
    max-width: 256.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 383.999px);
    max-width: -moz-calc(50% - 383.999px);
    max-width: calc(50% - 383.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 176.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 258.001px;
    -ms-flex: 0 0 258.001px;
    flex: 0 0 258.001px;
    max-width: 258.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 386.999px);
    max-width: -moz-calc(50% - 386.999px);
    max-width: calc(50% - 386.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 168.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 260.001px;
    -ms-flex: 0 0 260.001px;
    flex: 0 0 260.001px;
    max-width: 260.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 160.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 262.001px;
    -ms-flex: 0 0 262.001px;
    flex: 0 0 262.001px;
    max-width: 262.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 392.999px);
    max-width: -moz-calc(50% - 392.999px);
    max-width: calc(50% - 392.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 152.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 264.001px;
    -ms-flex: 0 0 264.001px;
    flex: 0 0 264.001px;
    max-width: 264.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 395.999px);
    max-width: -moz-calc(50% - 395.999px);
    max-width: calc(50% - 395.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 144.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 266.001px;
    -ms-flex: 0 0 266.001px;
    flex: 0 0 266.001px;
    max-width: 266.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 398.999px);
    max-width: -moz-calc(50% - 398.999px);
    max-width: calc(50% - 398.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 136.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 268.001px;
    -ms-flex: 0 0 268.001px;
    flex: 0 0 268.001px;
    max-width: 268.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 401.999px);
    max-width: -moz-calc(50% - 401.999px);
    max-width: calc(50% - 401.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 128.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 270.001px;
    -ms-flex: 0 0 270.001px;
    flex: 0 0 270.001px;
    max-width: 270.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 404.999px);
    max-width: -moz-calc(50% - 404.999px);
    max-width: calc(50% - 404.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 120.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 272.001px;
    -ms-flex: 0 0 272.001px;
    flex: 0 0 272.001px;
    max-width: 272.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 407.999px);
    max-width: -moz-calc(50% - 407.999px);
    max-width: calc(50% - 407.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 112.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 274.001px;
    -ms-flex: 0 0 274.001px;
    flex: 0 0 274.001px;
    max-width: 274.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 410.999px);
    max-width: -moz-calc(50% - 410.999px);
    max-width: calc(50% - 410.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 104.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 276.001px;
    -ms-flex: 0 0 276.001px;
    flex: 0 0 276.001px;
    max-width: 276.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 413.999px);
    max-width: -moz-calc(50% - 413.999px);
    max-width: calc(50% - 413.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 96.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 278.001px;
    -ms-flex: 0 0 278.001px;
    flex: 0 0 278.001px;
    max-width: 278.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 416.999px);
    max-width: -moz-calc(50% - 416.999px);
    max-width: calc(50% - 416.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 88.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 280.001px;
    -ms-flex: 0 0 280.001px;
    flex: 0 0 280.001px;
    max-width: 280.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 362.999px);
    max-width: -moz-calc(50% - 362.999px);
    max-width: calc(50% - 362.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 232.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 365.999px);
    max-width: -moz-calc(50% - 365.999px);
    max-width: calc(50% - 365.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 224.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 368.999px);
    max-width: -moz-calc(50% - 368.999px);
    max-width: calc(50% - 368.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 216.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 208.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 377.999px);
    max-width: -moz-calc(50% - 377.999px);
    max-width: calc(50% - 377.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 192.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 380.999px);
    max-width: -moz-calc(50% - 380.999px);
    max-width: calc(50% - 380.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 184.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 383.999px);
    max-width: -moz-calc(50% - 383.999px);
    max-width: calc(50% - 383.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 176.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 386.999px);
    max-width: -moz-calc(50% - 386.999px);
    max-width: calc(50% - 386.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 168.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 160.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 395.999px);
    max-width: -moz-calc(50% - 395.999px);
    max-width: calc(50% - 395.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 144.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 401.999px);
    max-width: -moz-calc(50% - 401.999px);
    max-width: calc(50% - 401.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 128.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 407.999px);
    max-width: -moz-calc(50% - 407.999px);
    max-width: calc(50% - 407.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 112.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 413.999px);
    max-width: -moz-calc(50% - 413.999px);
    max-width: calc(50% - 413.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 96.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 270.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 270.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 300.001px;
    -ms-flex: 0 0 300.001px;
    flex: 0 0 300.001px;
    max-width: 300.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 299.999px);
    max-width: -moz-calc(50% - 299.999px);
    max-width: calc(50% - 299.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 300.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 302.501px;
    -ms-flex: 0 0 302.501px;
    flex: 0 0 302.501px;
    max-width: 302.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 302.499px);
    max-width: -moz-calc(50% - 302.499px);
    max-width: calc(50% - 302.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 292.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 305.001px;
    -ms-flex: 0 0 305.001px;
    flex: 0 0 305.001px;
    max-width: 305.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 304.999px);
    max-width: -moz-calc(50% - 304.999px);
    max-width: calc(50% - 304.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 285.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 307.501px;
    -ms-flex: 0 0 307.501px;
    flex: 0 0 307.501px;
    max-width: 307.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 307.499px);
    max-width: -moz-calc(50% - 307.499px);
    max-width: calc(50% - 307.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 277.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 270.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 312.501px;
    -ms-flex: 0 0 312.501px;
    flex: 0 0 312.501px;
    max-width: 312.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 312.499px);
    max-width: -moz-calc(50% - 312.499px);
    max-width: calc(50% - 312.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 262.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 315.001px;
    -ms-flex: 0 0 315.001px;
    flex: 0 0 315.001px;
    max-width: 315.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 314.999px);
    max-width: -moz-calc(50% - 314.999px);
    max-width: calc(50% - 314.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 255.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 317.501px;
    -ms-flex: 0 0 317.501px;
    flex: 0 0 317.501px;
    max-width: 317.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 317.499px);
    max-width: -moz-calc(50% - 317.499px);
    max-width: calc(50% - 317.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 247.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 320.001px;
    -ms-flex: 0 0 320.001px;
    flex: 0 0 320.001px;
    max-width: 320.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 319.999px);
    max-width: -moz-calc(50% - 319.999px);
    max-width: calc(50% - 319.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 322.501px;
    -ms-flex: 0 0 322.501px;
    flex: 0 0 322.501px;
    max-width: 322.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 322.499px);
    max-width: -moz-calc(50% - 322.499px);
    max-width: calc(50% - 322.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 232.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 325.001px;
    -ms-flex: 0 0 325.001px;
    flex: 0 0 325.001px;
    max-width: 325.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 324.999px);
    max-width: -moz-calc(50% - 324.999px);
    max-width: calc(50% - 324.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 225.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 327.501px;
    -ms-flex: 0 0 327.501px;
    flex: 0 0 327.501px;
    max-width: 327.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 327.499px);
    max-width: -moz-calc(50% - 327.499px);
    max-width: calc(50% - 327.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 217.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 330.001px;
    -ms-flex: 0 0 330.001px;
    flex: 0 0 330.001px;
    max-width: 330.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 329.999px);
    max-width: -moz-calc(50% - 329.999px);
    max-width: calc(50% - 329.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 210.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 332.501px;
    -ms-flex: 0 0 332.501px;
    flex: 0 0 332.501px;
    max-width: 332.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 332.499px);
    max-width: -moz-calc(50% - 332.499px);
    max-width: calc(50% - 332.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 202.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 335.001px;
    -ms-flex: 0 0 335.001px;
    flex: 0 0 335.001px;
    max-width: 335.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 334.999px);
    max-width: -moz-calc(50% - 334.999px);
    max-width: calc(50% - 334.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 195.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 337.501px;
    -ms-flex: 0 0 337.501px;
    flex: 0 0 337.501px;
    max-width: 337.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 337.499px);
    max-width: -moz-calc(50% - 337.499px);
    max-width: calc(50% - 337.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 187.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 340.001px;
    -ms-flex: 0 0 340.001px;
    flex: 0 0 340.001px;
    max-width: 340.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 339.999px);
    max-width: -moz-calc(50% - 339.999px);
    max-width: calc(50% - 339.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 180.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 342.501px;
    -ms-flex: 0 0 342.501px;
    flex: 0 0 342.501px;
    max-width: 342.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 342.499px);
    max-width: -moz-calc(50% - 342.499px);
    max-width: calc(50% - 342.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 172.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 345.001px;
    -ms-flex: 0 0 345.001px;
    flex: 0 0 345.001px;
    max-width: 345.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 344.999px);
    max-width: -moz-calc(50% - 344.999px);
    max-width: calc(50% - 344.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 165.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 347.501px;
    -ms-flex: 0 0 347.501px;
    flex: 0 0 347.501px;
    max-width: 347.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 347.499px);
    max-width: -moz-calc(50% - 347.499px);
    max-width: calc(50% - 347.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 157.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 350.001px;
    -ms-flex: 0 0 350.001px;
    flex: 0 0 350.001px;
    max-width: 350.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 299.999px);
    max-width: -moz-calc(50% - 299.999px);
    max-width: calc(50% - 299.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 300.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 302.499px);
    max-width: -moz-calc(50% - 302.499px);
    max-width: calc(50% - 302.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 292.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 304.999px);
    max-width: -moz-calc(50% - 304.999px);
    max-width: calc(50% - 304.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 285.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 307.499px);
    max-width: -moz-calc(50% - 307.499px);
    max-width: calc(50% - 307.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 277.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 270.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 312.499px);
    max-width: -moz-calc(50% - 312.499px);
    max-width: calc(50% - 312.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 262.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 314.999px);
    max-width: -moz-calc(50% - 314.999px);
    max-width: calc(50% - 314.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 255.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 317.499px);
    max-width: -moz-calc(50% - 317.499px);
    max-width: calc(50% - 317.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 247.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 319.999px);
    max-width: -moz-calc(50% - 319.999px);
    max-width: calc(50% - 319.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 322.499px);
    max-width: -moz-calc(50% - 322.499px);
    max-width: calc(50% - 322.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 232.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 324.999px);
    max-width: -moz-calc(50% - 324.999px);
    max-width: calc(50% - 324.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 225.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 329.999px);
    max-width: -moz-calc(50% - 329.999px);
    max-width: calc(50% - 329.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 210.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 334.999px);
    max-width: -moz-calc(50% - 334.999px);
    max-width: calc(50% - 334.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 195.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 339.999px);
    max-width: -moz-calc(50% - 339.999px);
    max-width: calc(50% - 339.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 180.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 344.999px);
    max-width: -moz-calc(50% - 344.999px);
    max-width: calc(50% - 344.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 165.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 413.33433px;
    -ms-flex: 0 0 413.33433px;
    flex: 0 0 413.33433px;
    max-width: 413.33433px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 373.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 373.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 400.001px;
    -ms-flex: 0 0 400.001px;
    flex: 0 0 400.001px;
    max-width: 400.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 199.999px);
    max-width: -moz-calc(50% - 199.999px);
    max-width: calc(50% - 199.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 403.33433px;
    -ms-flex: 0 0 403.33433px;
    flex: 0 0 403.33433px;
    max-width: 403.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 201.66567px);
    max-width: -moz-calc(50% - 201.66567px);
    max-width: calc(50% - 201.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 393.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 406.66767px;
    -ms-flex: 0 0 406.66767px;
    flex: 0 0 406.66767px;
    max-width: 406.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 203.33233px);
    max-width: -moz-calc(50% - 203.33233px);
    max-width: calc(50% - 203.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 386.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 410.001px;
    -ms-flex: 0 0 410.001px;
    flex: 0 0 410.001px;
    max-width: 410.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 204.999px);
    max-width: -moz-calc(50% - 204.999px);
    max-width: calc(50% - 204.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 380.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 413.33433px;
    -ms-flex: 0 0 413.33433px;
    flex: 0 0 413.33433px;
    max-width: 413.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 373.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 416.66767px;
    -ms-flex: 0 0 416.66767px;
    flex: 0 0 416.66767px;
    max-width: 416.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 208.33233px);
    max-width: -moz-calc(50% - 208.33233px);
    max-width: calc(50% - 208.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 366.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 420.001px;
    -ms-flex: 0 0 420.001px;
    flex: 0 0 420.001px;
    max-width: 420.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 209.999px);
    max-width: -moz-calc(50% - 209.999px);
    max-width: calc(50% - 209.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 423.33433px;
    -ms-flex: 0 0 423.33433px;
    flex: 0 0 423.33433px;
    max-width: 423.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 211.66567px);
    max-width: -moz-calc(50% - 211.66567px);
    max-width: calc(50% - 211.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 353.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 426.66767px;
    -ms-flex: 0 0 426.66767px;
    flex: 0 0 426.66767px;
    max-width: 426.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 213.33233px);
    max-width: -moz-calc(50% - 213.33233px);
    max-width: calc(50% - 213.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 346.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 430.001px;
    -ms-flex: 0 0 430.001px;
    flex: 0 0 430.001px;
    max-width: 430.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 214.999px);
    max-width: -moz-calc(50% - 214.999px);
    max-width: calc(50% - 214.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 340.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 433.33433px;
    -ms-flex: 0 0 433.33433px;
    flex: 0 0 433.33433px;
    max-width: 433.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 216.66567px);
    max-width: -moz-calc(50% - 216.66567px);
    max-width: calc(50% - 216.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 333.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 436.66767px;
    -ms-flex: 0 0 436.66767px;
    flex: 0 0 436.66767px;
    max-width: 436.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 218.33233px);
    max-width: -moz-calc(50% - 218.33233px);
    max-width: calc(50% - 218.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 326.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 440.001px;
    -ms-flex: 0 0 440.001px;
    flex: 0 0 440.001px;
    max-width: 440.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 219.999px);
    max-width: -moz-calc(50% - 219.999px);
    max-width: calc(50% - 219.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 443.33433px;
    -ms-flex: 0 0 443.33433px;
    flex: 0 0 443.33433px;
    max-width: 443.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 221.66567px);
    max-width: -moz-calc(50% - 221.66567px);
    max-width: calc(50% - 221.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 313.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 446.66767px;
    -ms-flex: 0 0 446.66767px;
    flex: 0 0 446.66767px;
    max-width: 446.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 223.33233px);
    max-width: -moz-calc(50% - 223.33233px);
    max-width: calc(50% - 223.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 306.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 450.001px;
    -ms-flex: 0 0 450.001px;
    flex: 0 0 450.001px;
    max-width: 450.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 224.999px);
    max-width: -moz-calc(50% - 224.999px);
    max-width: calc(50% - 224.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 300.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 453.33433px;
    -ms-flex: 0 0 453.33433px;
    flex: 0 0 453.33433px;
    max-width: 453.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 226.66567px);
    max-width: -moz-calc(50% - 226.66567px);
    max-width: calc(50% - 226.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 293.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 456.66767px;
    -ms-flex: 0 0 456.66767px;
    flex: 0 0 456.66767px;
    max-width: 456.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 228.33233px);
    max-width: -moz-calc(50% - 228.33233px);
    max-width: calc(50% - 228.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 286.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 460.001px;
    -ms-flex: 0 0 460.001px;
    flex: 0 0 460.001px;
    max-width: 460.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 229.999px);
    max-width: -moz-calc(50% - 229.999px);
    max-width: calc(50% - 229.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 280.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 463.33433px;
    -ms-flex: 0 0 463.33433px;
    flex: 0 0 463.33433px;
    max-width: 463.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 231.66567px);
    max-width: -moz-calc(50% - 231.66567px);
    max-width: calc(50% - 231.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 273.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 466.66767px;
    -ms-flex: 0 0 466.66767px;
    flex: 0 0 466.66767px;
    max-width: 466.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 266.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 199.999px);
    max-width: -moz-calc(50% - 199.999px);
    max-width: calc(50% - 199.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 201.66567px);
    max-width: -moz-calc(50% - 201.66567px);
    max-width: calc(50% - 201.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 393.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 203.33233px);
    max-width: -moz-calc(50% - 203.33233px);
    max-width: calc(50% - 203.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 386.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 204.999px);
    max-width: -moz-calc(50% - 204.999px);
    max-width: calc(50% - 204.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 380.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 373.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 208.33233px);
    max-width: -moz-calc(50% - 208.33233px);
    max-width: calc(50% - 208.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 366.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 209.999px);
    max-width: -moz-calc(50% - 209.999px);
    max-width: calc(50% - 209.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 211.66567px);
    max-width: -moz-calc(50% - 211.66567px);
    max-width: calc(50% - 211.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 353.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 213.33233px);
    max-width: -moz-calc(50% - 213.33233px);
    max-width: calc(50% - 213.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 346.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 214.999px);
    max-width: -moz-calc(50% - 214.999px);
    max-width: calc(50% - 214.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 340.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 216.66567px);
    max-width: -moz-calc(50% - 216.66567px);
    max-width: calc(50% - 216.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 333.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 219.999px);
    max-width: -moz-calc(50% - 219.999px);
    max-width: calc(50% - 219.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 223.33233px);
    max-width: -moz-calc(50% - 223.33233px);
    max-width: calc(50% - 223.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 306.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 226.66567px);
    max-width: -moz-calc(50% - 226.66567px);
    max-width: calc(50% - 226.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 293.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 229.999px);
    max-width: -moz-calc(50% - 229.999px);
    max-width: calc(50% - 229.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 280.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 266.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 496.001px;
    -ms-flex: 0 0 496.001px;
    flex: 0 0 496.001px;
    max-width: 496.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 456.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 456.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 480.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 484.001px;
    -ms-flex: 0 0 484.001px;
    flex: 0 0 484.001px;
    max-width: 484.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 120.999px);
    max-width: -moz-calc(50% - 120.999px);
    max-width: calc(50% - 120.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 474.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 488.001px;
    -ms-flex: 0 0 488.001px;
    flex: 0 0 488.001px;
    max-width: 488.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 121.999px);
    max-width: -moz-calc(50% - 121.999px);
    max-width: calc(50% - 121.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 468.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 492.001px;
    -ms-flex: 0 0 492.001px;
    flex: 0 0 492.001px;
    max-width: 492.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 122.999px);
    max-width: -moz-calc(50% - 122.999px);
    max-width: calc(50% - 122.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 462.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 496.001px;
    -ms-flex: 0 0 496.001px;
    flex: 0 0 496.001px;
    max-width: 496.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 456.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 450.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 504.001px;
    -ms-flex: 0 0 504.001px;
    flex: 0 0 504.001px;
    max-width: 504.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 125.999px);
    max-width: -moz-calc(50% - 125.999px);
    max-width: calc(50% - 125.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 444.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 508.001px;
    -ms-flex: 0 0 508.001px;
    flex: 0 0 508.001px;
    max-width: 508.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 126.999px);
    max-width: -moz-calc(50% - 126.999px);
    max-width: calc(50% - 126.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 438.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 512.001px;
    -ms-flex: 0 0 512.001px;
    flex: 0 0 512.001px;
    max-width: 512.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 127.999px);
    max-width: -moz-calc(50% - 127.999px);
    max-width: calc(50% - 127.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 432.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 516.001px;
    -ms-flex: 0 0 516.001px;
    flex: 0 0 516.001px;
    max-width: 516.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 128.999px);
    max-width: -moz-calc(50% - 128.999px);
    max-width: calc(50% - 128.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 426.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 520.001px;
    -ms-flex: 0 0 520.001px;
    flex: 0 0 520.001px;
    max-width: 520.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 420.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 524.001px;
    -ms-flex: 0 0 524.001px;
    flex: 0 0 524.001px;
    max-width: 524.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 130.999px);
    max-width: -moz-calc(50% - 130.999px);
    max-width: calc(50% - 130.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 414.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 528.001px;
    -ms-flex: 0 0 528.001px;
    flex: 0 0 528.001px;
    max-width: 528.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 131.999px);
    max-width: -moz-calc(50% - 131.999px);
    max-width: calc(50% - 131.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 408.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 532.001px;
    -ms-flex: 0 0 532.001px;
    flex: 0 0 532.001px;
    max-width: 532.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 132.999px);
    max-width: -moz-calc(50% - 132.999px);
    max-width: calc(50% - 132.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 402.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 536.001px;
    -ms-flex: 0 0 536.001px;
    flex: 0 0 536.001px;
    max-width: 536.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 133.999px);
    max-width: -moz-calc(50% - 133.999px);
    max-width: calc(50% - 133.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 396.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 540.001px;
    -ms-flex: 0 0 540.001px;
    flex: 0 0 540.001px;
    max-width: 540.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 134.999px);
    max-width: -moz-calc(50% - 134.999px);
    max-width: calc(50% - 134.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 390.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 544.001px;
    -ms-flex: 0 0 544.001px;
    flex: 0 0 544.001px;
    max-width: 544.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 135.999px);
    max-width: -moz-calc(50% - 135.999px);
    max-width: calc(50% - 135.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 384.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 548.001px;
    -ms-flex: 0 0 548.001px;
    flex: 0 0 548.001px;
    max-width: 548.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 136.999px);
    max-width: -moz-calc(50% - 136.999px);
    max-width: calc(50% - 136.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 378.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 552.001px;
    -ms-flex: 0 0 552.001px;
    flex: 0 0 552.001px;
    max-width: 552.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 137.999px);
    max-width: -moz-calc(50% - 137.999px);
    max-width: calc(50% - 137.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 372.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 556.001px;
    -ms-flex: 0 0 556.001px;
    flex: 0 0 556.001px;
    max-width: 556.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 138.999px);
    max-width: -moz-calc(50% - 138.999px);
    max-width: calc(50% - 138.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 366.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 560.001px;
    -ms-flex: 0 0 560.001px;
    flex: 0 0 560.001px;
    max-width: 560.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 480.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 120.999px);
    max-width: -moz-calc(50% - 120.999px);
    max-width: calc(50% - 120.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 474.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 121.999px);
    max-width: -moz-calc(50% - 121.999px);
    max-width: calc(50% - 121.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 468.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 122.999px);
    max-width: -moz-calc(50% - 122.999px);
    max-width: calc(50% - 122.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 462.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 456.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 450.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 125.999px);
    max-width: -moz-calc(50% - 125.999px);
    max-width: calc(50% - 125.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 444.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 126.999px);
    max-width: -moz-calc(50% - 126.999px);
    max-width: calc(50% - 126.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 438.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 127.999px);
    max-width: -moz-calc(50% - 127.999px);
    max-width: calc(50% - 127.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 432.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 128.999px);
    max-width: -moz-calc(50% - 128.999px);
    max-width: calc(50% - 128.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 426.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 420.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 131.999px);
    max-width: -moz-calc(50% - 131.999px);
    max-width: calc(50% - 131.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 408.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 133.999px);
    max-width: -moz-calc(50% - 133.999px);
    max-width: calc(50% - 133.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 396.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 135.999px);
    max-width: -moz-calc(50% - 135.999px);
    max-width: calc(50% - 135.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 384.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 137.999px);
    max-width: -moz-calc(50% - 137.999px);
    max-width: calc(50% - 137.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 372.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 476.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 476.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 99.999px);
    max-width: -moz-calc(50% - 99.999px);
    max-width: calc(50% - 99.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 504.16767px;
    -ms-flex: 0 0 504.16767px;
    flex: 0 0 504.16767px;
    max-width: 504.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 100.83233px);
    max-width: -moz-calc(50% - 100.83233px);
    max-width: calc(50% - 100.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 494.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 508.33433px;
    -ms-flex: 0 0 508.33433px;
    flex: 0 0 508.33433px;
    max-width: 508.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 101.66567px);
    max-width: -moz-calc(50% - 101.66567px);
    max-width: calc(50% - 101.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 488.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 512.501px;
    -ms-flex: 0 0 512.501px;
    flex: 0 0 512.501px;
    max-width: 512.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 102.499px);
    max-width: -moz-calc(50% - 102.499px);
    max-width: calc(50% - 102.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 482.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 476.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 520.83433px;
    -ms-flex: 0 0 520.83433px;
    flex: 0 0 520.83433px;
    max-width: 520.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 104.16567px);
    max-width: -moz-calc(50% - 104.16567px);
    max-width: calc(50% - 104.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 470.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 525.001px;
    -ms-flex: 0 0 525.001px;
    flex: 0 0 525.001px;
    max-width: 525.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 104.999px);
    max-width: -moz-calc(50% - 104.999px);
    max-width: calc(50% - 104.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 465.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 529.16767px;
    -ms-flex: 0 0 529.16767px;
    flex: 0 0 529.16767px;
    max-width: 529.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 105.83233px);
    max-width: -moz-calc(50% - 105.83233px);
    max-width: calc(50% - 105.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 459.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 533.33433px;
    -ms-flex: 0 0 533.33433px;
    flex: 0 0 533.33433px;
    max-width: 533.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 106.66567px);
    max-width: -moz-calc(50% - 106.66567px);
    max-width: calc(50% - 106.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 453.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 537.501px;
    -ms-flex: 0 0 537.501px;
    flex: 0 0 537.501px;
    max-width: 537.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 107.499px);
    max-width: -moz-calc(50% - 107.499px);
    max-width: calc(50% - 107.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 447.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 541.66767px;
    -ms-flex: 0 0 541.66767px;
    flex: 0 0 541.66767px;
    max-width: 541.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 108.33233px);
    max-width: -moz-calc(50% - 108.33233px);
    max-width: calc(50% - 108.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 441.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 545.83433px;
    -ms-flex: 0 0 545.83433px;
    flex: 0 0 545.83433px;
    max-width: 545.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 109.16567px);
    max-width: -moz-calc(50% - 109.16567px);
    max-width: calc(50% - 109.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 435.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 550.001px;
    -ms-flex: 0 0 550.001px;
    flex: 0 0 550.001px;
    max-width: 550.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 109.999px);
    max-width: -moz-calc(50% - 109.999px);
    max-width: calc(50% - 109.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 430.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 554.16767px;
    -ms-flex: 0 0 554.16767px;
    flex: 0 0 554.16767px;
    max-width: 554.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 110.83233px);
    max-width: -moz-calc(50% - 110.83233px);
    max-width: calc(50% - 110.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 424.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 558.33433px;
    -ms-flex: 0 0 558.33433px;
    flex: 0 0 558.33433px;
    max-width: 558.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 111.66567px);
    max-width: -moz-calc(50% - 111.66567px);
    max-width: calc(50% - 111.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 418.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 562.501px;
    -ms-flex: 0 0 562.501px;
    flex: 0 0 562.501px;
    max-width: 562.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 112.499px);
    max-width: -moz-calc(50% - 112.499px);
    max-width: calc(50% - 112.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 412.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 566.66767px;
    -ms-flex: 0 0 566.66767px;
    flex: 0 0 566.66767px;
    max-width: 566.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 113.33233px);
    max-width: -moz-calc(50% - 113.33233px);
    max-width: calc(50% - 113.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 406.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 570.83433px;
    -ms-flex: 0 0 570.83433px;
    flex: 0 0 570.83433px;
    max-width: 570.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 114.16567px);
    max-width: -moz-calc(50% - 114.16567px);
    max-width: calc(50% - 114.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 400.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 575.001px;
    -ms-flex: 0 0 575.001px;
    flex: 0 0 575.001px;
    max-width: 575.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 114.999px);
    max-width: -moz-calc(50% - 114.999px);
    max-width: calc(50% - 114.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 395.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 579.16767px;
    -ms-flex: 0 0 579.16767px;
    flex: 0 0 579.16767px;
    max-width: 579.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 115.83233px);
    max-width: -moz-calc(50% - 115.83233px);
    max-width: calc(50% - 115.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 389.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 583.33433px;
    -ms-flex: 0 0 583.33433px;
    flex: 0 0 583.33433px;
    max-width: 583.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 383.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 99.999px);
    max-width: -moz-calc(50% - 99.999px);
    max-width: calc(50% - 99.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 100.83233px);
    max-width: -moz-calc(50% - 100.83233px);
    max-width: calc(50% - 100.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 494.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 101.66567px);
    max-width: -moz-calc(50% - 101.66567px);
    max-width: calc(50% - 101.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 488.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 102.499px);
    max-width: -moz-calc(50% - 102.499px);
    max-width: calc(50% - 102.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 482.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 476.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 104.16567px);
    max-width: -moz-calc(50% - 104.16567px);
    max-width: calc(50% - 104.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 470.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 104.999px);
    max-width: -moz-calc(50% - 104.999px);
    max-width: calc(50% - 104.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 465.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 105.83233px);
    max-width: -moz-calc(50% - 105.83233px);
    max-width: calc(50% - 105.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 459.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 106.66567px);
    max-width: -moz-calc(50% - 106.66567px);
    max-width: calc(50% - 106.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 453.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 107.499px);
    max-width: -moz-calc(50% - 107.499px);
    max-width: calc(50% - 107.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 447.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 108.33233px);
    max-width: -moz-calc(50% - 108.33233px);
    max-width: calc(50% - 108.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 441.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 109.999px);
    max-width: -moz-calc(50% - 109.999px);
    max-width: calc(50% - 109.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 430.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 111.66567px);
    max-width: -moz-calc(50% - 111.66567px);
    max-width: calc(50% - 111.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 418.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 113.33233px);
    max-width: -moz-calc(50% - 113.33233px);
    max-width: calc(50% - 113.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 406.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 114.999px);
    max-width: -moz-calc(50% - 114.999px);
    max-width: calc(50% - 114.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 395.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 383.33433px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 580.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 580.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 600.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 605.001px;
    -ms-flex: 0 0 605.001px;
    flex: 0 0 605.001px;
    max-width: 605.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 595.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 610.001px;
    -ms-flex: 0 0 610.001px;
    flex: 0 0 610.001px;
    max-width: 610.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 590.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 615.001px;
    -ms-flex: 0 0 615.001px;
    flex: 0 0 615.001px;
    max-width: 615.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 585.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 580.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 625.001px;
    -ms-flex: 0 0 625.001px;
    flex: 0 0 625.001px;
    max-width: 625.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 575.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 630.001px;
    -ms-flex: 0 0 630.001px;
    flex: 0 0 630.001px;
    max-width: 630.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 570.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 635.001px;
    -ms-flex: 0 0 635.001px;
    flex: 0 0 635.001px;
    max-width: 635.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 565.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 640.001px;
    -ms-flex: 0 0 640.001px;
    flex: 0 0 640.001px;
    max-width: 640.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 645.001px;
    -ms-flex: 0 0 645.001px;
    flex: 0 0 645.001px;
    max-width: 645.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 555.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 650.001px;
    -ms-flex: 0 0 650.001px;
    flex: 0 0 650.001px;
    max-width: 650.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 550.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 655.001px;
    -ms-flex: 0 0 655.001px;
    flex: 0 0 655.001px;
    max-width: 655.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 545.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 660.001px;
    -ms-flex: 0 0 660.001px;
    flex: 0 0 660.001px;
    max-width: 660.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 540.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 665.001px;
    -ms-flex: 0 0 665.001px;
    flex: 0 0 665.001px;
    max-width: 665.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 535.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 670.001px;
    -ms-flex: 0 0 670.001px;
    flex: 0 0 670.001px;
    max-width: 670.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 530.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 675.001px;
    -ms-flex: 0 0 675.001px;
    flex: 0 0 675.001px;
    max-width: 675.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 525.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 680.001px;
    -ms-flex: 0 0 680.001px;
    flex: 0 0 680.001px;
    max-width: 680.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 520.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 685.001px;
    -ms-flex: 0 0 685.001px;
    flex: 0 0 685.001px;
    max-width: 685.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 515.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 690.001px;
    -ms-flex: 0 0 690.001px;
    flex: 0 0 690.001px;
    max-width: 690.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 510.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 695.001px;
    -ms-flex: 0 0 695.001px;
    flex: 0 0 695.001px;
    max-width: 695.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 505.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 700.001px;
    -ms-flex: 0 0 700.001px;
    flex: 0 0 700.001px;
    max-width: 700.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 600.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 595.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 590.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 585.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 580.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 575.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 570.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 565.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 555.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 550.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 540.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 530.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 520.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 510.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 723.33433px;
    -ms-flex: 0 0 723.33433px;
    flex: 0 0 723.33433px;
    max-width: 723.33433px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 683.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 683.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 700.001px;
    -ms-flex: 0 0 700.001px;
    flex: 0 0 700.001px;
    max-width: 700.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -100.001px);
    max-width: -moz-calc(50% - -100.001px);
    max-width: calc(50% - -100.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 705.83433px;
    -ms-flex: 0 0 705.83433px;
    flex: 0 0 705.83433px;
    max-width: 705.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -100.83433px);
    max-width: -moz-calc(50% - -100.83433px);
    max-width: calc(50% - -100.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 695.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 711.66767px;
    -ms-flex: 0 0 711.66767px;
    flex: 0 0 711.66767px;
    max-width: 711.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -101.66767px);
    max-width: -moz-calc(50% - -101.66767px);
    max-width: calc(50% - -101.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 691.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 717.501px;
    -ms-flex: 0 0 717.501px;
    flex: 0 0 717.501px;
    max-width: 717.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -102.501px);
    max-width: -moz-calc(50% - -102.501px);
    max-width: calc(50% - -102.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 687.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 723.33433px;
    -ms-flex: 0 0 723.33433px;
    flex: 0 0 723.33433px;
    max-width: 723.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 683.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 729.16767px;
    -ms-flex: 0 0 729.16767px;
    flex: 0 0 729.16767px;
    max-width: 729.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -104.16767px);
    max-width: -moz-calc(50% - -104.16767px);
    max-width: calc(50% - -104.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 679.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 735.001px;
    -ms-flex: 0 0 735.001px;
    flex: 0 0 735.001px;
    max-width: 735.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -105.001px);
    max-width: -moz-calc(50% - -105.001px);
    max-width: calc(50% - -105.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 675.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 740.83433px;
    -ms-flex: 0 0 740.83433px;
    flex: 0 0 740.83433px;
    max-width: 740.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -105.83433px);
    max-width: -moz-calc(50% - -105.83433px);
    max-width: calc(50% - -105.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 670.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 746.66767px;
    -ms-flex: 0 0 746.66767px;
    flex: 0 0 746.66767px;
    max-width: 746.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -106.66767px);
    max-width: -moz-calc(50% - -106.66767px);
    max-width: calc(50% - -106.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 666.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 752.501px;
    -ms-flex: 0 0 752.501px;
    flex: 0 0 752.501px;
    max-width: 752.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -107.501px);
    max-width: -moz-calc(50% - -107.501px);
    max-width: calc(50% - -107.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 662.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 758.33433px;
    -ms-flex: 0 0 758.33433px;
    flex: 0 0 758.33433px;
    max-width: 758.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -108.33433px);
    max-width: -moz-calc(50% - -108.33433px);
    max-width: calc(50% - -108.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 658.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 764.16767px;
    -ms-flex: 0 0 764.16767px;
    flex: 0 0 764.16767px;
    max-width: 764.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -109.16767px);
    max-width: -moz-calc(50% - -109.16767px);
    max-width: calc(50% - -109.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 654.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 770.001px;
    -ms-flex: 0 0 770.001px;
    flex: 0 0 770.001px;
    max-width: 770.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -110.001px);
    max-width: -moz-calc(50% - -110.001px);
    max-width: calc(50% - -110.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 650.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 775.83433px;
    -ms-flex: 0 0 775.83433px;
    flex: 0 0 775.83433px;
    max-width: 775.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -110.83433px);
    max-width: -moz-calc(50% - -110.83433px);
    max-width: calc(50% - -110.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 645.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 781.66767px;
    -ms-flex: 0 0 781.66767px;
    flex: 0 0 781.66767px;
    max-width: 781.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -111.66767px);
    max-width: -moz-calc(50% - -111.66767px);
    max-width: calc(50% - -111.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 641.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 787.501px;
    -ms-flex: 0 0 787.501px;
    flex: 0 0 787.501px;
    max-width: 787.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -112.501px);
    max-width: -moz-calc(50% - -112.501px);
    max-width: calc(50% - -112.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 637.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 793.33433px;
    -ms-flex: 0 0 793.33433px;
    flex: 0 0 793.33433px;
    max-width: 793.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -113.33433px);
    max-width: -moz-calc(50% - -113.33433px);
    max-width: calc(50% - -113.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 633.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 799.16767px;
    -ms-flex: 0 0 799.16767px;
    flex: 0 0 799.16767px;
    max-width: 799.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -114.16767px);
    max-width: -moz-calc(50% - -114.16767px);
    max-width: calc(50% - -114.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 629.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 805.001px;
    -ms-flex: 0 0 805.001px;
    flex: 0 0 805.001px;
    max-width: 805.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -115.001px);
    max-width: -moz-calc(50% - -115.001px);
    max-width: calc(50% - -115.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 625.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 810.83433px;
    -ms-flex: 0 0 810.83433px;
    flex: 0 0 810.83433px;
    max-width: 810.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -115.83433px);
    max-width: -moz-calc(50% - -115.83433px);
    max-width: calc(50% - -115.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 620.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 816.66767px;
    -ms-flex: 0 0 816.66767px;
    flex: 0 0 816.66767px;
    max-width: 816.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 616.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -100.001px);
    max-width: -moz-calc(50% - -100.001px);
    max-width: calc(50% - -100.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -100.83433px);
    max-width: -moz-calc(50% - -100.83433px);
    max-width: calc(50% - -100.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 695.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -101.66767px);
    max-width: -moz-calc(50% - -101.66767px);
    max-width: calc(50% - -101.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 691.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -102.501px);
    max-width: -moz-calc(50% - -102.501px);
    max-width: calc(50% - -102.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 687.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 683.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -104.16767px);
    max-width: -moz-calc(50% - -104.16767px);
    max-width: calc(50% - -104.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 679.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -105.001px);
    max-width: -moz-calc(50% - -105.001px);
    max-width: calc(50% - -105.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 675.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -105.83433px);
    max-width: -moz-calc(50% - -105.83433px);
    max-width: calc(50% - -105.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 670.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -106.66767px);
    max-width: -moz-calc(50% - -106.66767px);
    max-width: calc(50% - -106.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 666.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -107.501px);
    max-width: -moz-calc(50% - -107.501px);
    max-width: calc(50% - -107.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 662.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -108.33433px);
    max-width: -moz-calc(50% - -108.33433px);
    max-width: calc(50% - -108.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 658.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -110.001px);
    max-width: -moz-calc(50% - -110.001px);
    max-width: calc(50% - -110.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 650.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -111.66767px);
    max-width: -moz-calc(50% - -111.66767px);
    max-width: calc(50% - -111.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 641.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -113.33433px);
    max-width: -moz-calc(50% - -113.33433px);
    max-width: calc(50% - -113.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 633.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -115.001px);
    max-width: -moz-calc(50% - -115.001px);
    max-width: calc(50% - -115.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 625.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 616.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 744.001px;
    -ms-flex: 0 0 744.001px;
    flex: 0 0 744.001px;
    max-width: 744.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 704.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 704.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 720.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 726.001px;
    -ms-flex: 0 0 726.001px;
    flex: 0 0 726.001px;
    max-width: 726.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -121.001px);
    max-width: -moz-calc(50% - -121.001px);
    max-width: calc(50% - -121.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 716.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 732.001px;
    -ms-flex: 0 0 732.001px;
    flex: 0 0 732.001px;
    max-width: 732.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -122.001px);
    max-width: -moz-calc(50% - -122.001px);
    max-width: calc(50% - -122.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 712.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 738.001px;
    -ms-flex: 0 0 738.001px;
    flex: 0 0 738.001px;
    max-width: 738.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -123.001px);
    max-width: -moz-calc(50% - -123.001px);
    max-width: calc(50% - -123.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 708.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 744.001px;
    -ms-flex: 0 0 744.001px;
    flex: 0 0 744.001px;
    max-width: 744.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 704.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 750.001px;
    -ms-flex: 0 0 750.001px;
    flex: 0 0 750.001px;
    max-width: 750.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 756.001px;
    -ms-flex: 0 0 756.001px;
    flex: 0 0 756.001px;
    max-width: 756.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -126.001px);
    max-width: -moz-calc(50% - -126.001px);
    max-width: calc(50% - -126.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 696.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 762.001px;
    -ms-flex: 0 0 762.001px;
    flex: 0 0 762.001px;
    max-width: 762.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -127.001px);
    max-width: -moz-calc(50% - -127.001px);
    max-width: calc(50% - -127.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 692.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 768.001px;
    -ms-flex: 0 0 768.001px;
    flex: 0 0 768.001px;
    max-width: 768.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -128.001px);
    max-width: -moz-calc(50% - -128.001px);
    max-width: calc(50% - -128.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 688.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 774.001px;
    -ms-flex: 0 0 774.001px;
    flex: 0 0 774.001px;
    max-width: 774.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -129.001px);
    max-width: -moz-calc(50% - -129.001px);
    max-width: calc(50% - -129.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 684.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 780.001px;
    -ms-flex: 0 0 780.001px;
    flex: 0 0 780.001px;
    max-width: 780.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 786.001px;
    -ms-flex: 0 0 786.001px;
    flex: 0 0 786.001px;
    max-width: 786.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -131.001px);
    max-width: -moz-calc(50% - -131.001px);
    max-width: calc(50% - -131.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 676.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 792.001px;
    -ms-flex: 0 0 792.001px;
    flex: 0 0 792.001px;
    max-width: 792.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -132.001px);
    max-width: -moz-calc(50% - -132.001px);
    max-width: calc(50% - -132.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 672.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 798.001px;
    -ms-flex: 0 0 798.001px;
    flex: 0 0 798.001px;
    max-width: 798.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -133.001px);
    max-width: -moz-calc(50% - -133.001px);
    max-width: calc(50% - -133.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 668.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 804.001px;
    -ms-flex: 0 0 804.001px;
    flex: 0 0 804.001px;
    max-width: 804.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -134.001px);
    max-width: -moz-calc(50% - -134.001px);
    max-width: calc(50% - -134.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 664.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 810.001px;
    -ms-flex: 0 0 810.001px;
    flex: 0 0 810.001px;
    max-width: 810.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -135.001px);
    max-width: -moz-calc(50% - -135.001px);
    max-width: calc(50% - -135.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 660.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 816.001px;
    -ms-flex: 0 0 816.001px;
    flex: 0 0 816.001px;
    max-width: 816.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -136.001px);
    max-width: -moz-calc(50% - -136.001px);
    max-width: calc(50% - -136.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 656.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 822.001px;
    -ms-flex: 0 0 822.001px;
    flex: 0 0 822.001px;
    max-width: 822.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -137.001px);
    max-width: -moz-calc(50% - -137.001px);
    max-width: calc(50% - -137.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 652.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 828.001px;
    -ms-flex: 0 0 828.001px;
    flex: 0 0 828.001px;
    max-width: 828.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -138.001px);
    max-width: -moz-calc(50% - -138.001px);
    max-width: calc(50% - -138.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 648.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 834.001px;
    -ms-flex: 0 0 834.001px;
    flex: 0 0 834.001px;
    max-width: 834.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -139.001px);
    max-width: -moz-calc(50% - -139.001px);
    max-width: calc(50% - -139.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 644.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 640.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 720.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -121.001px);
    max-width: -moz-calc(50% - -121.001px);
    max-width: calc(50% - -121.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 716.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -122.001px);
    max-width: -moz-calc(50% - -122.001px);
    max-width: calc(50% - -122.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 712.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -123.001px);
    max-width: -moz-calc(50% - -123.001px);
    max-width: calc(50% - -123.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 708.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 704.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -126.001px);
    max-width: -moz-calc(50% - -126.001px);
    max-width: calc(50% - -126.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 696.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -127.001px);
    max-width: -moz-calc(50% - -127.001px);
    max-width: calc(50% - -127.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 692.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -128.001px);
    max-width: -moz-calc(50% - -128.001px);
    max-width: calc(50% - -128.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 688.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -129.001px);
    max-width: -moz-calc(50% - -129.001px);
    max-width: calc(50% - -129.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 684.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -132.001px);
    max-width: -moz-calc(50% - -132.001px);
    max-width: calc(50% - -132.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 672.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -134.001px);
    max-width: -moz-calc(50% - -134.001px);
    max-width: calc(50% - -134.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 664.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -136.001px);
    max-width: -moz-calc(50% - -136.001px);
    max-width: calc(50% - -136.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 656.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -138.001px);
    max-width: -moz-calc(50% - -138.001px);
    max-width: calc(50% - -138.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 648.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 640.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 826.66767px;
    -ms-flex: 0 0 826.66767px;
    flex: 0 0 826.66767px;
    max-width: 826.66767px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 786.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 786.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 800.001px;
    -ms-flex: 0 0 800.001px;
    flex: 0 0 800.001px;
    max-width: 800.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -200.001px);
    max-width: -moz-calc(50% - -200.001px);
    max-width: calc(50% - -200.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 806.66767px;
    -ms-flex: 0 0 806.66767px;
    flex: 0 0 806.66767px;
    max-width: 806.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -201.66767px);
    max-width: -moz-calc(50% - -201.66767px);
    max-width: calc(50% - -201.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 796.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 813.33433px;
    -ms-flex: 0 0 813.33433px;
    flex: 0 0 813.33433px;
    max-width: 813.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -203.33433px);
    max-width: -moz-calc(50% - -203.33433px);
    max-width: calc(50% - -203.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 793.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 820.001px;
    -ms-flex: 0 0 820.001px;
    flex: 0 0 820.001px;
    max-width: 820.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -205.001px);
    max-width: -moz-calc(50% - -205.001px);
    max-width: calc(50% - -205.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 790.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 826.66767px;
    -ms-flex: 0 0 826.66767px;
    flex: 0 0 826.66767px;
    max-width: 826.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 786.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 833.33433px;
    -ms-flex: 0 0 833.33433px;
    flex: 0 0 833.33433px;
    max-width: 833.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -208.33433px);
    max-width: -moz-calc(50% - -208.33433px);
    max-width: calc(50% - -208.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 783.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -210.001px);
    max-width: -moz-calc(50% - -210.001px);
    max-width: calc(50% - -210.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 780.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 846.66767px;
    -ms-flex: 0 0 846.66767px;
    flex: 0 0 846.66767px;
    max-width: 846.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -211.66767px);
    max-width: -moz-calc(50% - -211.66767px);
    max-width: calc(50% - -211.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 776.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 853.33433px;
    -ms-flex: 0 0 853.33433px;
    flex: 0 0 853.33433px;
    max-width: 853.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -213.33433px);
    max-width: -moz-calc(50% - -213.33433px);
    max-width: calc(50% - -213.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 773.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 860.001px;
    -ms-flex: 0 0 860.001px;
    flex: 0 0 860.001px;
    max-width: 860.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -215.001px);
    max-width: -moz-calc(50% - -215.001px);
    max-width: calc(50% - -215.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 770.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 866.66767px;
    -ms-flex: 0 0 866.66767px;
    flex: 0 0 866.66767px;
    max-width: 866.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -216.66767px);
    max-width: -moz-calc(50% - -216.66767px);
    max-width: calc(50% - -216.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 766.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 873.33433px;
    -ms-flex: 0 0 873.33433px;
    flex: 0 0 873.33433px;
    max-width: 873.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -218.33433px);
    max-width: -moz-calc(50% - -218.33433px);
    max-width: calc(50% - -218.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 763.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 880.001px;
    -ms-flex: 0 0 880.001px;
    flex: 0 0 880.001px;
    max-width: 880.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -220.001px);
    max-width: -moz-calc(50% - -220.001px);
    max-width: calc(50% - -220.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 760.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 886.66767px;
    -ms-flex: 0 0 886.66767px;
    flex: 0 0 886.66767px;
    max-width: 886.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -221.66767px);
    max-width: -moz-calc(50% - -221.66767px);
    max-width: calc(50% - -221.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 756.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 893.33433px;
    -ms-flex: 0 0 893.33433px;
    flex: 0 0 893.33433px;
    max-width: 893.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -223.33433px);
    max-width: -moz-calc(50% - -223.33433px);
    max-width: calc(50% - -223.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 753.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -225.001px);
    max-width: -moz-calc(50% - -225.001px);
    max-width: calc(50% - -225.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 750.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 906.66767px;
    -ms-flex: 0 0 906.66767px;
    flex: 0 0 906.66767px;
    max-width: 906.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -226.66767px);
    max-width: -moz-calc(50% - -226.66767px);
    max-width: calc(50% - -226.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 746.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 913.33433px;
    -ms-flex: 0 0 913.33433px;
    flex: 0 0 913.33433px;
    max-width: 913.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -228.33433px);
    max-width: -moz-calc(50% - -228.33433px);
    max-width: calc(50% - -228.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 743.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 920.001px;
    -ms-flex: 0 0 920.001px;
    flex: 0 0 920.001px;
    max-width: 920.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -230.001px);
    max-width: -moz-calc(50% - -230.001px);
    max-width: calc(50% - -230.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 740.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 926.66767px;
    -ms-flex: 0 0 926.66767px;
    flex: 0 0 926.66767px;
    max-width: 926.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -231.66767px);
    max-width: -moz-calc(50% - -231.66767px);
    max-width: calc(50% - -231.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 736.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 733.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -200.001px);
    max-width: -moz-calc(50% - -200.001px);
    max-width: calc(50% - -200.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -201.66767px);
    max-width: -moz-calc(50% - -201.66767px);
    max-width: calc(50% - -201.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 796.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -203.33433px);
    max-width: -moz-calc(50% - -203.33433px);
    max-width: calc(50% - -203.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 793.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -205.001px);
    max-width: -moz-calc(50% - -205.001px);
    max-width: calc(50% - -205.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 790.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 786.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -208.33433px);
    max-width: -moz-calc(50% - -208.33433px);
    max-width: calc(50% - -208.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 783.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -210.001px);
    max-width: -moz-calc(50% - -210.001px);
    max-width: calc(50% - -210.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 780.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -211.66767px);
    max-width: -moz-calc(50% - -211.66767px);
    max-width: calc(50% - -211.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 776.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -213.33433px);
    max-width: -moz-calc(50% - -213.33433px);
    max-width: calc(50% - -213.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 773.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -215.001px);
    max-width: -moz-calc(50% - -215.001px);
    max-width: calc(50% - -215.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 770.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -216.66767px);
    max-width: -moz-calc(50% - -216.66767px);
    max-width: calc(50% - -216.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 766.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -220.001px);
    max-width: -moz-calc(50% - -220.001px);
    max-width: calc(50% - -220.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 760.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -223.33433px);
    max-width: -moz-calc(50% - -223.33433px);
    max-width: calc(50% - -223.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 753.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -226.66767px);
    max-width: -moz-calc(50% - -226.66767px);
    max-width: calc(50% - -226.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 746.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -230.001px);
    max-width: -moz-calc(50% - -230.001px);
    max-width: calc(50% - -230.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 740.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 733.33433px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 890.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 890.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -300.001px);
    max-width: -moz-calc(50% - -300.001px);
    max-width: calc(50% - -300.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 900.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 907.501px;
    -ms-flex: 0 0 907.501px;
    flex: 0 0 907.501px;
    max-width: 907.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -302.501px);
    max-width: -moz-calc(50% - -302.501px);
    max-width: calc(50% - -302.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 897.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 915.001px;
    -ms-flex: 0 0 915.001px;
    flex: 0 0 915.001px;
    max-width: 915.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -305.001px);
    max-width: -moz-calc(50% - -305.001px);
    max-width: calc(50% - -305.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 895.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 922.501px;
    -ms-flex: 0 0 922.501px;
    flex: 0 0 922.501px;
    max-width: 922.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -307.501px);
    max-width: -moz-calc(50% - -307.501px);
    max-width: calc(50% - -307.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 892.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 890.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 937.501px;
    -ms-flex: 0 0 937.501px;
    flex: 0 0 937.501px;
    max-width: 937.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -312.501px);
    max-width: -moz-calc(50% - -312.501px);
    max-width: calc(50% - -312.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 887.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 945.001px;
    -ms-flex: 0 0 945.001px;
    flex: 0 0 945.001px;
    max-width: 945.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -315.001px);
    max-width: -moz-calc(50% - -315.001px);
    max-width: calc(50% - -315.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 885.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 952.501px;
    -ms-flex: 0 0 952.501px;
    flex: 0 0 952.501px;
    max-width: 952.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -317.501px);
    max-width: -moz-calc(50% - -317.501px);
    max-width: calc(50% - -317.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 882.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -320.001px);
    max-width: -moz-calc(50% - -320.001px);
    max-width: calc(50% - -320.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 880.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 967.501px;
    -ms-flex: 0 0 967.501px;
    flex: 0 0 967.501px;
    max-width: 967.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -322.501px);
    max-width: -moz-calc(50% - -322.501px);
    max-width: calc(50% - -322.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 877.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 975.001px;
    -ms-flex: 0 0 975.001px;
    flex: 0 0 975.001px;
    max-width: 975.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -325.001px);
    max-width: -moz-calc(50% - -325.001px);
    max-width: calc(50% - -325.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 875.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 982.501px;
    -ms-flex: 0 0 982.501px;
    flex: 0 0 982.501px;
    max-width: 982.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -327.501px);
    max-width: -moz-calc(50% - -327.501px);
    max-width: calc(50% - -327.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 872.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 990.001px;
    -ms-flex: 0 0 990.001px;
    flex: 0 0 990.001px;
    max-width: 990.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -330.001px);
    max-width: -moz-calc(50% - -330.001px);
    max-width: calc(50% - -330.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 870.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 997.501px;
    -ms-flex: 0 0 997.501px;
    flex: 0 0 997.501px;
    max-width: 997.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -332.501px);
    max-width: -moz-calc(50% - -332.501px);
    max-width: calc(50% - -332.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 867.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1005.001px;
    -ms-flex: 0 0 1005.001px;
    flex: 0 0 1005.001px;
    max-width: 1005.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -335.001px);
    max-width: -moz-calc(50% - -335.001px);
    max-width: calc(50% - -335.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 865.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1012.501px;
    -ms-flex: 0 0 1012.501px;
    flex: 0 0 1012.501px;
    max-width: 1012.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -337.501px);
    max-width: -moz-calc(50% - -337.501px);
    max-width: calc(50% - -337.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 862.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1020.001px;
    -ms-flex: 0 0 1020.001px;
    flex: 0 0 1020.001px;
    max-width: 1020.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -340.001px);
    max-width: -moz-calc(50% - -340.001px);
    max-width: calc(50% - -340.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 860.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1027.501px;
    -ms-flex: 0 0 1027.501px;
    flex: 0 0 1027.501px;
    max-width: 1027.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -342.501px);
    max-width: -moz-calc(50% - -342.501px);
    max-width: calc(50% - -342.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 857.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1035.001px;
    -ms-flex: 0 0 1035.001px;
    flex: 0 0 1035.001px;
    max-width: 1035.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -345.001px);
    max-width: -moz-calc(50% - -345.001px);
    max-width: calc(50% - -345.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 855.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1042.501px;
    -ms-flex: 0 0 1042.501px;
    flex: 0 0 1042.501px;
    max-width: 1042.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -347.501px);
    max-width: -moz-calc(50% - -347.501px);
    max-width: calc(50% - -347.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 852.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1050.001px;
    -ms-flex: 0 0 1050.001px;
    flex: 0 0 1050.001px;
    max-width: 1050.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 850.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -300.001px);
    max-width: -moz-calc(50% - -300.001px);
    max-width: calc(50% - -300.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 900.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -302.501px);
    max-width: -moz-calc(50% - -302.501px);
    max-width: calc(50% - -302.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 897.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -305.001px);
    max-width: -moz-calc(50% - -305.001px);
    max-width: calc(50% - -305.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 895.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -307.501px);
    max-width: -moz-calc(50% - -307.501px);
    max-width: calc(50% - -307.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 892.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 890.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -312.501px);
    max-width: -moz-calc(50% - -312.501px);
    max-width: calc(50% - -312.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 887.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -315.001px);
    max-width: -moz-calc(50% - -315.001px);
    max-width: calc(50% - -315.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 885.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -317.501px);
    max-width: -moz-calc(50% - -317.501px);
    max-width: calc(50% - -317.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 882.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -320.001px);
    max-width: -moz-calc(50% - -320.001px);
    max-width: calc(50% - -320.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 880.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -322.501px);
    max-width: -moz-calc(50% - -322.501px);
    max-width: calc(50% - -322.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 877.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -325.001px);
    max-width: -moz-calc(50% - -325.001px);
    max-width: calc(50% - -325.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 875.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -330.001px);
    max-width: -moz-calc(50% - -330.001px);
    max-width: calc(50% - -330.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 870.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -335.001px);
    max-width: -moz-calc(50% - -335.001px);
    max-width: calc(50% - -335.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 865.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -340.001px);
    max-width: -moz-calc(50% - -340.001px);
    max-width: calc(50% - -340.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 860.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -345.001px);
    max-width: -moz-calc(50% - -345.001px);
    max-width: calc(50% - -345.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 855.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 850.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 992.001px;
    -ms-flex: 0 0 992.001px;
    flex: 0 0 992.001px;
    max-width: 992.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 952.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 952.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 960.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 968.001px;
    -ms-flex: 0 0 968.001px;
    flex: 0 0 968.001px;
    max-width: 968.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -363.001px);
    max-width: -moz-calc(50% - -363.001px);
    max-width: calc(50% - -363.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 958.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 976.001px;
    -ms-flex: 0 0 976.001px;
    flex: 0 0 976.001px;
    max-width: 976.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -366.001px);
    max-width: -moz-calc(50% - -366.001px);
    max-width: calc(50% - -366.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 956.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 984.001px;
    -ms-flex: 0 0 984.001px;
    flex: 0 0 984.001px;
    max-width: 984.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -369.001px);
    max-width: -moz-calc(50% - -369.001px);
    max-width: calc(50% - -369.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 954.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 992.001px;
    -ms-flex: 0 0 992.001px;
    flex: 0 0 992.001px;
    max-width: 992.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 952.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 950.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1008.001px;
    -ms-flex: 0 0 1008.001px;
    flex: 0 0 1008.001px;
    max-width: 1008.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -378.001px);
    max-width: -moz-calc(50% - -378.001px);
    max-width: calc(50% - -378.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 948.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1016.001px;
    -ms-flex: 0 0 1016.001px;
    flex: 0 0 1016.001px;
    max-width: 1016.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -381.001px);
    max-width: -moz-calc(50% - -381.001px);
    max-width: calc(50% - -381.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 946.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1024.001px;
    -ms-flex: 0 0 1024.001px;
    flex: 0 0 1024.001px;
    max-width: 1024.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -384.001px);
    max-width: -moz-calc(50% - -384.001px);
    max-width: calc(50% - -384.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 944.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1032.001px;
    -ms-flex: 0 0 1032.001px;
    flex: 0 0 1032.001px;
    max-width: 1032.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -387.001px);
    max-width: -moz-calc(50% - -387.001px);
    max-width: calc(50% - -387.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 942.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1040.001px;
    -ms-flex: 0 0 1040.001px;
    flex: 0 0 1040.001px;
    max-width: 1040.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 940.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1048.001px;
    -ms-flex: 0 0 1048.001px;
    flex: 0 0 1048.001px;
    max-width: 1048.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -393.001px);
    max-width: -moz-calc(50% - -393.001px);
    max-width: calc(50% - -393.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 938.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1056.001px;
    -ms-flex: 0 0 1056.001px;
    flex: 0 0 1056.001px;
    max-width: 1056.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -396.001px);
    max-width: -moz-calc(50% - -396.001px);
    max-width: calc(50% - -396.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 936.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1064.001px;
    -ms-flex: 0 0 1064.001px;
    flex: 0 0 1064.001px;
    max-width: 1064.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -399.001px);
    max-width: -moz-calc(50% - -399.001px);
    max-width: calc(50% - -399.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 934.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1072.001px;
    -ms-flex: 0 0 1072.001px;
    flex: 0 0 1072.001px;
    max-width: 1072.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -402.001px);
    max-width: -moz-calc(50% - -402.001px);
    max-width: calc(50% - -402.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 932.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -405.001px);
    max-width: -moz-calc(50% - -405.001px);
    max-width: calc(50% - -405.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 930.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1088.001px;
    -ms-flex: 0 0 1088.001px;
    flex: 0 0 1088.001px;
    max-width: 1088.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -408.001px);
    max-width: -moz-calc(50% - -408.001px);
    max-width: calc(50% - -408.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 928.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1096.001px;
    -ms-flex: 0 0 1096.001px;
    flex: 0 0 1096.001px;
    max-width: 1096.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -411.001px);
    max-width: -moz-calc(50% - -411.001px);
    max-width: calc(50% - -411.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 926.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1104.001px;
    -ms-flex: 0 0 1104.001px;
    flex: 0 0 1104.001px;
    max-width: 1104.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -414.001px);
    max-width: -moz-calc(50% - -414.001px);
    max-width: calc(50% - -414.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 924.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1112.001px;
    -ms-flex: 0 0 1112.001px;
    flex: 0 0 1112.001px;
    max-width: 1112.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -417.001px);
    max-width: -moz-calc(50% - -417.001px);
    max-width: calc(50% - -417.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 922.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1120.001px;
    -ms-flex: 0 0 1120.001px;
    flex: 0 0 1120.001px;
    max-width: 1120.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 960.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -363.001px);
    max-width: -moz-calc(50% - -363.001px);
    max-width: calc(50% - -363.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 958.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -366.001px);
    max-width: -moz-calc(50% - -366.001px);
    max-width: calc(50% - -366.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 956.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -369.001px);
    max-width: -moz-calc(50% - -369.001px);
    max-width: calc(50% - -369.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 954.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 952.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 950.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -378.001px);
    max-width: -moz-calc(50% - -378.001px);
    max-width: calc(50% - -378.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 948.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -381.001px);
    max-width: -moz-calc(50% - -381.001px);
    max-width: calc(50% - -381.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 946.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -384.001px);
    max-width: -moz-calc(50% - -384.001px);
    max-width: calc(50% - -384.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 944.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -387.001px);
    max-width: -moz-calc(50% - -387.001px);
    max-width: calc(50% - -387.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 942.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 940.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -396.001px);
    max-width: -moz-calc(50% - -396.001px);
    max-width: calc(50% - -396.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 936.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -402.001px);
    max-width: -moz-calc(50% - -402.001px);
    max-width: calc(50% - -402.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 932.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -408.001px);
    max-width: -moz-calc(50% - -408.001px);
    max-width: calc(50% - -408.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 928.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -414.001px);
    max-width: -moz-calc(50% - -414.001px);
    max-width: calc(50% - -414.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 924.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 993.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 993.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1000.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1008.33433px;
    -ms-flex: 0 0 1008.33433px;
    flex: 0 0 1008.33433px;
    max-width: 1008.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -403.33433px);
    max-width: -moz-calc(50% - -403.33433px);
    max-width: calc(50% - -403.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 998.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1016.66767px;
    -ms-flex: 0 0 1016.66767px;
    flex: 0 0 1016.66767px;
    max-width: 1016.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -406.66767px);
    max-width: -moz-calc(50% - -406.66767px);
    max-width: calc(50% - -406.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 996.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1025.001px;
    -ms-flex: 0 0 1025.001px;
    flex: 0 0 1025.001px;
    max-width: 1025.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -410.001px);
    max-width: -moz-calc(50% - -410.001px);
    max-width: calc(50% - -410.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 995.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 993.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1041.66767px;
    -ms-flex: 0 0 1041.66767px;
    flex: 0 0 1041.66767px;
    max-width: 1041.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -416.66767px);
    max-width: -moz-calc(50% - -416.66767px);
    max-width: calc(50% - -416.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 991.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1050.001px;
    -ms-flex: 0 0 1050.001px;
    flex: 0 0 1050.001px;
    max-width: 1050.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 990.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1058.33433px;
    -ms-flex: 0 0 1058.33433px;
    flex: 0 0 1058.33433px;
    max-width: 1058.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -423.33433px);
    max-width: -moz-calc(50% - -423.33433px);
    max-width: calc(50% - -423.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 988.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1066.66767px;
    -ms-flex: 0 0 1066.66767px;
    flex: 0 0 1066.66767px;
    max-width: 1066.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -426.66767px);
    max-width: -moz-calc(50% - -426.66767px);
    max-width: calc(50% - -426.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 986.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1075.001px;
    -ms-flex: 0 0 1075.001px;
    flex: 0 0 1075.001px;
    max-width: 1075.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -430.001px);
    max-width: -moz-calc(50% - -430.001px);
    max-width: calc(50% - -430.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 985.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1083.33433px;
    -ms-flex: 0 0 1083.33433px;
    flex: 0 0 1083.33433px;
    max-width: 1083.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -433.33433px);
    max-width: -moz-calc(50% - -433.33433px);
    max-width: calc(50% - -433.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 983.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1091.66767px;
    -ms-flex: 0 0 1091.66767px;
    flex: 0 0 1091.66767px;
    max-width: 1091.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -436.66767px);
    max-width: -moz-calc(50% - -436.66767px);
    max-width: calc(50% - -436.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 981.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1100.001px;
    -ms-flex: 0 0 1100.001px;
    flex: 0 0 1100.001px;
    max-width: 1100.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -440.001px);
    max-width: -moz-calc(50% - -440.001px);
    max-width: calc(50% - -440.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 980.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1108.33433px;
    -ms-flex: 0 0 1108.33433px;
    flex: 0 0 1108.33433px;
    max-width: 1108.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -443.33433px);
    max-width: -moz-calc(50% - -443.33433px);
    max-width: calc(50% - -443.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 978.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1116.66767px;
    -ms-flex: 0 0 1116.66767px;
    flex: 0 0 1116.66767px;
    max-width: 1116.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -446.66767px);
    max-width: -moz-calc(50% - -446.66767px);
    max-width: calc(50% - -446.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 976.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1125.001px;
    -ms-flex: 0 0 1125.001px;
    flex: 0 0 1125.001px;
    max-width: 1125.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 975.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1133.33433px;
    -ms-flex: 0 0 1133.33433px;
    flex: 0 0 1133.33433px;
    max-width: 1133.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -453.33433px);
    max-width: -moz-calc(50% - -453.33433px);
    max-width: calc(50% - -453.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 973.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1141.66767px;
    -ms-flex: 0 0 1141.66767px;
    flex: 0 0 1141.66767px;
    max-width: 1141.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -456.66767px);
    max-width: -moz-calc(50% - -456.66767px);
    max-width: calc(50% - -456.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 971.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1150.001px;
    -ms-flex: 0 0 1150.001px;
    flex: 0 0 1150.001px;
    max-width: 1150.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -460.001px);
    max-width: -moz-calc(50% - -460.001px);
    max-width: calc(50% - -460.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 970.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1158.33433px;
    -ms-flex: 0 0 1158.33433px;
    flex: 0 0 1158.33433px;
    max-width: 1158.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -463.33433px);
    max-width: -moz-calc(50% - -463.33433px);
    max-width: calc(50% - -463.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 968.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1166.66767px;
    -ms-flex: 0 0 1166.66767px;
    flex: 0 0 1166.66767px;
    max-width: 1166.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 966.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1000.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -403.33433px);
    max-width: -moz-calc(50% - -403.33433px);
    max-width: calc(50% - -403.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 998.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -406.66767px);
    max-width: -moz-calc(50% - -406.66767px);
    max-width: calc(50% - -406.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 996.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -410.001px);
    max-width: -moz-calc(50% - -410.001px);
    max-width: calc(50% - -410.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 995.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 993.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -416.66767px);
    max-width: -moz-calc(50% - -416.66767px);
    max-width: calc(50% - -416.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 991.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 990.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -423.33433px);
    max-width: -moz-calc(50% - -423.33433px);
    max-width: calc(50% - -423.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 988.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -426.66767px);
    max-width: -moz-calc(50% - -426.66767px);
    max-width: calc(50% - -426.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 986.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -430.001px);
    max-width: -moz-calc(50% - -430.001px);
    max-width: calc(50% - -430.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 985.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -433.33433px);
    max-width: -moz-calc(50% - -433.33433px);
    max-width: calc(50% - -433.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 983.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -440.001px);
    max-width: -moz-calc(50% - -440.001px);
    max-width: calc(50% - -440.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 980.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -446.66767px);
    max-width: -moz-calc(50% - -446.66767px);
    max-width: calc(50% - -446.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 976.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -453.33433px);
    max-width: -moz-calc(50% - -453.33433px);
    max-width: calc(50% - -453.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 973.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -460.001px);
    max-width: -moz-calc(50% - -460.001px);
    max-width: calc(50% - -460.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 970.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 966.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1136.66767px;
    -ms-flex: 0 0 1136.66767px;
    flex: 0 0 1136.66767px;
    max-width: 1136.66767px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1096.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1096.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1100.001px;
    -ms-flex: 0 0 1100.001px;
    flex: 0 0 1100.001px;
    max-width: 1100.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1100.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1109.16767px;
    -ms-flex: 0 0 1109.16767px;
    flex: 0 0 1109.16767px;
    max-width: 1109.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -504.16767px);
    max-width: -moz-calc(50% - -504.16767px);
    max-width: calc(50% - -504.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1099.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1118.33433px;
    -ms-flex: 0 0 1118.33433px;
    flex: 0 0 1118.33433px;
    max-width: 1118.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -508.33433px);
    max-width: -moz-calc(50% - -508.33433px);
    max-width: calc(50% - -508.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1098.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1127.501px;
    -ms-flex: 0 0 1127.501px;
    flex: 0 0 1127.501px;
    max-width: 1127.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -512.501px);
    max-width: -moz-calc(50% - -512.501px);
    max-width: calc(50% - -512.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1097.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1136.66767px;
    -ms-flex: 0 0 1136.66767px;
    flex: 0 0 1136.66767px;
    max-width: 1136.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1096.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1145.83433px;
    -ms-flex: 0 0 1145.83433px;
    flex: 0 0 1145.83433px;
    max-width: 1145.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -520.83433px);
    max-width: -moz-calc(50% - -520.83433px);
    max-width: calc(50% - -520.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1095.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1155.001px;
    -ms-flex: 0 0 1155.001px;
    flex: 0 0 1155.001px;
    max-width: 1155.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -525.001px);
    max-width: -moz-calc(50% - -525.001px);
    max-width: calc(50% - -525.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1095.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1164.16767px;
    -ms-flex: 0 0 1164.16767px;
    flex: 0 0 1164.16767px;
    max-width: 1164.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -529.16767px);
    max-width: -moz-calc(50% - -529.16767px);
    max-width: calc(50% - -529.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1094.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1173.33433px;
    -ms-flex: 0 0 1173.33433px;
    flex: 0 0 1173.33433px;
    max-width: 1173.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1093.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1182.501px;
    -ms-flex: 0 0 1182.501px;
    flex: 0 0 1182.501px;
    max-width: 1182.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -537.501px);
    max-width: -moz-calc(50% - -537.501px);
    max-width: calc(50% - -537.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1092.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1191.66767px;
    -ms-flex: 0 0 1191.66767px;
    flex: 0 0 1191.66767px;
    max-width: 1191.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -541.66767px);
    max-width: -moz-calc(50% - -541.66767px);
    max-width: calc(50% - -541.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1091.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1200.83433px;
    -ms-flex: 0 0 1200.83433px;
    flex: 0 0 1200.83433px;
    max-width: 1200.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -545.83433px);
    max-width: -moz-calc(50% - -545.83433px);
    max-width: calc(50% - -545.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1090.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1210.001px;
    -ms-flex: 0 0 1210.001px;
    flex: 0 0 1210.001px;
    max-width: 1210.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -550.001px);
    max-width: -moz-calc(50% - -550.001px);
    max-width: calc(50% - -550.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1090.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1219.16767px;
    -ms-flex: 0 0 1219.16767px;
    flex: 0 0 1219.16767px;
    max-width: 1219.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -554.16767px);
    max-width: -moz-calc(50% - -554.16767px);
    max-width: calc(50% - -554.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1089.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1228.33433px;
    -ms-flex: 0 0 1228.33433px;
    flex: 0 0 1228.33433px;
    max-width: 1228.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -558.33433px);
    max-width: -moz-calc(50% - -558.33433px);
    max-width: calc(50% - -558.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1088.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1237.501px;
    -ms-flex: 0 0 1237.501px;
    flex: 0 0 1237.501px;
    max-width: 1237.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -562.501px);
    max-width: -moz-calc(50% - -562.501px);
    max-width: calc(50% - -562.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1087.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1246.66767px;
    -ms-flex: 0 0 1246.66767px;
    flex: 0 0 1246.66767px;
    max-width: 1246.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -566.66767px);
    max-width: -moz-calc(50% - -566.66767px);
    max-width: calc(50% - -566.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1086.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1255.83433px;
    -ms-flex: 0 0 1255.83433px;
    flex: 0 0 1255.83433px;
    max-width: 1255.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -570.83433px);
    max-width: -moz-calc(50% - -570.83433px);
    max-width: calc(50% - -570.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1085.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1265.001px;
    -ms-flex: 0 0 1265.001px;
    flex: 0 0 1265.001px;
    max-width: 1265.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -575.001px);
    max-width: -moz-calc(50% - -575.001px);
    max-width: calc(50% - -575.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1085.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1274.16767px;
    -ms-flex: 0 0 1274.16767px;
    flex: 0 0 1274.16767px;
    max-width: 1274.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -579.16767px);
    max-width: -moz-calc(50% - -579.16767px);
    max-width: calc(50% - -579.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1084.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1083.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -504.16767px);
    max-width: -moz-calc(50% - -504.16767px);
    max-width: calc(50% - -504.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1099.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -508.33433px);
    max-width: -moz-calc(50% - -508.33433px);
    max-width: calc(50% - -508.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1098.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -512.501px);
    max-width: -moz-calc(50% - -512.501px);
    max-width: calc(50% - -512.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1097.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1096.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -520.83433px);
    max-width: -moz-calc(50% - -520.83433px);
    max-width: calc(50% - -520.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1095.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -525.001px);
    max-width: -moz-calc(50% - -525.001px);
    max-width: calc(50% - -525.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1095.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -529.16767px);
    max-width: -moz-calc(50% - -529.16767px);
    max-width: calc(50% - -529.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1094.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1093.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -537.501px);
    max-width: -moz-calc(50% - -537.501px);
    max-width: calc(50% - -537.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1092.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -541.66767px);
    max-width: -moz-calc(50% - -541.66767px);
    max-width: calc(50% - -541.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1091.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -550.001px);
    max-width: -moz-calc(50% - -550.001px);
    max-width: calc(50% - -550.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1090.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -558.33433px);
    max-width: -moz-calc(50% - -558.33433px);
    max-width: calc(50% - -558.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1088.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -566.66767px);
    max-width: -moz-calc(50% - -566.66767px);
    max-width: calc(50% - -566.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1086.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -575.001px);
    max-width: -moz-calc(50% - -575.001px);
    max-width: calc(50% - -575.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1085.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1083.33433px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1210.001px;
    -ms-flex: 0 0 1210.001px;
    flex: 0 0 1210.001px;
    max-width: 1210.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -605.001px);
    max-width: -moz-calc(50% - -605.001px);
    max-width: calc(50% - -605.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1220.001px;
    -ms-flex: 0 0 1220.001px;
    flex: 0 0 1220.001px;
    max-width: 1220.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -610.001px);
    max-width: -moz-calc(50% - -610.001px);
    max-width: calc(50% - -610.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1230.001px;
    -ms-flex: 0 0 1230.001px;
    flex: 0 0 1230.001px;
    max-width: 1230.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -615.001px);
    max-width: -moz-calc(50% - -615.001px);
    max-width: calc(50% - -615.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1250.001px;
    -ms-flex: 0 0 1250.001px;
    flex: 0 0 1250.001px;
    max-width: 1250.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1260.001px;
    -ms-flex: 0 0 1260.001px;
    flex: 0 0 1260.001px;
    max-width: 1260.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -630.001px);
    max-width: -moz-calc(50% - -630.001px);
    max-width: calc(50% - -630.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1270.001px;
    -ms-flex: 0 0 1270.001px;
    flex: 0 0 1270.001px;
    max-width: 1270.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -635.001px);
    max-width: -moz-calc(50% - -635.001px);
    max-width: calc(50% - -635.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1280.001px;
    -ms-flex: 0 0 1280.001px;
    flex: 0 0 1280.001px;
    max-width: 1280.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -640.001px);
    max-width: -moz-calc(50% - -640.001px);
    max-width: calc(50% - -640.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1290.001px;
    -ms-flex: 0 0 1290.001px;
    flex: 0 0 1290.001px;
    max-width: 1290.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -645.001px);
    max-width: -moz-calc(50% - -645.001px);
    max-width: calc(50% - -645.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1300.001px;
    -ms-flex: 0 0 1300.001px;
    flex: 0 0 1300.001px;
    max-width: 1300.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1310.001px;
    -ms-flex: 0 0 1310.001px;
    flex: 0 0 1310.001px;
    max-width: 1310.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -655.001px);
    max-width: -moz-calc(50% - -655.001px);
    max-width: calc(50% - -655.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -660.001px);
    max-width: -moz-calc(50% - -660.001px);
    max-width: calc(50% - -660.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1330.001px;
    -ms-flex: 0 0 1330.001px;
    flex: 0 0 1330.001px;
    max-width: 1330.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -665.001px);
    max-width: -moz-calc(50% - -665.001px);
    max-width: calc(50% - -665.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1340.001px;
    -ms-flex: 0 0 1340.001px;
    flex: 0 0 1340.001px;
    max-width: 1340.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -670.001px);
    max-width: -moz-calc(50% - -670.001px);
    max-width: calc(50% - -670.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1350.001px;
    -ms-flex: 0 0 1350.001px;
    flex: 0 0 1350.001px;
    max-width: 1350.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -675.001px);
    max-width: -moz-calc(50% - -675.001px);
    max-width: calc(50% - -675.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1360.001px;
    -ms-flex: 0 0 1360.001px;
    flex: 0 0 1360.001px;
    max-width: 1360.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -680.001px);
    max-width: -moz-calc(50% - -680.001px);
    max-width: calc(50% - -680.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1370.001px;
    -ms-flex: 0 0 1370.001px;
    flex: 0 0 1370.001px;
    max-width: 1370.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -685.001px);
    max-width: -moz-calc(50% - -685.001px);
    max-width: calc(50% - -685.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1380.001px;
    -ms-flex: 0 0 1380.001px;
    flex: 0 0 1380.001px;
    max-width: 1380.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -690.001px);
    max-width: -moz-calc(50% - -690.001px);
    max-width: calc(50% - -690.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1390.001px;
    -ms-flex: 0 0 1390.001px;
    flex: 0 0 1390.001px;
    max-width: 1390.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -695.001px);
    max-width: -moz-calc(50% - -695.001px);
    max-width: calc(50% - -695.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1400.001px;
    -ms-flex: 0 0 1400.001px;
    flex: 0 0 1400.001px;
    max-width: 1400.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -605.001px);
    max-width: -moz-calc(50% - -605.001px);
    max-width: calc(50% - -605.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -610.001px);
    max-width: -moz-calc(50% - -610.001px);
    max-width: calc(50% - -610.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -615.001px);
    max-width: -moz-calc(50% - -615.001px);
    max-width: calc(50% - -615.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -630.001px);
    max-width: -moz-calc(50% - -630.001px);
    max-width: calc(50% - -630.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -635.001px);
    max-width: -moz-calc(50% - -635.001px);
    max-width: calc(50% - -635.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -640.001px);
    max-width: -moz-calc(50% - -640.001px);
    max-width: calc(50% - -640.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -645.001px);
    max-width: -moz-calc(50% - -645.001px);
    max-width: calc(50% - -645.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -660.001px);
    max-width: -moz-calc(50% - -660.001px);
    max-width: calc(50% - -660.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -670.001px);
    max-width: -moz-calc(50% - -670.001px);
    max-width: calc(50% - -670.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -680.001px);
    max-width: -moz-calc(50% - -680.001px);
    max-width: calc(50% - -680.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -690.001px);
    max-width: -moz-calc(50% - -690.001px);
    max-width: calc(50% - -690.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Inner row */
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 103.33433px;
    -ms-flex: 0 0 103.33433px;
    flex: 0 0 103.33433px;
    max-width: 103.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 63.33433px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 63.33433px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 63.33433px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 100.001px;
    -ms-flex: 0 0 100.001px;
    flex: 0 0 100.001px;
    max-width: 100.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 60.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 60.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 100.83433px;
    -ms-flex: 0 0 100.83433px;
    flex: 0 0 100.83433px;
    max-width: 100.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 504.16567px);
    max-width: -moz-calc(50% - 504.16567px);
    max-width: calc(50% - 504.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 60.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 504.16567px);
    max-width: -moz-calc(50% - 504.16567px);
    max-width: calc(50% - 504.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 60.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 101.66767px;
    -ms-flex: 0 0 101.66767px;
    flex: 0 0 101.66767px;
    max-width: 101.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 508.33233px);
    max-width: -moz-calc(50% - 508.33233px);
    max-width: calc(50% - 508.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 61.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 508.33233px);
    max-width: -moz-calc(50% - 508.33233px);
    max-width: calc(50% - 508.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 61.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 102.501px;
    -ms-flex: 0 0 102.501px;
    flex: 0 0 102.501px;
    max-width: 102.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 512.499px);
    max-width: -moz-calc(50% - 512.499px);
    max-width: calc(50% - 512.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 62.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 512.499px);
    max-width: -moz-calc(50% - 512.499px);
    max-width: calc(50% - 512.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 62.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 103.33433px;
    -ms-flex: 0 0 103.33433px;
    flex: 0 0 103.33433px;
    max-width: 103.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 63.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 63.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 104.16767px;
    -ms-flex: 0 0 104.16767px;
    flex: 0 0 104.16767px;
    max-width: 104.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 520.83233px);
    max-width: -moz-calc(50% - 520.83233px);
    max-width: calc(50% - 520.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 64.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 520.83233px);
    max-width: -moz-calc(50% - 520.83233px);
    max-width: calc(50% - 520.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 64.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 105.001px;
    -ms-flex: 0 0 105.001px;
    flex: 0 0 105.001px;
    max-width: 105.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 524.999px);
    max-width: -moz-calc(50% - 524.999px);
    max-width: calc(50% - 524.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 65.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 524.999px);
    max-width: -moz-calc(50% - 524.999px);
    max-width: calc(50% - 524.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 65.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 105.83433px;
    -ms-flex: 0 0 105.83433px;
    flex: 0 0 105.83433px;
    max-width: 105.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 529.16567px);
    max-width: -moz-calc(50% - 529.16567px);
    max-width: calc(50% - 529.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 65.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 529.16567px);
    max-width: -moz-calc(50% - 529.16567px);
    max-width: calc(50% - 529.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 65.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 106.66767px;
    -ms-flex: 0 0 106.66767px;
    flex: 0 0 106.66767px;
    max-width: 106.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 66.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 66.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 107.501px;
    -ms-flex: 0 0 107.501px;
    flex: 0 0 107.501px;
    max-width: 107.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 537.499px);
    max-width: -moz-calc(50% - 537.499px);
    max-width: calc(50% - 537.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 67.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 537.499px);
    max-width: -moz-calc(50% - 537.499px);
    max-width: calc(50% - 537.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 67.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 108.33433px;
    -ms-flex: 0 0 108.33433px;
    flex: 0 0 108.33433px;
    max-width: 108.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 541.66567px);
    max-width: -moz-calc(50% - 541.66567px);
    max-width: calc(50% - 541.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 68.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 541.66567px);
    max-width: -moz-calc(50% - 541.66567px);
    max-width: calc(50% - 541.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 68.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 109.16767px;
    -ms-flex: 0 0 109.16767px;
    flex: 0 0 109.16767px;
    max-width: 109.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 545.83233px);
    max-width: -moz-calc(50% - 545.83233px);
    max-width: calc(50% - 545.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 69.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 545.83233px);
    max-width: -moz-calc(50% - 545.83233px);
    max-width: calc(50% - 545.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 69.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 110.001px;
    -ms-flex: 0 0 110.001px;
    flex: 0 0 110.001px;
    max-width: 110.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 549.999px);
    max-width: -moz-calc(50% - 549.999px);
    max-width: calc(50% - 549.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 70.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 549.999px);
    max-width: -moz-calc(50% - 549.999px);
    max-width: calc(50% - 549.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 70.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 110.83433px;
    -ms-flex: 0 0 110.83433px;
    flex: 0 0 110.83433px;
    max-width: 110.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 554.16567px);
    max-width: -moz-calc(50% - 554.16567px);
    max-width: calc(50% - 554.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 70.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 554.16567px);
    max-width: -moz-calc(50% - 554.16567px);
    max-width: calc(50% - 554.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 70.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 111.66767px;
    -ms-flex: 0 0 111.66767px;
    flex: 0 0 111.66767px;
    max-width: 111.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 558.33233px);
    max-width: -moz-calc(50% - 558.33233px);
    max-width: calc(50% - 558.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 71.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 558.33233px);
    max-width: -moz-calc(50% - 558.33233px);
    max-width: calc(50% - 558.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 71.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 112.501px;
    -ms-flex: 0 0 112.501px;
    flex: 0 0 112.501px;
    max-width: 112.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 562.499px);
    max-width: -moz-calc(50% - 562.499px);
    max-width: calc(50% - 562.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 72.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 562.499px);
    max-width: -moz-calc(50% - 562.499px);
    max-width: calc(50% - 562.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 72.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 113.33433px;
    -ms-flex: 0 0 113.33433px;
    flex: 0 0 113.33433px;
    max-width: 113.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 566.66567px);
    max-width: -moz-calc(50% - 566.66567px);
    max-width: calc(50% - 566.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 73.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 566.66567px);
    max-width: -moz-calc(50% - 566.66567px);
    max-width: calc(50% - 566.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 73.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 114.16767px;
    -ms-flex: 0 0 114.16767px;
    flex: 0 0 114.16767px;
    max-width: 114.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 570.83233px);
    max-width: -moz-calc(50% - 570.83233px);
    max-width: calc(50% - 570.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 74.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 570.83233px);
    max-width: -moz-calc(50% - 570.83233px);
    max-width: calc(50% - 570.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 74.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 115.001px;
    -ms-flex: 0 0 115.001px;
    flex: 0 0 115.001px;
    max-width: 115.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 574.999px);
    max-width: -moz-calc(50% - 574.999px);
    max-width: calc(50% - 574.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 75.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 574.999px);
    max-width: -moz-calc(50% - 574.999px);
    max-width: calc(50% - 574.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 75.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 115.83433px;
    -ms-flex: 0 0 115.83433px;
    flex: 0 0 115.83433px;
    max-width: 115.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 579.16567px);
    max-width: -moz-calc(50% - 579.16567px);
    max-width: calc(50% - 579.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 75.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 579.16567px);
    max-width: -moz-calc(50% - 579.16567px);
    max-width: calc(50% - 579.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 75.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 116.66767px;
    -ms-flex: 0 0 116.66767px;
    flex: 0 0 116.66767px;
    max-width: 116.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 76.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 76.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 206.66767px;
    -ms-flex: 0 0 206.66767px;
    flex: 0 0 206.66767px;
    max-width: 206.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 166.66767px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 166.66767px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 166.66767px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 200.001px;
    -ms-flex: 0 0 200.001px;
    flex: 0 0 200.001px;
    max-width: 200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 201.66767px;
    -ms-flex: 0 0 201.66767px;
    flex: 0 0 201.66767px;
    max-width: 201.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 403.33233px);
    max-width: -moz-calc(50% - 403.33233px);
    max-width: calc(50% - 403.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 161.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 403.33233px);
    max-width: -moz-calc(50% - 403.33233px);
    max-width: calc(50% - 403.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 161.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 203.33433px;
    -ms-flex: 0 0 203.33433px;
    flex: 0 0 203.33433px;
    max-width: 203.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 406.66567px);
    max-width: -moz-calc(50% - 406.66567px);
    max-width: calc(50% - 406.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 163.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 406.66567px);
    max-width: -moz-calc(50% - 406.66567px);
    max-width: calc(50% - 406.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 163.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 205.001px;
    -ms-flex: 0 0 205.001px;
    flex: 0 0 205.001px;
    max-width: 205.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 409.999px);
    max-width: -moz-calc(50% - 409.999px);
    max-width: calc(50% - 409.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 165.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 409.999px);
    max-width: -moz-calc(50% - 409.999px);
    max-width: calc(50% - 409.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 165.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 206.66767px;
    -ms-flex: 0 0 206.66767px;
    flex: 0 0 206.66767px;
    max-width: 206.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 166.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 166.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 208.33433px;
    -ms-flex: 0 0 208.33433px;
    flex: 0 0 208.33433px;
    max-width: 208.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 416.66567px);
    max-width: -moz-calc(50% - 416.66567px);
    max-width: calc(50% - 416.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 168.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 416.66567px);
    max-width: -moz-calc(50% - 416.66567px);
    max-width: calc(50% - 416.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 168.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 210.001px;
    -ms-flex: 0 0 210.001px;
    flex: 0 0 210.001px;
    max-width: 210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 170.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 170.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 211.66767px;
    -ms-flex: 0 0 211.66767px;
    flex: 0 0 211.66767px;
    max-width: 211.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 423.33233px);
    max-width: -moz-calc(50% - 423.33233px);
    max-width: calc(50% - 423.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 171.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 423.33233px);
    max-width: -moz-calc(50% - 423.33233px);
    max-width: calc(50% - 423.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 171.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 213.33433px;
    -ms-flex: 0 0 213.33433px;
    flex: 0 0 213.33433px;
    max-width: 213.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 426.66567px);
    max-width: -moz-calc(50% - 426.66567px);
    max-width: calc(50% - 426.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 173.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 426.66567px);
    max-width: -moz-calc(50% - 426.66567px);
    max-width: calc(50% - 426.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 173.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 215.001px;
    -ms-flex: 0 0 215.001px;
    flex: 0 0 215.001px;
    max-width: 215.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 429.999px);
    max-width: -moz-calc(50% - 429.999px);
    max-width: calc(50% - 429.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 175.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 429.999px);
    max-width: -moz-calc(50% - 429.999px);
    max-width: calc(50% - 429.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 175.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 216.66767px;
    -ms-flex: 0 0 216.66767px;
    flex: 0 0 216.66767px;
    max-width: 216.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 433.33233px);
    max-width: -moz-calc(50% - 433.33233px);
    max-width: calc(50% - 433.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 176.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 433.33233px);
    max-width: -moz-calc(50% - 433.33233px);
    max-width: calc(50% - 433.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 176.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 218.33433px;
    -ms-flex: 0 0 218.33433px;
    flex: 0 0 218.33433px;
    max-width: 218.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 436.66567px);
    max-width: -moz-calc(50% - 436.66567px);
    max-width: calc(50% - 436.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 178.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 436.66567px);
    max-width: -moz-calc(50% - 436.66567px);
    max-width: calc(50% - 436.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 178.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 220.001px;
    -ms-flex: 0 0 220.001px;
    flex: 0 0 220.001px;
    max-width: 220.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 439.999px);
    max-width: -moz-calc(50% - 439.999px);
    max-width: calc(50% - 439.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 180.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 439.999px);
    max-width: -moz-calc(50% - 439.999px);
    max-width: calc(50% - 439.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 180.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 221.66767px;
    -ms-flex: 0 0 221.66767px;
    flex: 0 0 221.66767px;
    max-width: 221.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 443.33233px);
    max-width: -moz-calc(50% - 443.33233px);
    max-width: calc(50% - 443.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 181.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 443.33233px);
    max-width: -moz-calc(50% - 443.33233px);
    max-width: calc(50% - 443.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 181.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 223.33433px;
    -ms-flex: 0 0 223.33433px;
    flex: 0 0 223.33433px;
    max-width: 223.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 446.66567px);
    max-width: -moz-calc(50% - 446.66567px);
    max-width: calc(50% - 446.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 183.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 446.66567px);
    max-width: -moz-calc(50% - 446.66567px);
    max-width: calc(50% - 446.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 183.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 225.001px;
    -ms-flex: 0 0 225.001px;
    flex: 0 0 225.001px;
    max-width: 225.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 185.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 185.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 226.66767px;
    -ms-flex: 0 0 226.66767px;
    flex: 0 0 226.66767px;
    max-width: 226.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 453.33233px);
    max-width: -moz-calc(50% - 453.33233px);
    max-width: calc(50% - 453.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 186.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 453.33233px);
    max-width: -moz-calc(50% - 453.33233px);
    max-width: calc(50% - 453.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 186.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 228.33433px;
    -ms-flex: 0 0 228.33433px;
    flex: 0 0 228.33433px;
    max-width: 228.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 456.66567px);
    max-width: -moz-calc(50% - 456.66567px);
    max-width: calc(50% - 456.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 188.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 456.66567px);
    max-width: -moz-calc(50% - 456.66567px);
    max-width: calc(50% - 456.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 188.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 230.001px;
    -ms-flex: 0 0 230.001px;
    flex: 0 0 230.001px;
    max-width: 230.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 459.999px);
    max-width: -moz-calc(50% - 459.999px);
    max-width: calc(50% - 459.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 190.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 459.999px);
    max-width: -moz-calc(50% - 459.999px);
    max-width: calc(50% - 459.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 190.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 231.66767px;
    -ms-flex: 0 0 231.66767px;
    flex: 0 0 231.66767px;
    max-width: 231.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 463.33233px);
    max-width: -moz-calc(50% - 463.33233px);
    max-width: calc(50% - 463.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 191.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 463.33233px);
    max-width: -moz-calc(50% - 463.33233px);
    max-width: calc(50% - 463.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 191.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 233.33433px;
    -ms-flex: 0 0 233.33433px;
    flex: 0 0 233.33433px;
    max-width: 233.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 193.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 193.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 248.001px;
    -ms-flex: 0 0 248.001px;
    flex: 0 0 248.001px;
    max-width: 248.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 208.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 208.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 208.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 242.001px;
    -ms-flex: 0 0 242.001px;
    flex: 0 0 242.001px;
    max-width: 242.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 362.999px);
    max-width: -moz-calc(50% - 362.999px);
    max-width: calc(50% - 362.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 202.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 362.999px);
    max-width: -moz-calc(50% - 362.999px);
    max-width: calc(50% - 362.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 202.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 244.001px;
    -ms-flex: 0 0 244.001px;
    flex: 0 0 244.001px;
    max-width: 244.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 365.999px);
    max-width: -moz-calc(50% - 365.999px);
    max-width: calc(50% - 365.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 204.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 365.999px);
    max-width: -moz-calc(50% - 365.999px);
    max-width: calc(50% - 365.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 204.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 246.001px;
    -ms-flex: 0 0 246.001px;
    flex: 0 0 246.001px;
    max-width: 246.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 368.999px);
    max-width: -moz-calc(50% - 368.999px);
    max-width: calc(50% - 368.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 206.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 368.999px);
    max-width: -moz-calc(50% - 368.999px);
    max-width: calc(50% - 368.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 206.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 248.001px;
    -ms-flex: 0 0 248.001px;
    flex: 0 0 248.001px;
    max-width: 248.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 208.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 208.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 250.001px;
    -ms-flex: 0 0 250.001px;
    flex: 0 0 250.001px;
    max-width: 250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 252.001px;
    -ms-flex: 0 0 252.001px;
    flex: 0 0 252.001px;
    max-width: 252.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 377.999px);
    max-width: -moz-calc(50% - 377.999px);
    max-width: calc(50% - 377.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 212.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 377.999px);
    max-width: -moz-calc(50% - 377.999px);
    max-width: calc(50% - 377.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 212.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 254.001px;
    -ms-flex: 0 0 254.001px;
    flex: 0 0 254.001px;
    max-width: 254.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 380.999px);
    max-width: -moz-calc(50% - 380.999px);
    max-width: calc(50% - 380.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 214.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 380.999px);
    max-width: -moz-calc(50% - 380.999px);
    max-width: calc(50% - 380.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 214.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 256.001px;
    -ms-flex: 0 0 256.001px;
    flex: 0 0 256.001px;
    max-width: 256.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 383.999px);
    max-width: -moz-calc(50% - 383.999px);
    max-width: calc(50% - 383.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 216.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 383.999px);
    max-width: -moz-calc(50% - 383.999px);
    max-width: calc(50% - 383.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 216.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 258.001px;
    -ms-flex: 0 0 258.001px;
    flex: 0 0 258.001px;
    max-width: 258.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 386.999px);
    max-width: -moz-calc(50% - 386.999px);
    max-width: calc(50% - 386.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 218.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 386.999px);
    max-width: -moz-calc(50% - 386.999px);
    max-width: calc(50% - 386.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 218.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 260.001px;
    -ms-flex: 0 0 260.001px;
    flex: 0 0 260.001px;
    max-width: 260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 220.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 220.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 262.001px;
    -ms-flex: 0 0 262.001px;
    flex: 0 0 262.001px;
    max-width: 262.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 392.999px);
    max-width: -moz-calc(50% - 392.999px);
    max-width: calc(50% - 392.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 222.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 392.999px);
    max-width: -moz-calc(50% - 392.999px);
    max-width: calc(50% - 392.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 222.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 264.001px;
    -ms-flex: 0 0 264.001px;
    flex: 0 0 264.001px;
    max-width: 264.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 395.999px);
    max-width: -moz-calc(50% - 395.999px);
    max-width: calc(50% - 395.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 224.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 395.999px);
    max-width: -moz-calc(50% - 395.999px);
    max-width: calc(50% - 395.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 224.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 266.001px;
    -ms-flex: 0 0 266.001px;
    flex: 0 0 266.001px;
    max-width: 266.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 398.999px);
    max-width: -moz-calc(50% - 398.999px);
    max-width: calc(50% - 398.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 226.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 398.999px);
    max-width: -moz-calc(50% - 398.999px);
    max-width: calc(50% - 398.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 226.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 268.001px;
    -ms-flex: 0 0 268.001px;
    flex: 0 0 268.001px;
    max-width: 268.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 401.999px);
    max-width: -moz-calc(50% - 401.999px);
    max-width: calc(50% - 401.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 228.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 401.999px);
    max-width: -moz-calc(50% - 401.999px);
    max-width: calc(50% - 401.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 228.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 270.001px;
    -ms-flex: 0 0 270.001px;
    flex: 0 0 270.001px;
    max-width: 270.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 404.999px);
    max-width: -moz-calc(50% - 404.999px);
    max-width: calc(50% - 404.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 230.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 404.999px);
    max-width: -moz-calc(50% - 404.999px);
    max-width: calc(50% - 404.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 230.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 272.001px;
    -ms-flex: 0 0 272.001px;
    flex: 0 0 272.001px;
    max-width: 272.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 407.999px);
    max-width: -moz-calc(50% - 407.999px);
    max-width: calc(50% - 407.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 232.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 407.999px);
    max-width: -moz-calc(50% - 407.999px);
    max-width: calc(50% - 407.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 232.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 274.001px;
    -ms-flex: 0 0 274.001px;
    flex: 0 0 274.001px;
    max-width: 274.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 410.999px);
    max-width: -moz-calc(50% - 410.999px);
    max-width: calc(50% - 410.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 234.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 410.999px);
    max-width: -moz-calc(50% - 410.999px);
    max-width: calc(50% - 410.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 234.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 276.001px;
    -ms-flex: 0 0 276.001px;
    flex: 0 0 276.001px;
    max-width: 276.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 413.999px);
    max-width: -moz-calc(50% - 413.999px);
    max-width: calc(50% - 413.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 236.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 413.999px);
    max-width: -moz-calc(50% - 413.999px);
    max-width: calc(50% - 413.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 236.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 278.001px;
    -ms-flex: 0 0 278.001px;
    flex: 0 0 278.001px;
    max-width: 278.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 416.999px);
    max-width: -moz-calc(50% - 416.999px);
    max-width: calc(50% - 416.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 238.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 416.999px);
    max-width: -moz-calc(50% - 416.999px);
    max-width: calc(50% - 416.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 238.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 280.001px;
    -ms-flex: 0 0 280.001px;
    flex: 0 0 280.001px;
    max-width: 280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 240.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 270.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 270.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 270.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 300.001px;
    -ms-flex: 0 0 300.001px;
    flex: 0 0 300.001px;
    max-width: 300.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 299.999px);
    max-width: -moz-calc(50% - 299.999px);
    max-width: calc(50% - 299.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 299.999px);
    max-width: -moz-calc(50% - 299.999px);
    max-width: calc(50% - 299.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 302.501px;
    -ms-flex: 0 0 302.501px;
    flex: 0 0 302.501px;
    max-width: 302.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 302.499px);
    max-width: -moz-calc(50% - 302.499px);
    max-width: calc(50% - 302.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 262.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 302.499px);
    max-width: -moz-calc(50% - 302.499px);
    max-width: calc(50% - 302.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 262.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 305.001px;
    -ms-flex: 0 0 305.001px;
    flex: 0 0 305.001px;
    max-width: 305.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 304.999px);
    max-width: -moz-calc(50% - 304.999px);
    max-width: calc(50% - 304.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 265.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 304.999px);
    max-width: -moz-calc(50% - 304.999px);
    max-width: calc(50% - 304.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 265.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 307.501px;
    -ms-flex: 0 0 307.501px;
    flex: 0 0 307.501px;
    max-width: 307.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 307.499px);
    max-width: -moz-calc(50% - 307.499px);
    max-width: calc(50% - 307.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 267.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 307.499px);
    max-width: -moz-calc(50% - 307.499px);
    max-width: calc(50% - 307.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 267.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 270.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 270.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 312.501px;
    -ms-flex: 0 0 312.501px;
    flex: 0 0 312.501px;
    max-width: 312.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 312.499px);
    max-width: -moz-calc(50% - 312.499px);
    max-width: calc(50% - 312.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 272.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 312.499px);
    max-width: -moz-calc(50% - 312.499px);
    max-width: calc(50% - 312.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 272.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 315.001px;
    -ms-flex: 0 0 315.001px;
    flex: 0 0 315.001px;
    max-width: 315.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 314.999px);
    max-width: -moz-calc(50% - 314.999px);
    max-width: calc(50% - 314.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 275.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 314.999px);
    max-width: -moz-calc(50% - 314.999px);
    max-width: calc(50% - 314.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 275.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 317.501px;
    -ms-flex: 0 0 317.501px;
    flex: 0 0 317.501px;
    max-width: 317.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 317.499px);
    max-width: -moz-calc(50% - 317.499px);
    max-width: calc(50% - 317.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 277.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 317.499px);
    max-width: -moz-calc(50% - 317.499px);
    max-width: calc(50% - 317.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 277.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 320.001px;
    -ms-flex: 0 0 320.001px;
    flex: 0 0 320.001px;
    max-width: 320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 319.999px);
    max-width: -moz-calc(50% - 319.999px);
    max-width: calc(50% - 319.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 319.999px);
    max-width: -moz-calc(50% - 319.999px);
    max-width: calc(50% - 319.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 322.501px;
    -ms-flex: 0 0 322.501px;
    flex: 0 0 322.501px;
    max-width: 322.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 322.499px);
    max-width: -moz-calc(50% - 322.499px);
    max-width: calc(50% - 322.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 282.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 322.499px);
    max-width: -moz-calc(50% - 322.499px);
    max-width: calc(50% - 322.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 282.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 325.001px;
    -ms-flex: 0 0 325.001px;
    flex: 0 0 325.001px;
    max-width: 325.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 324.999px);
    max-width: -moz-calc(50% - 324.999px);
    max-width: calc(50% - 324.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 285.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 324.999px);
    max-width: -moz-calc(50% - 324.999px);
    max-width: calc(50% - 324.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 285.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 327.501px;
    -ms-flex: 0 0 327.501px;
    flex: 0 0 327.501px;
    max-width: 327.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 327.499px);
    max-width: -moz-calc(50% - 327.499px);
    max-width: calc(50% - 327.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 287.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 327.499px);
    max-width: -moz-calc(50% - 327.499px);
    max-width: calc(50% - 327.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 287.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 330.001px;
    -ms-flex: 0 0 330.001px;
    flex: 0 0 330.001px;
    max-width: 330.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 329.999px);
    max-width: -moz-calc(50% - 329.999px);
    max-width: calc(50% - 329.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 290.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 329.999px);
    max-width: -moz-calc(50% - 329.999px);
    max-width: calc(50% - 329.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 290.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 332.501px;
    -ms-flex: 0 0 332.501px;
    flex: 0 0 332.501px;
    max-width: 332.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 332.499px);
    max-width: -moz-calc(50% - 332.499px);
    max-width: calc(50% - 332.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 292.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 332.499px);
    max-width: -moz-calc(50% - 332.499px);
    max-width: calc(50% - 332.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 292.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 335.001px;
    -ms-flex: 0 0 335.001px;
    flex: 0 0 335.001px;
    max-width: 335.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 334.999px);
    max-width: -moz-calc(50% - 334.999px);
    max-width: calc(50% - 334.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 295.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 334.999px);
    max-width: -moz-calc(50% - 334.999px);
    max-width: calc(50% - 334.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 295.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 337.501px;
    -ms-flex: 0 0 337.501px;
    flex: 0 0 337.501px;
    max-width: 337.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 337.499px);
    max-width: -moz-calc(50% - 337.499px);
    max-width: calc(50% - 337.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 297.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 337.499px);
    max-width: -moz-calc(50% - 337.499px);
    max-width: calc(50% - 337.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 297.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 340.001px;
    -ms-flex: 0 0 340.001px;
    flex: 0 0 340.001px;
    max-width: 340.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 339.999px);
    max-width: -moz-calc(50% - 339.999px);
    max-width: calc(50% - 339.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 300.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 339.999px);
    max-width: -moz-calc(50% - 339.999px);
    max-width: calc(50% - 339.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 300.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 342.501px;
    -ms-flex: 0 0 342.501px;
    flex: 0 0 342.501px;
    max-width: 342.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 342.499px);
    max-width: -moz-calc(50% - 342.499px);
    max-width: calc(50% - 342.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 302.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 342.499px);
    max-width: -moz-calc(50% - 342.499px);
    max-width: calc(50% - 342.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 302.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 345.001px;
    -ms-flex: 0 0 345.001px;
    flex: 0 0 345.001px;
    max-width: 345.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 344.999px);
    max-width: -moz-calc(50% - 344.999px);
    max-width: calc(50% - 344.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 305.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 344.999px);
    max-width: -moz-calc(50% - 344.999px);
    max-width: calc(50% - 344.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 305.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 347.501px;
    -ms-flex: 0 0 347.501px;
    flex: 0 0 347.501px;
    max-width: 347.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 347.499px);
    max-width: -moz-calc(50% - 347.499px);
    max-width: calc(50% - 347.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 307.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 347.499px);
    max-width: -moz-calc(50% - 347.499px);
    max-width: calc(50% - 347.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 307.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 350.001px;
    -ms-flex: 0 0 350.001px;
    flex: 0 0 350.001px;
    max-width: 350.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 310.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 310.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 413.33433px;
    -ms-flex: 0 0 413.33433px;
    flex: 0 0 413.33433px;
    max-width: 413.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 373.33433px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 373.33433px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 373.33433px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 400.001px;
    -ms-flex: 0 0 400.001px;
    flex: 0 0 400.001px;
    max-width: 400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 199.999px);
    max-width: -moz-calc(50% - 199.999px);
    max-width: calc(50% - 199.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 360.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 199.999px);
    max-width: -moz-calc(50% - 199.999px);
    max-width: calc(50% - 199.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 360.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 403.33433px;
    -ms-flex: 0 0 403.33433px;
    flex: 0 0 403.33433px;
    max-width: 403.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 201.66567px);
    max-width: -moz-calc(50% - 201.66567px);
    max-width: calc(50% - 201.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 363.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 201.66567px);
    max-width: -moz-calc(50% - 201.66567px);
    max-width: calc(50% - 201.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 363.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 406.66767px;
    -ms-flex: 0 0 406.66767px;
    flex: 0 0 406.66767px;
    max-width: 406.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 203.33233px);
    max-width: -moz-calc(50% - 203.33233px);
    max-width: calc(50% - 203.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 366.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 203.33233px);
    max-width: -moz-calc(50% - 203.33233px);
    max-width: calc(50% - 203.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 366.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 410.001px;
    -ms-flex: 0 0 410.001px;
    flex: 0 0 410.001px;
    max-width: 410.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 204.999px);
    max-width: -moz-calc(50% - 204.999px);
    max-width: calc(50% - 204.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 370.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 204.999px);
    max-width: -moz-calc(50% - 204.999px);
    max-width: calc(50% - 204.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 370.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 413.33433px;
    -ms-flex: 0 0 413.33433px;
    flex: 0 0 413.33433px;
    max-width: 413.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 373.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 373.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 416.66767px;
    -ms-flex: 0 0 416.66767px;
    flex: 0 0 416.66767px;
    max-width: 416.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 208.33233px);
    max-width: -moz-calc(50% - 208.33233px);
    max-width: calc(50% - 208.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 376.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 208.33233px);
    max-width: -moz-calc(50% - 208.33233px);
    max-width: calc(50% - 208.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 376.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 420.001px;
    -ms-flex: 0 0 420.001px;
    flex: 0 0 420.001px;
    max-width: 420.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 209.999px);
    max-width: -moz-calc(50% - 209.999px);
    max-width: calc(50% - 209.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 380.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 209.999px);
    max-width: -moz-calc(50% - 209.999px);
    max-width: calc(50% - 209.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 380.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 423.33433px;
    -ms-flex: 0 0 423.33433px;
    flex: 0 0 423.33433px;
    max-width: 423.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 211.66567px);
    max-width: -moz-calc(50% - 211.66567px);
    max-width: calc(50% - 211.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 383.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 211.66567px);
    max-width: -moz-calc(50% - 211.66567px);
    max-width: calc(50% - 211.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 383.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 426.66767px;
    -ms-flex: 0 0 426.66767px;
    flex: 0 0 426.66767px;
    max-width: 426.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 213.33233px);
    max-width: -moz-calc(50% - 213.33233px);
    max-width: calc(50% - 213.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 386.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 213.33233px);
    max-width: -moz-calc(50% - 213.33233px);
    max-width: calc(50% - 213.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 386.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 430.001px;
    -ms-flex: 0 0 430.001px;
    flex: 0 0 430.001px;
    max-width: 430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 214.999px);
    max-width: -moz-calc(50% - 214.999px);
    max-width: calc(50% - 214.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 214.999px);
    max-width: -moz-calc(50% - 214.999px);
    max-width: calc(50% - 214.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 433.33433px;
    -ms-flex: 0 0 433.33433px;
    flex: 0 0 433.33433px;
    max-width: 433.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 216.66567px);
    max-width: -moz-calc(50% - 216.66567px);
    max-width: calc(50% - 216.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 393.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 216.66567px);
    max-width: -moz-calc(50% - 216.66567px);
    max-width: calc(50% - 216.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 393.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 436.66767px;
    -ms-flex: 0 0 436.66767px;
    flex: 0 0 436.66767px;
    max-width: 436.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 218.33233px);
    max-width: -moz-calc(50% - 218.33233px);
    max-width: calc(50% - 218.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 396.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 218.33233px);
    max-width: -moz-calc(50% - 218.33233px);
    max-width: calc(50% - 218.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 396.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 440.001px;
    -ms-flex: 0 0 440.001px;
    flex: 0 0 440.001px;
    max-width: 440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 219.999px);
    max-width: -moz-calc(50% - 219.999px);
    max-width: calc(50% - 219.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 219.999px);
    max-width: -moz-calc(50% - 219.999px);
    max-width: calc(50% - 219.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 443.33433px;
    -ms-flex: 0 0 443.33433px;
    flex: 0 0 443.33433px;
    max-width: 443.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 221.66567px);
    max-width: -moz-calc(50% - 221.66567px);
    max-width: calc(50% - 221.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 403.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 221.66567px);
    max-width: -moz-calc(50% - 221.66567px);
    max-width: calc(50% - 221.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 403.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 446.66767px;
    -ms-flex: 0 0 446.66767px;
    flex: 0 0 446.66767px;
    max-width: 446.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 223.33233px);
    max-width: -moz-calc(50% - 223.33233px);
    max-width: calc(50% - 223.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 406.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 223.33233px);
    max-width: -moz-calc(50% - 223.33233px);
    max-width: calc(50% - 223.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 406.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 450.001px;
    -ms-flex: 0 0 450.001px;
    flex: 0 0 450.001px;
    max-width: 450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 224.999px);
    max-width: -moz-calc(50% - 224.999px);
    max-width: calc(50% - 224.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 410.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 224.999px);
    max-width: -moz-calc(50% - 224.999px);
    max-width: calc(50% - 224.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 410.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 453.33433px;
    -ms-flex: 0 0 453.33433px;
    flex: 0 0 453.33433px;
    max-width: 453.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 226.66567px);
    max-width: -moz-calc(50% - 226.66567px);
    max-width: calc(50% - 226.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 413.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 226.66567px);
    max-width: -moz-calc(50% - 226.66567px);
    max-width: calc(50% - 226.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 413.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 456.66767px;
    -ms-flex: 0 0 456.66767px;
    flex: 0 0 456.66767px;
    max-width: 456.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 228.33233px);
    max-width: -moz-calc(50% - 228.33233px);
    max-width: calc(50% - 228.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 416.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 228.33233px);
    max-width: -moz-calc(50% - 228.33233px);
    max-width: calc(50% - 228.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 416.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 460.001px;
    -ms-flex: 0 0 460.001px;
    flex: 0 0 460.001px;
    max-width: 460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 229.999px);
    max-width: -moz-calc(50% - 229.999px);
    max-width: calc(50% - 229.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 420.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 229.999px);
    max-width: -moz-calc(50% - 229.999px);
    max-width: calc(50% - 229.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 420.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 463.33433px;
    -ms-flex: 0 0 463.33433px;
    flex: 0 0 463.33433px;
    max-width: 463.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 231.66567px);
    max-width: -moz-calc(50% - 231.66567px);
    max-width: calc(50% - 231.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 423.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 231.66567px);
    max-width: -moz-calc(50% - 231.66567px);
    max-width: calc(50% - 231.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 423.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 466.66767px;
    -ms-flex: 0 0 466.66767px;
    flex: 0 0 466.66767px;
    max-width: 466.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 426.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 426.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 496.001px;
    -ms-flex: 0 0 496.001px;
    flex: 0 0 496.001px;
    max-width: 496.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 456.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 456.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 456.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 484.001px;
    -ms-flex: 0 0 484.001px;
    flex: 0 0 484.001px;
    max-width: 484.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 120.999px);
    max-width: -moz-calc(50% - 120.999px);
    max-width: calc(50% - 120.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 444.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 120.999px);
    max-width: -moz-calc(50% - 120.999px);
    max-width: calc(50% - 120.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 444.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 488.001px;
    -ms-flex: 0 0 488.001px;
    flex: 0 0 488.001px;
    max-width: 488.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 121.999px);
    max-width: -moz-calc(50% - 121.999px);
    max-width: calc(50% - 121.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 448.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 121.999px);
    max-width: -moz-calc(50% - 121.999px);
    max-width: calc(50% - 121.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 448.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 492.001px;
    -ms-flex: 0 0 492.001px;
    flex: 0 0 492.001px;
    max-width: 492.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 122.999px);
    max-width: -moz-calc(50% - 122.999px);
    max-width: calc(50% - 122.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 452.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 122.999px);
    max-width: -moz-calc(50% - 122.999px);
    max-width: calc(50% - 122.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 452.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 496.001px;
    -ms-flex: 0 0 496.001px;
    flex: 0 0 496.001px;
    max-width: 496.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 456.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 456.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 504.001px;
    -ms-flex: 0 0 504.001px;
    flex: 0 0 504.001px;
    max-width: 504.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 125.999px);
    max-width: -moz-calc(50% - 125.999px);
    max-width: calc(50% - 125.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 464.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 125.999px);
    max-width: -moz-calc(50% - 125.999px);
    max-width: calc(50% - 125.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 464.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 508.001px;
    -ms-flex: 0 0 508.001px;
    flex: 0 0 508.001px;
    max-width: 508.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 126.999px);
    max-width: -moz-calc(50% - 126.999px);
    max-width: calc(50% - 126.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 468.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 126.999px);
    max-width: -moz-calc(50% - 126.999px);
    max-width: calc(50% - 126.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 468.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 512.001px;
    -ms-flex: 0 0 512.001px;
    flex: 0 0 512.001px;
    max-width: 512.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 127.999px);
    max-width: -moz-calc(50% - 127.999px);
    max-width: calc(50% - 127.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 472.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 127.999px);
    max-width: -moz-calc(50% - 127.999px);
    max-width: calc(50% - 127.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 472.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 516.001px;
    -ms-flex: 0 0 516.001px;
    flex: 0 0 516.001px;
    max-width: 516.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 128.999px);
    max-width: -moz-calc(50% - 128.999px);
    max-width: calc(50% - 128.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 476.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 128.999px);
    max-width: -moz-calc(50% - 128.999px);
    max-width: calc(50% - 128.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 476.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 520.001px;
    -ms-flex: 0 0 520.001px;
    flex: 0 0 520.001px;
    max-width: 520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 524.001px;
    -ms-flex: 0 0 524.001px;
    flex: 0 0 524.001px;
    max-width: 524.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 130.999px);
    max-width: -moz-calc(50% - 130.999px);
    max-width: calc(50% - 130.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 484.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 130.999px);
    max-width: -moz-calc(50% - 130.999px);
    max-width: calc(50% - 130.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 484.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 528.001px;
    -ms-flex: 0 0 528.001px;
    flex: 0 0 528.001px;
    max-width: 528.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 131.999px);
    max-width: -moz-calc(50% - 131.999px);
    max-width: calc(50% - 131.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 488.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 131.999px);
    max-width: -moz-calc(50% - 131.999px);
    max-width: calc(50% - 131.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 488.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 532.001px;
    -ms-flex: 0 0 532.001px;
    flex: 0 0 532.001px;
    max-width: 532.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 132.999px);
    max-width: -moz-calc(50% - 132.999px);
    max-width: calc(50% - 132.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 492.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 132.999px);
    max-width: -moz-calc(50% - 132.999px);
    max-width: calc(50% - 132.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 492.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 536.001px;
    -ms-flex: 0 0 536.001px;
    flex: 0 0 536.001px;
    max-width: 536.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 133.999px);
    max-width: -moz-calc(50% - 133.999px);
    max-width: calc(50% - 133.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 496.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 133.999px);
    max-width: -moz-calc(50% - 133.999px);
    max-width: calc(50% - 133.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 496.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 540.001px;
    -ms-flex: 0 0 540.001px;
    flex: 0 0 540.001px;
    max-width: 540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 134.999px);
    max-width: -moz-calc(50% - 134.999px);
    max-width: calc(50% - 134.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 134.999px);
    max-width: -moz-calc(50% - 134.999px);
    max-width: calc(50% - 134.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 544.001px;
    -ms-flex: 0 0 544.001px;
    flex: 0 0 544.001px;
    max-width: 544.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 135.999px);
    max-width: -moz-calc(50% - 135.999px);
    max-width: calc(50% - 135.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 504.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 135.999px);
    max-width: -moz-calc(50% - 135.999px);
    max-width: calc(50% - 135.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 504.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 548.001px;
    -ms-flex: 0 0 548.001px;
    flex: 0 0 548.001px;
    max-width: 548.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 136.999px);
    max-width: -moz-calc(50% - 136.999px);
    max-width: calc(50% - 136.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 508.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 136.999px);
    max-width: -moz-calc(50% - 136.999px);
    max-width: calc(50% - 136.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 508.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 552.001px;
    -ms-flex: 0 0 552.001px;
    flex: 0 0 552.001px;
    max-width: 552.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 137.999px);
    max-width: -moz-calc(50% - 137.999px);
    max-width: calc(50% - 137.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 512.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 137.999px);
    max-width: -moz-calc(50% - 137.999px);
    max-width: calc(50% - 137.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 512.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 556.001px;
    -ms-flex: 0 0 556.001px;
    flex: 0 0 556.001px;
    max-width: 556.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 138.999px);
    max-width: -moz-calc(50% - 138.999px);
    max-width: calc(50% - 138.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 516.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 138.999px);
    max-width: -moz-calc(50% - 138.999px);
    max-width: calc(50% - 138.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 516.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 560.001px;
    -ms-flex: 0 0 560.001px;
    flex: 0 0 560.001px;
    max-width: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 520.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 476.66767px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 476.66767px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 476.66767px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 99.999px);
    max-width: -moz-calc(50% - 99.999px);
    max-width: calc(50% - 99.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 99.999px);
    max-width: -moz-calc(50% - 99.999px);
    max-width: calc(50% - 99.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 504.16767px;
    -ms-flex: 0 0 504.16767px;
    flex: 0 0 504.16767px;
    max-width: 504.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 100.83233px);
    max-width: -moz-calc(50% - 100.83233px);
    max-width: calc(50% - 100.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 464.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 100.83233px);
    max-width: -moz-calc(50% - 100.83233px);
    max-width: calc(50% - 100.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 464.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 508.33433px;
    -ms-flex: 0 0 508.33433px;
    flex: 0 0 508.33433px;
    max-width: 508.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 101.66567px);
    max-width: -moz-calc(50% - 101.66567px);
    max-width: calc(50% - 101.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 468.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 101.66567px);
    max-width: -moz-calc(50% - 101.66567px);
    max-width: calc(50% - 101.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 468.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 512.501px;
    -ms-flex: 0 0 512.501px;
    flex: 0 0 512.501px;
    max-width: 512.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 102.499px);
    max-width: -moz-calc(50% - 102.499px);
    max-width: calc(50% - 102.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 472.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 102.499px);
    max-width: -moz-calc(50% - 102.499px);
    max-width: calc(50% - 102.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 472.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 476.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 476.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 520.83433px;
    -ms-flex: 0 0 520.83433px;
    flex: 0 0 520.83433px;
    max-width: 520.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 104.16567px);
    max-width: -moz-calc(50% - 104.16567px);
    max-width: calc(50% - 104.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 480.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 104.16567px);
    max-width: -moz-calc(50% - 104.16567px);
    max-width: calc(50% - 104.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 480.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 525.001px;
    -ms-flex: 0 0 525.001px;
    flex: 0 0 525.001px;
    max-width: 525.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 104.999px);
    max-width: -moz-calc(50% - 104.999px);
    max-width: calc(50% - 104.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 485.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 104.999px);
    max-width: -moz-calc(50% - 104.999px);
    max-width: calc(50% - 104.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 485.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 529.16767px;
    -ms-flex: 0 0 529.16767px;
    flex: 0 0 529.16767px;
    max-width: 529.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 105.83233px);
    max-width: -moz-calc(50% - 105.83233px);
    max-width: calc(50% - 105.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 489.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 105.83233px);
    max-width: -moz-calc(50% - 105.83233px);
    max-width: calc(50% - 105.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 489.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 533.33433px;
    -ms-flex: 0 0 533.33433px;
    flex: 0 0 533.33433px;
    max-width: 533.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 106.66567px);
    max-width: -moz-calc(50% - 106.66567px);
    max-width: calc(50% - 106.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 493.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 106.66567px);
    max-width: -moz-calc(50% - 106.66567px);
    max-width: calc(50% - 106.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 493.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 537.501px;
    -ms-flex: 0 0 537.501px;
    flex: 0 0 537.501px;
    max-width: 537.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 107.499px);
    max-width: -moz-calc(50% - 107.499px);
    max-width: calc(50% - 107.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 497.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 107.499px);
    max-width: -moz-calc(50% - 107.499px);
    max-width: calc(50% - 107.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 497.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 541.66767px;
    -ms-flex: 0 0 541.66767px;
    flex: 0 0 541.66767px;
    max-width: 541.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 108.33233px);
    max-width: -moz-calc(50% - 108.33233px);
    max-width: calc(50% - 108.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 501.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 108.33233px);
    max-width: -moz-calc(50% - 108.33233px);
    max-width: calc(50% - 108.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 501.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 545.83433px;
    -ms-flex: 0 0 545.83433px;
    flex: 0 0 545.83433px;
    max-width: 545.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 109.16567px);
    max-width: -moz-calc(50% - 109.16567px);
    max-width: calc(50% - 109.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 505.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 109.16567px);
    max-width: -moz-calc(50% - 109.16567px);
    max-width: calc(50% - 109.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 505.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 550.001px;
    -ms-flex: 0 0 550.001px;
    flex: 0 0 550.001px;
    max-width: 550.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 109.999px);
    max-width: -moz-calc(50% - 109.999px);
    max-width: calc(50% - 109.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 510.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 109.999px);
    max-width: -moz-calc(50% - 109.999px);
    max-width: calc(50% - 109.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 510.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 554.16767px;
    -ms-flex: 0 0 554.16767px;
    flex: 0 0 554.16767px;
    max-width: 554.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 110.83233px);
    max-width: -moz-calc(50% - 110.83233px);
    max-width: calc(50% - 110.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 514.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 110.83233px);
    max-width: -moz-calc(50% - 110.83233px);
    max-width: calc(50% - 110.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 514.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 558.33433px;
    -ms-flex: 0 0 558.33433px;
    flex: 0 0 558.33433px;
    max-width: 558.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 111.66567px);
    max-width: -moz-calc(50% - 111.66567px);
    max-width: calc(50% - 111.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 518.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 111.66567px);
    max-width: -moz-calc(50% - 111.66567px);
    max-width: calc(50% - 111.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 518.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 562.501px;
    -ms-flex: 0 0 562.501px;
    flex: 0 0 562.501px;
    max-width: 562.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 112.499px);
    max-width: -moz-calc(50% - 112.499px);
    max-width: calc(50% - 112.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 522.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 112.499px);
    max-width: -moz-calc(50% - 112.499px);
    max-width: calc(50% - 112.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 522.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 566.66767px;
    -ms-flex: 0 0 566.66767px;
    flex: 0 0 566.66767px;
    max-width: 566.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 113.33233px);
    max-width: -moz-calc(50% - 113.33233px);
    max-width: calc(50% - 113.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 526.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 113.33233px);
    max-width: -moz-calc(50% - 113.33233px);
    max-width: calc(50% - 113.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 526.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 570.83433px;
    -ms-flex: 0 0 570.83433px;
    flex: 0 0 570.83433px;
    max-width: 570.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 114.16567px);
    max-width: -moz-calc(50% - 114.16567px);
    max-width: calc(50% - 114.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 530.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 114.16567px);
    max-width: -moz-calc(50% - 114.16567px);
    max-width: calc(50% - 114.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 530.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 575.001px;
    -ms-flex: 0 0 575.001px;
    flex: 0 0 575.001px;
    max-width: 575.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 114.999px);
    max-width: -moz-calc(50% - 114.999px);
    max-width: calc(50% - 114.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 535.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 114.999px);
    max-width: -moz-calc(50% - 114.999px);
    max-width: calc(50% - 114.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 535.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 579.16767px;
    -ms-flex: 0 0 579.16767px;
    flex: 0 0 579.16767px;
    max-width: 579.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 115.83233px);
    max-width: -moz-calc(50% - 115.83233px);
    max-width: calc(50% - 115.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 539.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 115.83233px);
    max-width: -moz-calc(50% - 115.83233px);
    max-width: calc(50% - 115.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 539.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 583.33433px;
    -ms-flex: 0 0 583.33433px;
    flex: 0 0 583.33433px;
    max-width: 583.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 543.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 543.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 580.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 580.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 580.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 605.001px;
    -ms-flex: 0 0 605.001px;
    flex: 0 0 605.001px;
    max-width: 605.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 565.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 565.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 610.001px;
    -ms-flex: 0 0 610.001px;
    flex: 0 0 610.001px;
    max-width: 610.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 570.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 570.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 615.001px;
    -ms-flex: 0 0 615.001px;
    flex: 0 0 615.001px;
    max-width: 615.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 575.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 575.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 580.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 580.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 625.001px;
    -ms-flex: 0 0 625.001px;
    flex: 0 0 625.001px;
    max-width: 625.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 585.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 585.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 630.001px;
    -ms-flex: 0 0 630.001px;
    flex: 0 0 630.001px;
    max-width: 630.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 590.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 590.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 635.001px;
    -ms-flex: 0 0 635.001px;
    flex: 0 0 635.001px;
    max-width: 635.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 595.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 595.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 640.001px;
    -ms-flex: 0 0 640.001px;
    flex: 0 0 640.001px;
    max-width: 640.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 645.001px;
    -ms-flex: 0 0 645.001px;
    flex: 0 0 645.001px;
    max-width: 645.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 605.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 605.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 650.001px;
    -ms-flex: 0 0 650.001px;
    flex: 0 0 650.001px;
    max-width: 650.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 610.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 610.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 655.001px;
    -ms-flex: 0 0 655.001px;
    flex: 0 0 655.001px;
    max-width: 655.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 615.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 615.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 660.001px;
    -ms-flex: 0 0 660.001px;
    flex: 0 0 660.001px;
    max-width: 660.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 620.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 620.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 665.001px;
    -ms-flex: 0 0 665.001px;
    flex: 0 0 665.001px;
    max-width: 665.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 625.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 625.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 670.001px;
    -ms-flex: 0 0 670.001px;
    flex: 0 0 670.001px;
    max-width: 670.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 630.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 630.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 675.001px;
    -ms-flex: 0 0 675.001px;
    flex: 0 0 675.001px;
    max-width: 675.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 635.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 635.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 680.001px;
    -ms-flex: 0 0 680.001px;
    flex: 0 0 680.001px;
    max-width: 680.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 640.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 640.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 685.001px;
    -ms-flex: 0 0 685.001px;
    flex: 0 0 685.001px;
    max-width: 685.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 645.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 645.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 690.001px;
    -ms-flex: 0 0 690.001px;
    flex: 0 0 690.001px;
    max-width: 690.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 650.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 650.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 695.001px;
    -ms-flex: 0 0 695.001px;
    flex: 0 0 695.001px;
    max-width: 695.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 655.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 655.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 700.001px;
    -ms-flex: 0 0 700.001px;
    flex: 0 0 700.001px;
    max-width: 700.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 660.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 660.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 723.33433px;
    -ms-flex: 0 0 723.33433px;
    flex: 0 0 723.33433px;
    max-width: 723.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 683.33433px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 683.33433px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 683.33433px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 700.001px;
    -ms-flex: 0 0 700.001px;
    flex: 0 0 700.001px;
    max-width: 700.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -100.001px);
    max-width: -moz-calc(50% - -100.001px);
    max-width: calc(50% - -100.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 660.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -100.001px);
    max-width: -moz-calc(50% - -100.001px);
    max-width: calc(50% - -100.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 660.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 705.83433px;
    -ms-flex: 0 0 705.83433px;
    flex: 0 0 705.83433px;
    max-width: 705.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -100.83433px);
    max-width: -moz-calc(50% - -100.83433px);
    max-width: calc(50% - -100.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 665.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -100.83433px);
    max-width: -moz-calc(50% - -100.83433px);
    max-width: calc(50% - -100.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 665.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 711.66767px;
    -ms-flex: 0 0 711.66767px;
    flex: 0 0 711.66767px;
    max-width: 711.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -101.66767px);
    max-width: -moz-calc(50% - -101.66767px);
    max-width: calc(50% - -101.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 671.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -101.66767px);
    max-width: -moz-calc(50% - -101.66767px);
    max-width: calc(50% - -101.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 671.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 717.501px;
    -ms-flex: 0 0 717.501px;
    flex: 0 0 717.501px;
    max-width: 717.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -102.501px);
    max-width: -moz-calc(50% - -102.501px);
    max-width: calc(50% - -102.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 677.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -102.501px);
    max-width: -moz-calc(50% - -102.501px);
    max-width: calc(50% - -102.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 677.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 723.33433px;
    -ms-flex: 0 0 723.33433px;
    flex: 0 0 723.33433px;
    max-width: 723.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 683.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 683.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 729.16767px;
    -ms-flex: 0 0 729.16767px;
    flex: 0 0 729.16767px;
    max-width: 729.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -104.16767px);
    max-width: -moz-calc(50% - -104.16767px);
    max-width: calc(50% - -104.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 689.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -104.16767px);
    max-width: -moz-calc(50% - -104.16767px);
    max-width: calc(50% - -104.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 689.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 735.001px;
    -ms-flex: 0 0 735.001px;
    flex: 0 0 735.001px;
    max-width: 735.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -105.001px);
    max-width: -moz-calc(50% - -105.001px);
    max-width: calc(50% - -105.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 695.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -105.001px);
    max-width: -moz-calc(50% - -105.001px);
    max-width: calc(50% - -105.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 695.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 740.83433px;
    -ms-flex: 0 0 740.83433px;
    flex: 0 0 740.83433px;
    max-width: 740.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -105.83433px);
    max-width: -moz-calc(50% - -105.83433px);
    max-width: calc(50% - -105.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 700.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -105.83433px);
    max-width: -moz-calc(50% - -105.83433px);
    max-width: calc(50% - -105.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 700.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 746.66767px;
    -ms-flex: 0 0 746.66767px;
    flex: 0 0 746.66767px;
    max-width: 746.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -106.66767px);
    max-width: -moz-calc(50% - -106.66767px);
    max-width: calc(50% - -106.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 706.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -106.66767px);
    max-width: -moz-calc(50% - -106.66767px);
    max-width: calc(50% - -106.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 706.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 752.501px;
    -ms-flex: 0 0 752.501px;
    flex: 0 0 752.501px;
    max-width: 752.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -107.501px);
    max-width: -moz-calc(50% - -107.501px);
    max-width: calc(50% - -107.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 712.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -107.501px);
    max-width: -moz-calc(50% - -107.501px);
    max-width: calc(50% - -107.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 712.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 758.33433px;
    -ms-flex: 0 0 758.33433px;
    flex: 0 0 758.33433px;
    max-width: 758.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -108.33433px);
    max-width: -moz-calc(50% - -108.33433px);
    max-width: calc(50% - -108.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 718.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -108.33433px);
    max-width: -moz-calc(50% - -108.33433px);
    max-width: calc(50% - -108.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 718.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 764.16767px;
    -ms-flex: 0 0 764.16767px;
    flex: 0 0 764.16767px;
    max-width: 764.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -109.16767px);
    max-width: -moz-calc(50% - -109.16767px);
    max-width: calc(50% - -109.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 724.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -109.16767px);
    max-width: -moz-calc(50% - -109.16767px);
    max-width: calc(50% - -109.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 724.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 770.001px;
    -ms-flex: 0 0 770.001px;
    flex: 0 0 770.001px;
    max-width: 770.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -110.001px);
    max-width: -moz-calc(50% - -110.001px);
    max-width: calc(50% - -110.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 730.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -110.001px);
    max-width: -moz-calc(50% - -110.001px);
    max-width: calc(50% - -110.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 730.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 775.83433px;
    -ms-flex: 0 0 775.83433px;
    flex: 0 0 775.83433px;
    max-width: 775.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -110.83433px);
    max-width: -moz-calc(50% - -110.83433px);
    max-width: calc(50% - -110.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 735.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -110.83433px);
    max-width: -moz-calc(50% - -110.83433px);
    max-width: calc(50% - -110.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 735.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 781.66767px;
    -ms-flex: 0 0 781.66767px;
    flex: 0 0 781.66767px;
    max-width: 781.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -111.66767px);
    max-width: -moz-calc(50% - -111.66767px);
    max-width: calc(50% - -111.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 741.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -111.66767px);
    max-width: -moz-calc(50% - -111.66767px);
    max-width: calc(50% - -111.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 741.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 787.501px;
    -ms-flex: 0 0 787.501px;
    flex: 0 0 787.501px;
    max-width: 787.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -112.501px);
    max-width: -moz-calc(50% - -112.501px);
    max-width: calc(50% - -112.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 747.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -112.501px);
    max-width: -moz-calc(50% - -112.501px);
    max-width: calc(50% - -112.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 747.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 793.33433px;
    -ms-flex: 0 0 793.33433px;
    flex: 0 0 793.33433px;
    max-width: 793.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -113.33433px);
    max-width: -moz-calc(50% - -113.33433px);
    max-width: calc(50% - -113.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 753.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -113.33433px);
    max-width: -moz-calc(50% - -113.33433px);
    max-width: calc(50% - -113.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 753.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 799.16767px;
    -ms-flex: 0 0 799.16767px;
    flex: 0 0 799.16767px;
    max-width: 799.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -114.16767px);
    max-width: -moz-calc(50% - -114.16767px);
    max-width: calc(50% - -114.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 759.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -114.16767px);
    max-width: -moz-calc(50% - -114.16767px);
    max-width: calc(50% - -114.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 759.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 805.001px;
    -ms-flex: 0 0 805.001px;
    flex: 0 0 805.001px;
    max-width: 805.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -115.001px);
    max-width: -moz-calc(50% - -115.001px);
    max-width: calc(50% - -115.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 765.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -115.001px);
    max-width: -moz-calc(50% - -115.001px);
    max-width: calc(50% - -115.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 765.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 810.83433px;
    -ms-flex: 0 0 810.83433px;
    flex: 0 0 810.83433px;
    max-width: 810.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -115.83433px);
    max-width: -moz-calc(50% - -115.83433px);
    max-width: calc(50% - -115.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 770.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -115.83433px);
    max-width: -moz-calc(50% - -115.83433px);
    max-width: calc(50% - -115.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 770.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 816.66767px;
    -ms-flex: 0 0 816.66767px;
    flex: 0 0 816.66767px;
    max-width: 816.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 776.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 776.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 744.001px;
    -ms-flex: 0 0 744.001px;
    flex: 0 0 744.001px;
    max-width: 744.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 704.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 704.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 704.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 680.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 680.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 726.001px;
    -ms-flex: 0 0 726.001px;
    flex: 0 0 726.001px;
    max-width: 726.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -121.001px);
    max-width: -moz-calc(50% - -121.001px);
    max-width: calc(50% - -121.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 686.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -121.001px);
    max-width: -moz-calc(50% - -121.001px);
    max-width: calc(50% - -121.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 686.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 732.001px;
    -ms-flex: 0 0 732.001px;
    flex: 0 0 732.001px;
    max-width: 732.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -122.001px);
    max-width: -moz-calc(50% - -122.001px);
    max-width: calc(50% - -122.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 692.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -122.001px);
    max-width: -moz-calc(50% - -122.001px);
    max-width: calc(50% - -122.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 692.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 738.001px;
    -ms-flex: 0 0 738.001px;
    flex: 0 0 738.001px;
    max-width: 738.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -123.001px);
    max-width: -moz-calc(50% - -123.001px);
    max-width: calc(50% - -123.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 698.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -123.001px);
    max-width: -moz-calc(50% - -123.001px);
    max-width: calc(50% - -123.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 698.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 744.001px;
    -ms-flex: 0 0 744.001px;
    flex: 0 0 744.001px;
    max-width: 744.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 704.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 704.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 750.001px;
    -ms-flex: 0 0 750.001px;
    flex: 0 0 750.001px;
    max-width: 750.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 710.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 710.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 756.001px;
    -ms-flex: 0 0 756.001px;
    flex: 0 0 756.001px;
    max-width: 756.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -126.001px);
    max-width: -moz-calc(50% - -126.001px);
    max-width: calc(50% - -126.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 716.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -126.001px);
    max-width: -moz-calc(50% - -126.001px);
    max-width: calc(50% - -126.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 716.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 762.001px;
    -ms-flex: 0 0 762.001px;
    flex: 0 0 762.001px;
    max-width: 762.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -127.001px);
    max-width: -moz-calc(50% - -127.001px);
    max-width: calc(50% - -127.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 722.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -127.001px);
    max-width: -moz-calc(50% - -127.001px);
    max-width: calc(50% - -127.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 722.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 768.001px;
    -ms-flex: 0 0 768.001px;
    flex: 0 0 768.001px;
    max-width: 768.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -128.001px);
    max-width: -moz-calc(50% - -128.001px);
    max-width: calc(50% - -128.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 728.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -128.001px);
    max-width: -moz-calc(50% - -128.001px);
    max-width: calc(50% - -128.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 728.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 774.001px;
    -ms-flex: 0 0 774.001px;
    flex: 0 0 774.001px;
    max-width: 774.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -129.001px);
    max-width: -moz-calc(50% - -129.001px);
    max-width: calc(50% - -129.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 734.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -129.001px);
    max-width: -moz-calc(50% - -129.001px);
    max-width: calc(50% - -129.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 734.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 780.001px;
    -ms-flex: 0 0 780.001px;
    flex: 0 0 780.001px;
    max-width: 780.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 740.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 740.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 786.001px;
    -ms-flex: 0 0 786.001px;
    flex: 0 0 786.001px;
    max-width: 786.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -131.001px);
    max-width: -moz-calc(50% - -131.001px);
    max-width: calc(50% - -131.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 746.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -131.001px);
    max-width: -moz-calc(50% - -131.001px);
    max-width: calc(50% - -131.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 746.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 792.001px;
    -ms-flex: 0 0 792.001px;
    flex: 0 0 792.001px;
    max-width: 792.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -132.001px);
    max-width: -moz-calc(50% - -132.001px);
    max-width: calc(50% - -132.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 752.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -132.001px);
    max-width: -moz-calc(50% - -132.001px);
    max-width: calc(50% - -132.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 752.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 798.001px;
    -ms-flex: 0 0 798.001px;
    flex: 0 0 798.001px;
    max-width: 798.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -133.001px);
    max-width: -moz-calc(50% - -133.001px);
    max-width: calc(50% - -133.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 758.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -133.001px);
    max-width: -moz-calc(50% - -133.001px);
    max-width: calc(50% - -133.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 758.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 804.001px;
    -ms-flex: 0 0 804.001px;
    flex: 0 0 804.001px;
    max-width: 804.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -134.001px);
    max-width: -moz-calc(50% - -134.001px);
    max-width: calc(50% - -134.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 764.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -134.001px);
    max-width: -moz-calc(50% - -134.001px);
    max-width: calc(50% - -134.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 764.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 810.001px;
    -ms-flex: 0 0 810.001px;
    flex: 0 0 810.001px;
    max-width: 810.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -135.001px);
    max-width: -moz-calc(50% - -135.001px);
    max-width: calc(50% - -135.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 770.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -135.001px);
    max-width: -moz-calc(50% - -135.001px);
    max-width: calc(50% - -135.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 770.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 816.001px;
    -ms-flex: 0 0 816.001px;
    flex: 0 0 816.001px;
    max-width: 816.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -136.001px);
    max-width: -moz-calc(50% - -136.001px);
    max-width: calc(50% - -136.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 776.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -136.001px);
    max-width: -moz-calc(50% - -136.001px);
    max-width: calc(50% - -136.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 776.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 822.001px;
    -ms-flex: 0 0 822.001px;
    flex: 0 0 822.001px;
    max-width: 822.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -137.001px);
    max-width: -moz-calc(50% - -137.001px);
    max-width: calc(50% - -137.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 782.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -137.001px);
    max-width: -moz-calc(50% - -137.001px);
    max-width: calc(50% - -137.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 782.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 828.001px;
    -ms-flex: 0 0 828.001px;
    flex: 0 0 828.001px;
    max-width: 828.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -138.001px);
    max-width: -moz-calc(50% - -138.001px);
    max-width: calc(50% - -138.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 788.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -138.001px);
    max-width: -moz-calc(50% - -138.001px);
    max-width: calc(50% - -138.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 788.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 834.001px;
    -ms-flex: 0 0 834.001px;
    flex: 0 0 834.001px;
    max-width: 834.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -139.001px);
    max-width: -moz-calc(50% - -139.001px);
    max-width: calc(50% - -139.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 794.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -139.001px);
    max-width: -moz-calc(50% - -139.001px);
    max-width: calc(50% - -139.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 794.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 826.66767px;
    -ms-flex: 0 0 826.66767px;
    flex: 0 0 826.66767px;
    max-width: 826.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 786.66767px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 786.66767px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 786.66767px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 800.001px;
    -ms-flex: 0 0 800.001px;
    flex: 0 0 800.001px;
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -200.001px);
    max-width: -moz-calc(50% - -200.001px);
    max-width: calc(50% - -200.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 760.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -200.001px);
    max-width: -moz-calc(50% - -200.001px);
    max-width: calc(50% - -200.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 760.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 806.66767px;
    -ms-flex: 0 0 806.66767px;
    flex: 0 0 806.66767px;
    max-width: 806.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -201.66767px);
    max-width: -moz-calc(50% - -201.66767px);
    max-width: calc(50% - -201.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 766.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -201.66767px);
    max-width: -moz-calc(50% - -201.66767px);
    max-width: calc(50% - -201.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 766.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 813.33433px;
    -ms-flex: 0 0 813.33433px;
    flex: 0 0 813.33433px;
    max-width: 813.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -203.33433px);
    max-width: -moz-calc(50% - -203.33433px);
    max-width: calc(50% - -203.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 773.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -203.33433px);
    max-width: -moz-calc(50% - -203.33433px);
    max-width: calc(50% - -203.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 773.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 820.001px;
    -ms-flex: 0 0 820.001px;
    flex: 0 0 820.001px;
    max-width: 820.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -205.001px);
    max-width: -moz-calc(50% - -205.001px);
    max-width: calc(50% - -205.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 780.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -205.001px);
    max-width: -moz-calc(50% - -205.001px);
    max-width: calc(50% - -205.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 780.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 826.66767px;
    -ms-flex: 0 0 826.66767px;
    flex: 0 0 826.66767px;
    max-width: 826.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 786.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 786.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 833.33433px;
    -ms-flex: 0 0 833.33433px;
    flex: 0 0 833.33433px;
    max-width: 833.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -208.33433px);
    max-width: -moz-calc(50% - -208.33433px);
    max-width: calc(50% - -208.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 793.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -208.33433px);
    max-width: -moz-calc(50% - -208.33433px);
    max-width: calc(50% - -208.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 793.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -210.001px);
    max-width: -moz-calc(50% - -210.001px);
    max-width: calc(50% - -210.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -210.001px);
    max-width: -moz-calc(50% - -210.001px);
    max-width: calc(50% - -210.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 846.66767px;
    -ms-flex: 0 0 846.66767px;
    flex: 0 0 846.66767px;
    max-width: 846.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -211.66767px);
    max-width: -moz-calc(50% - -211.66767px);
    max-width: calc(50% - -211.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 806.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -211.66767px);
    max-width: -moz-calc(50% - -211.66767px);
    max-width: calc(50% - -211.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 806.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 853.33433px;
    -ms-flex: 0 0 853.33433px;
    flex: 0 0 853.33433px;
    max-width: 853.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -213.33433px);
    max-width: -moz-calc(50% - -213.33433px);
    max-width: calc(50% - -213.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 813.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -213.33433px);
    max-width: -moz-calc(50% - -213.33433px);
    max-width: calc(50% - -213.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 813.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 860.001px;
    -ms-flex: 0 0 860.001px;
    flex: 0 0 860.001px;
    max-width: 860.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -215.001px);
    max-width: -moz-calc(50% - -215.001px);
    max-width: calc(50% - -215.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 820.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -215.001px);
    max-width: -moz-calc(50% - -215.001px);
    max-width: calc(50% - -215.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 820.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 866.66767px;
    -ms-flex: 0 0 866.66767px;
    flex: 0 0 866.66767px;
    max-width: 866.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -216.66767px);
    max-width: -moz-calc(50% - -216.66767px);
    max-width: calc(50% - -216.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 826.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -216.66767px);
    max-width: -moz-calc(50% - -216.66767px);
    max-width: calc(50% - -216.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 826.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 873.33433px;
    -ms-flex: 0 0 873.33433px;
    flex: 0 0 873.33433px;
    max-width: 873.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -218.33433px);
    max-width: -moz-calc(50% - -218.33433px);
    max-width: calc(50% - -218.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 833.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -218.33433px);
    max-width: -moz-calc(50% - -218.33433px);
    max-width: calc(50% - -218.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 833.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 880.001px;
    -ms-flex: 0 0 880.001px;
    flex: 0 0 880.001px;
    max-width: 880.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -220.001px);
    max-width: -moz-calc(50% - -220.001px);
    max-width: calc(50% - -220.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 840.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -220.001px);
    max-width: -moz-calc(50% - -220.001px);
    max-width: calc(50% - -220.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 840.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 886.66767px;
    -ms-flex: 0 0 886.66767px;
    flex: 0 0 886.66767px;
    max-width: 886.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -221.66767px);
    max-width: -moz-calc(50% - -221.66767px);
    max-width: calc(50% - -221.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 846.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -221.66767px);
    max-width: -moz-calc(50% - -221.66767px);
    max-width: calc(50% - -221.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 846.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 893.33433px;
    -ms-flex: 0 0 893.33433px;
    flex: 0 0 893.33433px;
    max-width: 893.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -223.33433px);
    max-width: -moz-calc(50% - -223.33433px);
    max-width: calc(50% - -223.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 853.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -223.33433px);
    max-width: -moz-calc(50% - -223.33433px);
    max-width: calc(50% - -223.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 853.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -225.001px);
    max-width: -moz-calc(50% - -225.001px);
    max-width: calc(50% - -225.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 860.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -225.001px);
    max-width: -moz-calc(50% - -225.001px);
    max-width: calc(50% - -225.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 860.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 906.66767px;
    -ms-flex: 0 0 906.66767px;
    flex: 0 0 906.66767px;
    max-width: 906.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -226.66767px);
    max-width: -moz-calc(50% - -226.66767px);
    max-width: calc(50% - -226.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 866.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -226.66767px);
    max-width: -moz-calc(50% - -226.66767px);
    max-width: calc(50% - -226.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 866.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 913.33433px;
    -ms-flex: 0 0 913.33433px;
    flex: 0 0 913.33433px;
    max-width: 913.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -228.33433px);
    max-width: -moz-calc(50% - -228.33433px);
    max-width: calc(50% - -228.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 873.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -228.33433px);
    max-width: -moz-calc(50% - -228.33433px);
    max-width: calc(50% - -228.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 873.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 920.001px;
    -ms-flex: 0 0 920.001px;
    flex: 0 0 920.001px;
    max-width: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -230.001px);
    max-width: -moz-calc(50% - -230.001px);
    max-width: calc(50% - -230.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 880.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -230.001px);
    max-width: -moz-calc(50% - -230.001px);
    max-width: calc(50% - -230.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 880.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 926.66767px;
    -ms-flex: 0 0 926.66767px;
    flex: 0 0 926.66767px;
    max-width: 926.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -231.66767px);
    max-width: -moz-calc(50% - -231.66767px);
    max-width: calc(50% - -231.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 886.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -231.66767px);
    max-width: -moz-calc(50% - -231.66767px);
    max-width: calc(50% - -231.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 886.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 893.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 893.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 890.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 890.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 890.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -300.001px);
    max-width: -moz-calc(50% - -300.001px);
    max-width: calc(50% - -300.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 860.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -300.001px);
    max-width: -moz-calc(50% - -300.001px);
    max-width: calc(50% - -300.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 860.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 907.501px;
    -ms-flex: 0 0 907.501px;
    flex: 0 0 907.501px;
    max-width: 907.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -302.501px);
    max-width: -moz-calc(50% - -302.501px);
    max-width: calc(50% - -302.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 867.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -302.501px);
    max-width: -moz-calc(50% - -302.501px);
    max-width: calc(50% - -302.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 867.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 915.001px;
    -ms-flex: 0 0 915.001px;
    flex: 0 0 915.001px;
    max-width: 915.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -305.001px);
    max-width: -moz-calc(50% - -305.001px);
    max-width: calc(50% - -305.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 875.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -305.001px);
    max-width: -moz-calc(50% - -305.001px);
    max-width: calc(50% - -305.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 875.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 922.501px;
    -ms-flex: 0 0 922.501px;
    flex: 0 0 922.501px;
    max-width: 922.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -307.501px);
    max-width: -moz-calc(50% - -307.501px);
    max-width: calc(50% - -307.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 882.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -307.501px);
    max-width: -moz-calc(50% - -307.501px);
    max-width: calc(50% - -307.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 882.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 890.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 890.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 937.501px;
    -ms-flex: 0 0 937.501px;
    flex: 0 0 937.501px;
    max-width: 937.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -312.501px);
    max-width: -moz-calc(50% - -312.501px);
    max-width: calc(50% - -312.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 897.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -312.501px);
    max-width: -moz-calc(50% - -312.501px);
    max-width: calc(50% - -312.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 897.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 945.001px;
    -ms-flex: 0 0 945.001px;
    flex: 0 0 945.001px;
    max-width: 945.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -315.001px);
    max-width: -moz-calc(50% - -315.001px);
    max-width: calc(50% - -315.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 905.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -315.001px);
    max-width: -moz-calc(50% - -315.001px);
    max-width: calc(50% - -315.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 905.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 952.501px;
    -ms-flex: 0 0 952.501px;
    flex: 0 0 952.501px;
    max-width: 952.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -317.501px);
    max-width: -moz-calc(50% - -317.501px);
    max-width: calc(50% - -317.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 912.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -317.501px);
    max-width: -moz-calc(50% - -317.501px);
    max-width: calc(50% - -317.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 912.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -320.001px);
    max-width: -moz-calc(50% - -320.001px);
    max-width: calc(50% - -320.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -320.001px);
    max-width: -moz-calc(50% - -320.001px);
    max-width: calc(50% - -320.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 967.501px;
    -ms-flex: 0 0 967.501px;
    flex: 0 0 967.501px;
    max-width: 967.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -322.501px);
    max-width: -moz-calc(50% - -322.501px);
    max-width: calc(50% - -322.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 927.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -322.501px);
    max-width: -moz-calc(50% - -322.501px);
    max-width: calc(50% - -322.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 927.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 975.001px;
    -ms-flex: 0 0 975.001px;
    flex: 0 0 975.001px;
    max-width: 975.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -325.001px);
    max-width: -moz-calc(50% - -325.001px);
    max-width: calc(50% - -325.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 935.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -325.001px);
    max-width: -moz-calc(50% - -325.001px);
    max-width: calc(50% - -325.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 935.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 982.501px;
    -ms-flex: 0 0 982.501px;
    flex: 0 0 982.501px;
    max-width: 982.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -327.501px);
    max-width: -moz-calc(50% - -327.501px);
    max-width: calc(50% - -327.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 942.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -327.501px);
    max-width: -moz-calc(50% - -327.501px);
    max-width: calc(50% - -327.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 942.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 990.001px;
    -ms-flex: 0 0 990.001px;
    flex: 0 0 990.001px;
    max-width: 990.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -330.001px);
    max-width: -moz-calc(50% - -330.001px);
    max-width: calc(50% - -330.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 950.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -330.001px);
    max-width: -moz-calc(50% - -330.001px);
    max-width: calc(50% - -330.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 950.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 997.501px;
    -ms-flex: 0 0 997.501px;
    flex: 0 0 997.501px;
    max-width: 997.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -332.501px);
    max-width: -moz-calc(50% - -332.501px);
    max-width: calc(50% - -332.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 957.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -332.501px);
    max-width: -moz-calc(50% - -332.501px);
    max-width: calc(50% - -332.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 957.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1005.001px;
    -ms-flex: 0 0 1005.001px;
    flex: 0 0 1005.001px;
    max-width: 1005.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -335.001px);
    max-width: -moz-calc(50% - -335.001px);
    max-width: calc(50% - -335.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 965.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -335.001px);
    max-width: -moz-calc(50% - -335.001px);
    max-width: calc(50% - -335.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 965.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1012.501px;
    -ms-flex: 0 0 1012.501px;
    flex: 0 0 1012.501px;
    max-width: 1012.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -337.501px);
    max-width: -moz-calc(50% - -337.501px);
    max-width: calc(50% - -337.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 972.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -337.501px);
    max-width: -moz-calc(50% - -337.501px);
    max-width: calc(50% - -337.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 972.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1020.001px;
    -ms-flex: 0 0 1020.001px;
    flex: 0 0 1020.001px;
    max-width: 1020.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -340.001px);
    max-width: -moz-calc(50% - -340.001px);
    max-width: calc(50% - -340.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 980.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -340.001px);
    max-width: -moz-calc(50% - -340.001px);
    max-width: calc(50% - -340.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 980.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1027.501px;
    -ms-flex: 0 0 1027.501px;
    flex: 0 0 1027.501px;
    max-width: 1027.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -342.501px);
    max-width: -moz-calc(50% - -342.501px);
    max-width: calc(50% - -342.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 987.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -342.501px);
    max-width: -moz-calc(50% - -342.501px);
    max-width: calc(50% - -342.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 987.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1035.001px;
    -ms-flex: 0 0 1035.001px;
    flex: 0 0 1035.001px;
    max-width: 1035.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -345.001px);
    max-width: -moz-calc(50% - -345.001px);
    max-width: calc(50% - -345.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 995.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -345.001px);
    max-width: -moz-calc(50% - -345.001px);
    max-width: calc(50% - -345.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 995.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1042.501px;
    -ms-flex: 0 0 1042.501px;
    flex: 0 0 1042.501px;
    max-width: 1042.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -347.501px);
    max-width: -moz-calc(50% - -347.501px);
    max-width: calc(50% - -347.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1002.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -347.501px);
    max-width: -moz-calc(50% - -347.501px);
    max-width: calc(50% - -347.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1002.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1050.001px;
    -ms-flex: 0 0 1050.001px;
    flex: 0 0 1050.001px;
    max-width: 1050.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1010.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1010.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 992.001px;
    -ms-flex: 0 0 992.001px;
    flex: 0 0 992.001px;
    max-width: 992.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 952.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 952.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 952.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 968.001px;
    -ms-flex: 0 0 968.001px;
    flex: 0 0 968.001px;
    max-width: 968.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -363.001px);
    max-width: -moz-calc(50% - -363.001px);
    max-width: calc(50% - -363.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 928.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -363.001px);
    max-width: -moz-calc(50% - -363.001px);
    max-width: calc(50% - -363.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 928.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 976.001px;
    -ms-flex: 0 0 976.001px;
    flex: 0 0 976.001px;
    max-width: 976.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -366.001px);
    max-width: -moz-calc(50% - -366.001px);
    max-width: calc(50% - -366.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 936.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -366.001px);
    max-width: -moz-calc(50% - -366.001px);
    max-width: calc(50% - -366.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 936.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 984.001px;
    -ms-flex: 0 0 984.001px;
    flex: 0 0 984.001px;
    max-width: 984.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -369.001px);
    max-width: -moz-calc(50% - -369.001px);
    max-width: calc(50% - -369.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 944.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -369.001px);
    max-width: -moz-calc(50% - -369.001px);
    max-width: calc(50% - -369.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 944.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 992.001px;
    -ms-flex: 0 0 992.001px;
    flex: 0 0 992.001px;
    max-width: 992.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 952.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 952.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1008.001px;
    -ms-flex: 0 0 1008.001px;
    flex: 0 0 1008.001px;
    max-width: 1008.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -378.001px);
    max-width: -moz-calc(50% - -378.001px);
    max-width: calc(50% - -378.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 968.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -378.001px);
    max-width: -moz-calc(50% - -378.001px);
    max-width: calc(50% - -378.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 968.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1016.001px;
    -ms-flex: 0 0 1016.001px;
    flex: 0 0 1016.001px;
    max-width: 1016.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -381.001px);
    max-width: -moz-calc(50% - -381.001px);
    max-width: calc(50% - -381.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 976.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -381.001px);
    max-width: -moz-calc(50% - -381.001px);
    max-width: calc(50% - -381.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 976.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1024.001px;
    -ms-flex: 0 0 1024.001px;
    flex: 0 0 1024.001px;
    max-width: 1024.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -384.001px);
    max-width: -moz-calc(50% - -384.001px);
    max-width: calc(50% - -384.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 984.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -384.001px);
    max-width: -moz-calc(50% - -384.001px);
    max-width: calc(50% - -384.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 984.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1032.001px;
    -ms-flex: 0 0 1032.001px;
    flex: 0 0 1032.001px;
    max-width: 1032.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -387.001px);
    max-width: -moz-calc(50% - -387.001px);
    max-width: calc(50% - -387.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 992.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -387.001px);
    max-width: -moz-calc(50% - -387.001px);
    max-width: calc(50% - -387.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 992.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1040.001px;
    -ms-flex: 0 0 1040.001px;
    flex: 0 0 1040.001px;
    max-width: 1040.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1000.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1000.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1048.001px;
    -ms-flex: 0 0 1048.001px;
    flex: 0 0 1048.001px;
    max-width: 1048.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -393.001px);
    max-width: -moz-calc(50% - -393.001px);
    max-width: calc(50% - -393.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1008.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -393.001px);
    max-width: -moz-calc(50% - -393.001px);
    max-width: calc(50% - -393.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1008.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1056.001px;
    -ms-flex: 0 0 1056.001px;
    flex: 0 0 1056.001px;
    max-width: 1056.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -396.001px);
    max-width: -moz-calc(50% - -396.001px);
    max-width: calc(50% - -396.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1016.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -396.001px);
    max-width: -moz-calc(50% - -396.001px);
    max-width: calc(50% - -396.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1016.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1064.001px;
    -ms-flex: 0 0 1064.001px;
    flex: 0 0 1064.001px;
    max-width: 1064.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -399.001px);
    max-width: -moz-calc(50% - -399.001px);
    max-width: calc(50% - -399.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1024.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -399.001px);
    max-width: -moz-calc(50% - -399.001px);
    max-width: calc(50% - -399.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1024.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1072.001px;
    -ms-flex: 0 0 1072.001px;
    flex: 0 0 1072.001px;
    max-width: 1072.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -402.001px);
    max-width: -moz-calc(50% - -402.001px);
    max-width: calc(50% - -402.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1032.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -402.001px);
    max-width: -moz-calc(50% - -402.001px);
    max-width: calc(50% - -402.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1032.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -405.001px);
    max-width: -moz-calc(50% - -405.001px);
    max-width: calc(50% - -405.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1040.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -405.001px);
    max-width: -moz-calc(50% - -405.001px);
    max-width: calc(50% - -405.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1040.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1088.001px;
    -ms-flex: 0 0 1088.001px;
    flex: 0 0 1088.001px;
    max-width: 1088.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -408.001px);
    max-width: -moz-calc(50% - -408.001px);
    max-width: calc(50% - -408.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1048.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -408.001px);
    max-width: -moz-calc(50% - -408.001px);
    max-width: calc(50% - -408.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1048.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1096.001px;
    -ms-flex: 0 0 1096.001px;
    flex: 0 0 1096.001px;
    max-width: 1096.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -411.001px);
    max-width: -moz-calc(50% - -411.001px);
    max-width: calc(50% - -411.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1056.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -411.001px);
    max-width: -moz-calc(50% - -411.001px);
    max-width: calc(50% - -411.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1056.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1104.001px;
    -ms-flex: 0 0 1104.001px;
    flex: 0 0 1104.001px;
    max-width: 1104.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -414.001px);
    max-width: -moz-calc(50% - -414.001px);
    max-width: calc(50% - -414.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1064.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -414.001px);
    max-width: -moz-calc(50% - -414.001px);
    max-width: calc(50% - -414.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1064.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1112.001px;
    -ms-flex: 0 0 1112.001px;
    flex: 0 0 1112.001px;
    max-width: 1112.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -417.001px);
    max-width: -moz-calc(50% - -417.001px);
    max-width: calc(50% - -417.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1072.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -417.001px);
    max-width: -moz-calc(50% - -417.001px);
    max-width: calc(50% - -417.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1072.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1120.001px;
    -ms-flex: 0 0 1120.001px;
    flex: 0 0 1120.001px;
    max-width: 1120.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1080.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1080.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 993.33433px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 993.33433px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 993.33433px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1008.33433px;
    -ms-flex: 0 0 1008.33433px;
    flex: 0 0 1008.33433px;
    max-width: 1008.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -403.33433px);
    max-width: -moz-calc(50% - -403.33433px);
    max-width: calc(50% - -403.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 968.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -403.33433px);
    max-width: -moz-calc(50% - -403.33433px);
    max-width: calc(50% - -403.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 968.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1016.66767px;
    -ms-flex: 0 0 1016.66767px;
    flex: 0 0 1016.66767px;
    max-width: 1016.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -406.66767px);
    max-width: -moz-calc(50% - -406.66767px);
    max-width: calc(50% - -406.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 976.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -406.66767px);
    max-width: -moz-calc(50% - -406.66767px);
    max-width: calc(50% - -406.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 976.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1025.001px;
    -ms-flex: 0 0 1025.001px;
    flex: 0 0 1025.001px;
    max-width: 1025.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -410.001px);
    max-width: -moz-calc(50% - -410.001px);
    max-width: calc(50% - -410.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 985.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -410.001px);
    max-width: -moz-calc(50% - -410.001px);
    max-width: calc(50% - -410.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 985.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 993.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 993.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1041.66767px;
    -ms-flex: 0 0 1041.66767px;
    flex: 0 0 1041.66767px;
    max-width: 1041.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -416.66767px);
    max-width: -moz-calc(50% - -416.66767px);
    max-width: calc(50% - -416.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1001.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -416.66767px);
    max-width: -moz-calc(50% - -416.66767px);
    max-width: calc(50% - -416.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1001.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1050.001px;
    -ms-flex: 0 0 1050.001px;
    flex: 0 0 1050.001px;
    max-width: 1050.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1010.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1010.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1058.33433px;
    -ms-flex: 0 0 1058.33433px;
    flex: 0 0 1058.33433px;
    max-width: 1058.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -423.33433px);
    max-width: -moz-calc(50% - -423.33433px);
    max-width: calc(50% - -423.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1018.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -423.33433px);
    max-width: -moz-calc(50% - -423.33433px);
    max-width: calc(50% - -423.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1018.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1066.66767px;
    -ms-flex: 0 0 1066.66767px;
    flex: 0 0 1066.66767px;
    max-width: 1066.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -426.66767px);
    max-width: -moz-calc(50% - -426.66767px);
    max-width: calc(50% - -426.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1026.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -426.66767px);
    max-width: -moz-calc(50% - -426.66767px);
    max-width: calc(50% - -426.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1026.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1075.001px;
    -ms-flex: 0 0 1075.001px;
    flex: 0 0 1075.001px;
    max-width: 1075.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -430.001px);
    max-width: -moz-calc(50% - -430.001px);
    max-width: calc(50% - -430.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1035.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -430.001px);
    max-width: -moz-calc(50% - -430.001px);
    max-width: calc(50% - -430.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1035.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1083.33433px;
    -ms-flex: 0 0 1083.33433px;
    flex: 0 0 1083.33433px;
    max-width: 1083.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -433.33433px);
    max-width: -moz-calc(50% - -433.33433px);
    max-width: calc(50% - -433.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1043.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -433.33433px);
    max-width: -moz-calc(50% - -433.33433px);
    max-width: calc(50% - -433.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1043.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1091.66767px;
    -ms-flex: 0 0 1091.66767px;
    flex: 0 0 1091.66767px;
    max-width: 1091.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -436.66767px);
    max-width: -moz-calc(50% - -436.66767px);
    max-width: calc(50% - -436.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1051.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -436.66767px);
    max-width: -moz-calc(50% - -436.66767px);
    max-width: calc(50% - -436.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1051.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1100.001px;
    -ms-flex: 0 0 1100.001px;
    flex: 0 0 1100.001px;
    max-width: 1100.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -440.001px);
    max-width: -moz-calc(50% - -440.001px);
    max-width: calc(50% - -440.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1060.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -440.001px);
    max-width: -moz-calc(50% - -440.001px);
    max-width: calc(50% - -440.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1060.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1108.33433px;
    -ms-flex: 0 0 1108.33433px;
    flex: 0 0 1108.33433px;
    max-width: 1108.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -443.33433px);
    max-width: -moz-calc(50% - -443.33433px);
    max-width: calc(50% - -443.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1068.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -443.33433px);
    max-width: -moz-calc(50% - -443.33433px);
    max-width: calc(50% - -443.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1068.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1116.66767px;
    -ms-flex: 0 0 1116.66767px;
    flex: 0 0 1116.66767px;
    max-width: 1116.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -446.66767px);
    max-width: -moz-calc(50% - -446.66767px);
    max-width: calc(50% - -446.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1076.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -446.66767px);
    max-width: -moz-calc(50% - -446.66767px);
    max-width: calc(50% - -446.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1076.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1125.001px;
    -ms-flex: 0 0 1125.001px;
    flex: 0 0 1125.001px;
    max-width: 1125.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1085.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1085.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1133.33433px;
    -ms-flex: 0 0 1133.33433px;
    flex: 0 0 1133.33433px;
    max-width: 1133.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -453.33433px);
    max-width: -moz-calc(50% - -453.33433px);
    max-width: calc(50% - -453.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1093.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -453.33433px);
    max-width: -moz-calc(50% - -453.33433px);
    max-width: calc(50% - -453.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1093.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1141.66767px;
    -ms-flex: 0 0 1141.66767px;
    flex: 0 0 1141.66767px;
    max-width: 1141.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -456.66767px);
    max-width: -moz-calc(50% - -456.66767px);
    max-width: calc(50% - -456.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1101.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -456.66767px);
    max-width: -moz-calc(50% - -456.66767px);
    max-width: calc(50% - -456.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1101.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1150.001px;
    -ms-flex: 0 0 1150.001px;
    flex: 0 0 1150.001px;
    max-width: 1150.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -460.001px);
    max-width: -moz-calc(50% - -460.001px);
    max-width: calc(50% - -460.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1110.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -460.001px);
    max-width: -moz-calc(50% - -460.001px);
    max-width: calc(50% - -460.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1110.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1158.33433px;
    -ms-flex: 0 0 1158.33433px;
    flex: 0 0 1158.33433px;
    max-width: 1158.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -463.33433px);
    max-width: -moz-calc(50% - -463.33433px);
    max-width: calc(50% - -463.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1118.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -463.33433px);
    max-width: -moz-calc(50% - -463.33433px);
    max-width: calc(50% - -463.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1118.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1166.66767px;
    -ms-flex: 0 0 1166.66767px;
    flex: 0 0 1166.66767px;
    max-width: 1166.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1126.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1126.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1136.66767px;
    -ms-flex: 0 0 1136.66767px;
    flex: 0 0 1136.66767px;
    max-width: 1136.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1096.66767px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1096.66767px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1096.66767px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1100.001px;
    -ms-flex: 0 0 1100.001px;
    flex: 0 0 1100.001px;
    max-width: 1100.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1060.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1060.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1109.16767px;
    -ms-flex: 0 0 1109.16767px;
    flex: 0 0 1109.16767px;
    max-width: 1109.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -504.16767px);
    max-width: -moz-calc(50% - -504.16767px);
    max-width: calc(50% - -504.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1069.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -504.16767px);
    max-width: -moz-calc(50% - -504.16767px);
    max-width: calc(50% - -504.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1069.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1118.33433px;
    -ms-flex: 0 0 1118.33433px;
    flex: 0 0 1118.33433px;
    max-width: 1118.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -508.33433px);
    max-width: -moz-calc(50% - -508.33433px);
    max-width: calc(50% - -508.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1078.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -508.33433px);
    max-width: -moz-calc(50% - -508.33433px);
    max-width: calc(50% - -508.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1078.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1127.501px;
    -ms-flex: 0 0 1127.501px;
    flex: 0 0 1127.501px;
    max-width: 1127.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -512.501px);
    max-width: -moz-calc(50% - -512.501px);
    max-width: calc(50% - -512.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1087.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -512.501px);
    max-width: -moz-calc(50% - -512.501px);
    max-width: calc(50% - -512.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1087.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1136.66767px;
    -ms-flex: 0 0 1136.66767px;
    flex: 0 0 1136.66767px;
    max-width: 1136.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1096.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1096.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1145.83433px;
    -ms-flex: 0 0 1145.83433px;
    flex: 0 0 1145.83433px;
    max-width: 1145.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -520.83433px);
    max-width: -moz-calc(50% - -520.83433px);
    max-width: calc(50% - -520.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1105.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -520.83433px);
    max-width: -moz-calc(50% - -520.83433px);
    max-width: calc(50% - -520.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1105.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1155.001px;
    -ms-flex: 0 0 1155.001px;
    flex: 0 0 1155.001px;
    max-width: 1155.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -525.001px);
    max-width: -moz-calc(50% - -525.001px);
    max-width: calc(50% - -525.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1115.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -525.001px);
    max-width: -moz-calc(50% - -525.001px);
    max-width: calc(50% - -525.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1115.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1164.16767px;
    -ms-flex: 0 0 1164.16767px;
    flex: 0 0 1164.16767px;
    max-width: 1164.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -529.16767px);
    max-width: -moz-calc(50% - -529.16767px);
    max-width: calc(50% - -529.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1124.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -529.16767px);
    max-width: -moz-calc(50% - -529.16767px);
    max-width: calc(50% - -529.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1124.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1173.33433px;
    -ms-flex: 0 0 1173.33433px;
    flex: 0 0 1173.33433px;
    max-width: 1173.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1133.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1133.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1182.501px;
    -ms-flex: 0 0 1182.501px;
    flex: 0 0 1182.501px;
    max-width: 1182.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -537.501px);
    max-width: -moz-calc(50% - -537.501px);
    max-width: calc(50% - -537.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1142.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -537.501px);
    max-width: -moz-calc(50% - -537.501px);
    max-width: calc(50% - -537.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1142.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1191.66767px;
    -ms-flex: 0 0 1191.66767px;
    flex: 0 0 1191.66767px;
    max-width: 1191.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -541.66767px);
    max-width: -moz-calc(50% - -541.66767px);
    max-width: calc(50% - -541.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1151.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -541.66767px);
    max-width: -moz-calc(50% - -541.66767px);
    max-width: calc(50% - -541.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1151.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1200.83433px;
    -ms-flex: 0 0 1200.83433px;
    flex: 0 0 1200.83433px;
    max-width: 1200.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -545.83433px);
    max-width: -moz-calc(50% - -545.83433px);
    max-width: calc(50% - -545.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1160.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -545.83433px);
    max-width: -moz-calc(50% - -545.83433px);
    max-width: calc(50% - -545.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1160.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1210.001px;
    -ms-flex: 0 0 1210.001px;
    flex: 0 0 1210.001px;
    max-width: 1210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -550.001px);
    max-width: -moz-calc(50% - -550.001px);
    max-width: calc(50% - -550.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1170.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -550.001px);
    max-width: -moz-calc(50% - -550.001px);
    max-width: calc(50% - -550.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1170.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1219.16767px;
    -ms-flex: 0 0 1219.16767px;
    flex: 0 0 1219.16767px;
    max-width: 1219.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -554.16767px);
    max-width: -moz-calc(50% - -554.16767px);
    max-width: calc(50% - -554.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1179.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -554.16767px);
    max-width: -moz-calc(50% - -554.16767px);
    max-width: calc(50% - -554.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1179.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1228.33433px;
    -ms-flex: 0 0 1228.33433px;
    flex: 0 0 1228.33433px;
    max-width: 1228.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -558.33433px);
    max-width: -moz-calc(50% - -558.33433px);
    max-width: calc(50% - -558.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1188.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -558.33433px);
    max-width: -moz-calc(50% - -558.33433px);
    max-width: calc(50% - -558.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1188.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1237.501px;
    -ms-flex: 0 0 1237.501px;
    flex: 0 0 1237.501px;
    max-width: 1237.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -562.501px);
    max-width: -moz-calc(50% - -562.501px);
    max-width: calc(50% - -562.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1197.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -562.501px);
    max-width: -moz-calc(50% - -562.501px);
    max-width: calc(50% - -562.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1197.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1246.66767px;
    -ms-flex: 0 0 1246.66767px;
    flex: 0 0 1246.66767px;
    max-width: 1246.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -566.66767px);
    max-width: -moz-calc(50% - -566.66767px);
    max-width: calc(50% - -566.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1206.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -566.66767px);
    max-width: -moz-calc(50% - -566.66767px);
    max-width: calc(50% - -566.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1206.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1255.83433px;
    -ms-flex: 0 0 1255.83433px;
    flex: 0 0 1255.83433px;
    max-width: 1255.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -570.83433px);
    max-width: -moz-calc(50% - -570.83433px);
    max-width: calc(50% - -570.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1215.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -570.83433px);
    max-width: -moz-calc(50% - -570.83433px);
    max-width: calc(50% - -570.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1215.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1265.001px;
    -ms-flex: 0 0 1265.001px;
    flex: 0 0 1265.001px;
    max-width: 1265.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -575.001px);
    max-width: -moz-calc(50% - -575.001px);
    max-width: calc(50% - -575.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1225.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -575.001px);
    max-width: -moz-calc(50% - -575.001px);
    max-width: calc(50% - -575.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1225.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1274.16767px;
    -ms-flex: 0 0 1274.16767px;
    flex: 0 0 1274.16767px;
    max-width: 1274.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -579.16767px);
    max-width: -moz-calc(50% - -579.16767px);
    max-width: calc(50% - -579.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1234.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -579.16767px);
    max-width: -moz-calc(50% - -579.16767px);
    max-width: calc(50% - -579.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1234.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1243.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1243.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1200.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1200.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1200.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1210.001px;
    -ms-flex: 0 0 1210.001px;
    flex: 0 0 1210.001px;
    max-width: 1210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -605.001px);
    max-width: -moz-calc(50% - -605.001px);
    max-width: calc(50% - -605.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1170.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -605.001px);
    max-width: -moz-calc(50% - -605.001px);
    max-width: calc(50% - -605.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1170.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1220.001px;
    -ms-flex: 0 0 1220.001px;
    flex: 0 0 1220.001px;
    max-width: 1220.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -610.001px);
    max-width: -moz-calc(50% - -610.001px);
    max-width: calc(50% - -610.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1180.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -610.001px);
    max-width: -moz-calc(50% - -610.001px);
    max-width: calc(50% - -610.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1180.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1230.001px;
    -ms-flex: 0 0 1230.001px;
    flex: 0 0 1230.001px;
    max-width: 1230.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -615.001px);
    max-width: -moz-calc(50% - -615.001px);
    max-width: calc(50% - -615.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1190.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -615.001px);
    max-width: -moz-calc(50% - -615.001px);
    max-width: calc(50% - -615.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1190.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1250.001px;
    -ms-flex: 0 0 1250.001px;
    flex: 0 0 1250.001px;
    max-width: 1250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1260.001px;
    -ms-flex: 0 0 1260.001px;
    flex: 0 0 1260.001px;
    max-width: 1260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -630.001px);
    max-width: -moz-calc(50% - -630.001px);
    max-width: calc(50% - -630.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1220.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -630.001px);
    max-width: -moz-calc(50% - -630.001px);
    max-width: calc(50% - -630.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1220.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1270.001px;
    -ms-flex: 0 0 1270.001px;
    flex: 0 0 1270.001px;
    max-width: 1270.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -635.001px);
    max-width: -moz-calc(50% - -635.001px);
    max-width: calc(50% - -635.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1230.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -635.001px);
    max-width: -moz-calc(50% - -635.001px);
    max-width: calc(50% - -635.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1230.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1280.001px;
    -ms-flex: 0 0 1280.001px;
    flex: 0 0 1280.001px;
    max-width: 1280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -640.001px);
    max-width: -moz-calc(50% - -640.001px);
    max-width: calc(50% - -640.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -640.001px);
    max-width: -moz-calc(50% - -640.001px);
    max-width: calc(50% - -640.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1290.001px;
    -ms-flex: 0 0 1290.001px;
    flex: 0 0 1290.001px;
    max-width: 1290.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -645.001px);
    max-width: -moz-calc(50% - -645.001px);
    max-width: calc(50% - -645.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -645.001px);
    max-width: -moz-calc(50% - -645.001px);
    max-width: calc(50% - -645.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1300.001px;
    -ms-flex: 0 0 1300.001px;
    flex: 0 0 1300.001px;
    max-width: 1300.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1310.001px;
    -ms-flex: 0 0 1310.001px;
    flex: 0 0 1310.001px;
    max-width: 1310.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -655.001px);
    max-width: -moz-calc(50% - -655.001px);
    max-width: calc(50% - -655.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1270.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -655.001px);
    max-width: -moz-calc(50% - -655.001px);
    max-width: calc(50% - -655.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1270.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -660.001px);
    max-width: -moz-calc(50% - -660.001px);
    max-width: calc(50% - -660.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -660.001px);
    max-width: -moz-calc(50% - -660.001px);
    max-width: calc(50% - -660.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1330.001px;
    -ms-flex: 0 0 1330.001px;
    flex: 0 0 1330.001px;
    max-width: 1330.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -665.001px);
    max-width: -moz-calc(50% - -665.001px);
    max-width: calc(50% - -665.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1290.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -665.001px);
    max-width: -moz-calc(50% - -665.001px);
    max-width: calc(50% - -665.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1290.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1340.001px;
    -ms-flex: 0 0 1340.001px;
    flex: 0 0 1340.001px;
    max-width: 1340.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -670.001px);
    max-width: -moz-calc(50% - -670.001px);
    max-width: calc(50% - -670.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1300.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -670.001px);
    max-width: -moz-calc(50% - -670.001px);
    max-width: calc(50% - -670.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1300.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1350.001px;
    -ms-flex: 0 0 1350.001px;
    flex: 0 0 1350.001px;
    max-width: 1350.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -675.001px);
    max-width: -moz-calc(50% - -675.001px);
    max-width: calc(50% - -675.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1310.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -675.001px);
    max-width: -moz-calc(50% - -675.001px);
    max-width: calc(50% - -675.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1310.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1360.001px;
    -ms-flex: 0 0 1360.001px;
    flex: 0 0 1360.001px;
    max-width: 1360.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -680.001px);
    max-width: -moz-calc(50% - -680.001px);
    max-width: calc(50% - -680.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -680.001px);
    max-width: -moz-calc(50% - -680.001px);
    max-width: calc(50% - -680.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1370.001px;
    -ms-flex: 0 0 1370.001px;
    flex: 0 0 1370.001px;
    max-width: 1370.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -685.001px);
    max-width: -moz-calc(50% - -685.001px);
    max-width: calc(50% - -685.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1330.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -685.001px);
    max-width: -moz-calc(50% - -685.001px);
    max-width: calc(50% - -685.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1330.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1380.001px;
    -ms-flex: 0 0 1380.001px;
    flex: 0 0 1380.001px;
    max-width: 1380.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -690.001px);
    max-width: -moz-calc(50% - -690.001px);
    max-width: calc(50% - -690.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1340.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -690.001px);
    max-width: -moz-calc(50% - -690.001px);
    max-width: calc(50% - -690.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1340.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1390.001px;
    -ms-flex: 0 0 1390.001px;
    flex: 0 0 1390.001px;
    max-width: 1390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -695.001px);
    max-width: -moz-calc(50% - -695.001px);
    max-width: calc(50% - -695.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1350.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -695.001px);
    max-width: -moz-calc(50% - -695.001px);
    max-width: calc(50% - -695.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1350.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1400.001px;
    -ms-flex: 0 0 1400.001px;
    flex: 0 0 1400.001px;
    max-width: 1400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1360.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1360.001px;
    }
}

/* Boxed 1400 */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 {
    max-width: 1400px;
    }
@media (min-width: 1440px) {
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 {
    margin: auto;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right,
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    max-width: 100%;
    }
}

@media (max-width: 1439px) {
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 {
    padding: 0 20px;
    max-width: 100%;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide {
    padding: 0;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide .bt_bb_row {
    margin: 0;
    }
.bt_bb_row_wrapper.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_wrapper.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_wrapper.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 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_wrapper.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_wrapper.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_wrapper.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 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_layout_wide .bt_bb_row_wrapper.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_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_content_wide {
    padding-left: 0;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    }
}

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

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

/* Push right last column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }
.bt_bb_section .bt_bb_row_wrapper.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 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 120.001px;
    -ms-flex: 0 0 120.001px;
    flex: 0 0 120.001px;
    max-width: 120.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 80.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 116.66767px;
    -ms-flex: 0 0 116.66767px;
    flex: 0 0 116.66767px;
    max-width: 116.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 117.501px;
    -ms-flex: 0 0 117.501px;
    flex: 0 0 117.501px;
    max-width: 117.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 587.499px);
    max-width: -moz-calc(50% - 587.499px);
    max-width: calc(50% - 587.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 107.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 118.33433px;
    -ms-flex: 0 0 118.33433px;
    flex: 0 0 118.33433px;
    max-width: 118.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 591.66567px);
    max-width: -moz-calc(50% - 591.66567px);
    max-width: calc(50% - 591.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 98.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 119.16767px;
    -ms-flex: 0 0 119.16767px;
    flex: 0 0 119.16767px;
    max-width: 119.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 595.83233px);
    max-width: -moz-calc(50% - 595.83233px);
    max-width: calc(50% - 595.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 89.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 120.001px;
    -ms-flex: 0 0 120.001px;
    flex: 0 0 120.001px;
    max-width: 120.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 120.83433px;
    -ms-flex: 0 0 120.83433px;
    flex: 0 0 120.83433px;
    max-width: 120.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 604.16567px);
    max-width: -moz-calc(50% - 604.16567px);
    max-width: calc(50% - 604.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 70.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 121.66767px;
    -ms-flex: 0 0 121.66767px;
    flex: 0 0 121.66767px;
    max-width: 121.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 608.33233px);
    max-width: -moz-calc(50% - 608.33233px);
    max-width: calc(50% - 608.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 61.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 122.501px;
    -ms-flex: 0 0 122.501px;
    flex: 0 0 122.501px;
    max-width: 122.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 612.499px);
    max-width: -moz-calc(50% - 612.499px);
    max-width: calc(50% - 612.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 52.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 123.33433px;
    -ms-flex: 0 0 123.33433px;
    flex: 0 0 123.33433px;
    max-width: 123.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 616.66567px);
    max-width: -moz-calc(50% - 616.66567px);
    max-width: calc(50% - 616.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 43.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 124.16767px;
    -ms-flex: 0 0 124.16767px;
    flex: 0 0 124.16767px;
    max-width: 124.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 620.83233px);
    max-width: -moz-calc(50% - 620.83233px);
    max-width: calc(50% - 620.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 34.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 125.001px;
    -ms-flex: 0 0 125.001px;
    flex: 0 0 125.001px;
    max-width: 125.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 624.999px);
    max-width: -moz-calc(50% - 624.999px);
    max-width: calc(50% - 624.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 25.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 125.83433px;
    -ms-flex: 0 0 125.83433px;
    flex: 0 0 125.83433px;
    max-width: 125.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 629.16567px);
    max-width: -moz-calc(50% - 629.16567px);
    max-width: calc(50% - 629.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 15.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 126.66767px;
    -ms-flex: 0 0 126.66767px;
    flex: 0 0 126.66767px;
    max-width: 126.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 633.33233px);
    max-width: -moz-calc(50% - 633.33233px);
    max-width: calc(50% - 633.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 6.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 127.501px;
    -ms-flex: 0 0 127.501px;
    flex: 0 0 127.501px;
    max-width: 127.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 637.499px);
    max-width: -moz-calc(50% - 637.499px);
    max-width: calc(50% - 637.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -2.499px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 128.33433px;
    -ms-flex: 0 0 128.33433px;
    flex: 0 0 128.33433px;
    max-width: 128.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 641.66567px);
    max-width: -moz-calc(50% - 641.66567px);
    max-width: calc(50% - 641.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -11.66567px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 129.16767px;
    -ms-flex: 0 0 129.16767px;
    flex: 0 0 129.16767px;
    max-width: 129.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 645.83233px);
    max-width: -moz-calc(50% - 645.83233px);
    max-width: calc(50% - 645.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -20.83233px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 130.001px;
    -ms-flex: 0 0 130.001px;
    flex: 0 0 130.001px;
    max-width: 130.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 649.999px);
    max-width: -moz-calc(50% - 649.999px);
    max-width: calc(50% - 649.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -29.999px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 130.83433px;
    -ms-flex: 0 0 130.83433px;
    flex: 0 0 130.83433px;
    max-width: 130.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 654.16567px);
    max-width: -moz-calc(50% - 654.16567px);
    max-width: calc(50% - 654.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -39.16567px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 131.66767px;
    -ms-flex: 0 0 131.66767px;
    flex: 0 0 131.66767px;
    max-width: 131.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 658.33233px);
    max-width: -moz-calc(50% - 658.33233px);
    max-width: calc(50% - 658.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -48.33233px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 132.501px;
    -ms-flex: 0 0 132.501px;
    flex: 0 0 132.501px;
    max-width: 132.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 662.499px);
    max-width: -moz-calc(50% - 662.499px);
    max-width: calc(50% - 662.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -57.499px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 133.33433px;
    -ms-flex: 0 0 133.33433px;
    flex: 0 0 133.33433px;
    max-width: 133.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 666.66567px);
    max-width: -moz-calc(50% - 666.66567px);
    max-width: calc(50% - 666.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -66.66567px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 587.499px);
    max-width: -moz-calc(50% - 587.499px);
    max-width: calc(50% - 587.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 107.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 591.66567px);
    max-width: -moz-calc(50% - 591.66567px);
    max-width: calc(50% - 591.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 98.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 595.83233px);
    max-width: -moz-calc(50% - 595.83233px);
    max-width: calc(50% - 595.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 89.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 604.16567px);
    max-width: -moz-calc(50% - 604.16567px);
    max-width: calc(50% - 604.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 70.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 608.33233px);
    max-width: -moz-calc(50% - 608.33233px);
    max-width: calc(50% - 608.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 61.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 612.499px);
    max-width: -moz-calc(50% - 612.499px);
    max-width: calc(50% - 612.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 52.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 616.66567px);
    max-width: -moz-calc(50% - 616.66567px);
    max-width: calc(50% - 616.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 43.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 620.83233px);
    max-width: -moz-calc(50% - 620.83233px);
    max-width: calc(50% - 620.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 34.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 624.999px);
    max-width: -moz-calc(50% - 624.999px);
    max-width: calc(50% - 624.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 25.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 633.33233px);
    max-width: -moz-calc(50% - 633.33233px);
    max-width: calc(50% - 633.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 6.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 641.66567px);
    max-width: -moz-calc(50% - 641.66567px);
    max-width: calc(50% - 641.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -11.66567px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 649.999px);
    max-width: -moz-calc(50% - 649.999px);
    max-width: calc(50% - 649.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -29.999px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 658.33233px);
    max-width: -moz-calc(50% - 658.33233px);
    max-width: calc(50% - 658.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -48.33233px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 666.66567px);
    max-width: -moz-calc(50% - 666.66567px);
    max-width: calc(50% - 666.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -66.66567px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 233.33433px;
    -ms-flex: 0 0 233.33433px;
    flex: 0 0 233.33433px;
    max-width: 233.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 233.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 235.001px;
    -ms-flex: 0 0 235.001px;
    flex: 0 0 235.001px;
    max-width: 235.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 469.999px);
    max-width: -moz-calc(50% - 469.999px);
    max-width: calc(50% - 469.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 225.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 236.66767px;
    -ms-flex: 0 0 236.66767px;
    flex: 0 0 236.66767px;
    max-width: 236.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 473.33233px);
    max-width: -moz-calc(50% - 473.33233px);
    max-width: calc(50% - 473.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 216.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 238.33433px;
    -ms-flex: 0 0 238.33433px;
    flex: 0 0 238.33433px;
    max-width: 238.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 476.66567px);
    max-width: -moz-calc(50% - 476.66567px);
    max-width: calc(50% - 476.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 208.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 241.66767px;
    -ms-flex: 0 0 241.66767px;
    flex: 0 0 241.66767px;
    max-width: 241.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 483.33233px);
    max-width: -moz-calc(50% - 483.33233px);
    max-width: calc(50% - 483.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 191.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 243.33433px;
    -ms-flex: 0 0 243.33433px;
    flex: 0 0 243.33433px;
    max-width: 243.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 486.66567px);
    max-width: -moz-calc(50% - 486.66567px);
    max-width: calc(50% - 486.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 183.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 245.001px;
    -ms-flex: 0 0 245.001px;
    flex: 0 0 245.001px;
    max-width: 245.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 489.999px);
    max-width: -moz-calc(50% - 489.999px);
    max-width: calc(50% - 489.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 175.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 246.66767px;
    -ms-flex: 0 0 246.66767px;
    flex: 0 0 246.66767px;
    max-width: 246.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 493.33233px);
    max-width: -moz-calc(50% - 493.33233px);
    max-width: calc(50% - 493.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 166.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 248.33433px;
    -ms-flex: 0 0 248.33433px;
    flex: 0 0 248.33433px;
    max-width: 248.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 496.66567px);
    max-width: -moz-calc(50% - 496.66567px);
    max-width: calc(50% - 496.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 158.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 250.001px;
    -ms-flex: 0 0 250.001px;
    flex: 0 0 250.001px;
    max-width: 250.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 251.66767px;
    -ms-flex: 0 0 251.66767px;
    flex: 0 0 251.66767px;
    max-width: 251.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 503.33233px);
    max-width: -moz-calc(50% - 503.33233px);
    max-width: calc(50% - 503.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 141.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 253.33433px;
    -ms-flex: 0 0 253.33433px;
    flex: 0 0 253.33433px;
    max-width: 253.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 506.66567px);
    max-width: -moz-calc(50% - 506.66567px);
    max-width: calc(50% - 506.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 133.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 255.001px;
    -ms-flex: 0 0 255.001px;
    flex: 0 0 255.001px;
    max-width: 255.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 509.999px);
    max-width: -moz-calc(50% - 509.999px);
    max-width: calc(50% - 509.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 125.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 256.66767px;
    -ms-flex: 0 0 256.66767px;
    flex: 0 0 256.66767px;
    max-width: 256.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 513.33233px);
    max-width: -moz-calc(50% - 513.33233px);
    max-width: calc(50% - 513.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 258.33433px;
    -ms-flex: 0 0 258.33433px;
    flex: 0 0 258.33433px;
    max-width: 258.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 108.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 260.001px;
    -ms-flex: 0 0 260.001px;
    flex: 0 0 260.001px;
    max-width: 260.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 519.999px);
    max-width: -moz-calc(50% - 519.999px);
    max-width: calc(50% - 519.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 261.66767px;
    -ms-flex: 0 0 261.66767px;
    flex: 0 0 261.66767px;
    max-width: 261.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 523.33233px);
    max-width: -moz-calc(50% - 523.33233px);
    max-width: calc(50% - 523.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 91.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 263.33433px;
    -ms-flex: 0 0 263.33433px;
    flex: 0 0 263.33433px;
    max-width: 263.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 526.66567px);
    max-width: -moz-calc(50% - 526.66567px);
    max-width: calc(50% - 526.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 83.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 265.001px;
    -ms-flex: 0 0 265.001px;
    flex: 0 0 265.001px;
    max-width: 265.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 529.999px);
    max-width: -moz-calc(50% - 529.999px);
    max-width: calc(50% - 529.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 75.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 266.66767px;
    -ms-flex: 0 0 266.66767px;
    flex: 0 0 266.66767px;
    max-width: 266.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 66.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 233.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 469.999px);
    max-width: -moz-calc(50% - 469.999px);
    max-width: calc(50% - 469.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 225.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 473.33233px);
    max-width: -moz-calc(50% - 473.33233px);
    max-width: calc(50% - 473.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 216.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 476.66567px);
    max-width: -moz-calc(50% - 476.66567px);
    max-width: calc(50% - 476.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 208.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 483.33233px);
    max-width: -moz-calc(50% - 483.33233px);
    max-width: calc(50% - 483.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 191.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 486.66567px);
    max-width: -moz-calc(50% - 486.66567px);
    max-width: calc(50% - 486.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 183.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 489.999px);
    max-width: -moz-calc(50% - 489.999px);
    max-width: calc(50% - 489.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 175.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 493.33233px);
    max-width: -moz-calc(50% - 493.33233px);
    max-width: calc(50% - 493.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 166.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 496.66567px);
    max-width: -moz-calc(50% - 496.66567px);
    max-width: calc(50% - 496.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 158.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 506.66567px);
    max-width: -moz-calc(50% - 506.66567px);
    max-width: calc(50% - 506.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 133.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 513.33233px);
    max-width: -moz-calc(50% - 513.33233px);
    max-width: calc(50% - 513.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 519.999px);
    max-width: -moz-calc(50% - 519.999px);
    max-width: calc(50% - 519.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 526.66567px);
    max-width: -moz-calc(50% - 526.66567px);
    max-width: calc(50% - 526.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 83.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 66.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 288.001px;
    -ms-flex: 0 0 288.001px;
    flex: 0 0 288.001px;
    max-width: 288.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 248.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 248.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 280.001px;
    -ms-flex: 0 0 280.001px;
    flex: 0 0 280.001px;
    max-width: 280.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 280.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 282.001px;
    -ms-flex: 0 0 282.001px;
    flex: 0 0 282.001px;
    max-width: 282.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 422.999px);
    max-width: -moz-calc(50% - 422.999px);
    max-width: calc(50% - 422.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 272.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 284.001px;
    -ms-flex: 0 0 284.001px;
    flex: 0 0 284.001px;
    max-width: 284.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 425.999px);
    max-width: -moz-calc(50% - 425.999px);
    max-width: calc(50% - 425.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 264.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 286.001px;
    -ms-flex: 0 0 286.001px;
    flex: 0 0 286.001px;
    max-width: 286.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 428.999px);
    max-width: -moz-calc(50% - 428.999px);
    max-width: calc(50% - 428.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 256.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 288.001px;
    -ms-flex: 0 0 288.001px;
    flex: 0 0 288.001px;
    max-width: 288.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 248.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 290.001px;
    -ms-flex: 0 0 290.001px;
    flex: 0 0 290.001px;
    max-width: 290.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 434.999px);
    max-width: -moz-calc(50% - 434.999px);
    max-width: calc(50% - 434.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 292.001px;
    -ms-flex: 0 0 292.001px;
    flex: 0 0 292.001px;
    max-width: 292.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 437.999px);
    max-width: -moz-calc(50% - 437.999px);
    max-width: calc(50% - 437.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 232.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 294.001px;
    -ms-flex: 0 0 294.001px;
    flex: 0 0 294.001px;
    max-width: 294.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 440.999px);
    max-width: -moz-calc(50% - 440.999px);
    max-width: calc(50% - 440.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 224.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 296.001px;
    -ms-flex: 0 0 296.001px;
    flex: 0 0 296.001px;
    max-width: 296.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 443.999px);
    max-width: -moz-calc(50% - 443.999px);
    max-width: calc(50% - 443.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 216.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 298.001px;
    -ms-flex: 0 0 298.001px;
    flex: 0 0 298.001px;
    max-width: 298.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 446.999px);
    max-width: -moz-calc(50% - 446.999px);
    max-width: calc(50% - 446.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 208.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 300.001px;
    -ms-flex: 0 0 300.001px;
    flex: 0 0 300.001px;
    max-width: 300.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 302.001px;
    -ms-flex: 0 0 302.001px;
    flex: 0 0 302.001px;
    max-width: 302.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 452.999px);
    max-width: -moz-calc(50% - 452.999px);
    max-width: calc(50% - 452.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 192.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 304.001px;
    -ms-flex: 0 0 304.001px;
    flex: 0 0 304.001px;
    max-width: 304.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 455.999px);
    max-width: -moz-calc(50% - 455.999px);
    max-width: calc(50% - 455.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 184.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 306.001px;
    -ms-flex: 0 0 306.001px;
    flex: 0 0 306.001px;
    max-width: 306.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 458.999px);
    max-width: -moz-calc(50% - 458.999px);
    max-width: calc(50% - 458.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 176.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 308.001px;
    -ms-flex: 0 0 308.001px;
    flex: 0 0 308.001px;
    max-width: 308.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 461.999px);
    max-width: -moz-calc(50% - 461.999px);
    max-width: calc(50% - 461.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 168.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 464.999px);
    max-width: -moz-calc(50% - 464.999px);
    max-width: calc(50% - 464.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 160.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 312.001px;
    -ms-flex: 0 0 312.001px;
    flex: 0 0 312.001px;
    max-width: 312.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 467.999px);
    max-width: -moz-calc(50% - 467.999px);
    max-width: calc(50% - 467.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 152.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 314.001px;
    -ms-flex: 0 0 314.001px;
    flex: 0 0 314.001px;
    max-width: 314.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 470.999px);
    max-width: -moz-calc(50% - 470.999px);
    max-width: calc(50% - 470.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 144.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 316.001px;
    -ms-flex: 0 0 316.001px;
    flex: 0 0 316.001px;
    max-width: 316.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 473.999px);
    max-width: -moz-calc(50% - 473.999px);
    max-width: calc(50% - 473.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 136.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 318.001px;
    -ms-flex: 0 0 318.001px;
    flex: 0 0 318.001px;
    max-width: 318.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 476.999px);
    max-width: -moz-calc(50% - 476.999px);
    max-width: calc(50% - 476.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 128.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 320.001px;
    -ms-flex: 0 0 320.001px;
    flex: 0 0 320.001px;
    max-width: 320.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 120.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 280.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 422.999px);
    max-width: -moz-calc(50% - 422.999px);
    max-width: calc(50% - 422.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 272.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 425.999px);
    max-width: -moz-calc(50% - 425.999px);
    max-width: calc(50% - 425.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 264.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 428.999px);
    max-width: -moz-calc(50% - 428.999px);
    max-width: calc(50% - 428.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 256.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 248.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 434.999px);
    max-width: -moz-calc(50% - 434.999px);
    max-width: calc(50% - 434.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 437.999px);
    max-width: -moz-calc(50% - 437.999px);
    max-width: calc(50% - 437.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 232.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 440.999px);
    max-width: -moz-calc(50% - 440.999px);
    max-width: calc(50% - 440.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 224.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 443.999px);
    max-width: -moz-calc(50% - 443.999px);
    max-width: calc(50% - 443.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 216.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 446.999px);
    max-width: -moz-calc(50% - 446.999px);
    max-width: calc(50% - 446.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 208.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 455.999px);
    max-width: -moz-calc(50% - 455.999px);
    max-width: calc(50% - 455.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 184.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 461.999px);
    max-width: -moz-calc(50% - 461.999px);
    max-width: calc(50% - 461.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 168.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 467.999px);
    max-width: -moz-calc(50% - 467.999px);
    max-width: calc(50% - 467.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 152.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 473.999px);
    max-width: -moz-calc(50% - 473.999px);
    max-width: calc(50% - 473.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 136.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 120.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 360.001px;
    -ms-flex: 0 0 360.001px;
    flex: 0 0 360.001px;
    max-width: 360.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 320.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 350.001px;
    -ms-flex: 0 0 350.001px;
    flex: 0 0 350.001px;
    max-width: 350.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 350.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 352.501px;
    -ms-flex: 0 0 352.501px;
    flex: 0 0 352.501px;
    max-width: 352.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 352.499px);
    max-width: -moz-calc(50% - 352.499px);
    max-width: calc(50% - 352.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 342.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 355.001px;
    -ms-flex: 0 0 355.001px;
    flex: 0 0 355.001px;
    max-width: 355.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 354.999px);
    max-width: -moz-calc(50% - 354.999px);
    max-width: calc(50% - 354.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 335.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 357.501px;
    -ms-flex: 0 0 357.501px;
    flex: 0 0 357.501px;
    max-width: 357.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 357.499px);
    max-width: -moz-calc(50% - 357.499px);
    max-width: calc(50% - 357.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 327.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 360.001px;
    -ms-flex: 0 0 360.001px;
    flex: 0 0 360.001px;
    max-width: 360.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 362.501px;
    -ms-flex: 0 0 362.501px;
    flex: 0 0 362.501px;
    max-width: 362.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 362.499px);
    max-width: -moz-calc(50% - 362.499px);
    max-width: calc(50% - 362.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 312.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 365.001px;
    -ms-flex: 0 0 365.001px;
    flex: 0 0 365.001px;
    max-width: 365.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 364.999px);
    max-width: -moz-calc(50% - 364.999px);
    max-width: calc(50% - 364.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 305.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 367.501px;
    -ms-flex: 0 0 367.501px;
    flex: 0 0 367.501px;
    max-width: 367.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 367.499px);
    max-width: -moz-calc(50% - 367.499px);
    max-width: calc(50% - 367.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 297.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 370.001px;
    -ms-flex: 0 0 370.001px;
    flex: 0 0 370.001px;
    max-width: 370.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 369.999px);
    max-width: -moz-calc(50% - 369.999px);
    max-width: calc(50% - 369.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 290.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 372.501px;
    -ms-flex: 0 0 372.501px;
    flex: 0 0 372.501px;
    max-width: 372.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 372.499px);
    max-width: -moz-calc(50% - 372.499px);
    max-width: calc(50% - 372.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 282.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 375.001px;
    -ms-flex: 0 0 375.001px;
    flex: 0 0 375.001px;
    max-width: 375.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 275.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 377.501px;
    -ms-flex: 0 0 377.501px;
    flex: 0 0 377.501px;
    max-width: 377.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 377.499px);
    max-width: -moz-calc(50% - 377.499px);
    max-width: calc(50% - 377.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 267.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 380.001px;
    -ms-flex: 0 0 380.001px;
    flex: 0 0 380.001px;
    max-width: 380.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 379.999px);
    max-width: -moz-calc(50% - 379.999px);
    max-width: calc(50% - 379.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 260.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 382.501px;
    -ms-flex: 0 0 382.501px;
    flex: 0 0 382.501px;
    max-width: 382.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 382.499px);
    max-width: -moz-calc(50% - 382.499px);
    max-width: calc(50% - 382.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 252.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 385.001px;
    -ms-flex: 0 0 385.001px;
    flex: 0 0 385.001px;
    max-width: 385.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 384.999px);
    max-width: -moz-calc(50% - 384.999px);
    max-width: calc(50% - 384.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 245.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 387.501px;
    -ms-flex: 0 0 387.501px;
    flex: 0 0 387.501px;
    max-width: 387.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 387.499px);
    max-width: -moz-calc(50% - 387.499px);
    max-width: calc(50% - 387.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 237.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 390.001px;
    -ms-flex: 0 0 390.001px;
    flex: 0 0 390.001px;
    max-width: 390.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 230.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 392.501px;
    -ms-flex: 0 0 392.501px;
    flex: 0 0 392.501px;
    max-width: 392.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 392.499px);
    max-width: -moz-calc(50% - 392.499px);
    max-width: calc(50% - 392.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 222.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 395.001px;
    -ms-flex: 0 0 395.001px;
    flex: 0 0 395.001px;
    max-width: 395.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 394.999px);
    max-width: -moz-calc(50% - 394.999px);
    max-width: calc(50% - 394.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 215.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 397.501px;
    -ms-flex: 0 0 397.501px;
    flex: 0 0 397.501px;
    max-width: 397.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 397.499px);
    max-width: -moz-calc(50% - 397.499px);
    max-width: calc(50% - 397.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 207.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 400.001px;
    -ms-flex: 0 0 400.001px;
    flex: 0 0 400.001px;
    max-width: 400.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 350.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 352.499px);
    max-width: -moz-calc(50% - 352.499px);
    max-width: calc(50% - 352.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 342.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 354.999px);
    max-width: -moz-calc(50% - 354.999px);
    max-width: calc(50% - 354.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 335.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 357.499px);
    max-width: -moz-calc(50% - 357.499px);
    max-width: calc(50% - 357.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 327.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 362.499px);
    max-width: -moz-calc(50% - 362.499px);
    max-width: calc(50% - 362.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 312.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 364.999px);
    max-width: -moz-calc(50% - 364.999px);
    max-width: calc(50% - 364.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 305.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 367.499px);
    max-width: -moz-calc(50% - 367.499px);
    max-width: calc(50% - 367.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 297.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 369.999px);
    max-width: -moz-calc(50% - 369.999px);
    max-width: calc(50% - 369.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 290.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 372.499px);
    max-width: -moz-calc(50% - 372.499px);
    max-width: calc(50% - 372.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 282.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 275.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 379.999px);
    max-width: -moz-calc(50% - 379.999px);
    max-width: calc(50% - 379.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 260.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 384.999px);
    max-width: -moz-calc(50% - 384.999px);
    max-width: calc(50% - 384.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 245.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 230.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 394.999px);
    max-width: -moz-calc(50% - 394.999px);
    max-width: calc(50% - 394.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 215.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 440.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 466.66767px;
    -ms-flex: 0 0 466.66767px;
    flex: 0 0 466.66767px;
    max-width: 466.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 466.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 470.001px;
    -ms-flex: 0 0 470.001px;
    flex: 0 0 470.001px;
    max-width: 470.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 234.999px);
    max-width: -moz-calc(50% - 234.999px);
    max-width: calc(50% - 234.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 460.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 473.33433px;
    -ms-flex: 0 0 473.33433px;
    flex: 0 0 473.33433px;
    max-width: 473.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 236.66567px);
    max-width: -moz-calc(50% - 236.66567px);
    max-width: calc(50% - 236.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 453.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 476.66767px;
    -ms-flex: 0 0 476.66767px;
    flex: 0 0 476.66767px;
    max-width: 476.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 238.33233px);
    max-width: -moz-calc(50% - 238.33233px);
    max-width: calc(50% - 238.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 446.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 483.33433px;
    -ms-flex: 0 0 483.33433px;
    flex: 0 0 483.33433px;
    max-width: 483.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 241.66567px);
    max-width: -moz-calc(50% - 241.66567px);
    max-width: calc(50% - 241.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 433.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 486.66767px;
    -ms-flex: 0 0 486.66767px;
    flex: 0 0 486.66767px;
    max-width: 486.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 243.33233px);
    max-width: -moz-calc(50% - 243.33233px);
    max-width: calc(50% - 243.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 426.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 490.001px;
    -ms-flex: 0 0 490.001px;
    flex: 0 0 490.001px;
    max-width: 490.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 244.999px);
    max-width: -moz-calc(50% - 244.999px);
    max-width: calc(50% - 244.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 420.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 493.33433px;
    -ms-flex: 0 0 493.33433px;
    flex: 0 0 493.33433px;
    max-width: 493.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 246.66567px);
    max-width: -moz-calc(50% - 246.66567px);
    max-width: calc(50% - 246.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 413.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 496.66767px;
    -ms-flex: 0 0 496.66767px;
    flex: 0 0 496.66767px;
    max-width: 496.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 248.33233px);
    max-width: -moz-calc(50% - 248.33233px);
    max-width: calc(50% - 248.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 406.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 249.999px);
    max-width: -moz-calc(50% - 249.999px);
    max-width: calc(50% - 249.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 503.33433px;
    -ms-flex: 0 0 503.33433px;
    flex: 0 0 503.33433px;
    max-width: 503.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 251.66567px);
    max-width: -moz-calc(50% - 251.66567px);
    max-width: calc(50% - 251.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 393.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 506.66767px;
    -ms-flex: 0 0 506.66767px;
    flex: 0 0 506.66767px;
    max-width: 506.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 253.33233px);
    max-width: -moz-calc(50% - 253.33233px);
    max-width: calc(50% - 253.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 386.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 510.001px;
    -ms-flex: 0 0 510.001px;
    flex: 0 0 510.001px;
    max-width: 510.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 254.999px);
    max-width: -moz-calc(50% - 254.999px);
    max-width: calc(50% - 254.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 380.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 513.33433px;
    -ms-flex: 0 0 513.33433px;
    flex: 0 0 513.33433px;
    max-width: 513.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 256.66567px);
    max-width: -moz-calc(50% - 256.66567px);
    max-width: calc(50% - 256.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 373.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 258.33233px);
    max-width: -moz-calc(50% - 258.33233px);
    max-width: calc(50% - 258.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 366.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 520.001px;
    -ms-flex: 0 0 520.001px;
    flex: 0 0 520.001px;
    max-width: 520.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 259.999px);
    max-width: -moz-calc(50% - 259.999px);
    max-width: calc(50% - 259.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 523.33433px;
    -ms-flex: 0 0 523.33433px;
    flex: 0 0 523.33433px;
    max-width: 523.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 261.66567px);
    max-width: -moz-calc(50% - 261.66567px);
    max-width: calc(50% - 261.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 353.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 526.66767px;
    -ms-flex: 0 0 526.66767px;
    flex: 0 0 526.66767px;
    max-width: 526.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 263.33233px);
    max-width: -moz-calc(50% - 263.33233px);
    max-width: calc(50% - 263.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 346.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 530.001px;
    -ms-flex: 0 0 530.001px;
    flex: 0 0 530.001px;
    max-width: 530.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 264.999px);
    max-width: -moz-calc(50% - 264.999px);
    max-width: calc(50% - 264.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 340.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 533.33433px;
    -ms-flex: 0 0 533.33433px;
    flex: 0 0 533.33433px;
    max-width: 533.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 266.66567px);
    max-width: -moz-calc(50% - 266.66567px);
    max-width: calc(50% - 266.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 333.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 466.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 234.999px);
    max-width: -moz-calc(50% - 234.999px);
    max-width: calc(50% - 234.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 460.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 236.66567px);
    max-width: -moz-calc(50% - 236.66567px);
    max-width: calc(50% - 236.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 453.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 238.33233px);
    max-width: -moz-calc(50% - 238.33233px);
    max-width: calc(50% - 238.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 446.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 241.66567px);
    max-width: -moz-calc(50% - 241.66567px);
    max-width: calc(50% - 241.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 433.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 243.33233px);
    max-width: -moz-calc(50% - 243.33233px);
    max-width: calc(50% - 243.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 426.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 244.999px);
    max-width: -moz-calc(50% - 244.999px);
    max-width: calc(50% - 244.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 420.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 246.66567px);
    max-width: -moz-calc(50% - 246.66567px);
    max-width: calc(50% - 246.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 413.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 248.33233px);
    max-width: -moz-calc(50% - 248.33233px);
    max-width: calc(50% - 248.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 406.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 249.999px);
    max-width: -moz-calc(50% - 249.999px);
    max-width: calc(50% - 249.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 253.33233px);
    max-width: -moz-calc(50% - 253.33233px);
    max-width: calc(50% - 253.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 386.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 256.66567px);
    max-width: -moz-calc(50% - 256.66567px);
    max-width: calc(50% - 256.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 373.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 259.999px);
    max-width: -moz-calc(50% - 259.999px);
    max-width: calc(50% - 259.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 263.33233px);
    max-width: -moz-calc(50% - 263.33233px);
    max-width: calc(50% - 263.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 346.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 266.66567px);
    max-width: -moz-calc(50% - 266.66567px);
    max-width: calc(50% - 266.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 333.33433px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 576.001px;
    -ms-flex: 0 0 576.001px;
    flex: 0 0 576.001px;
    max-width: 576.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 536.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 536.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 560.001px;
    -ms-flex: 0 0 560.001px;
    flex: 0 0 560.001px;
    max-width: 560.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 564.001px;
    -ms-flex: 0 0 564.001px;
    flex: 0 0 564.001px;
    max-width: 564.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 140.999px);
    max-width: -moz-calc(50% - 140.999px);
    max-width: calc(50% - 140.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 554.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 568.001px;
    -ms-flex: 0 0 568.001px;
    flex: 0 0 568.001px;
    max-width: 568.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 141.999px);
    max-width: -moz-calc(50% - 141.999px);
    max-width: calc(50% - 141.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 548.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 572.001px;
    -ms-flex: 0 0 572.001px;
    flex: 0 0 572.001px;
    max-width: 572.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 142.999px);
    max-width: -moz-calc(50% - 142.999px);
    max-width: calc(50% - 142.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 542.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 576.001px;
    -ms-flex: 0 0 576.001px;
    flex: 0 0 576.001px;
    max-width: 576.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 536.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 580.001px;
    -ms-flex: 0 0 580.001px;
    flex: 0 0 580.001px;
    max-width: 580.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 144.999px);
    max-width: -moz-calc(50% - 144.999px);
    max-width: calc(50% - 144.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 530.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 584.001px;
    -ms-flex: 0 0 584.001px;
    flex: 0 0 584.001px;
    max-width: 584.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 145.999px);
    max-width: -moz-calc(50% - 145.999px);
    max-width: calc(50% - 145.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 524.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 588.001px;
    -ms-flex: 0 0 588.001px;
    flex: 0 0 588.001px;
    max-width: 588.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 146.999px);
    max-width: -moz-calc(50% - 146.999px);
    max-width: calc(50% - 146.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 518.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 592.001px;
    -ms-flex: 0 0 592.001px;
    flex: 0 0 592.001px;
    max-width: 592.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 147.999px);
    max-width: -moz-calc(50% - 147.999px);
    max-width: calc(50% - 147.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 512.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 596.001px;
    -ms-flex: 0 0 596.001px;
    flex: 0 0 596.001px;
    max-width: 596.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 148.999px);
    max-width: -moz-calc(50% - 148.999px);
    max-width: calc(50% - 148.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 506.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 149.999px);
    max-width: -moz-calc(50% - 149.999px);
    max-width: calc(50% - 149.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 604.001px;
    -ms-flex: 0 0 604.001px;
    flex: 0 0 604.001px;
    max-width: 604.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 150.999px);
    max-width: -moz-calc(50% - 150.999px);
    max-width: calc(50% - 150.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 494.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 608.001px;
    -ms-flex: 0 0 608.001px;
    flex: 0 0 608.001px;
    max-width: 608.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 151.999px);
    max-width: -moz-calc(50% - 151.999px);
    max-width: calc(50% - 151.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 488.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 612.001px;
    -ms-flex: 0 0 612.001px;
    flex: 0 0 612.001px;
    max-width: 612.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 152.999px);
    max-width: -moz-calc(50% - 152.999px);
    max-width: calc(50% - 152.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 482.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 616.001px;
    -ms-flex: 0 0 616.001px;
    flex: 0 0 616.001px;
    max-width: 616.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 153.999px);
    max-width: -moz-calc(50% - 153.999px);
    max-width: calc(50% - 153.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 476.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 154.999px);
    max-width: -moz-calc(50% - 154.999px);
    max-width: calc(50% - 154.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 470.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 624.001px;
    -ms-flex: 0 0 624.001px;
    flex: 0 0 624.001px;
    max-width: 624.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 155.999px);
    max-width: -moz-calc(50% - 155.999px);
    max-width: calc(50% - 155.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 464.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 628.001px;
    -ms-flex: 0 0 628.001px;
    flex: 0 0 628.001px;
    max-width: 628.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 156.999px);
    max-width: -moz-calc(50% - 156.999px);
    max-width: calc(50% - 156.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 458.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 632.001px;
    -ms-flex: 0 0 632.001px;
    flex: 0 0 632.001px;
    max-width: 632.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 157.999px);
    max-width: -moz-calc(50% - 157.999px);
    max-width: calc(50% - 157.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 452.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 636.001px;
    -ms-flex: 0 0 636.001px;
    flex: 0 0 636.001px;
    max-width: 636.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 158.999px);
    max-width: -moz-calc(50% - 158.999px);
    max-width: calc(50% - 158.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 446.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 640.001px;
    -ms-flex: 0 0 640.001px;
    flex: 0 0 640.001px;
    max-width: 640.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 159.999px);
    max-width: -moz-calc(50% - 159.999px);
    max-width: calc(50% - 159.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 140.999px);
    max-width: -moz-calc(50% - 140.999px);
    max-width: calc(50% - 140.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 554.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 141.999px);
    max-width: -moz-calc(50% - 141.999px);
    max-width: calc(50% - 141.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 548.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 142.999px);
    max-width: -moz-calc(50% - 142.999px);
    max-width: calc(50% - 142.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 542.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 536.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 144.999px);
    max-width: -moz-calc(50% - 144.999px);
    max-width: calc(50% - 144.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 530.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 145.999px);
    max-width: -moz-calc(50% - 145.999px);
    max-width: calc(50% - 145.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 524.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 146.999px);
    max-width: -moz-calc(50% - 146.999px);
    max-width: calc(50% - 146.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 518.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 147.999px);
    max-width: -moz-calc(50% - 147.999px);
    max-width: calc(50% - 147.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 512.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 148.999px);
    max-width: -moz-calc(50% - 148.999px);
    max-width: calc(50% - 148.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 506.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 149.999px);
    max-width: -moz-calc(50% - 149.999px);
    max-width: calc(50% - 149.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 151.999px);
    max-width: -moz-calc(50% - 151.999px);
    max-width: calc(50% - 151.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 488.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 153.999px);
    max-width: -moz-calc(50% - 153.999px);
    max-width: calc(50% - 153.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 476.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 155.999px);
    max-width: -moz-calc(50% - 155.999px);
    max-width: calc(50% - 155.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 464.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 157.999px);
    max-width: -moz-calc(50% - 157.999px);
    max-width: calc(50% - 157.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 452.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 159.999px);
    max-width: -moz-calc(50% - 159.999px);
    max-width: calc(50% - 159.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 560.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 583.33433px;
    -ms-flex: 0 0 583.33433px;
    flex: 0 0 583.33433px;
    max-width: 583.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 583.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 587.501px;
    -ms-flex: 0 0 587.501px;
    flex: 0 0 587.501px;
    max-width: 587.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 117.499px);
    max-width: -moz-calc(50% - 117.499px);
    max-width: calc(50% - 117.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 577.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 591.66767px;
    -ms-flex: 0 0 591.66767px;
    flex: 0 0 591.66767px;
    max-width: 591.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 118.33233px);
    max-width: -moz-calc(50% - 118.33233px);
    max-width: calc(50% - 118.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 571.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 595.83433px;
    -ms-flex: 0 0 595.83433px;
    flex: 0 0 595.83433px;
    max-width: 595.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 119.16567px);
    max-width: -moz-calc(50% - 119.16567px);
    max-width: calc(50% - 119.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 565.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 604.16767px;
    -ms-flex: 0 0 604.16767px;
    flex: 0 0 604.16767px;
    max-width: 604.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 120.83233px);
    max-width: -moz-calc(50% - 120.83233px);
    max-width: calc(50% - 120.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 554.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 608.33433px;
    -ms-flex: 0 0 608.33433px;
    flex: 0 0 608.33433px;
    max-width: 608.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 121.66567px);
    max-width: -moz-calc(50% - 121.66567px);
    max-width: calc(50% - 121.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 548.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 612.501px;
    -ms-flex: 0 0 612.501px;
    flex: 0 0 612.501px;
    max-width: 612.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 122.499px);
    max-width: -moz-calc(50% - 122.499px);
    max-width: calc(50% - 122.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 542.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 616.66767px;
    -ms-flex: 0 0 616.66767px;
    flex: 0 0 616.66767px;
    max-width: 616.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 123.33233px);
    max-width: -moz-calc(50% - 123.33233px);
    max-width: calc(50% - 123.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 536.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 620.83433px;
    -ms-flex: 0 0 620.83433px;
    flex: 0 0 620.83433px;
    max-width: 620.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 124.16567px);
    max-width: -moz-calc(50% - 124.16567px);
    max-width: calc(50% - 124.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 530.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 625.001px;
    -ms-flex: 0 0 625.001px;
    flex: 0 0 625.001px;
    max-width: 625.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 525.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 629.16767px;
    -ms-flex: 0 0 629.16767px;
    flex: 0 0 629.16767px;
    max-width: 629.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 125.83233px);
    max-width: -moz-calc(50% - 125.83233px);
    max-width: calc(50% - 125.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 519.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 633.33433px;
    -ms-flex: 0 0 633.33433px;
    flex: 0 0 633.33433px;
    max-width: 633.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 126.66567px);
    max-width: -moz-calc(50% - 126.66567px);
    max-width: calc(50% - 126.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 513.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 637.501px;
    -ms-flex: 0 0 637.501px;
    flex: 0 0 637.501px;
    max-width: 637.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 127.499px);
    max-width: -moz-calc(50% - 127.499px);
    max-width: calc(50% - 127.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 507.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 641.66767px;
    -ms-flex: 0 0 641.66767px;
    flex: 0 0 641.66767px;
    max-width: 641.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 128.33233px);
    max-width: -moz-calc(50% - 128.33233px);
    max-width: calc(50% - 128.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 501.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 645.83433px;
    -ms-flex: 0 0 645.83433px;
    flex: 0 0 645.83433px;
    max-width: 645.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 129.16567px);
    max-width: -moz-calc(50% - 129.16567px);
    max-width: calc(50% - 129.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 495.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 650.001px;
    -ms-flex: 0 0 650.001px;
    flex: 0 0 650.001px;
    max-width: 650.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 490.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 654.16767px;
    -ms-flex: 0 0 654.16767px;
    flex: 0 0 654.16767px;
    max-width: 654.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 130.83233px);
    max-width: -moz-calc(50% - 130.83233px);
    max-width: calc(50% - 130.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 484.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 658.33433px;
    -ms-flex: 0 0 658.33433px;
    flex: 0 0 658.33433px;
    max-width: 658.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 131.66567px);
    max-width: -moz-calc(50% - 131.66567px);
    max-width: calc(50% - 131.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 478.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 662.501px;
    -ms-flex: 0 0 662.501px;
    flex: 0 0 662.501px;
    max-width: 662.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 132.499px);
    max-width: -moz-calc(50% - 132.499px);
    max-width: calc(50% - 132.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 472.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 666.66767px;
    -ms-flex: 0 0 666.66767px;
    flex: 0 0 666.66767px;
    max-width: 666.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 133.33233px);
    max-width: -moz-calc(50% - 133.33233px);
    max-width: calc(50% - 133.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 466.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 583.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 117.499px);
    max-width: -moz-calc(50% - 117.499px);
    max-width: calc(50% - 117.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 577.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 118.33233px);
    max-width: -moz-calc(50% - 118.33233px);
    max-width: calc(50% - 118.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 571.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 119.16567px);
    max-width: -moz-calc(50% - 119.16567px);
    max-width: calc(50% - 119.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 565.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 120.83233px);
    max-width: -moz-calc(50% - 120.83233px);
    max-width: calc(50% - 120.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 554.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 121.66567px);
    max-width: -moz-calc(50% - 121.66567px);
    max-width: calc(50% - 121.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 548.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 122.499px);
    max-width: -moz-calc(50% - 122.499px);
    max-width: calc(50% - 122.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 542.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 123.33233px);
    max-width: -moz-calc(50% - 123.33233px);
    max-width: calc(50% - 123.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 536.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 124.16567px);
    max-width: -moz-calc(50% - 124.16567px);
    max-width: calc(50% - 124.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 530.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 525.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 126.66567px);
    max-width: -moz-calc(50% - 126.66567px);
    max-width: calc(50% - 126.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 513.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 128.33233px);
    max-width: -moz-calc(50% - 128.33233px);
    max-width: calc(50% - 128.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 501.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 490.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 131.66567px);
    max-width: -moz-calc(50% - 131.66567px);
    max-width: calc(50% - 131.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 478.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 133.33233px);
    max-width: -moz-calc(50% - 133.33233px);
    max-width: calc(50% - 133.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 466.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 680.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 700.001px;
    -ms-flex: 0 0 700.001px;
    flex: 0 0 700.001px;
    max-width: 700.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 705.001px;
    -ms-flex: 0 0 705.001px;
    flex: 0 0 705.001px;
    max-width: 705.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 695.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 710.001px;
    -ms-flex: 0 0 710.001px;
    flex: 0 0 710.001px;
    max-width: 710.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 690.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 715.001px;
    -ms-flex: 0 0 715.001px;
    flex: 0 0 715.001px;
    max-width: 715.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 685.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 725.001px;
    -ms-flex: 0 0 725.001px;
    flex: 0 0 725.001px;
    max-width: 725.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 675.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 730.001px;
    -ms-flex: 0 0 730.001px;
    flex: 0 0 730.001px;
    max-width: 730.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 670.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 735.001px;
    -ms-flex: 0 0 735.001px;
    flex: 0 0 735.001px;
    max-width: 735.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 665.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 740.001px;
    -ms-flex: 0 0 740.001px;
    flex: 0 0 740.001px;
    max-width: 740.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 660.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 745.001px;
    -ms-flex: 0 0 745.001px;
    flex: 0 0 745.001px;
    max-width: 745.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 655.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 750.001px;
    -ms-flex: 0 0 750.001px;
    flex: 0 0 750.001px;
    max-width: 750.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 650.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 755.001px;
    -ms-flex: 0 0 755.001px;
    flex: 0 0 755.001px;
    max-width: 755.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 645.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 760.001px;
    -ms-flex: 0 0 760.001px;
    flex: 0 0 760.001px;
    max-width: 760.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 640.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 765.001px;
    -ms-flex: 0 0 765.001px;
    flex: 0 0 765.001px;
    max-width: 765.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 635.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 770.001px;
    -ms-flex: 0 0 770.001px;
    flex: 0 0 770.001px;
    max-width: 770.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 630.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 775.001px;
    -ms-flex: 0 0 775.001px;
    flex: 0 0 775.001px;
    max-width: 775.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 625.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 780.001px;
    -ms-flex: 0 0 780.001px;
    flex: 0 0 780.001px;
    max-width: 780.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 620.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 785.001px;
    -ms-flex: 0 0 785.001px;
    flex: 0 0 785.001px;
    max-width: 785.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 615.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 790.001px;
    -ms-flex: 0 0 790.001px;
    flex: 0 0 790.001px;
    max-width: 790.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 610.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 795.001px;
    -ms-flex: 0 0 795.001px;
    flex: 0 0 795.001px;
    max-width: 795.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 605.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 800.001px;
    -ms-flex: 0 0 800.001px;
    flex: 0 0 800.001px;
    max-width: 800.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 600.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 695.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 690.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 685.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 675.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 670.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 665.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 660.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 655.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 650.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 640.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 630.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 620.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 610.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 600.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 800.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 816.66767px;
    -ms-flex: 0 0 816.66767px;
    flex: 0 0 816.66767px;
    max-width: 816.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 816.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 822.501px;
    -ms-flex: 0 0 822.501px;
    flex: 0 0 822.501px;
    max-width: 822.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -117.501px);
    max-width: -moz-calc(50% - -117.501px);
    max-width: calc(50% - -117.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 812.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 828.33433px;
    -ms-flex: 0 0 828.33433px;
    flex: 0 0 828.33433px;
    max-width: 828.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -118.33433px);
    max-width: -moz-calc(50% - -118.33433px);
    max-width: calc(50% - -118.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 808.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 834.16767px;
    -ms-flex: 0 0 834.16767px;
    flex: 0 0 834.16767px;
    max-width: 834.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -119.16767px);
    max-width: -moz-calc(50% - -119.16767px);
    max-width: calc(50% - -119.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 804.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 845.83433px;
    -ms-flex: 0 0 845.83433px;
    flex: 0 0 845.83433px;
    max-width: 845.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -120.83433px);
    max-width: -moz-calc(50% - -120.83433px);
    max-width: calc(50% - -120.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 795.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 851.66767px;
    -ms-flex: 0 0 851.66767px;
    flex: 0 0 851.66767px;
    max-width: 851.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -121.66767px);
    max-width: -moz-calc(50% - -121.66767px);
    max-width: calc(50% - -121.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 791.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 857.501px;
    -ms-flex: 0 0 857.501px;
    flex: 0 0 857.501px;
    max-width: 857.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -122.501px);
    max-width: -moz-calc(50% - -122.501px);
    max-width: calc(50% - -122.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 787.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 863.33433px;
    -ms-flex: 0 0 863.33433px;
    flex: 0 0 863.33433px;
    max-width: 863.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -123.33433px);
    max-width: -moz-calc(50% - -123.33433px);
    max-width: calc(50% - -123.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 783.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 869.16767px;
    -ms-flex: 0 0 869.16767px;
    flex: 0 0 869.16767px;
    max-width: 869.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -124.16767px);
    max-width: -moz-calc(50% - -124.16767px);
    max-width: calc(50% - -124.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 779.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 875.001px;
    -ms-flex: 0 0 875.001px;
    flex: 0 0 875.001px;
    max-width: 875.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 775.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 880.83433px;
    -ms-flex: 0 0 880.83433px;
    flex: 0 0 880.83433px;
    max-width: 880.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -125.83433px);
    max-width: -moz-calc(50% - -125.83433px);
    max-width: calc(50% - -125.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 770.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 886.66767px;
    -ms-flex: 0 0 886.66767px;
    flex: 0 0 886.66767px;
    max-width: 886.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -126.66767px);
    max-width: -moz-calc(50% - -126.66767px);
    max-width: calc(50% - -126.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 766.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 892.501px;
    -ms-flex: 0 0 892.501px;
    flex: 0 0 892.501px;
    max-width: 892.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -127.501px);
    max-width: -moz-calc(50% - -127.501px);
    max-width: calc(50% - -127.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 762.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 898.33433px;
    -ms-flex: 0 0 898.33433px;
    flex: 0 0 898.33433px;
    max-width: 898.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -128.33433px);
    max-width: -moz-calc(50% - -128.33433px);
    max-width: calc(50% - -128.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 758.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 904.16767px;
    -ms-flex: 0 0 904.16767px;
    flex: 0 0 904.16767px;
    max-width: 904.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -129.16767px);
    max-width: -moz-calc(50% - -129.16767px);
    max-width: calc(50% - -129.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 754.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 910.001px;
    -ms-flex: 0 0 910.001px;
    flex: 0 0 910.001px;
    max-width: 910.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 750.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 915.83433px;
    -ms-flex: 0 0 915.83433px;
    flex: 0 0 915.83433px;
    max-width: 915.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -130.83433px);
    max-width: -moz-calc(50% - -130.83433px);
    max-width: calc(50% - -130.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 745.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 921.66767px;
    -ms-flex: 0 0 921.66767px;
    flex: 0 0 921.66767px;
    max-width: 921.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -131.66767px);
    max-width: -moz-calc(50% - -131.66767px);
    max-width: calc(50% - -131.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 741.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 927.501px;
    -ms-flex: 0 0 927.501px;
    flex: 0 0 927.501px;
    max-width: 927.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -132.501px);
    max-width: -moz-calc(50% - -132.501px);
    max-width: calc(50% - -132.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 737.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -133.33433px);
    max-width: -moz-calc(50% - -133.33433px);
    max-width: calc(50% - -133.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 733.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 816.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -117.501px);
    max-width: -moz-calc(50% - -117.501px);
    max-width: calc(50% - -117.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 812.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -118.33433px);
    max-width: -moz-calc(50% - -118.33433px);
    max-width: calc(50% - -118.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 808.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -119.16767px);
    max-width: -moz-calc(50% - -119.16767px);
    max-width: calc(50% - -119.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 804.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -120.83433px);
    max-width: -moz-calc(50% - -120.83433px);
    max-width: calc(50% - -120.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 795.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -121.66767px);
    max-width: -moz-calc(50% - -121.66767px);
    max-width: calc(50% - -121.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 791.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -122.501px);
    max-width: -moz-calc(50% - -122.501px);
    max-width: calc(50% - -122.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 787.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -123.33433px);
    max-width: -moz-calc(50% - -123.33433px);
    max-width: calc(50% - -123.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 783.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -124.16767px);
    max-width: -moz-calc(50% - -124.16767px);
    max-width: calc(50% - -124.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 779.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 775.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -126.66767px);
    max-width: -moz-calc(50% - -126.66767px);
    max-width: calc(50% - -126.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 766.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -128.33433px);
    max-width: -moz-calc(50% - -128.33433px);
    max-width: calc(50% - -128.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 758.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 750.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -131.66767px);
    max-width: -moz-calc(50% - -131.66767px);
    max-width: calc(50% - -131.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 741.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -133.33433px);
    max-width: -moz-calc(50% - -133.33433px);
    max-width: calc(50% - -133.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 733.33433px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 864.001px;
    -ms-flex: 0 0 864.001px;
    flex: 0 0 864.001px;
    max-width: 864.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 824.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 824.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 840.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 846.001px;
    -ms-flex: 0 0 846.001px;
    flex: 0 0 846.001px;
    max-width: 846.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -141.001px);
    max-width: -moz-calc(50% - -141.001px);
    max-width: calc(50% - -141.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 836.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 852.001px;
    -ms-flex: 0 0 852.001px;
    flex: 0 0 852.001px;
    max-width: 852.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -142.001px);
    max-width: -moz-calc(50% - -142.001px);
    max-width: calc(50% - -142.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 832.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 858.001px;
    -ms-flex: 0 0 858.001px;
    flex: 0 0 858.001px;
    max-width: 858.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -143.001px);
    max-width: -moz-calc(50% - -143.001px);
    max-width: calc(50% - -143.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 828.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 864.001px;
    -ms-flex: 0 0 864.001px;
    flex: 0 0 864.001px;
    max-width: 864.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 824.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 870.001px;
    -ms-flex: 0 0 870.001px;
    flex: 0 0 870.001px;
    max-width: 870.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -145.001px);
    max-width: -moz-calc(50% - -145.001px);
    max-width: calc(50% - -145.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 820.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 876.001px;
    -ms-flex: 0 0 876.001px;
    flex: 0 0 876.001px;
    max-width: 876.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -146.001px);
    max-width: -moz-calc(50% - -146.001px);
    max-width: calc(50% - -146.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 816.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 882.001px;
    -ms-flex: 0 0 882.001px;
    flex: 0 0 882.001px;
    max-width: 882.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -147.001px);
    max-width: -moz-calc(50% - -147.001px);
    max-width: calc(50% - -147.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 812.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 888.001px;
    -ms-flex: 0 0 888.001px;
    flex: 0 0 888.001px;
    max-width: 888.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -148.001px);
    max-width: -moz-calc(50% - -148.001px);
    max-width: calc(50% - -148.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 808.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 894.001px;
    -ms-flex: 0 0 894.001px;
    flex: 0 0 894.001px;
    max-width: 894.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -149.001px);
    max-width: -moz-calc(50% - -149.001px);
    max-width: calc(50% - -149.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 804.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -150.001px);
    max-width: -moz-calc(50% - -150.001px);
    max-width: calc(50% - -150.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 906.001px;
    -ms-flex: 0 0 906.001px;
    flex: 0 0 906.001px;
    max-width: 906.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -151.001px);
    max-width: -moz-calc(50% - -151.001px);
    max-width: calc(50% - -151.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 796.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 912.001px;
    -ms-flex: 0 0 912.001px;
    flex: 0 0 912.001px;
    max-width: 912.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -152.001px);
    max-width: -moz-calc(50% - -152.001px);
    max-width: calc(50% - -152.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 792.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 918.001px;
    -ms-flex: 0 0 918.001px;
    flex: 0 0 918.001px;
    max-width: 918.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -153.001px);
    max-width: -moz-calc(50% - -153.001px);
    max-width: calc(50% - -153.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 788.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 924.001px;
    -ms-flex: 0 0 924.001px;
    flex: 0 0 924.001px;
    max-width: 924.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -154.001px);
    max-width: -moz-calc(50% - -154.001px);
    max-width: calc(50% - -154.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 784.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -155.001px);
    max-width: -moz-calc(50% - -155.001px);
    max-width: calc(50% - -155.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 780.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 936.001px;
    -ms-flex: 0 0 936.001px;
    flex: 0 0 936.001px;
    max-width: 936.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -156.001px);
    max-width: -moz-calc(50% - -156.001px);
    max-width: calc(50% - -156.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 776.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 942.001px;
    -ms-flex: 0 0 942.001px;
    flex: 0 0 942.001px;
    max-width: 942.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -157.001px);
    max-width: -moz-calc(50% - -157.001px);
    max-width: calc(50% - -157.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 772.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 948.001px;
    -ms-flex: 0 0 948.001px;
    flex: 0 0 948.001px;
    max-width: 948.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -158.001px);
    max-width: -moz-calc(50% - -158.001px);
    max-width: calc(50% - -158.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 768.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 954.001px;
    -ms-flex: 0 0 954.001px;
    flex: 0 0 954.001px;
    max-width: 954.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -159.001px);
    max-width: -moz-calc(50% - -159.001px);
    max-width: calc(50% - -159.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 764.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -160.001px);
    max-width: -moz-calc(50% - -160.001px);
    max-width: calc(50% - -160.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 760.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 840.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -141.001px);
    max-width: -moz-calc(50% - -141.001px);
    max-width: calc(50% - -141.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 836.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -142.001px);
    max-width: -moz-calc(50% - -142.001px);
    max-width: calc(50% - -142.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 832.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -143.001px);
    max-width: -moz-calc(50% - -143.001px);
    max-width: calc(50% - -143.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 828.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 824.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -145.001px);
    max-width: -moz-calc(50% - -145.001px);
    max-width: calc(50% - -145.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 820.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -146.001px);
    max-width: -moz-calc(50% - -146.001px);
    max-width: calc(50% - -146.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 816.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -147.001px);
    max-width: -moz-calc(50% - -147.001px);
    max-width: calc(50% - -147.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 812.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -148.001px);
    max-width: -moz-calc(50% - -148.001px);
    max-width: calc(50% - -148.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 808.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -149.001px);
    max-width: -moz-calc(50% - -149.001px);
    max-width: calc(50% - -149.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 804.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -150.001px);
    max-width: -moz-calc(50% - -150.001px);
    max-width: calc(50% - -150.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -152.001px);
    max-width: -moz-calc(50% - -152.001px);
    max-width: calc(50% - -152.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 792.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -154.001px);
    max-width: -moz-calc(50% - -154.001px);
    max-width: calc(50% - -154.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 784.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -156.001px);
    max-width: -moz-calc(50% - -156.001px);
    max-width: calc(50% - -156.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 776.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -158.001px);
    max-width: -moz-calc(50% - -158.001px);
    max-width: calc(50% - -158.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 768.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -160.001px);
    max-width: -moz-calc(50% - -160.001px);
    max-width: calc(50% - -160.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 760.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 920.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 933.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 940.001px;
    -ms-flex: 0 0 940.001px;
    flex: 0 0 940.001px;
    max-width: 940.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -235.001px);
    max-width: -moz-calc(50% - -235.001px);
    max-width: calc(50% - -235.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 930.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 946.66767px;
    -ms-flex: 0 0 946.66767px;
    flex: 0 0 946.66767px;
    max-width: 946.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -236.66767px);
    max-width: -moz-calc(50% - -236.66767px);
    max-width: calc(50% - -236.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 926.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 953.33433px;
    -ms-flex: 0 0 953.33433px;
    flex: 0 0 953.33433px;
    max-width: 953.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -238.33433px);
    max-width: -moz-calc(50% - -238.33433px);
    max-width: calc(50% - -238.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 923.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 966.66767px;
    -ms-flex: 0 0 966.66767px;
    flex: 0 0 966.66767px;
    max-width: 966.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -241.66767px);
    max-width: -moz-calc(50% - -241.66767px);
    max-width: calc(50% - -241.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 916.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 973.33433px;
    -ms-flex: 0 0 973.33433px;
    flex: 0 0 973.33433px;
    max-width: 973.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -243.33433px);
    max-width: -moz-calc(50% - -243.33433px);
    max-width: calc(50% - -243.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 913.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 980.001px;
    -ms-flex: 0 0 980.001px;
    flex: 0 0 980.001px;
    max-width: 980.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -245.001px);
    max-width: -moz-calc(50% - -245.001px);
    max-width: calc(50% - -245.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 910.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 986.66767px;
    -ms-flex: 0 0 986.66767px;
    flex: 0 0 986.66767px;
    max-width: 986.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -246.66767px);
    max-width: -moz-calc(50% - -246.66767px);
    max-width: calc(50% - -246.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 906.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 993.33433px;
    -ms-flex: 0 0 993.33433px;
    flex: 0 0 993.33433px;
    max-width: 993.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -248.33433px);
    max-width: -moz-calc(50% - -248.33433px);
    max-width: calc(50% - -248.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 903.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -250.001px);
    max-width: -moz-calc(50% - -250.001px);
    max-width: calc(50% - -250.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 900.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1006.66767px;
    -ms-flex: 0 0 1006.66767px;
    flex: 0 0 1006.66767px;
    max-width: 1006.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -251.66767px);
    max-width: -moz-calc(50% - -251.66767px);
    max-width: calc(50% - -251.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 896.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1013.33433px;
    -ms-flex: 0 0 1013.33433px;
    flex: 0 0 1013.33433px;
    max-width: 1013.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -253.33433px);
    max-width: -moz-calc(50% - -253.33433px);
    max-width: calc(50% - -253.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 893.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1020.001px;
    -ms-flex: 0 0 1020.001px;
    flex: 0 0 1020.001px;
    max-width: 1020.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -255.001px);
    max-width: -moz-calc(50% - -255.001px);
    max-width: calc(50% - -255.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 890.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1026.66767px;
    -ms-flex: 0 0 1026.66767px;
    flex: 0 0 1026.66767px;
    max-width: 1026.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -256.66767px);
    max-width: -moz-calc(50% - -256.66767px);
    max-width: calc(50% - -256.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 886.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -258.33433px);
    max-width: -moz-calc(50% - -258.33433px);
    max-width: calc(50% - -258.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 883.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1040.001px;
    -ms-flex: 0 0 1040.001px;
    flex: 0 0 1040.001px;
    max-width: 1040.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -260.001px);
    max-width: -moz-calc(50% - -260.001px);
    max-width: calc(50% - -260.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 880.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1046.66767px;
    -ms-flex: 0 0 1046.66767px;
    flex: 0 0 1046.66767px;
    max-width: 1046.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -261.66767px);
    max-width: -moz-calc(50% - -261.66767px);
    max-width: calc(50% - -261.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 876.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1053.33433px;
    -ms-flex: 0 0 1053.33433px;
    flex: 0 0 1053.33433px;
    max-width: 1053.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -263.33433px);
    max-width: -moz-calc(50% - -263.33433px);
    max-width: calc(50% - -263.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 873.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1060.001px;
    -ms-flex: 0 0 1060.001px;
    flex: 0 0 1060.001px;
    max-width: 1060.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -265.001px);
    max-width: -moz-calc(50% - -265.001px);
    max-width: calc(50% - -265.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 870.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1066.66767px;
    -ms-flex: 0 0 1066.66767px;
    flex: 0 0 1066.66767px;
    max-width: 1066.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -266.66767px);
    max-width: -moz-calc(50% - -266.66767px);
    max-width: calc(50% - -266.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 866.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 933.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -235.001px);
    max-width: -moz-calc(50% - -235.001px);
    max-width: calc(50% - -235.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 930.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -236.66767px);
    max-width: -moz-calc(50% - -236.66767px);
    max-width: calc(50% - -236.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 926.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -238.33433px);
    max-width: -moz-calc(50% - -238.33433px);
    max-width: calc(50% - -238.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 923.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -241.66767px);
    max-width: -moz-calc(50% - -241.66767px);
    max-width: calc(50% - -241.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 916.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -243.33433px);
    max-width: -moz-calc(50% - -243.33433px);
    max-width: calc(50% - -243.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 913.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -245.001px);
    max-width: -moz-calc(50% - -245.001px);
    max-width: calc(50% - -245.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 910.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -246.66767px);
    max-width: -moz-calc(50% - -246.66767px);
    max-width: calc(50% - -246.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 906.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -248.33433px);
    max-width: -moz-calc(50% - -248.33433px);
    max-width: calc(50% - -248.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 903.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -250.001px);
    max-width: -moz-calc(50% - -250.001px);
    max-width: calc(50% - -250.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 900.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -253.33433px);
    max-width: -moz-calc(50% - -253.33433px);
    max-width: calc(50% - -253.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 893.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -256.66767px);
    max-width: -moz-calc(50% - -256.66767px);
    max-width: calc(50% - -256.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 886.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -260.001px);
    max-width: -moz-calc(50% - -260.001px);
    max-width: calc(50% - -260.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 880.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -263.33433px);
    max-width: -moz-calc(50% - -263.33433px);
    max-width: calc(50% - -263.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 873.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -266.66767px);
    max-width: -moz-calc(50% - -266.66767px);
    max-width: calc(50% - -266.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 866.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1040.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1040.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1050.001px;
    -ms-flex: 0 0 1050.001px;
    flex: 0 0 1050.001px;
    max-width: 1050.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1050.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1057.501px;
    -ms-flex: 0 0 1057.501px;
    flex: 0 0 1057.501px;
    max-width: 1057.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -352.501px);
    max-width: -moz-calc(50% - -352.501px);
    max-width: calc(50% - -352.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1047.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1065.001px;
    -ms-flex: 0 0 1065.001px;
    flex: 0 0 1065.001px;
    max-width: 1065.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -355.001px);
    max-width: -moz-calc(50% - -355.001px);
    max-width: calc(50% - -355.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1045.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1072.501px;
    -ms-flex: 0 0 1072.501px;
    flex: 0 0 1072.501px;
    max-width: 1072.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -357.501px);
    max-width: -moz-calc(50% - -357.501px);
    max-width: calc(50% - -357.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1042.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1040.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1087.501px;
    -ms-flex: 0 0 1087.501px;
    flex: 0 0 1087.501px;
    max-width: 1087.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -362.501px);
    max-width: -moz-calc(50% - -362.501px);
    max-width: calc(50% - -362.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1037.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1095.001px;
    -ms-flex: 0 0 1095.001px;
    flex: 0 0 1095.001px;
    max-width: 1095.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -365.001px);
    max-width: -moz-calc(50% - -365.001px);
    max-width: calc(50% - -365.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1035.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1102.501px;
    -ms-flex: 0 0 1102.501px;
    flex: 0 0 1102.501px;
    max-width: 1102.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -367.501px);
    max-width: -moz-calc(50% - -367.501px);
    max-width: calc(50% - -367.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1032.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1110.001px;
    -ms-flex: 0 0 1110.001px;
    flex: 0 0 1110.001px;
    max-width: 1110.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -370.001px);
    max-width: -moz-calc(50% - -370.001px);
    max-width: calc(50% - -370.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1030.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1117.501px;
    -ms-flex: 0 0 1117.501px;
    flex: 0 0 1117.501px;
    max-width: 1117.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -372.501px);
    max-width: -moz-calc(50% - -372.501px);
    max-width: calc(50% - -372.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1027.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1125.001px;
    -ms-flex: 0 0 1125.001px;
    flex: 0 0 1125.001px;
    max-width: 1125.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1025.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1132.501px;
    -ms-flex: 0 0 1132.501px;
    flex: 0 0 1132.501px;
    max-width: 1132.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -377.501px);
    max-width: -moz-calc(50% - -377.501px);
    max-width: calc(50% - -377.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1022.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1140.001px;
    -ms-flex: 0 0 1140.001px;
    flex: 0 0 1140.001px;
    max-width: 1140.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -380.001px);
    max-width: -moz-calc(50% - -380.001px);
    max-width: calc(50% - -380.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1020.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1147.501px;
    -ms-flex: 0 0 1147.501px;
    flex: 0 0 1147.501px;
    max-width: 1147.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -382.501px);
    max-width: -moz-calc(50% - -382.501px);
    max-width: calc(50% - -382.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1017.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1155.001px;
    -ms-flex: 0 0 1155.001px;
    flex: 0 0 1155.001px;
    max-width: 1155.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -385.001px);
    max-width: -moz-calc(50% - -385.001px);
    max-width: calc(50% - -385.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1015.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1162.501px;
    -ms-flex: 0 0 1162.501px;
    flex: 0 0 1162.501px;
    max-width: 1162.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -387.501px);
    max-width: -moz-calc(50% - -387.501px);
    max-width: calc(50% - -387.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1012.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1170.001px;
    -ms-flex: 0 0 1170.001px;
    flex: 0 0 1170.001px;
    max-width: 1170.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1010.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1177.501px;
    -ms-flex: 0 0 1177.501px;
    flex: 0 0 1177.501px;
    max-width: 1177.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -392.501px);
    max-width: -moz-calc(50% - -392.501px);
    max-width: calc(50% - -392.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1007.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1185.001px;
    -ms-flex: 0 0 1185.001px;
    flex: 0 0 1185.001px;
    max-width: 1185.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -395.001px);
    max-width: -moz-calc(50% - -395.001px);
    max-width: calc(50% - -395.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1005.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1192.501px;
    -ms-flex: 0 0 1192.501px;
    flex: 0 0 1192.501px;
    max-width: 1192.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -397.501px);
    max-width: -moz-calc(50% - -397.501px);
    max-width: calc(50% - -397.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1002.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1000.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1050.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -352.501px);
    max-width: -moz-calc(50% - -352.501px);
    max-width: calc(50% - -352.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1047.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -355.001px);
    max-width: -moz-calc(50% - -355.001px);
    max-width: calc(50% - -355.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1045.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -357.501px);
    max-width: -moz-calc(50% - -357.501px);
    max-width: calc(50% - -357.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1042.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1040.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -362.501px);
    max-width: -moz-calc(50% - -362.501px);
    max-width: calc(50% - -362.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1037.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -365.001px);
    max-width: -moz-calc(50% - -365.001px);
    max-width: calc(50% - -365.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1035.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -367.501px);
    max-width: -moz-calc(50% - -367.501px);
    max-width: calc(50% - -367.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1032.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -370.001px);
    max-width: -moz-calc(50% - -370.001px);
    max-width: calc(50% - -370.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1030.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -372.501px);
    max-width: -moz-calc(50% - -372.501px);
    max-width: calc(50% - -372.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1027.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1025.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -380.001px);
    max-width: -moz-calc(50% - -380.001px);
    max-width: calc(50% - -380.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1020.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -385.001px);
    max-width: -moz-calc(50% - -385.001px);
    max-width: calc(50% - -385.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1015.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1010.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -395.001px);
    max-width: -moz-calc(50% - -395.001px);
    max-width: calc(50% - -395.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1005.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1000.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1152.001px;
    -ms-flex: 0 0 1152.001px;
    flex: 0 0 1152.001px;
    max-width: 1152.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1112.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1112.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1120.001px;
    -ms-flex: 0 0 1120.001px;
    flex: 0 0 1120.001px;
    max-width: 1120.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1120.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1128.001px;
    -ms-flex: 0 0 1128.001px;
    flex: 0 0 1128.001px;
    max-width: 1128.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -423.001px);
    max-width: -moz-calc(50% - -423.001px);
    max-width: calc(50% - -423.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1118.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1136.001px;
    -ms-flex: 0 0 1136.001px;
    flex: 0 0 1136.001px;
    max-width: 1136.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -426.001px);
    max-width: -moz-calc(50% - -426.001px);
    max-width: calc(50% - -426.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1116.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1144.001px;
    -ms-flex: 0 0 1144.001px;
    flex: 0 0 1144.001px;
    max-width: 1144.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -429.001px);
    max-width: -moz-calc(50% - -429.001px);
    max-width: calc(50% - -429.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1114.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1152.001px;
    -ms-flex: 0 0 1152.001px;
    flex: 0 0 1152.001px;
    max-width: 1152.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1112.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1160.001px;
    -ms-flex: 0 0 1160.001px;
    flex: 0 0 1160.001px;
    max-width: 1160.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -435.001px);
    max-width: -moz-calc(50% - -435.001px);
    max-width: calc(50% - -435.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1110.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1168.001px;
    -ms-flex: 0 0 1168.001px;
    flex: 0 0 1168.001px;
    max-width: 1168.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -438.001px);
    max-width: -moz-calc(50% - -438.001px);
    max-width: calc(50% - -438.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1108.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1176.001px;
    -ms-flex: 0 0 1176.001px;
    flex: 0 0 1176.001px;
    max-width: 1176.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -441.001px);
    max-width: -moz-calc(50% - -441.001px);
    max-width: calc(50% - -441.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1106.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1184.001px;
    -ms-flex: 0 0 1184.001px;
    flex: 0 0 1184.001px;
    max-width: 1184.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -444.001px);
    max-width: -moz-calc(50% - -444.001px);
    max-width: calc(50% - -444.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1104.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1192.001px;
    -ms-flex: 0 0 1192.001px;
    flex: 0 0 1192.001px;
    max-width: 1192.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -447.001px);
    max-width: -moz-calc(50% - -447.001px);
    max-width: calc(50% - -447.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1102.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1100.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1208.001px;
    -ms-flex: 0 0 1208.001px;
    flex: 0 0 1208.001px;
    max-width: 1208.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -453.001px);
    max-width: -moz-calc(50% - -453.001px);
    max-width: calc(50% - -453.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1098.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1216.001px;
    -ms-flex: 0 0 1216.001px;
    flex: 0 0 1216.001px;
    max-width: 1216.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -456.001px);
    max-width: -moz-calc(50% - -456.001px);
    max-width: calc(50% - -456.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1096.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1224.001px;
    -ms-flex: 0 0 1224.001px;
    flex: 0 0 1224.001px;
    max-width: 1224.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -459.001px);
    max-width: -moz-calc(50% - -459.001px);
    max-width: calc(50% - -459.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1094.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1232.001px;
    -ms-flex: 0 0 1232.001px;
    flex: 0 0 1232.001px;
    max-width: 1232.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -462.001px);
    max-width: -moz-calc(50% - -462.001px);
    max-width: calc(50% - -462.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1092.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -465.001px);
    max-width: -moz-calc(50% - -465.001px);
    max-width: calc(50% - -465.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1090.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1248.001px;
    -ms-flex: 0 0 1248.001px;
    flex: 0 0 1248.001px;
    max-width: 1248.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -468.001px);
    max-width: -moz-calc(50% - -468.001px);
    max-width: calc(50% - -468.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1088.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1256.001px;
    -ms-flex: 0 0 1256.001px;
    flex: 0 0 1256.001px;
    max-width: 1256.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -471.001px);
    max-width: -moz-calc(50% - -471.001px);
    max-width: calc(50% - -471.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1086.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1264.001px;
    -ms-flex: 0 0 1264.001px;
    flex: 0 0 1264.001px;
    max-width: 1264.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -474.001px);
    max-width: -moz-calc(50% - -474.001px);
    max-width: calc(50% - -474.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1084.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1272.001px;
    -ms-flex: 0 0 1272.001px;
    flex: 0 0 1272.001px;
    max-width: 1272.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -477.001px);
    max-width: -moz-calc(50% - -477.001px);
    max-width: calc(50% - -477.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1082.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1280.001px;
    -ms-flex: 0 0 1280.001px;
    flex: 0 0 1280.001px;
    max-width: 1280.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1080.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1120.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -423.001px);
    max-width: -moz-calc(50% - -423.001px);
    max-width: calc(50% - -423.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1118.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -426.001px);
    max-width: -moz-calc(50% - -426.001px);
    max-width: calc(50% - -426.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1116.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -429.001px);
    max-width: -moz-calc(50% - -429.001px);
    max-width: calc(50% - -429.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1114.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1112.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -435.001px);
    max-width: -moz-calc(50% - -435.001px);
    max-width: calc(50% - -435.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1110.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -438.001px);
    max-width: -moz-calc(50% - -438.001px);
    max-width: calc(50% - -438.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1108.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -441.001px);
    max-width: -moz-calc(50% - -441.001px);
    max-width: calc(50% - -441.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1106.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -444.001px);
    max-width: -moz-calc(50% - -444.001px);
    max-width: calc(50% - -444.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1104.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -447.001px);
    max-width: -moz-calc(50% - -447.001px);
    max-width: calc(50% - -447.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1102.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -456.001px);
    max-width: -moz-calc(50% - -456.001px);
    max-width: calc(50% - -456.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1096.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -462.001px);
    max-width: -moz-calc(50% - -462.001px);
    max-width: calc(50% - -462.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1092.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -468.001px);
    max-width: -moz-calc(50% - -468.001px);
    max-width: calc(50% - -468.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1088.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -474.001px);
    max-width: -moz-calc(50% - -474.001px);
    max-width: calc(50% - -474.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1084.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1080.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1160.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1160.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1166.66767px;
    -ms-flex: 0 0 1166.66767px;
    flex: 0 0 1166.66767px;
    max-width: 1166.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1166.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1175.001px;
    -ms-flex: 0 0 1175.001px;
    flex: 0 0 1175.001px;
    max-width: 1175.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -470.001px);
    max-width: -moz-calc(50% - -470.001px);
    max-width: calc(50% - -470.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1165.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1183.33433px;
    -ms-flex: 0 0 1183.33433px;
    flex: 0 0 1183.33433px;
    max-width: 1183.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -473.33433px);
    max-width: -moz-calc(50% - -473.33433px);
    max-width: calc(50% - -473.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1163.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1191.66767px;
    -ms-flex: 0 0 1191.66767px;
    flex: 0 0 1191.66767px;
    max-width: 1191.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -476.66767px);
    max-width: -moz-calc(50% - -476.66767px);
    max-width: calc(50% - -476.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1161.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1160.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1208.33433px;
    -ms-flex: 0 0 1208.33433px;
    flex: 0 0 1208.33433px;
    max-width: 1208.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -483.33433px);
    max-width: -moz-calc(50% - -483.33433px);
    max-width: calc(50% - -483.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1158.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1216.66767px;
    -ms-flex: 0 0 1216.66767px;
    flex: 0 0 1216.66767px;
    max-width: 1216.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -486.66767px);
    max-width: -moz-calc(50% - -486.66767px);
    max-width: calc(50% - -486.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1156.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1225.001px;
    -ms-flex: 0 0 1225.001px;
    flex: 0 0 1225.001px;
    max-width: 1225.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -490.001px);
    max-width: -moz-calc(50% - -490.001px);
    max-width: calc(50% - -490.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1155.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1233.33433px;
    -ms-flex: 0 0 1233.33433px;
    flex: 0 0 1233.33433px;
    max-width: 1233.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -493.33433px);
    max-width: -moz-calc(50% - -493.33433px);
    max-width: calc(50% - -493.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1153.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1241.66767px;
    -ms-flex: 0 0 1241.66767px;
    flex: 0 0 1241.66767px;
    max-width: 1241.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -496.66767px);
    max-width: -moz-calc(50% - -496.66767px);
    max-width: calc(50% - -496.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1151.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1250.001px;
    -ms-flex: 0 0 1250.001px;
    flex: 0 0 1250.001px;
    max-width: 1250.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1150.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1258.33433px;
    -ms-flex: 0 0 1258.33433px;
    flex: 0 0 1258.33433px;
    max-width: 1258.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -503.33433px);
    max-width: -moz-calc(50% - -503.33433px);
    max-width: calc(50% - -503.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1148.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1266.66767px;
    -ms-flex: 0 0 1266.66767px;
    flex: 0 0 1266.66767px;
    max-width: 1266.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -506.66767px);
    max-width: -moz-calc(50% - -506.66767px);
    max-width: calc(50% - -506.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1146.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1275.001px;
    -ms-flex: 0 0 1275.001px;
    flex: 0 0 1275.001px;
    max-width: 1275.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -510.001px);
    max-width: -moz-calc(50% - -510.001px);
    max-width: calc(50% - -510.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1145.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -513.33433px);
    max-width: -moz-calc(50% - -513.33433px);
    max-width: calc(50% - -513.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1143.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1291.66767px;
    -ms-flex: 0 0 1291.66767px;
    flex: 0 0 1291.66767px;
    max-width: 1291.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1141.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1300.001px;
    -ms-flex: 0 0 1300.001px;
    flex: 0 0 1300.001px;
    max-width: 1300.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -520.001px);
    max-width: -moz-calc(50% - -520.001px);
    max-width: calc(50% - -520.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1140.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1308.33433px;
    -ms-flex: 0 0 1308.33433px;
    flex: 0 0 1308.33433px;
    max-width: 1308.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -523.33433px);
    max-width: -moz-calc(50% - -523.33433px);
    max-width: calc(50% - -523.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1138.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1316.66767px;
    -ms-flex: 0 0 1316.66767px;
    flex: 0 0 1316.66767px;
    max-width: 1316.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -526.66767px);
    max-width: -moz-calc(50% - -526.66767px);
    max-width: calc(50% - -526.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1136.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1325.001px;
    -ms-flex: 0 0 1325.001px;
    flex: 0 0 1325.001px;
    max-width: 1325.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -530.001px);
    max-width: -moz-calc(50% - -530.001px);
    max-width: calc(50% - -530.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1135.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1333.33433px;
    -ms-flex: 0 0 1333.33433px;
    flex: 0 0 1333.33433px;
    max-width: 1333.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1133.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1166.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -470.001px);
    max-width: -moz-calc(50% - -470.001px);
    max-width: calc(50% - -470.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1165.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -473.33433px);
    max-width: -moz-calc(50% - -473.33433px);
    max-width: calc(50% - -473.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1163.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -476.66767px);
    max-width: -moz-calc(50% - -476.66767px);
    max-width: calc(50% - -476.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1161.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1160.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -483.33433px);
    max-width: -moz-calc(50% - -483.33433px);
    max-width: calc(50% - -483.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1158.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -486.66767px);
    max-width: -moz-calc(50% - -486.66767px);
    max-width: calc(50% - -486.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1156.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -490.001px);
    max-width: -moz-calc(50% - -490.001px);
    max-width: calc(50% - -490.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1155.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -493.33433px);
    max-width: -moz-calc(50% - -493.33433px);
    max-width: calc(50% - -493.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1153.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -496.66767px);
    max-width: -moz-calc(50% - -496.66767px);
    max-width: calc(50% - -496.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1151.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1150.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -506.66767px);
    max-width: -moz-calc(50% - -506.66767px);
    max-width: calc(50% - -506.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1146.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -513.33433px);
    max-width: -moz-calc(50% - -513.33433px);
    max-width: calc(50% - -513.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1143.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -520.001px);
    max-width: -moz-calc(50% - -520.001px);
    max-width: calc(50% - -520.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1140.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -526.66767px);
    max-width: -moz-calc(50% - -526.66767px);
    max-width: calc(50% - -526.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1136.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1133.33433px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1280.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1280.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1283.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1292.501px;
    -ms-flex: 0 0 1292.501px;
    flex: 0 0 1292.501px;
    max-width: 1292.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -587.501px);
    max-width: -moz-calc(50% - -587.501px);
    max-width: calc(50% - -587.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1282.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1301.66767px;
    -ms-flex: 0 0 1301.66767px;
    flex: 0 0 1301.66767px;
    max-width: 1301.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -591.66767px);
    max-width: -moz-calc(50% - -591.66767px);
    max-width: calc(50% - -591.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1281.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1310.83433px;
    -ms-flex: 0 0 1310.83433px;
    flex: 0 0 1310.83433px;
    max-width: 1310.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -595.83433px);
    max-width: -moz-calc(50% - -595.83433px);
    max-width: calc(50% - -595.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1280.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1280.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1329.16767px;
    -ms-flex: 0 0 1329.16767px;
    flex: 0 0 1329.16767px;
    max-width: 1329.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -604.16767px);
    max-width: -moz-calc(50% - -604.16767px);
    max-width: calc(50% - -604.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1279.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1338.33433px;
    -ms-flex: 0 0 1338.33433px;
    flex: 0 0 1338.33433px;
    max-width: 1338.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -608.33433px);
    max-width: -moz-calc(50% - -608.33433px);
    max-width: calc(50% - -608.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1278.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1347.501px;
    -ms-flex: 0 0 1347.501px;
    flex: 0 0 1347.501px;
    max-width: 1347.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -612.501px);
    max-width: -moz-calc(50% - -612.501px);
    max-width: calc(50% - -612.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1277.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1356.66767px;
    -ms-flex: 0 0 1356.66767px;
    flex: 0 0 1356.66767px;
    max-width: 1356.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -616.66767px);
    max-width: -moz-calc(50% - -616.66767px);
    max-width: calc(50% - -616.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1276.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1365.83433px;
    -ms-flex: 0 0 1365.83433px;
    flex: 0 0 1365.83433px;
    max-width: 1365.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -620.83433px);
    max-width: -moz-calc(50% - -620.83433px);
    max-width: calc(50% - -620.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1275.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1375.001px;
    -ms-flex: 0 0 1375.001px;
    flex: 0 0 1375.001px;
    max-width: 1375.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1275.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1384.16767px;
    -ms-flex: 0 0 1384.16767px;
    flex: 0 0 1384.16767px;
    max-width: 1384.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -629.16767px);
    max-width: -moz-calc(50% - -629.16767px);
    max-width: calc(50% - -629.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1274.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1393.33433px;
    -ms-flex: 0 0 1393.33433px;
    flex: 0 0 1393.33433px;
    max-width: 1393.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -633.33433px);
    max-width: -moz-calc(50% - -633.33433px);
    max-width: calc(50% - -633.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1273.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1402.501px;
    -ms-flex: 0 0 1402.501px;
    flex: 0 0 1402.501px;
    max-width: 1402.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -637.501px);
    max-width: -moz-calc(50% - -637.501px);
    max-width: calc(50% - -637.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1272.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1411.66767px;
    -ms-flex: 0 0 1411.66767px;
    flex: 0 0 1411.66767px;
    max-width: 1411.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -641.66767px);
    max-width: -moz-calc(50% - -641.66767px);
    max-width: calc(50% - -641.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1271.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1420.83433px;
    -ms-flex: 0 0 1420.83433px;
    flex: 0 0 1420.83433px;
    max-width: 1420.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -645.83433px);
    max-width: -moz-calc(50% - -645.83433px);
    max-width: calc(50% - -645.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1270.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1430.001px;
    -ms-flex: 0 0 1430.001px;
    flex: 0 0 1430.001px;
    max-width: 1430.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1270.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1439.16767px;
    -ms-flex: 0 0 1439.16767px;
    flex: 0 0 1439.16767px;
    max-width: 1439.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -654.16767px);
    max-width: -moz-calc(50% - -654.16767px);
    max-width: calc(50% - -654.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1269.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1448.33433px;
    -ms-flex: 0 0 1448.33433px;
    flex: 0 0 1448.33433px;
    max-width: 1448.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -658.33433px);
    max-width: -moz-calc(50% - -658.33433px);
    max-width: calc(50% - -658.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1268.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1457.501px;
    -ms-flex: 0 0 1457.501px;
    flex: 0 0 1457.501px;
    max-width: 1457.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -662.501px);
    max-width: -moz-calc(50% - -662.501px);
    max-width: calc(50% - -662.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1267.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1466.66767px;
    -ms-flex: 0 0 1466.66767px;
    flex: 0 0 1466.66767px;
    max-width: 1466.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -666.66767px);
    max-width: -moz-calc(50% - -666.66767px);
    max-width: calc(50% - -666.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1266.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1283.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -587.501px);
    max-width: -moz-calc(50% - -587.501px);
    max-width: calc(50% - -587.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1282.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -591.66767px);
    max-width: -moz-calc(50% - -591.66767px);
    max-width: calc(50% - -591.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1281.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -595.83433px);
    max-width: -moz-calc(50% - -595.83433px);
    max-width: calc(50% - -595.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1280.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1280.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -604.16767px);
    max-width: -moz-calc(50% - -604.16767px);
    max-width: calc(50% - -604.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1279.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -608.33433px);
    max-width: -moz-calc(50% - -608.33433px);
    max-width: calc(50% - -608.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1278.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -612.501px);
    max-width: -moz-calc(50% - -612.501px);
    max-width: calc(50% - -612.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1277.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -616.66767px);
    max-width: -moz-calc(50% - -616.66767px);
    max-width: calc(50% - -616.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1276.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -620.83433px);
    max-width: -moz-calc(50% - -620.83433px);
    max-width: calc(50% - -620.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1275.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1275.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -633.33433px);
    max-width: -moz-calc(50% - -633.33433px);
    max-width: calc(50% - -633.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1273.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -641.66767px);
    max-width: -moz-calc(50% - -641.66767px);
    max-width: calc(50% - -641.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1271.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1270.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -658.33433px);
    max-width: -moz-calc(50% - -658.33433px);
    max-width: calc(50% - -658.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1268.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -666.66767px);
    max-width: -moz-calc(50% - -666.66767px);
    max-width: calc(50% - -666.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1266.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1440.001px;
    -ms-flex: 0 0 1440.001px;
    flex: 0 0 1440.001px;
    max-width: 1440.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1400.001px;
    -ms-flex: 0 0 1400.001px;
    flex: 0 0 1400.001px;
    max-width: 1400.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1410.001px;
    -ms-flex: 0 0 1410.001px;
    flex: 0 0 1410.001px;
    max-width: 1410.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -705.001px);
    max-width: -moz-calc(50% - -705.001px);
    max-width: calc(50% - -705.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1420.001px;
    -ms-flex: 0 0 1420.001px;
    flex: 0 0 1420.001px;
    max-width: 1420.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -710.001px);
    max-width: -moz-calc(50% - -710.001px);
    max-width: calc(50% - -710.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1430.001px;
    -ms-flex: 0 0 1430.001px;
    flex: 0 0 1430.001px;
    max-width: 1430.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -715.001px);
    max-width: -moz-calc(50% - -715.001px);
    max-width: calc(50% - -715.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1440.001px;
    -ms-flex: 0 0 1440.001px;
    flex: 0 0 1440.001px;
    max-width: 1440.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1450.001px;
    -ms-flex: 0 0 1450.001px;
    flex: 0 0 1450.001px;
    max-width: 1450.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -725.001px);
    max-width: -moz-calc(50% - -725.001px);
    max-width: calc(50% - -725.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1460.001px;
    -ms-flex: 0 0 1460.001px;
    flex: 0 0 1460.001px;
    max-width: 1460.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -730.001px);
    max-width: -moz-calc(50% - -730.001px);
    max-width: calc(50% - -730.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1470.001px;
    -ms-flex: 0 0 1470.001px;
    flex: 0 0 1470.001px;
    max-width: 1470.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -735.001px);
    max-width: -moz-calc(50% - -735.001px);
    max-width: calc(50% - -735.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1480.001px;
    -ms-flex: 0 0 1480.001px;
    flex: 0 0 1480.001px;
    max-width: 1480.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -740.001px);
    max-width: -moz-calc(50% - -740.001px);
    max-width: calc(50% - -740.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1490.001px;
    -ms-flex: 0 0 1490.001px;
    flex: 0 0 1490.001px;
    max-width: 1490.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -745.001px);
    max-width: -moz-calc(50% - -745.001px);
    max-width: calc(50% - -745.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1500.001px;
    -ms-flex: 0 0 1500.001px;
    flex: 0 0 1500.001px;
    max-width: 1500.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -750.001px);
    max-width: -moz-calc(50% - -750.001px);
    max-width: calc(50% - -750.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1510.001px;
    -ms-flex: 0 0 1510.001px;
    flex: 0 0 1510.001px;
    max-width: 1510.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -755.001px);
    max-width: -moz-calc(50% - -755.001px);
    max-width: calc(50% - -755.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1520.001px;
    -ms-flex: 0 0 1520.001px;
    flex: 0 0 1520.001px;
    max-width: 1520.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -760.001px);
    max-width: -moz-calc(50% - -760.001px);
    max-width: calc(50% - -760.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1530.001px;
    -ms-flex: 0 0 1530.001px;
    flex: 0 0 1530.001px;
    max-width: 1530.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -765.001px);
    max-width: -moz-calc(50% - -765.001px);
    max-width: calc(50% - -765.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1540.001px;
    -ms-flex: 0 0 1540.001px;
    flex: 0 0 1540.001px;
    max-width: 1540.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -770.001px);
    max-width: -moz-calc(50% - -770.001px);
    max-width: calc(50% - -770.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1550.001px;
    -ms-flex: 0 0 1550.001px;
    flex: 0 0 1550.001px;
    max-width: 1550.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -775.001px);
    max-width: -moz-calc(50% - -775.001px);
    max-width: calc(50% - -775.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1560.001px;
    -ms-flex: 0 0 1560.001px;
    flex: 0 0 1560.001px;
    max-width: 1560.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -780.001px);
    max-width: -moz-calc(50% - -780.001px);
    max-width: calc(50% - -780.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1570.001px;
    -ms-flex: 0 0 1570.001px;
    flex: 0 0 1570.001px;
    max-width: 1570.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -785.001px);
    max-width: -moz-calc(50% - -785.001px);
    max-width: calc(50% - -785.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1580.001px;
    -ms-flex: 0 0 1580.001px;
    flex: 0 0 1580.001px;
    max-width: 1580.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -790.001px);
    max-width: -moz-calc(50% - -790.001px);
    max-width: calc(50% - -790.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1590.001px;
    -ms-flex: 0 0 1590.001px;
    flex: 0 0 1590.001px;
    max-width: 1590.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -795.001px);
    max-width: -moz-calc(50% - -795.001px);
    max-width: calc(50% - -795.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1600.001px;
    -ms-flex: 0 0 1600.001px;
    flex: 0 0 1600.001px;
    max-width: 1600.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -800.001px);
    max-width: -moz-calc(50% - -800.001px);
    max-width: calc(50% - -800.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -705.001px);
    max-width: -moz-calc(50% - -705.001px);
    max-width: calc(50% - -705.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -710.001px);
    max-width: -moz-calc(50% - -710.001px);
    max-width: calc(50% - -710.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -715.001px);
    max-width: -moz-calc(50% - -715.001px);
    max-width: calc(50% - -715.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -725.001px);
    max-width: -moz-calc(50% - -725.001px);
    max-width: calc(50% - -725.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -730.001px);
    max-width: -moz-calc(50% - -730.001px);
    max-width: calc(50% - -730.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -735.001px);
    max-width: -moz-calc(50% - -735.001px);
    max-width: calc(50% - -735.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -740.001px);
    max-width: -moz-calc(50% - -740.001px);
    max-width: calc(50% - -740.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -745.001px);
    max-width: -moz-calc(50% - -745.001px);
    max-width: calc(50% - -745.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -750.001px);
    max-width: -moz-calc(50% - -750.001px);
    max-width: calc(50% - -750.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -760.001px);
    max-width: -moz-calc(50% - -760.001px);
    max-width: calc(50% - -760.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -770.001px);
    max-width: -moz-calc(50% - -770.001px);
    max-width: calc(50% - -770.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -780.001px);
    max-width: -moz-calc(50% - -780.001px);
    max-width: calc(50% - -780.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -790.001px);
    max-width: -moz-calc(50% - -790.001px);
    max-width: calc(50% - -790.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -800.001px);
    max-width: -moz-calc(50% - -800.001px);
    max-width: calc(50% - -800.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Inner row */
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 120.001px;
    -ms-flex: 0 0 120.001px;
    flex: 0 0 120.001px;
    max-width: 120.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 80.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 80.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 80.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 116.66767px;
    -ms-flex: 0 0 116.66767px;
    flex: 0 0 116.66767px;
    max-width: 116.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 76.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 76.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 117.501px;
    -ms-flex: 0 0 117.501px;
    flex: 0 0 117.501px;
    max-width: 117.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 587.499px);
    max-width: -moz-calc(50% - 587.499px);
    max-width: calc(50% - 587.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 77.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 587.499px);
    max-width: -moz-calc(50% - 587.499px);
    max-width: calc(50% - 587.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 77.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 118.33433px;
    -ms-flex: 0 0 118.33433px;
    flex: 0 0 118.33433px;
    max-width: 118.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 591.66567px);
    max-width: -moz-calc(50% - 591.66567px);
    max-width: calc(50% - 591.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 78.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 591.66567px);
    max-width: -moz-calc(50% - 591.66567px);
    max-width: calc(50% - 591.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 78.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 119.16767px;
    -ms-flex: 0 0 119.16767px;
    flex: 0 0 119.16767px;
    max-width: 119.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 595.83233px);
    max-width: -moz-calc(50% - 595.83233px);
    max-width: calc(50% - 595.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 79.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 595.83233px);
    max-width: -moz-calc(50% - 595.83233px);
    max-width: calc(50% - 595.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 79.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 120.001px;
    -ms-flex: 0 0 120.001px;
    flex: 0 0 120.001px;
    max-width: 120.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 80.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 80.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 120.83433px;
    -ms-flex: 0 0 120.83433px;
    flex: 0 0 120.83433px;
    max-width: 120.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 604.16567px);
    max-width: -moz-calc(50% - 604.16567px);
    max-width: calc(50% - 604.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 80.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 604.16567px);
    max-width: -moz-calc(50% - 604.16567px);
    max-width: calc(50% - 604.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 80.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 121.66767px;
    -ms-flex: 0 0 121.66767px;
    flex: 0 0 121.66767px;
    max-width: 121.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 608.33233px);
    max-width: -moz-calc(50% - 608.33233px);
    max-width: calc(50% - 608.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 81.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 608.33233px);
    max-width: -moz-calc(50% - 608.33233px);
    max-width: calc(50% - 608.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 81.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 122.501px;
    -ms-flex: 0 0 122.501px;
    flex: 0 0 122.501px;
    max-width: 122.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 612.499px);
    max-width: -moz-calc(50% - 612.499px);
    max-width: calc(50% - 612.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 82.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 612.499px);
    max-width: -moz-calc(50% - 612.499px);
    max-width: calc(50% - 612.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 82.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 123.33433px;
    -ms-flex: 0 0 123.33433px;
    flex: 0 0 123.33433px;
    max-width: 123.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 616.66567px);
    max-width: -moz-calc(50% - 616.66567px);
    max-width: calc(50% - 616.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 83.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 616.66567px);
    max-width: -moz-calc(50% - 616.66567px);
    max-width: calc(50% - 616.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 83.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 124.16767px;
    -ms-flex: 0 0 124.16767px;
    flex: 0 0 124.16767px;
    max-width: 124.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 620.83233px);
    max-width: -moz-calc(50% - 620.83233px);
    max-width: calc(50% - 620.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 84.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 620.83233px);
    max-width: -moz-calc(50% - 620.83233px);
    max-width: calc(50% - 620.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 84.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 125.001px;
    -ms-flex: 0 0 125.001px;
    flex: 0 0 125.001px;
    max-width: 125.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 624.999px);
    max-width: -moz-calc(50% - 624.999px);
    max-width: calc(50% - 624.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 85.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 624.999px);
    max-width: -moz-calc(50% - 624.999px);
    max-width: calc(50% - 624.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 85.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 125.83433px;
    -ms-flex: 0 0 125.83433px;
    flex: 0 0 125.83433px;
    max-width: 125.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 629.16567px);
    max-width: -moz-calc(50% - 629.16567px);
    max-width: calc(50% - 629.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 85.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 629.16567px);
    max-width: -moz-calc(50% - 629.16567px);
    max-width: calc(50% - 629.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 85.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 126.66767px;
    -ms-flex: 0 0 126.66767px;
    flex: 0 0 126.66767px;
    max-width: 126.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 633.33233px);
    max-width: -moz-calc(50% - 633.33233px);
    max-width: calc(50% - 633.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 86.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 633.33233px);
    max-width: -moz-calc(50% - 633.33233px);
    max-width: calc(50% - 633.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 86.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 127.501px;
    -ms-flex: 0 0 127.501px;
    flex: 0 0 127.501px;
    max-width: 127.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 637.499px);
    max-width: -moz-calc(50% - 637.499px);
    max-width: calc(50% - 637.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 87.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 637.499px);
    max-width: -moz-calc(50% - 637.499px);
    max-width: calc(50% - 637.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 87.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 128.33433px;
    -ms-flex: 0 0 128.33433px;
    flex: 0 0 128.33433px;
    max-width: 128.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 641.66567px);
    max-width: -moz-calc(50% - 641.66567px);
    max-width: calc(50% - 641.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 88.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 641.66567px);
    max-width: -moz-calc(50% - 641.66567px);
    max-width: calc(50% - 641.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 88.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 129.16767px;
    -ms-flex: 0 0 129.16767px;
    flex: 0 0 129.16767px;
    max-width: 129.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 645.83233px);
    max-width: -moz-calc(50% - 645.83233px);
    max-width: calc(50% - 645.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 89.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 645.83233px);
    max-width: -moz-calc(50% - 645.83233px);
    max-width: calc(50% - 645.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 89.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 130.001px;
    -ms-flex: 0 0 130.001px;
    flex: 0 0 130.001px;
    max-width: 130.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 649.999px);
    max-width: -moz-calc(50% - 649.999px);
    max-width: calc(50% - 649.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 90.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 649.999px);
    max-width: -moz-calc(50% - 649.999px);
    max-width: calc(50% - 649.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 90.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 130.83433px;
    -ms-flex: 0 0 130.83433px;
    flex: 0 0 130.83433px;
    max-width: 130.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 654.16567px);
    max-width: -moz-calc(50% - 654.16567px);
    max-width: calc(50% - 654.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 90.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 654.16567px);
    max-width: -moz-calc(50% - 654.16567px);
    max-width: calc(50% - 654.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 90.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 131.66767px;
    -ms-flex: 0 0 131.66767px;
    flex: 0 0 131.66767px;
    max-width: 131.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 658.33233px);
    max-width: -moz-calc(50% - 658.33233px);
    max-width: calc(50% - 658.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 91.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 658.33233px);
    max-width: -moz-calc(50% - 658.33233px);
    max-width: calc(50% - 658.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 91.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 132.501px;
    -ms-flex: 0 0 132.501px;
    flex: 0 0 132.501px;
    max-width: 132.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 662.499px);
    max-width: -moz-calc(50% - 662.499px);
    max-width: calc(50% - 662.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 92.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 662.499px);
    max-width: -moz-calc(50% - 662.499px);
    max-width: calc(50% - 662.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 92.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 133.33433px;
    -ms-flex: 0 0 133.33433px;
    flex: 0 0 133.33433px;
    max-width: 133.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 666.66567px);
    max-width: -moz-calc(50% - 666.66567px);
    max-width: calc(50% - 666.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
    max-width: 93.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 666.66567px);
    max-width: -moz-calc(50% - 666.66567px);
    max-width: calc(50% - 666.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
    max-width: 93.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 200.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 200.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 200.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 233.33433px;
    -ms-flex: 0 0 233.33433px;
    flex: 0 0 233.33433px;
    max-width: 233.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 193.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 193.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 235.001px;
    -ms-flex: 0 0 235.001px;
    flex: 0 0 235.001px;
    max-width: 235.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 469.999px);
    max-width: -moz-calc(50% - 469.999px);
    max-width: calc(50% - 469.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 195.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 469.999px);
    max-width: -moz-calc(50% - 469.999px);
    max-width: calc(50% - 469.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 195.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 236.66767px;
    -ms-flex: 0 0 236.66767px;
    flex: 0 0 236.66767px;
    max-width: 236.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 473.33233px);
    max-width: -moz-calc(50% - 473.33233px);
    max-width: calc(50% - 473.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 196.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 473.33233px);
    max-width: -moz-calc(50% - 473.33233px);
    max-width: calc(50% - 473.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 196.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 238.33433px;
    -ms-flex: 0 0 238.33433px;
    flex: 0 0 238.33433px;
    max-width: 238.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 476.66567px);
    max-width: -moz-calc(50% - 476.66567px);
    max-width: calc(50% - 476.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 198.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 476.66567px);
    max-width: -moz-calc(50% - 476.66567px);
    max-width: calc(50% - 476.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 198.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 241.66767px;
    -ms-flex: 0 0 241.66767px;
    flex: 0 0 241.66767px;
    max-width: 241.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 483.33233px);
    max-width: -moz-calc(50% - 483.33233px);
    max-width: calc(50% - 483.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 201.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 483.33233px);
    max-width: -moz-calc(50% - 483.33233px);
    max-width: calc(50% - 483.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 201.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 243.33433px;
    -ms-flex: 0 0 243.33433px;
    flex: 0 0 243.33433px;
    max-width: 243.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 486.66567px);
    max-width: -moz-calc(50% - 486.66567px);
    max-width: calc(50% - 486.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 203.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 486.66567px);
    max-width: -moz-calc(50% - 486.66567px);
    max-width: calc(50% - 486.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 203.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 245.001px;
    -ms-flex: 0 0 245.001px;
    flex: 0 0 245.001px;
    max-width: 245.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 489.999px);
    max-width: -moz-calc(50% - 489.999px);
    max-width: calc(50% - 489.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 205.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 489.999px);
    max-width: -moz-calc(50% - 489.999px);
    max-width: calc(50% - 489.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 205.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 246.66767px;
    -ms-flex: 0 0 246.66767px;
    flex: 0 0 246.66767px;
    max-width: 246.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 493.33233px);
    max-width: -moz-calc(50% - 493.33233px);
    max-width: calc(50% - 493.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 206.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 493.33233px);
    max-width: -moz-calc(50% - 493.33233px);
    max-width: calc(50% - 493.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 206.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 248.33433px;
    -ms-flex: 0 0 248.33433px;
    flex: 0 0 248.33433px;
    max-width: 248.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 496.66567px);
    max-width: -moz-calc(50% - 496.66567px);
    max-width: calc(50% - 496.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 208.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 496.66567px);
    max-width: -moz-calc(50% - 496.66567px);
    max-width: calc(50% - 496.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 208.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 250.001px;
    -ms-flex: 0 0 250.001px;
    flex: 0 0 250.001px;
    max-width: 250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 251.66767px;
    -ms-flex: 0 0 251.66767px;
    flex: 0 0 251.66767px;
    max-width: 251.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 503.33233px);
    max-width: -moz-calc(50% - 503.33233px);
    max-width: calc(50% - 503.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 211.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 503.33233px);
    max-width: -moz-calc(50% - 503.33233px);
    max-width: calc(50% - 503.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 211.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 253.33433px;
    -ms-flex: 0 0 253.33433px;
    flex: 0 0 253.33433px;
    max-width: 253.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 506.66567px);
    max-width: -moz-calc(50% - 506.66567px);
    max-width: calc(50% - 506.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 213.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 506.66567px);
    max-width: -moz-calc(50% - 506.66567px);
    max-width: calc(50% - 506.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 213.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 255.001px;
    -ms-flex: 0 0 255.001px;
    flex: 0 0 255.001px;
    max-width: 255.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 509.999px);
    max-width: -moz-calc(50% - 509.999px);
    max-width: calc(50% - 509.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 215.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 509.999px);
    max-width: -moz-calc(50% - 509.999px);
    max-width: calc(50% - 509.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 215.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 256.66767px;
    -ms-flex: 0 0 256.66767px;
    flex: 0 0 256.66767px;
    max-width: 256.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 513.33233px);
    max-width: -moz-calc(50% - 513.33233px);
    max-width: calc(50% - 513.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 216.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 513.33233px);
    max-width: -moz-calc(50% - 513.33233px);
    max-width: calc(50% - 513.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 216.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 258.33433px;
    -ms-flex: 0 0 258.33433px;
    flex: 0 0 258.33433px;
    max-width: 258.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 218.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 218.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 260.001px;
    -ms-flex: 0 0 260.001px;
    flex: 0 0 260.001px;
    max-width: 260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 519.999px);
    max-width: -moz-calc(50% - 519.999px);
    max-width: calc(50% - 519.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 220.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 519.999px);
    max-width: -moz-calc(50% - 519.999px);
    max-width: calc(50% - 519.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 220.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 261.66767px;
    -ms-flex: 0 0 261.66767px;
    flex: 0 0 261.66767px;
    max-width: 261.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 523.33233px);
    max-width: -moz-calc(50% - 523.33233px);
    max-width: calc(50% - 523.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 221.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 523.33233px);
    max-width: -moz-calc(50% - 523.33233px);
    max-width: calc(50% - 523.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 221.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 263.33433px;
    -ms-flex: 0 0 263.33433px;
    flex: 0 0 263.33433px;
    max-width: 263.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 526.66567px);
    max-width: -moz-calc(50% - 526.66567px);
    max-width: calc(50% - 526.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 223.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 526.66567px);
    max-width: -moz-calc(50% - 526.66567px);
    max-width: calc(50% - 526.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 223.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 265.001px;
    -ms-flex: 0 0 265.001px;
    flex: 0 0 265.001px;
    max-width: 265.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 529.999px);
    max-width: -moz-calc(50% - 529.999px);
    max-width: calc(50% - 529.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 225.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 529.999px);
    max-width: -moz-calc(50% - 529.999px);
    max-width: calc(50% - 529.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 225.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 266.66767px;
    -ms-flex: 0 0 266.66767px;
    flex: 0 0 266.66767px;
    max-width: 266.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
    max-width: 226.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
    max-width: 226.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 288.001px;
    -ms-flex: 0 0 288.001px;
    flex: 0 0 288.001px;
    max-width: 288.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 248.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 248.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 248.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 280.001px;
    -ms-flex: 0 0 280.001px;
    flex: 0 0 280.001px;
    max-width: 280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 282.001px;
    -ms-flex: 0 0 282.001px;
    flex: 0 0 282.001px;
    max-width: 282.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 422.999px);
    max-width: -moz-calc(50% - 422.999px);
    max-width: calc(50% - 422.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 242.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 422.999px);
    max-width: -moz-calc(50% - 422.999px);
    max-width: calc(50% - 422.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 242.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 284.001px;
    -ms-flex: 0 0 284.001px;
    flex: 0 0 284.001px;
    max-width: 284.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 425.999px);
    max-width: -moz-calc(50% - 425.999px);
    max-width: calc(50% - 425.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 244.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 425.999px);
    max-width: -moz-calc(50% - 425.999px);
    max-width: calc(50% - 425.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 244.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 286.001px;
    -ms-flex: 0 0 286.001px;
    flex: 0 0 286.001px;
    max-width: 286.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 428.999px);
    max-width: -moz-calc(50% - 428.999px);
    max-width: calc(50% - 428.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 246.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 428.999px);
    max-width: -moz-calc(50% - 428.999px);
    max-width: calc(50% - 428.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 246.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 288.001px;
    -ms-flex: 0 0 288.001px;
    flex: 0 0 288.001px;
    max-width: 288.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 248.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 248.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 290.001px;
    -ms-flex: 0 0 290.001px;
    flex: 0 0 290.001px;
    max-width: 290.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 434.999px);
    max-width: -moz-calc(50% - 434.999px);
    max-width: calc(50% - 434.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 434.999px);
    max-width: -moz-calc(50% - 434.999px);
    max-width: calc(50% - 434.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 292.001px;
    -ms-flex: 0 0 292.001px;
    flex: 0 0 292.001px;
    max-width: 292.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 437.999px);
    max-width: -moz-calc(50% - 437.999px);
    max-width: calc(50% - 437.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 252.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 437.999px);
    max-width: -moz-calc(50% - 437.999px);
    max-width: calc(50% - 437.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 252.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 294.001px;
    -ms-flex: 0 0 294.001px;
    flex: 0 0 294.001px;
    max-width: 294.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 440.999px);
    max-width: -moz-calc(50% - 440.999px);
    max-width: calc(50% - 440.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 254.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 440.999px);
    max-width: -moz-calc(50% - 440.999px);
    max-width: calc(50% - 440.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 254.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 296.001px;
    -ms-flex: 0 0 296.001px;
    flex: 0 0 296.001px;
    max-width: 296.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 443.999px);
    max-width: -moz-calc(50% - 443.999px);
    max-width: calc(50% - 443.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 256.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 443.999px);
    max-width: -moz-calc(50% - 443.999px);
    max-width: calc(50% - 443.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 256.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 298.001px;
    -ms-flex: 0 0 298.001px;
    flex: 0 0 298.001px;
    max-width: 298.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 446.999px);
    max-width: -moz-calc(50% - 446.999px);
    max-width: calc(50% - 446.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 258.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 446.999px);
    max-width: -moz-calc(50% - 446.999px);
    max-width: calc(50% - 446.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 258.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 300.001px;
    -ms-flex: 0 0 300.001px;
    flex: 0 0 300.001px;
    max-width: 300.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 302.001px;
    -ms-flex: 0 0 302.001px;
    flex: 0 0 302.001px;
    max-width: 302.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 452.999px);
    max-width: -moz-calc(50% - 452.999px);
    max-width: calc(50% - 452.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 262.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 452.999px);
    max-width: -moz-calc(50% - 452.999px);
    max-width: calc(50% - 452.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 262.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 304.001px;
    -ms-flex: 0 0 304.001px;
    flex: 0 0 304.001px;
    max-width: 304.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 455.999px);
    max-width: -moz-calc(50% - 455.999px);
    max-width: calc(50% - 455.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 264.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 455.999px);
    max-width: -moz-calc(50% - 455.999px);
    max-width: calc(50% - 455.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 264.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 306.001px;
    -ms-flex: 0 0 306.001px;
    flex: 0 0 306.001px;
    max-width: 306.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 458.999px);
    max-width: -moz-calc(50% - 458.999px);
    max-width: calc(50% - 458.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 266.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 458.999px);
    max-width: -moz-calc(50% - 458.999px);
    max-width: calc(50% - 458.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 266.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 308.001px;
    -ms-flex: 0 0 308.001px;
    flex: 0 0 308.001px;
    max-width: 308.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 461.999px);
    max-width: -moz-calc(50% - 461.999px);
    max-width: calc(50% - 461.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 268.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 461.999px);
    max-width: -moz-calc(50% - 461.999px);
    max-width: calc(50% - 461.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 268.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 464.999px);
    max-width: -moz-calc(50% - 464.999px);
    max-width: calc(50% - 464.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 270.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 464.999px);
    max-width: -moz-calc(50% - 464.999px);
    max-width: calc(50% - 464.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 270.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 312.001px;
    -ms-flex: 0 0 312.001px;
    flex: 0 0 312.001px;
    max-width: 312.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 467.999px);
    max-width: -moz-calc(50% - 467.999px);
    max-width: calc(50% - 467.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 272.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 467.999px);
    max-width: -moz-calc(50% - 467.999px);
    max-width: calc(50% - 467.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 272.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 314.001px;
    -ms-flex: 0 0 314.001px;
    flex: 0 0 314.001px;
    max-width: 314.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 470.999px);
    max-width: -moz-calc(50% - 470.999px);
    max-width: calc(50% - 470.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 274.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 470.999px);
    max-width: -moz-calc(50% - 470.999px);
    max-width: calc(50% - 470.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 274.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 316.001px;
    -ms-flex: 0 0 316.001px;
    flex: 0 0 316.001px;
    max-width: 316.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 473.999px);
    max-width: -moz-calc(50% - 473.999px);
    max-width: calc(50% - 473.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 276.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 473.999px);
    max-width: -moz-calc(50% - 473.999px);
    max-width: calc(50% - 473.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 276.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 318.001px;
    -ms-flex: 0 0 318.001px;
    flex: 0 0 318.001px;
    max-width: 318.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 476.999px);
    max-width: -moz-calc(50% - 476.999px);
    max-width: calc(50% - 476.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 278.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 476.999px);
    max-width: -moz-calc(50% - 476.999px);
    max-width: calc(50% - 476.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 278.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 320.001px;
    -ms-flex: 0 0 320.001px;
    flex: 0 0 320.001px;
    max-width: 320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
    max-width: 280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
    max-width: 280.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 360.001px;
    -ms-flex: 0 0 360.001px;
    flex: 0 0 360.001px;
    max-width: 360.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 320.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 320.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 320.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 350.001px;
    -ms-flex: 0 0 350.001px;
    flex: 0 0 350.001px;
    max-width: 350.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 310.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 310.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 352.501px;
    -ms-flex: 0 0 352.501px;
    flex: 0 0 352.501px;
    max-width: 352.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 352.499px);
    max-width: -moz-calc(50% - 352.499px);
    max-width: calc(50% - 352.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 312.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 352.499px);
    max-width: -moz-calc(50% - 352.499px);
    max-width: calc(50% - 352.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 312.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 355.001px;
    -ms-flex: 0 0 355.001px;
    flex: 0 0 355.001px;
    max-width: 355.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 354.999px);
    max-width: -moz-calc(50% - 354.999px);
    max-width: calc(50% - 354.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 315.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 354.999px);
    max-width: -moz-calc(50% - 354.999px);
    max-width: calc(50% - 354.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 315.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 357.501px;
    -ms-flex: 0 0 357.501px;
    flex: 0 0 357.501px;
    max-width: 357.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 357.499px);
    max-width: -moz-calc(50% - 357.499px);
    max-width: calc(50% - 357.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 317.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 357.499px);
    max-width: -moz-calc(50% - 357.499px);
    max-width: calc(50% - 357.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 317.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 360.001px;
    -ms-flex: 0 0 360.001px;
    flex: 0 0 360.001px;
    max-width: 360.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 362.501px;
    -ms-flex: 0 0 362.501px;
    flex: 0 0 362.501px;
    max-width: 362.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 362.499px);
    max-width: -moz-calc(50% - 362.499px);
    max-width: calc(50% - 362.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 322.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 362.499px);
    max-width: -moz-calc(50% - 362.499px);
    max-width: calc(50% - 362.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 322.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 365.001px;
    -ms-flex: 0 0 365.001px;
    flex: 0 0 365.001px;
    max-width: 365.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 364.999px);
    max-width: -moz-calc(50% - 364.999px);
    max-width: calc(50% - 364.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 325.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 364.999px);
    max-width: -moz-calc(50% - 364.999px);
    max-width: calc(50% - 364.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 325.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 367.501px;
    -ms-flex: 0 0 367.501px;
    flex: 0 0 367.501px;
    max-width: 367.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 367.499px);
    max-width: -moz-calc(50% - 367.499px);
    max-width: calc(50% - 367.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 327.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 367.499px);
    max-width: -moz-calc(50% - 367.499px);
    max-width: calc(50% - 367.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 327.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 370.001px;
    -ms-flex: 0 0 370.001px;
    flex: 0 0 370.001px;
    max-width: 370.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 369.999px);
    max-width: -moz-calc(50% - 369.999px);
    max-width: calc(50% - 369.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 330.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 369.999px);
    max-width: -moz-calc(50% - 369.999px);
    max-width: calc(50% - 369.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 330.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 372.501px;
    -ms-flex: 0 0 372.501px;
    flex: 0 0 372.501px;
    max-width: 372.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 372.499px);
    max-width: -moz-calc(50% - 372.499px);
    max-width: calc(50% - 372.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 332.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 372.499px);
    max-width: -moz-calc(50% - 372.499px);
    max-width: calc(50% - 372.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 332.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 375.001px;
    -ms-flex: 0 0 375.001px;
    flex: 0 0 375.001px;
    max-width: 375.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 335.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 335.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 377.501px;
    -ms-flex: 0 0 377.501px;
    flex: 0 0 377.501px;
    max-width: 377.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 377.499px);
    max-width: -moz-calc(50% - 377.499px);
    max-width: calc(50% - 377.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 337.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 377.499px);
    max-width: -moz-calc(50% - 377.499px);
    max-width: calc(50% - 377.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 337.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 380.001px;
    -ms-flex: 0 0 380.001px;
    flex: 0 0 380.001px;
    max-width: 380.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 379.999px);
    max-width: -moz-calc(50% - 379.999px);
    max-width: calc(50% - 379.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 340.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 379.999px);
    max-width: -moz-calc(50% - 379.999px);
    max-width: calc(50% - 379.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 340.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 382.501px;
    -ms-flex: 0 0 382.501px;
    flex: 0 0 382.501px;
    max-width: 382.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 382.499px);
    max-width: -moz-calc(50% - 382.499px);
    max-width: calc(50% - 382.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 342.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 382.499px);
    max-width: -moz-calc(50% - 382.499px);
    max-width: calc(50% - 382.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 342.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 385.001px;
    -ms-flex: 0 0 385.001px;
    flex: 0 0 385.001px;
    max-width: 385.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 384.999px);
    max-width: -moz-calc(50% - 384.999px);
    max-width: calc(50% - 384.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 345.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 384.999px);
    max-width: -moz-calc(50% - 384.999px);
    max-width: calc(50% - 384.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 345.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 387.501px;
    -ms-flex: 0 0 387.501px;
    flex: 0 0 387.501px;
    max-width: 387.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 387.499px);
    max-width: -moz-calc(50% - 387.499px);
    max-width: calc(50% - 387.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 347.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 387.499px);
    max-width: -moz-calc(50% - 387.499px);
    max-width: calc(50% - 387.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 347.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 390.001px;
    -ms-flex: 0 0 390.001px;
    flex: 0 0 390.001px;
    max-width: 390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 350.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 350.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 392.501px;
    -ms-flex: 0 0 392.501px;
    flex: 0 0 392.501px;
    max-width: 392.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 392.499px);
    max-width: -moz-calc(50% - 392.499px);
    max-width: calc(50% - 392.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 352.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 392.499px);
    max-width: -moz-calc(50% - 392.499px);
    max-width: calc(50% - 392.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 352.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 395.001px;
    -ms-flex: 0 0 395.001px;
    flex: 0 0 395.001px;
    max-width: 395.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 394.999px);
    max-width: -moz-calc(50% - 394.999px);
    max-width: calc(50% - 394.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 355.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 394.999px);
    max-width: -moz-calc(50% - 394.999px);
    max-width: calc(50% - 394.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 355.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 397.501px;
    -ms-flex: 0 0 397.501px;
    flex: 0 0 397.501px;
    max-width: 397.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 397.499px);
    max-width: -moz-calc(50% - 397.499px);
    max-width: calc(50% - 397.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 357.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 397.499px);
    max-width: -moz-calc(50% - 397.499px);
    max-width: calc(50% - 397.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 357.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 400.001px;
    -ms-flex: 0 0 400.001px;
    flex: 0 0 400.001px;
    max-width: 400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
    max-width: 360.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
    max-width: 360.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 440.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 440.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 440.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 466.66767px;
    -ms-flex: 0 0 466.66767px;
    flex: 0 0 466.66767px;
    max-width: 466.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 426.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 426.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 470.001px;
    -ms-flex: 0 0 470.001px;
    flex: 0 0 470.001px;
    max-width: 470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 234.999px);
    max-width: -moz-calc(50% - 234.999px);
    max-width: calc(50% - 234.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 234.999px);
    max-width: -moz-calc(50% - 234.999px);
    max-width: calc(50% - 234.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 473.33433px;
    -ms-flex: 0 0 473.33433px;
    flex: 0 0 473.33433px;
    max-width: 473.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 236.66567px);
    max-width: -moz-calc(50% - 236.66567px);
    max-width: calc(50% - 236.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 433.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 236.66567px);
    max-width: -moz-calc(50% - 236.66567px);
    max-width: calc(50% - 236.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 433.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 476.66767px;
    -ms-flex: 0 0 476.66767px;
    flex: 0 0 476.66767px;
    max-width: 476.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 238.33233px);
    max-width: -moz-calc(50% - 238.33233px);
    max-width: calc(50% - 238.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 436.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 238.33233px);
    max-width: -moz-calc(50% - 238.33233px);
    max-width: calc(50% - 238.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 436.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 483.33433px;
    -ms-flex: 0 0 483.33433px;
    flex: 0 0 483.33433px;
    max-width: 483.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 241.66567px);
    max-width: -moz-calc(50% - 241.66567px);
    max-width: calc(50% - 241.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 443.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 241.66567px);
    max-width: -moz-calc(50% - 241.66567px);
    max-width: calc(50% - 241.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 443.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 486.66767px;
    -ms-flex: 0 0 486.66767px;
    flex: 0 0 486.66767px;
    max-width: 486.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 243.33233px);
    max-width: -moz-calc(50% - 243.33233px);
    max-width: calc(50% - 243.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 446.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 243.33233px);
    max-width: -moz-calc(50% - 243.33233px);
    max-width: calc(50% - 243.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 446.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 490.001px;
    -ms-flex: 0 0 490.001px;
    flex: 0 0 490.001px;
    max-width: 490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 244.999px);
    max-width: -moz-calc(50% - 244.999px);
    max-width: calc(50% - 244.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 244.999px);
    max-width: -moz-calc(50% - 244.999px);
    max-width: calc(50% - 244.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 493.33433px;
    -ms-flex: 0 0 493.33433px;
    flex: 0 0 493.33433px;
    max-width: 493.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 246.66567px);
    max-width: -moz-calc(50% - 246.66567px);
    max-width: calc(50% - 246.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 453.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 246.66567px);
    max-width: -moz-calc(50% - 246.66567px);
    max-width: calc(50% - 246.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 453.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 496.66767px;
    -ms-flex: 0 0 496.66767px;
    flex: 0 0 496.66767px;
    max-width: 496.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 248.33233px);
    max-width: -moz-calc(50% - 248.33233px);
    max-width: calc(50% - 248.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 456.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 248.33233px);
    max-width: -moz-calc(50% - 248.33233px);
    max-width: calc(50% - 248.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 456.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 249.999px);
    max-width: -moz-calc(50% - 249.999px);
    max-width: calc(50% - 249.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 249.999px);
    max-width: -moz-calc(50% - 249.999px);
    max-width: calc(50% - 249.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 503.33433px;
    -ms-flex: 0 0 503.33433px;
    flex: 0 0 503.33433px;
    max-width: 503.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 251.66567px);
    max-width: -moz-calc(50% - 251.66567px);
    max-width: calc(50% - 251.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 463.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 251.66567px);
    max-width: -moz-calc(50% - 251.66567px);
    max-width: calc(50% - 251.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 463.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 506.66767px;
    -ms-flex: 0 0 506.66767px;
    flex: 0 0 506.66767px;
    max-width: 506.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 253.33233px);
    max-width: -moz-calc(50% - 253.33233px);
    max-width: calc(50% - 253.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 466.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 253.33233px);
    max-width: -moz-calc(50% - 253.33233px);
    max-width: calc(50% - 253.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 466.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 510.001px;
    -ms-flex: 0 0 510.001px;
    flex: 0 0 510.001px;
    max-width: 510.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 254.999px);
    max-width: -moz-calc(50% - 254.999px);
    max-width: calc(50% - 254.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 254.999px);
    max-width: -moz-calc(50% - 254.999px);
    max-width: calc(50% - 254.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 513.33433px;
    -ms-flex: 0 0 513.33433px;
    flex: 0 0 513.33433px;
    max-width: 513.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 256.66567px);
    max-width: -moz-calc(50% - 256.66567px);
    max-width: calc(50% - 256.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 473.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 256.66567px);
    max-width: -moz-calc(50% - 256.66567px);
    max-width: calc(50% - 256.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 473.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 258.33233px);
    max-width: -moz-calc(50% - 258.33233px);
    max-width: calc(50% - 258.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 476.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 258.33233px);
    max-width: -moz-calc(50% - 258.33233px);
    max-width: calc(50% - 258.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 476.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 520.001px;
    -ms-flex: 0 0 520.001px;
    flex: 0 0 520.001px;
    max-width: 520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 259.999px);
    max-width: -moz-calc(50% - 259.999px);
    max-width: calc(50% - 259.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 259.999px);
    max-width: -moz-calc(50% - 259.999px);
    max-width: calc(50% - 259.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 523.33433px;
    -ms-flex: 0 0 523.33433px;
    flex: 0 0 523.33433px;
    max-width: 523.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 261.66567px);
    max-width: -moz-calc(50% - 261.66567px);
    max-width: calc(50% - 261.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 483.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 261.66567px);
    max-width: -moz-calc(50% - 261.66567px);
    max-width: calc(50% - 261.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 483.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 526.66767px;
    -ms-flex: 0 0 526.66767px;
    flex: 0 0 526.66767px;
    max-width: 526.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 263.33233px);
    max-width: -moz-calc(50% - 263.33233px);
    max-width: calc(50% - 263.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 486.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 263.33233px);
    max-width: -moz-calc(50% - 263.33233px);
    max-width: calc(50% - 263.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 486.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 530.001px;
    -ms-flex: 0 0 530.001px;
    flex: 0 0 530.001px;
    max-width: 530.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 264.999px);
    max-width: -moz-calc(50% - 264.999px);
    max-width: calc(50% - 264.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 264.999px);
    max-width: -moz-calc(50% - 264.999px);
    max-width: calc(50% - 264.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 533.33433px;
    -ms-flex: 0 0 533.33433px;
    flex: 0 0 533.33433px;
    max-width: 533.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 266.66567px);
    max-width: -moz-calc(50% - 266.66567px);
    max-width: calc(50% - 266.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
    max-width: 493.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 266.66567px);
    max-width: -moz-calc(50% - 266.66567px);
    max-width: calc(50% - 266.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
    max-width: 493.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 576.001px;
    -ms-flex: 0 0 576.001px;
    flex: 0 0 576.001px;
    max-width: 576.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 536.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 536.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 536.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 560.001px;
    -ms-flex: 0 0 560.001px;
    flex: 0 0 560.001px;
    max-width: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 564.001px;
    -ms-flex: 0 0 564.001px;
    flex: 0 0 564.001px;
    max-width: 564.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 140.999px);
    max-width: -moz-calc(50% - 140.999px);
    max-width: calc(50% - 140.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 524.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 140.999px);
    max-width: -moz-calc(50% - 140.999px);
    max-width: calc(50% - 140.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 524.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 568.001px;
    -ms-flex: 0 0 568.001px;
    flex: 0 0 568.001px;
    max-width: 568.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 141.999px);
    max-width: -moz-calc(50% - 141.999px);
    max-width: calc(50% - 141.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 528.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 141.999px);
    max-width: -moz-calc(50% - 141.999px);
    max-width: calc(50% - 141.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 528.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 572.001px;
    -ms-flex: 0 0 572.001px;
    flex: 0 0 572.001px;
    max-width: 572.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 142.999px);
    max-width: -moz-calc(50% - 142.999px);
    max-width: calc(50% - 142.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 532.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 142.999px);
    max-width: -moz-calc(50% - 142.999px);
    max-width: calc(50% - 142.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 532.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 576.001px;
    -ms-flex: 0 0 576.001px;
    flex: 0 0 576.001px;
    max-width: 576.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 536.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 536.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 580.001px;
    -ms-flex: 0 0 580.001px;
    flex: 0 0 580.001px;
    max-width: 580.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 144.999px);
    max-width: -moz-calc(50% - 144.999px);
    max-width: calc(50% - 144.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 144.999px);
    max-width: -moz-calc(50% - 144.999px);
    max-width: calc(50% - 144.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 584.001px;
    -ms-flex: 0 0 584.001px;
    flex: 0 0 584.001px;
    max-width: 584.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 145.999px);
    max-width: -moz-calc(50% - 145.999px);
    max-width: calc(50% - 145.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 544.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 145.999px);
    max-width: -moz-calc(50% - 145.999px);
    max-width: calc(50% - 145.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 544.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 588.001px;
    -ms-flex: 0 0 588.001px;
    flex: 0 0 588.001px;
    max-width: 588.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 146.999px);
    max-width: -moz-calc(50% - 146.999px);
    max-width: calc(50% - 146.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 548.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 146.999px);
    max-width: -moz-calc(50% - 146.999px);
    max-width: calc(50% - 146.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 548.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 592.001px;
    -ms-flex: 0 0 592.001px;
    flex: 0 0 592.001px;
    max-width: 592.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 147.999px);
    max-width: -moz-calc(50% - 147.999px);
    max-width: calc(50% - 147.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 552.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 147.999px);
    max-width: -moz-calc(50% - 147.999px);
    max-width: calc(50% - 147.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 552.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 596.001px;
    -ms-flex: 0 0 596.001px;
    flex: 0 0 596.001px;
    max-width: 596.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 148.999px);
    max-width: -moz-calc(50% - 148.999px);
    max-width: calc(50% - 148.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 556.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 148.999px);
    max-width: -moz-calc(50% - 148.999px);
    max-width: calc(50% - 148.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 556.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 149.999px);
    max-width: -moz-calc(50% - 149.999px);
    max-width: calc(50% - 149.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 149.999px);
    max-width: -moz-calc(50% - 149.999px);
    max-width: calc(50% - 149.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 604.001px;
    -ms-flex: 0 0 604.001px;
    flex: 0 0 604.001px;
    max-width: 604.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 150.999px);
    max-width: -moz-calc(50% - 150.999px);
    max-width: calc(50% - 150.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 564.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 150.999px);
    max-width: -moz-calc(50% - 150.999px);
    max-width: calc(50% - 150.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 564.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 608.001px;
    -ms-flex: 0 0 608.001px;
    flex: 0 0 608.001px;
    max-width: 608.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 151.999px);
    max-width: -moz-calc(50% - 151.999px);
    max-width: calc(50% - 151.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 568.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 151.999px);
    max-width: -moz-calc(50% - 151.999px);
    max-width: calc(50% - 151.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 568.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 612.001px;
    -ms-flex: 0 0 612.001px;
    flex: 0 0 612.001px;
    max-width: 612.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 152.999px);
    max-width: -moz-calc(50% - 152.999px);
    max-width: calc(50% - 152.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 572.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 152.999px);
    max-width: -moz-calc(50% - 152.999px);
    max-width: calc(50% - 152.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 572.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 616.001px;
    -ms-flex: 0 0 616.001px;
    flex: 0 0 616.001px;
    max-width: 616.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 153.999px);
    max-width: -moz-calc(50% - 153.999px);
    max-width: calc(50% - 153.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 576.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 153.999px);
    max-width: -moz-calc(50% - 153.999px);
    max-width: calc(50% - 153.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 576.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 154.999px);
    max-width: -moz-calc(50% - 154.999px);
    max-width: calc(50% - 154.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 580.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 154.999px);
    max-width: -moz-calc(50% - 154.999px);
    max-width: calc(50% - 154.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 580.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 624.001px;
    -ms-flex: 0 0 624.001px;
    flex: 0 0 624.001px;
    max-width: 624.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 155.999px);
    max-width: -moz-calc(50% - 155.999px);
    max-width: calc(50% - 155.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 584.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 155.999px);
    max-width: -moz-calc(50% - 155.999px);
    max-width: calc(50% - 155.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 584.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 628.001px;
    -ms-flex: 0 0 628.001px;
    flex: 0 0 628.001px;
    max-width: 628.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 156.999px);
    max-width: -moz-calc(50% - 156.999px);
    max-width: calc(50% - 156.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 588.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 156.999px);
    max-width: -moz-calc(50% - 156.999px);
    max-width: calc(50% - 156.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 588.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 632.001px;
    -ms-flex: 0 0 632.001px;
    flex: 0 0 632.001px;
    max-width: 632.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 157.999px);
    max-width: -moz-calc(50% - 157.999px);
    max-width: calc(50% - 157.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 592.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 157.999px);
    max-width: -moz-calc(50% - 157.999px);
    max-width: calc(50% - 157.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 592.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 636.001px;
    -ms-flex: 0 0 636.001px;
    flex: 0 0 636.001px;
    max-width: 636.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 158.999px);
    max-width: -moz-calc(50% - 158.999px);
    max-width: calc(50% - 158.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 596.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 158.999px);
    max-width: -moz-calc(50% - 158.999px);
    max-width: calc(50% - 158.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 596.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 640.001px;
    -ms-flex: 0 0 640.001px;
    flex: 0 0 640.001px;
    max-width: 640.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 159.999px);
    max-width: -moz-calc(50% - 159.999px);
    max-width: calc(50% - 159.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 159.999px);
    max-width: -moz-calc(50% - 159.999px);
    max-width: calc(50% - 159.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 560.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 560.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 560.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 583.33433px;
    -ms-flex: 0 0 583.33433px;
    flex: 0 0 583.33433px;
    max-width: 583.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 543.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 543.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 587.501px;
    -ms-flex: 0 0 587.501px;
    flex: 0 0 587.501px;
    max-width: 587.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 117.499px);
    max-width: -moz-calc(50% - 117.499px);
    max-width: calc(50% - 117.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 547.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 117.499px);
    max-width: -moz-calc(50% - 117.499px);
    max-width: calc(50% - 117.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 547.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 591.66767px;
    -ms-flex: 0 0 591.66767px;
    flex: 0 0 591.66767px;
    max-width: 591.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 118.33233px);
    max-width: -moz-calc(50% - 118.33233px);
    max-width: calc(50% - 118.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 551.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 118.33233px);
    max-width: -moz-calc(50% - 118.33233px);
    max-width: calc(50% - 118.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 551.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 595.83433px;
    -ms-flex: 0 0 595.83433px;
    flex: 0 0 595.83433px;
    max-width: 595.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 119.16567px);
    max-width: -moz-calc(50% - 119.16567px);
    max-width: calc(50% - 119.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 555.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 119.16567px);
    max-width: -moz-calc(50% - 119.16567px);
    max-width: calc(50% - 119.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 555.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 604.16767px;
    -ms-flex: 0 0 604.16767px;
    flex: 0 0 604.16767px;
    max-width: 604.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 120.83233px);
    max-width: -moz-calc(50% - 120.83233px);
    max-width: calc(50% - 120.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 564.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 120.83233px);
    max-width: -moz-calc(50% - 120.83233px);
    max-width: calc(50% - 120.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 564.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 608.33433px;
    -ms-flex: 0 0 608.33433px;
    flex: 0 0 608.33433px;
    max-width: 608.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 121.66567px);
    max-width: -moz-calc(50% - 121.66567px);
    max-width: calc(50% - 121.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 568.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 121.66567px);
    max-width: -moz-calc(50% - 121.66567px);
    max-width: calc(50% - 121.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 568.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 612.501px;
    -ms-flex: 0 0 612.501px;
    flex: 0 0 612.501px;
    max-width: 612.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 122.499px);
    max-width: -moz-calc(50% - 122.499px);
    max-width: calc(50% - 122.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 572.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 122.499px);
    max-width: -moz-calc(50% - 122.499px);
    max-width: calc(50% - 122.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 572.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 616.66767px;
    -ms-flex: 0 0 616.66767px;
    flex: 0 0 616.66767px;
    max-width: 616.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 123.33233px);
    max-width: -moz-calc(50% - 123.33233px);
    max-width: calc(50% - 123.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 576.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 123.33233px);
    max-width: -moz-calc(50% - 123.33233px);
    max-width: calc(50% - 123.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 576.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 620.83433px;
    -ms-flex: 0 0 620.83433px;
    flex: 0 0 620.83433px;
    max-width: 620.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 124.16567px);
    max-width: -moz-calc(50% - 124.16567px);
    max-width: calc(50% - 124.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 580.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 124.16567px);
    max-width: -moz-calc(50% - 124.16567px);
    max-width: calc(50% - 124.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 580.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 625.001px;
    -ms-flex: 0 0 625.001px;
    flex: 0 0 625.001px;
    max-width: 625.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 585.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 585.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 629.16767px;
    -ms-flex: 0 0 629.16767px;
    flex: 0 0 629.16767px;
    max-width: 629.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 125.83233px);
    max-width: -moz-calc(50% - 125.83233px);
    max-width: calc(50% - 125.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 589.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 125.83233px);
    max-width: -moz-calc(50% - 125.83233px);
    max-width: calc(50% - 125.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 589.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 633.33433px;
    -ms-flex: 0 0 633.33433px;
    flex: 0 0 633.33433px;
    max-width: 633.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 126.66567px);
    max-width: -moz-calc(50% - 126.66567px);
    max-width: calc(50% - 126.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 593.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 126.66567px);
    max-width: -moz-calc(50% - 126.66567px);
    max-width: calc(50% - 126.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 593.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 637.501px;
    -ms-flex: 0 0 637.501px;
    flex: 0 0 637.501px;
    max-width: 637.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 127.499px);
    max-width: -moz-calc(50% - 127.499px);
    max-width: calc(50% - 127.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 597.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 127.499px);
    max-width: -moz-calc(50% - 127.499px);
    max-width: calc(50% - 127.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 597.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 641.66767px;
    -ms-flex: 0 0 641.66767px;
    flex: 0 0 641.66767px;
    max-width: 641.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 128.33233px);
    max-width: -moz-calc(50% - 128.33233px);
    max-width: calc(50% - 128.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 601.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 128.33233px);
    max-width: -moz-calc(50% - 128.33233px);
    max-width: calc(50% - 128.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 601.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 645.83433px;
    -ms-flex: 0 0 645.83433px;
    flex: 0 0 645.83433px;
    max-width: 645.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 129.16567px);
    max-width: -moz-calc(50% - 129.16567px);
    max-width: calc(50% - 129.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 605.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 129.16567px);
    max-width: -moz-calc(50% - 129.16567px);
    max-width: calc(50% - 129.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 605.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 650.001px;
    -ms-flex: 0 0 650.001px;
    flex: 0 0 650.001px;
    max-width: 650.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 610.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 610.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 654.16767px;
    -ms-flex: 0 0 654.16767px;
    flex: 0 0 654.16767px;
    max-width: 654.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 130.83233px);
    max-width: -moz-calc(50% - 130.83233px);
    max-width: calc(50% - 130.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 614.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 130.83233px);
    max-width: -moz-calc(50% - 130.83233px);
    max-width: calc(50% - 130.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 614.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 658.33433px;
    -ms-flex: 0 0 658.33433px;
    flex: 0 0 658.33433px;
    max-width: 658.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 131.66567px);
    max-width: -moz-calc(50% - 131.66567px);
    max-width: calc(50% - 131.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 618.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 131.66567px);
    max-width: -moz-calc(50% - 131.66567px);
    max-width: calc(50% - 131.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 618.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 662.501px;
    -ms-flex: 0 0 662.501px;
    flex: 0 0 662.501px;
    max-width: 662.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 132.499px);
    max-width: -moz-calc(50% - 132.499px);
    max-width: calc(50% - 132.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 622.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 132.499px);
    max-width: -moz-calc(50% - 132.499px);
    max-width: calc(50% - 132.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 622.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 666.66767px;
    -ms-flex: 0 0 666.66767px;
    flex: 0 0 666.66767px;
    max-width: 666.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 133.33233px);
    max-width: -moz-calc(50% - 133.33233px);
    max-width: calc(50% - 133.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
    max-width: 626.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - 133.33233px);
    max-width: -moz-calc(50% - 133.33233px);
    max-width: calc(50% - 133.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
    max-width: 626.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 680.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 680.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 680.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 700.001px;
    -ms-flex: 0 0 700.001px;
    flex: 0 0 700.001px;
    max-width: 700.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 660.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 660.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 705.001px;
    -ms-flex: 0 0 705.001px;
    flex: 0 0 705.001px;
    max-width: 705.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 665.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 665.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 710.001px;
    -ms-flex: 0 0 710.001px;
    flex: 0 0 710.001px;
    max-width: 710.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 670.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 670.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 715.001px;
    -ms-flex: 0 0 715.001px;
    flex: 0 0 715.001px;
    max-width: 715.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 675.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 675.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 680.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 680.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 725.001px;
    -ms-flex: 0 0 725.001px;
    flex: 0 0 725.001px;
    max-width: 725.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 685.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 685.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 730.001px;
    -ms-flex: 0 0 730.001px;
    flex: 0 0 730.001px;
    max-width: 730.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 690.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 690.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 735.001px;
    -ms-flex: 0 0 735.001px;
    flex: 0 0 735.001px;
    max-width: 735.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 695.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 695.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 740.001px;
    -ms-flex: 0 0 740.001px;
    flex: 0 0 740.001px;
    max-width: 740.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 700.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 700.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 745.001px;
    -ms-flex: 0 0 745.001px;
    flex: 0 0 745.001px;
    max-width: 745.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 705.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 705.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 750.001px;
    -ms-flex: 0 0 750.001px;
    flex: 0 0 750.001px;
    max-width: 750.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 710.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 710.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 755.001px;
    -ms-flex: 0 0 755.001px;
    flex: 0 0 755.001px;
    max-width: 755.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 715.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 715.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 760.001px;
    -ms-flex: 0 0 760.001px;
    flex: 0 0 760.001px;
    max-width: 760.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 720.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 720.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 765.001px;
    -ms-flex: 0 0 765.001px;
    flex: 0 0 765.001px;
    max-width: 765.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 725.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 725.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 770.001px;
    -ms-flex: 0 0 770.001px;
    flex: 0 0 770.001px;
    max-width: 770.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 730.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 730.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 775.001px;
    -ms-flex: 0 0 775.001px;
    flex: 0 0 775.001px;
    max-width: 775.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 735.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 735.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 780.001px;
    -ms-flex: 0 0 780.001px;
    flex: 0 0 780.001px;
    max-width: 780.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 740.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 740.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 785.001px;
    -ms-flex: 0 0 785.001px;
    flex: 0 0 785.001px;
    max-width: 785.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 745.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 745.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 790.001px;
    -ms-flex: 0 0 790.001px;
    flex: 0 0 790.001px;
    max-width: 790.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 750.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 750.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 795.001px;
    -ms-flex: 0 0 795.001px;
    flex: 0 0 795.001px;
    max-width: 795.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 755.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 755.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 800.001px;
    -ms-flex: 0 0 800.001px;
    flex: 0 0 800.001px;
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
    max-width: 760.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
    max-width: 760.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 816.66767px;
    -ms-flex: 0 0 816.66767px;
    flex: 0 0 816.66767px;
    max-width: 816.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 776.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 776.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 822.501px;
    -ms-flex: 0 0 822.501px;
    flex: 0 0 822.501px;
    max-width: 822.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -117.501px);
    max-width: -moz-calc(50% - -117.501px);
    max-width: calc(50% - -117.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 782.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -117.501px);
    max-width: -moz-calc(50% - -117.501px);
    max-width: calc(50% - -117.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 782.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 828.33433px;
    -ms-flex: 0 0 828.33433px;
    flex: 0 0 828.33433px;
    max-width: 828.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -118.33433px);
    max-width: -moz-calc(50% - -118.33433px);
    max-width: calc(50% - -118.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 788.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -118.33433px);
    max-width: -moz-calc(50% - -118.33433px);
    max-width: calc(50% - -118.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 788.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 834.16767px;
    -ms-flex: 0 0 834.16767px;
    flex: 0 0 834.16767px;
    max-width: 834.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -119.16767px);
    max-width: -moz-calc(50% - -119.16767px);
    max-width: calc(50% - -119.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 794.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -119.16767px);
    max-width: -moz-calc(50% - -119.16767px);
    max-width: calc(50% - -119.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 794.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 845.83433px;
    -ms-flex: 0 0 845.83433px;
    flex: 0 0 845.83433px;
    max-width: 845.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -120.83433px);
    max-width: -moz-calc(50% - -120.83433px);
    max-width: calc(50% - -120.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 805.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -120.83433px);
    max-width: -moz-calc(50% - -120.83433px);
    max-width: calc(50% - -120.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 805.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 851.66767px;
    -ms-flex: 0 0 851.66767px;
    flex: 0 0 851.66767px;
    max-width: 851.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -121.66767px);
    max-width: -moz-calc(50% - -121.66767px);
    max-width: calc(50% - -121.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 811.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -121.66767px);
    max-width: -moz-calc(50% - -121.66767px);
    max-width: calc(50% - -121.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 811.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 857.501px;
    -ms-flex: 0 0 857.501px;
    flex: 0 0 857.501px;
    max-width: 857.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -122.501px);
    max-width: -moz-calc(50% - -122.501px);
    max-width: calc(50% - -122.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 817.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -122.501px);
    max-width: -moz-calc(50% - -122.501px);
    max-width: calc(50% - -122.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 817.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 863.33433px;
    -ms-flex: 0 0 863.33433px;
    flex: 0 0 863.33433px;
    max-width: 863.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -123.33433px);
    max-width: -moz-calc(50% - -123.33433px);
    max-width: calc(50% - -123.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 823.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -123.33433px);
    max-width: -moz-calc(50% - -123.33433px);
    max-width: calc(50% - -123.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 823.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 869.16767px;
    -ms-flex: 0 0 869.16767px;
    flex: 0 0 869.16767px;
    max-width: 869.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -124.16767px);
    max-width: -moz-calc(50% - -124.16767px);
    max-width: calc(50% - -124.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 829.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -124.16767px);
    max-width: -moz-calc(50% - -124.16767px);
    max-width: calc(50% - -124.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 829.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 875.001px;
    -ms-flex: 0 0 875.001px;
    flex: 0 0 875.001px;
    max-width: 875.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 835.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 835.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 880.83433px;
    -ms-flex: 0 0 880.83433px;
    flex: 0 0 880.83433px;
    max-width: 880.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -125.83433px);
    max-width: -moz-calc(50% - -125.83433px);
    max-width: calc(50% - -125.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 840.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -125.83433px);
    max-width: -moz-calc(50% - -125.83433px);
    max-width: calc(50% - -125.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 840.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 886.66767px;
    -ms-flex: 0 0 886.66767px;
    flex: 0 0 886.66767px;
    max-width: 886.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -126.66767px);
    max-width: -moz-calc(50% - -126.66767px);
    max-width: calc(50% - -126.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 846.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -126.66767px);
    max-width: -moz-calc(50% - -126.66767px);
    max-width: calc(50% - -126.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 846.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 892.501px;
    -ms-flex: 0 0 892.501px;
    flex: 0 0 892.501px;
    max-width: 892.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -127.501px);
    max-width: -moz-calc(50% - -127.501px);
    max-width: calc(50% - -127.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 852.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -127.501px);
    max-width: -moz-calc(50% - -127.501px);
    max-width: calc(50% - -127.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 852.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 898.33433px;
    -ms-flex: 0 0 898.33433px;
    flex: 0 0 898.33433px;
    max-width: 898.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -128.33433px);
    max-width: -moz-calc(50% - -128.33433px);
    max-width: calc(50% - -128.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 858.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -128.33433px);
    max-width: -moz-calc(50% - -128.33433px);
    max-width: calc(50% - -128.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 858.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 904.16767px;
    -ms-flex: 0 0 904.16767px;
    flex: 0 0 904.16767px;
    max-width: 904.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -129.16767px);
    max-width: -moz-calc(50% - -129.16767px);
    max-width: calc(50% - -129.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 864.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -129.16767px);
    max-width: -moz-calc(50% - -129.16767px);
    max-width: calc(50% - -129.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 864.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 910.001px;
    -ms-flex: 0 0 910.001px;
    flex: 0 0 910.001px;
    max-width: 910.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 870.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 870.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 915.83433px;
    -ms-flex: 0 0 915.83433px;
    flex: 0 0 915.83433px;
    max-width: 915.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -130.83433px);
    max-width: -moz-calc(50% - -130.83433px);
    max-width: calc(50% - -130.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 875.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -130.83433px);
    max-width: -moz-calc(50% - -130.83433px);
    max-width: calc(50% - -130.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 875.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 921.66767px;
    -ms-flex: 0 0 921.66767px;
    flex: 0 0 921.66767px;
    max-width: 921.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -131.66767px);
    max-width: -moz-calc(50% - -131.66767px);
    max-width: calc(50% - -131.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 881.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -131.66767px);
    max-width: -moz-calc(50% - -131.66767px);
    max-width: calc(50% - -131.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 881.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 927.501px;
    -ms-flex: 0 0 927.501px;
    flex: 0 0 927.501px;
    max-width: 927.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -132.501px);
    max-width: -moz-calc(50% - -132.501px);
    max-width: calc(50% - -132.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 887.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -132.501px);
    max-width: -moz-calc(50% - -132.501px);
    max-width: calc(50% - -132.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 887.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -133.33433px);
    max-width: -moz-calc(50% - -133.33433px);
    max-width: calc(50% - -133.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
    max-width: 893.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -133.33433px);
    max-width: -moz-calc(50% - -133.33433px);
    max-width: calc(50% - -133.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
    max-width: 893.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 864.001px;
    -ms-flex: 0 0 864.001px;
    flex: 0 0 864.001px;
    max-width: 864.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 824.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 824.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 824.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 846.001px;
    -ms-flex: 0 0 846.001px;
    flex: 0 0 846.001px;
    max-width: 846.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -141.001px);
    max-width: -moz-calc(50% - -141.001px);
    max-width: calc(50% - -141.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 806.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -141.001px);
    max-width: -moz-calc(50% - -141.001px);
    max-width: calc(50% - -141.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 806.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 852.001px;
    -ms-flex: 0 0 852.001px;
    flex: 0 0 852.001px;
    max-width: 852.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -142.001px);
    max-width: -moz-calc(50% - -142.001px);
    max-width: calc(50% - -142.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 812.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -142.001px);
    max-width: -moz-calc(50% - -142.001px);
    max-width: calc(50% - -142.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 812.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 858.001px;
    -ms-flex: 0 0 858.001px;
    flex: 0 0 858.001px;
    max-width: 858.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -143.001px);
    max-width: -moz-calc(50% - -143.001px);
    max-width: calc(50% - -143.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 818.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -143.001px);
    max-width: -moz-calc(50% - -143.001px);
    max-width: calc(50% - -143.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 818.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 864.001px;
    -ms-flex: 0 0 864.001px;
    flex: 0 0 864.001px;
    max-width: 864.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 824.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 824.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 870.001px;
    -ms-flex: 0 0 870.001px;
    flex: 0 0 870.001px;
    max-width: 870.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -145.001px);
    max-width: -moz-calc(50% - -145.001px);
    max-width: calc(50% - -145.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 830.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -145.001px);
    max-width: -moz-calc(50% - -145.001px);
    max-width: calc(50% - -145.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 830.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 876.001px;
    -ms-flex: 0 0 876.001px;
    flex: 0 0 876.001px;
    max-width: 876.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -146.001px);
    max-width: -moz-calc(50% - -146.001px);
    max-width: calc(50% - -146.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 836.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -146.001px);
    max-width: -moz-calc(50% - -146.001px);
    max-width: calc(50% - -146.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 836.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 882.001px;
    -ms-flex: 0 0 882.001px;
    flex: 0 0 882.001px;
    max-width: 882.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -147.001px);
    max-width: -moz-calc(50% - -147.001px);
    max-width: calc(50% - -147.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 842.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -147.001px);
    max-width: -moz-calc(50% - -147.001px);
    max-width: calc(50% - -147.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 842.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 888.001px;
    -ms-flex: 0 0 888.001px;
    flex: 0 0 888.001px;
    max-width: 888.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -148.001px);
    max-width: -moz-calc(50% - -148.001px);
    max-width: calc(50% - -148.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 848.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -148.001px);
    max-width: -moz-calc(50% - -148.001px);
    max-width: calc(50% - -148.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 848.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 894.001px;
    -ms-flex: 0 0 894.001px;
    flex: 0 0 894.001px;
    max-width: 894.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -149.001px);
    max-width: -moz-calc(50% - -149.001px);
    max-width: calc(50% - -149.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 854.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -149.001px);
    max-width: -moz-calc(50% - -149.001px);
    max-width: calc(50% - -149.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 854.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -150.001px);
    max-width: -moz-calc(50% - -150.001px);
    max-width: calc(50% - -150.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 860.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -150.001px);
    max-width: -moz-calc(50% - -150.001px);
    max-width: calc(50% - -150.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 860.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 906.001px;
    -ms-flex: 0 0 906.001px;
    flex: 0 0 906.001px;
    max-width: 906.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -151.001px);
    max-width: -moz-calc(50% - -151.001px);
    max-width: calc(50% - -151.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 866.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -151.001px);
    max-width: -moz-calc(50% - -151.001px);
    max-width: calc(50% - -151.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 866.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 912.001px;
    -ms-flex: 0 0 912.001px;
    flex: 0 0 912.001px;
    max-width: 912.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -152.001px);
    max-width: -moz-calc(50% - -152.001px);
    max-width: calc(50% - -152.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 872.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -152.001px);
    max-width: -moz-calc(50% - -152.001px);
    max-width: calc(50% - -152.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 872.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 918.001px;
    -ms-flex: 0 0 918.001px;
    flex: 0 0 918.001px;
    max-width: 918.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -153.001px);
    max-width: -moz-calc(50% - -153.001px);
    max-width: calc(50% - -153.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 878.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -153.001px);
    max-width: -moz-calc(50% - -153.001px);
    max-width: calc(50% - -153.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 878.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 924.001px;
    -ms-flex: 0 0 924.001px;
    flex: 0 0 924.001px;
    max-width: 924.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -154.001px);
    max-width: -moz-calc(50% - -154.001px);
    max-width: calc(50% - -154.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 884.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -154.001px);
    max-width: -moz-calc(50% - -154.001px);
    max-width: calc(50% - -154.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 884.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -155.001px);
    max-width: -moz-calc(50% - -155.001px);
    max-width: calc(50% - -155.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 890.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -155.001px);
    max-width: -moz-calc(50% - -155.001px);
    max-width: calc(50% - -155.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 890.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 936.001px;
    -ms-flex: 0 0 936.001px;
    flex: 0 0 936.001px;
    max-width: 936.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -156.001px);
    max-width: -moz-calc(50% - -156.001px);
    max-width: calc(50% - -156.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 896.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -156.001px);
    max-width: -moz-calc(50% - -156.001px);
    max-width: calc(50% - -156.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 896.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 942.001px;
    -ms-flex: 0 0 942.001px;
    flex: 0 0 942.001px;
    max-width: 942.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -157.001px);
    max-width: -moz-calc(50% - -157.001px);
    max-width: calc(50% - -157.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 902.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -157.001px);
    max-width: -moz-calc(50% - -157.001px);
    max-width: calc(50% - -157.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 902.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 948.001px;
    -ms-flex: 0 0 948.001px;
    flex: 0 0 948.001px;
    max-width: 948.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -158.001px);
    max-width: -moz-calc(50% - -158.001px);
    max-width: calc(50% - -158.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 908.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -158.001px);
    max-width: -moz-calc(50% - -158.001px);
    max-width: calc(50% - -158.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 908.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 954.001px;
    -ms-flex: 0 0 954.001px;
    flex: 0 0 954.001px;
    max-width: 954.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -159.001px);
    max-width: -moz-calc(50% - -159.001px);
    max-width: calc(50% - -159.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 914.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -159.001px);
    max-width: -moz-calc(50% - -159.001px);
    max-width: calc(50% - -159.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 914.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -160.001px);
    max-width: -moz-calc(50% - -160.001px);
    max-width: calc(50% - -160.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -160.001px);
    max-width: -moz-calc(50% - -160.001px);
    max-width: calc(50% - -160.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 893.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 893.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 940.001px;
    -ms-flex: 0 0 940.001px;
    flex: 0 0 940.001px;
    max-width: 940.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -235.001px);
    max-width: -moz-calc(50% - -235.001px);
    max-width: calc(50% - -235.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 900.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -235.001px);
    max-width: -moz-calc(50% - -235.001px);
    max-width: calc(50% - -235.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 900.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 946.66767px;
    -ms-flex: 0 0 946.66767px;
    flex: 0 0 946.66767px;
    max-width: 946.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -236.66767px);
    max-width: -moz-calc(50% - -236.66767px);
    max-width: calc(50% - -236.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 906.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -236.66767px);
    max-width: -moz-calc(50% - -236.66767px);
    max-width: calc(50% - -236.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 906.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 953.33433px;
    -ms-flex: 0 0 953.33433px;
    flex: 0 0 953.33433px;
    max-width: 953.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -238.33433px);
    max-width: -moz-calc(50% - -238.33433px);
    max-width: calc(50% - -238.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 913.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -238.33433px);
    max-width: -moz-calc(50% - -238.33433px);
    max-width: calc(50% - -238.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 913.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 966.66767px;
    -ms-flex: 0 0 966.66767px;
    flex: 0 0 966.66767px;
    max-width: 966.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -241.66767px);
    max-width: -moz-calc(50% - -241.66767px);
    max-width: calc(50% - -241.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 926.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -241.66767px);
    max-width: -moz-calc(50% - -241.66767px);
    max-width: calc(50% - -241.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 926.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 973.33433px;
    -ms-flex: 0 0 973.33433px;
    flex: 0 0 973.33433px;
    max-width: 973.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -243.33433px);
    max-width: -moz-calc(50% - -243.33433px);
    max-width: calc(50% - -243.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 933.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -243.33433px);
    max-width: -moz-calc(50% - -243.33433px);
    max-width: calc(50% - -243.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 933.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 980.001px;
    -ms-flex: 0 0 980.001px;
    flex: 0 0 980.001px;
    max-width: 980.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -245.001px);
    max-width: -moz-calc(50% - -245.001px);
    max-width: calc(50% - -245.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 940.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -245.001px);
    max-width: -moz-calc(50% - -245.001px);
    max-width: calc(50% - -245.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 940.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 986.66767px;
    -ms-flex: 0 0 986.66767px;
    flex: 0 0 986.66767px;
    max-width: 986.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -246.66767px);
    max-width: -moz-calc(50% - -246.66767px);
    max-width: calc(50% - -246.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 946.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -246.66767px);
    max-width: -moz-calc(50% - -246.66767px);
    max-width: calc(50% - -246.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 946.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 993.33433px;
    -ms-flex: 0 0 993.33433px;
    flex: 0 0 993.33433px;
    max-width: 993.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -248.33433px);
    max-width: -moz-calc(50% - -248.33433px);
    max-width: calc(50% - -248.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 953.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -248.33433px);
    max-width: -moz-calc(50% - -248.33433px);
    max-width: calc(50% - -248.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 953.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -250.001px);
    max-width: -moz-calc(50% - -250.001px);
    max-width: calc(50% - -250.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -250.001px);
    max-width: -moz-calc(50% - -250.001px);
    max-width: calc(50% - -250.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1006.66767px;
    -ms-flex: 0 0 1006.66767px;
    flex: 0 0 1006.66767px;
    max-width: 1006.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -251.66767px);
    max-width: -moz-calc(50% - -251.66767px);
    max-width: calc(50% - -251.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 966.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -251.66767px);
    max-width: -moz-calc(50% - -251.66767px);
    max-width: calc(50% - -251.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 966.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1013.33433px;
    -ms-flex: 0 0 1013.33433px;
    flex: 0 0 1013.33433px;
    max-width: 1013.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -253.33433px);
    max-width: -moz-calc(50% - -253.33433px);
    max-width: calc(50% - -253.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 973.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -253.33433px);
    max-width: -moz-calc(50% - -253.33433px);
    max-width: calc(50% - -253.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 973.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1020.001px;
    -ms-flex: 0 0 1020.001px;
    flex: 0 0 1020.001px;
    max-width: 1020.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -255.001px);
    max-width: -moz-calc(50% - -255.001px);
    max-width: calc(50% - -255.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 980.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -255.001px);
    max-width: -moz-calc(50% - -255.001px);
    max-width: calc(50% - -255.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 980.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1026.66767px;
    -ms-flex: 0 0 1026.66767px;
    flex: 0 0 1026.66767px;
    max-width: 1026.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -256.66767px);
    max-width: -moz-calc(50% - -256.66767px);
    max-width: calc(50% - -256.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 986.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -256.66767px);
    max-width: -moz-calc(50% - -256.66767px);
    max-width: calc(50% - -256.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 986.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -258.33433px);
    max-width: -moz-calc(50% - -258.33433px);
    max-width: calc(50% - -258.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 993.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -258.33433px);
    max-width: -moz-calc(50% - -258.33433px);
    max-width: calc(50% - -258.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 993.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1040.001px;
    -ms-flex: 0 0 1040.001px;
    flex: 0 0 1040.001px;
    max-width: 1040.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -260.001px);
    max-width: -moz-calc(50% - -260.001px);
    max-width: calc(50% - -260.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 1000.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -260.001px);
    max-width: -moz-calc(50% - -260.001px);
    max-width: calc(50% - -260.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 1000.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1046.66767px;
    -ms-flex: 0 0 1046.66767px;
    flex: 0 0 1046.66767px;
    max-width: 1046.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -261.66767px);
    max-width: -moz-calc(50% - -261.66767px);
    max-width: calc(50% - -261.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 1006.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -261.66767px);
    max-width: -moz-calc(50% - -261.66767px);
    max-width: calc(50% - -261.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 1006.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1053.33433px;
    -ms-flex: 0 0 1053.33433px;
    flex: 0 0 1053.33433px;
    max-width: 1053.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -263.33433px);
    max-width: -moz-calc(50% - -263.33433px);
    max-width: calc(50% - -263.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 1013.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -263.33433px);
    max-width: -moz-calc(50% - -263.33433px);
    max-width: calc(50% - -263.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 1013.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1060.001px;
    -ms-flex: 0 0 1060.001px;
    flex: 0 0 1060.001px;
    max-width: 1060.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -265.001px);
    max-width: -moz-calc(50% - -265.001px);
    max-width: calc(50% - -265.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 1020.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -265.001px);
    max-width: -moz-calc(50% - -265.001px);
    max-width: calc(50% - -265.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 1020.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1066.66767px;
    -ms-flex: 0 0 1066.66767px;
    flex: 0 0 1066.66767px;
    max-width: 1066.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -266.66767px);
    max-width: -moz-calc(50% - -266.66767px);
    max-width: calc(50% - -266.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
    max-width: 1026.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -266.66767px);
    max-width: -moz-calc(50% - -266.66767px);
    max-width: calc(50% - -266.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
    max-width: 1026.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1040.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1040.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1040.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1050.001px;
    -ms-flex: 0 0 1050.001px;
    flex: 0 0 1050.001px;
    max-width: 1050.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1010.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1010.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1057.501px;
    -ms-flex: 0 0 1057.501px;
    flex: 0 0 1057.501px;
    max-width: 1057.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -352.501px);
    max-width: -moz-calc(50% - -352.501px);
    max-width: calc(50% - -352.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1017.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -352.501px);
    max-width: -moz-calc(50% - -352.501px);
    max-width: calc(50% - -352.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1017.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1065.001px;
    -ms-flex: 0 0 1065.001px;
    flex: 0 0 1065.001px;
    max-width: 1065.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -355.001px);
    max-width: -moz-calc(50% - -355.001px);
    max-width: calc(50% - -355.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1025.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -355.001px);
    max-width: -moz-calc(50% - -355.001px);
    max-width: calc(50% - -355.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1025.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1072.501px;
    -ms-flex: 0 0 1072.501px;
    flex: 0 0 1072.501px;
    max-width: 1072.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -357.501px);
    max-width: -moz-calc(50% - -357.501px);
    max-width: calc(50% - -357.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1032.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -357.501px);
    max-width: -moz-calc(50% - -357.501px);
    max-width: calc(50% - -357.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1032.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1040.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1040.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1087.501px;
    -ms-flex: 0 0 1087.501px;
    flex: 0 0 1087.501px;
    max-width: 1087.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -362.501px);
    max-width: -moz-calc(50% - -362.501px);
    max-width: calc(50% - -362.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1047.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -362.501px);
    max-width: -moz-calc(50% - -362.501px);
    max-width: calc(50% - -362.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1047.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1095.001px;
    -ms-flex: 0 0 1095.001px;
    flex: 0 0 1095.001px;
    max-width: 1095.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -365.001px);
    max-width: -moz-calc(50% - -365.001px);
    max-width: calc(50% - -365.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1055.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -365.001px);
    max-width: -moz-calc(50% - -365.001px);
    max-width: calc(50% - -365.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1055.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1102.501px;
    -ms-flex: 0 0 1102.501px;
    flex: 0 0 1102.501px;
    max-width: 1102.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -367.501px);
    max-width: -moz-calc(50% - -367.501px);
    max-width: calc(50% - -367.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1062.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -367.501px);
    max-width: -moz-calc(50% - -367.501px);
    max-width: calc(50% - -367.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1062.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1110.001px;
    -ms-flex: 0 0 1110.001px;
    flex: 0 0 1110.001px;
    max-width: 1110.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -370.001px);
    max-width: -moz-calc(50% - -370.001px);
    max-width: calc(50% - -370.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1070.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -370.001px);
    max-width: -moz-calc(50% - -370.001px);
    max-width: calc(50% - -370.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1070.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1117.501px;
    -ms-flex: 0 0 1117.501px;
    flex: 0 0 1117.501px;
    max-width: 1117.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -372.501px);
    max-width: -moz-calc(50% - -372.501px);
    max-width: calc(50% - -372.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1077.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -372.501px);
    max-width: -moz-calc(50% - -372.501px);
    max-width: calc(50% - -372.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1077.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1125.001px;
    -ms-flex: 0 0 1125.001px;
    flex: 0 0 1125.001px;
    max-width: 1125.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1085.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1085.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1132.501px;
    -ms-flex: 0 0 1132.501px;
    flex: 0 0 1132.501px;
    max-width: 1132.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -377.501px);
    max-width: -moz-calc(50% - -377.501px);
    max-width: calc(50% - -377.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1092.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -377.501px);
    max-width: -moz-calc(50% - -377.501px);
    max-width: calc(50% - -377.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1092.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1140.001px;
    -ms-flex: 0 0 1140.001px;
    flex: 0 0 1140.001px;
    max-width: 1140.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -380.001px);
    max-width: -moz-calc(50% - -380.001px);
    max-width: calc(50% - -380.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1100.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -380.001px);
    max-width: -moz-calc(50% - -380.001px);
    max-width: calc(50% - -380.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1100.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1147.501px;
    -ms-flex: 0 0 1147.501px;
    flex: 0 0 1147.501px;
    max-width: 1147.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -382.501px);
    max-width: -moz-calc(50% - -382.501px);
    max-width: calc(50% - -382.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1107.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -382.501px);
    max-width: -moz-calc(50% - -382.501px);
    max-width: calc(50% - -382.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1107.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1155.001px;
    -ms-flex: 0 0 1155.001px;
    flex: 0 0 1155.001px;
    max-width: 1155.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -385.001px);
    max-width: -moz-calc(50% - -385.001px);
    max-width: calc(50% - -385.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1115.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -385.001px);
    max-width: -moz-calc(50% - -385.001px);
    max-width: calc(50% - -385.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1115.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1162.501px;
    -ms-flex: 0 0 1162.501px;
    flex: 0 0 1162.501px;
    max-width: 1162.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -387.501px);
    max-width: -moz-calc(50% - -387.501px);
    max-width: calc(50% - -387.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1122.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -387.501px);
    max-width: -moz-calc(50% - -387.501px);
    max-width: calc(50% - -387.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1122.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1170.001px;
    -ms-flex: 0 0 1170.001px;
    flex: 0 0 1170.001px;
    max-width: 1170.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1130.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1130.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1177.501px;
    -ms-flex: 0 0 1177.501px;
    flex: 0 0 1177.501px;
    max-width: 1177.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -392.501px);
    max-width: -moz-calc(50% - -392.501px);
    max-width: calc(50% - -392.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1137.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -392.501px);
    max-width: -moz-calc(50% - -392.501px);
    max-width: calc(50% - -392.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1137.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1185.001px;
    -ms-flex: 0 0 1185.001px;
    flex: 0 0 1185.001px;
    max-width: 1185.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -395.001px);
    max-width: -moz-calc(50% - -395.001px);
    max-width: calc(50% - -395.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1145.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -395.001px);
    max-width: -moz-calc(50% - -395.001px);
    max-width: calc(50% - -395.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1145.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1192.501px;
    -ms-flex: 0 0 1192.501px;
    flex: 0 0 1192.501px;
    max-width: 1192.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -397.501px);
    max-width: -moz-calc(50% - -397.501px);
    max-width: calc(50% - -397.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1152.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -397.501px);
    max-width: -moz-calc(50% - -397.501px);
    max-width: calc(50% - -397.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1152.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1152.001px;
    -ms-flex: 0 0 1152.001px;
    flex: 0 0 1152.001px;
    max-width: 1152.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1112.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1112.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1112.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1120.001px;
    -ms-flex: 0 0 1120.001px;
    flex: 0 0 1120.001px;
    max-width: 1120.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1080.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1080.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1128.001px;
    -ms-flex: 0 0 1128.001px;
    flex: 0 0 1128.001px;
    max-width: 1128.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -423.001px);
    max-width: -moz-calc(50% - -423.001px);
    max-width: calc(50% - -423.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1088.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -423.001px);
    max-width: -moz-calc(50% - -423.001px);
    max-width: calc(50% - -423.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1088.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1136.001px;
    -ms-flex: 0 0 1136.001px;
    flex: 0 0 1136.001px;
    max-width: 1136.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -426.001px);
    max-width: -moz-calc(50% - -426.001px);
    max-width: calc(50% - -426.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1096.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -426.001px);
    max-width: -moz-calc(50% - -426.001px);
    max-width: calc(50% - -426.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1096.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1144.001px;
    -ms-flex: 0 0 1144.001px;
    flex: 0 0 1144.001px;
    max-width: 1144.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -429.001px);
    max-width: -moz-calc(50% - -429.001px);
    max-width: calc(50% - -429.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1104.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -429.001px);
    max-width: -moz-calc(50% - -429.001px);
    max-width: calc(50% - -429.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1104.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1152.001px;
    -ms-flex: 0 0 1152.001px;
    flex: 0 0 1152.001px;
    max-width: 1152.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1112.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1112.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1160.001px;
    -ms-flex: 0 0 1160.001px;
    flex: 0 0 1160.001px;
    max-width: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -435.001px);
    max-width: -moz-calc(50% - -435.001px);
    max-width: calc(50% - -435.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1120.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -435.001px);
    max-width: -moz-calc(50% - -435.001px);
    max-width: calc(50% - -435.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1120.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1168.001px;
    -ms-flex: 0 0 1168.001px;
    flex: 0 0 1168.001px;
    max-width: 1168.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -438.001px);
    max-width: -moz-calc(50% - -438.001px);
    max-width: calc(50% - -438.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1128.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -438.001px);
    max-width: -moz-calc(50% - -438.001px);
    max-width: calc(50% - -438.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1128.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1176.001px;
    -ms-flex: 0 0 1176.001px;
    flex: 0 0 1176.001px;
    max-width: 1176.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -441.001px);
    max-width: -moz-calc(50% - -441.001px);
    max-width: calc(50% - -441.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1136.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -441.001px);
    max-width: -moz-calc(50% - -441.001px);
    max-width: calc(50% - -441.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1136.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1184.001px;
    -ms-flex: 0 0 1184.001px;
    flex: 0 0 1184.001px;
    max-width: 1184.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -444.001px);
    max-width: -moz-calc(50% - -444.001px);
    max-width: calc(50% - -444.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1144.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -444.001px);
    max-width: -moz-calc(50% - -444.001px);
    max-width: calc(50% - -444.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1144.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1192.001px;
    -ms-flex: 0 0 1192.001px;
    flex: 0 0 1192.001px;
    max-width: 1192.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -447.001px);
    max-width: -moz-calc(50% - -447.001px);
    max-width: calc(50% - -447.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1152.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -447.001px);
    max-width: -moz-calc(50% - -447.001px);
    max-width: calc(50% - -447.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1152.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1208.001px;
    -ms-flex: 0 0 1208.001px;
    flex: 0 0 1208.001px;
    max-width: 1208.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -453.001px);
    max-width: -moz-calc(50% - -453.001px);
    max-width: calc(50% - -453.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1168.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -453.001px);
    max-width: -moz-calc(50% - -453.001px);
    max-width: calc(50% - -453.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1168.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1216.001px;
    -ms-flex: 0 0 1216.001px;
    flex: 0 0 1216.001px;
    max-width: 1216.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -456.001px);
    max-width: -moz-calc(50% - -456.001px);
    max-width: calc(50% - -456.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1176.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -456.001px);
    max-width: -moz-calc(50% - -456.001px);
    max-width: calc(50% - -456.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1176.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1224.001px;
    -ms-flex: 0 0 1224.001px;
    flex: 0 0 1224.001px;
    max-width: 1224.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -459.001px);
    max-width: -moz-calc(50% - -459.001px);
    max-width: calc(50% - -459.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1184.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -459.001px);
    max-width: -moz-calc(50% - -459.001px);
    max-width: calc(50% - -459.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1184.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1232.001px;
    -ms-flex: 0 0 1232.001px;
    flex: 0 0 1232.001px;
    max-width: 1232.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -462.001px);
    max-width: -moz-calc(50% - -462.001px);
    max-width: calc(50% - -462.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1192.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -462.001px);
    max-width: -moz-calc(50% - -462.001px);
    max-width: calc(50% - -462.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1192.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -465.001px);
    max-width: -moz-calc(50% - -465.001px);
    max-width: calc(50% - -465.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -465.001px);
    max-width: -moz-calc(50% - -465.001px);
    max-width: calc(50% - -465.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1248.001px;
    -ms-flex: 0 0 1248.001px;
    flex: 0 0 1248.001px;
    max-width: 1248.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -468.001px);
    max-width: -moz-calc(50% - -468.001px);
    max-width: calc(50% - -468.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1208.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -468.001px);
    max-width: -moz-calc(50% - -468.001px);
    max-width: calc(50% - -468.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1208.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1256.001px;
    -ms-flex: 0 0 1256.001px;
    flex: 0 0 1256.001px;
    max-width: 1256.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -471.001px);
    max-width: -moz-calc(50% - -471.001px);
    max-width: calc(50% - -471.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1216.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -471.001px);
    max-width: -moz-calc(50% - -471.001px);
    max-width: calc(50% - -471.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1216.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1264.001px;
    -ms-flex: 0 0 1264.001px;
    flex: 0 0 1264.001px;
    max-width: 1264.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -474.001px);
    max-width: -moz-calc(50% - -474.001px);
    max-width: calc(50% - -474.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1224.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -474.001px);
    max-width: -moz-calc(50% - -474.001px);
    max-width: calc(50% - -474.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1224.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1272.001px;
    -ms-flex: 0 0 1272.001px;
    flex: 0 0 1272.001px;
    max-width: 1272.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -477.001px);
    max-width: -moz-calc(50% - -477.001px);
    max-width: calc(50% - -477.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1232.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -477.001px);
    max-width: -moz-calc(50% - -477.001px);
    max-width: calc(50% - -477.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1232.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1280.001px;
    -ms-flex: 0 0 1280.001px;
    flex: 0 0 1280.001px;
    max-width: 1280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
    max-width: 1240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
    max-width: 1240.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1166.66767px;
    -ms-flex: 0 0 1166.66767px;
    flex: 0 0 1166.66767px;
    max-width: 1166.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1126.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1126.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1175.001px;
    -ms-flex: 0 0 1175.001px;
    flex: 0 0 1175.001px;
    max-width: 1175.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -470.001px);
    max-width: -moz-calc(50% - -470.001px);
    max-width: calc(50% - -470.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1135.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -470.001px);
    max-width: -moz-calc(50% - -470.001px);
    max-width: calc(50% - -470.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1135.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1183.33433px;
    -ms-flex: 0 0 1183.33433px;
    flex: 0 0 1183.33433px;
    max-width: 1183.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -473.33433px);
    max-width: -moz-calc(50% - -473.33433px);
    max-width: calc(50% - -473.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1143.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -473.33433px);
    max-width: -moz-calc(50% - -473.33433px);
    max-width: calc(50% - -473.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1143.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1191.66767px;
    -ms-flex: 0 0 1191.66767px;
    flex: 0 0 1191.66767px;
    max-width: 1191.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -476.66767px);
    max-width: -moz-calc(50% - -476.66767px);
    max-width: calc(50% - -476.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1151.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -476.66767px);
    max-width: -moz-calc(50% - -476.66767px);
    max-width: calc(50% - -476.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1151.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1208.33433px;
    -ms-flex: 0 0 1208.33433px;
    flex: 0 0 1208.33433px;
    max-width: 1208.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -483.33433px);
    max-width: -moz-calc(50% - -483.33433px);
    max-width: calc(50% - -483.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1168.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -483.33433px);
    max-width: -moz-calc(50% - -483.33433px);
    max-width: calc(50% - -483.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1168.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1216.66767px;
    -ms-flex: 0 0 1216.66767px;
    flex: 0 0 1216.66767px;
    max-width: 1216.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -486.66767px);
    max-width: -moz-calc(50% - -486.66767px);
    max-width: calc(50% - -486.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1176.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -486.66767px);
    max-width: -moz-calc(50% - -486.66767px);
    max-width: calc(50% - -486.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1176.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1225.001px;
    -ms-flex: 0 0 1225.001px;
    flex: 0 0 1225.001px;
    max-width: 1225.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -490.001px);
    max-width: -moz-calc(50% - -490.001px);
    max-width: calc(50% - -490.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1185.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -490.001px);
    max-width: -moz-calc(50% - -490.001px);
    max-width: calc(50% - -490.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1185.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1233.33433px;
    -ms-flex: 0 0 1233.33433px;
    flex: 0 0 1233.33433px;
    max-width: 1233.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -493.33433px);
    max-width: -moz-calc(50% - -493.33433px);
    max-width: calc(50% - -493.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1193.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -493.33433px);
    max-width: -moz-calc(50% - -493.33433px);
    max-width: calc(50% - -493.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1193.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1241.66767px;
    -ms-flex: 0 0 1241.66767px;
    flex: 0 0 1241.66767px;
    max-width: 1241.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -496.66767px);
    max-width: -moz-calc(50% - -496.66767px);
    max-width: calc(50% - -496.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1201.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -496.66767px);
    max-width: -moz-calc(50% - -496.66767px);
    max-width: calc(50% - -496.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1201.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1250.001px;
    -ms-flex: 0 0 1250.001px;
    flex: 0 0 1250.001px;
    max-width: 1250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1258.33433px;
    -ms-flex: 0 0 1258.33433px;
    flex: 0 0 1258.33433px;
    max-width: 1258.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -503.33433px);
    max-width: -moz-calc(50% - -503.33433px);
    max-width: calc(50% - -503.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1218.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -503.33433px);
    max-width: -moz-calc(50% - -503.33433px);
    max-width: calc(50% - -503.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1218.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1266.66767px;
    -ms-flex: 0 0 1266.66767px;
    flex: 0 0 1266.66767px;
    max-width: 1266.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -506.66767px);
    max-width: -moz-calc(50% - -506.66767px);
    max-width: calc(50% - -506.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1226.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -506.66767px);
    max-width: -moz-calc(50% - -506.66767px);
    max-width: calc(50% - -506.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1226.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1275.001px;
    -ms-flex: 0 0 1275.001px;
    flex: 0 0 1275.001px;
    max-width: 1275.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -510.001px);
    max-width: -moz-calc(50% - -510.001px);
    max-width: calc(50% - -510.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1235.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -510.001px);
    max-width: -moz-calc(50% - -510.001px);
    max-width: calc(50% - -510.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1235.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -513.33433px);
    max-width: -moz-calc(50% - -513.33433px);
    max-width: calc(50% - -513.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1243.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -513.33433px);
    max-width: -moz-calc(50% - -513.33433px);
    max-width: calc(50% - -513.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1243.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1291.66767px;
    -ms-flex: 0 0 1291.66767px;
    flex: 0 0 1291.66767px;
    max-width: 1291.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1251.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1251.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1300.001px;
    -ms-flex: 0 0 1300.001px;
    flex: 0 0 1300.001px;
    max-width: 1300.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -520.001px);
    max-width: -moz-calc(50% - -520.001px);
    max-width: calc(50% - -520.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -520.001px);
    max-width: -moz-calc(50% - -520.001px);
    max-width: calc(50% - -520.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1308.33433px;
    -ms-flex: 0 0 1308.33433px;
    flex: 0 0 1308.33433px;
    max-width: 1308.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -523.33433px);
    max-width: -moz-calc(50% - -523.33433px);
    max-width: calc(50% - -523.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1268.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -523.33433px);
    max-width: -moz-calc(50% - -523.33433px);
    max-width: calc(50% - -523.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1268.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1316.66767px;
    -ms-flex: 0 0 1316.66767px;
    flex: 0 0 1316.66767px;
    max-width: 1316.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -526.66767px);
    max-width: -moz-calc(50% - -526.66767px);
    max-width: calc(50% - -526.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1276.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -526.66767px);
    max-width: -moz-calc(50% - -526.66767px);
    max-width: calc(50% - -526.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1276.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1325.001px;
    -ms-flex: 0 0 1325.001px;
    flex: 0 0 1325.001px;
    max-width: 1325.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -530.001px);
    max-width: -moz-calc(50% - -530.001px);
    max-width: calc(50% - -530.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1285.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -530.001px);
    max-width: -moz-calc(50% - -530.001px);
    max-width: calc(50% - -530.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1285.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1333.33433px;
    -ms-flex: 0 0 1333.33433px;
    flex: 0 0 1333.33433px;
    max-width: 1333.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
    max-width: 1293.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
    max-width: 1293.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1280.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1280.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1280.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1243.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1243.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1292.501px;
    -ms-flex: 0 0 1292.501px;
    flex: 0 0 1292.501px;
    max-width: 1292.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -587.501px);
    max-width: -moz-calc(50% - -587.501px);
    max-width: calc(50% - -587.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1252.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -587.501px);
    max-width: -moz-calc(50% - -587.501px);
    max-width: calc(50% - -587.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1252.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1301.66767px;
    -ms-flex: 0 0 1301.66767px;
    flex: 0 0 1301.66767px;
    max-width: 1301.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -591.66767px);
    max-width: -moz-calc(50% - -591.66767px);
    max-width: calc(50% - -591.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1261.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -591.66767px);
    max-width: -moz-calc(50% - -591.66767px);
    max-width: calc(50% - -591.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1261.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1310.83433px;
    -ms-flex: 0 0 1310.83433px;
    flex: 0 0 1310.83433px;
    max-width: 1310.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -595.83433px);
    max-width: -moz-calc(50% - -595.83433px);
    max-width: calc(50% - -595.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1270.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -595.83433px);
    max-width: -moz-calc(50% - -595.83433px);
    max-width: calc(50% - -595.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1270.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1329.16767px;
    -ms-flex: 0 0 1329.16767px;
    flex: 0 0 1329.16767px;
    max-width: 1329.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -604.16767px);
    max-width: -moz-calc(50% - -604.16767px);
    max-width: calc(50% - -604.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1289.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -604.16767px);
    max-width: -moz-calc(50% - -604.16767px);
    max-width: calc(50% - -604.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1289.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1338.33433px;
    -ms-flex: 0 0 1338.33433px;
    flex: 0 0 1338.33433px;
    max-width: 1338.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -608.33433px);
    max-width: -moz-calc(50% - -608.33433px);
    max-width: calc(50% - -608.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1298.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -608.33433px);
    max-width: -moz-calc(50% - -608.33433px);
    max-width: calc(50% - -608.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1298.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1347.501px;
    -ms-flex: 0 0 1347.501px;
    flex: 0 0 1347.501px;
    max-width: 1347.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -612.501px);
    max-width: -moz-calc(50% - -612.501px);
    max-width: calc(50% - -612.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1307.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -612.501px);
    max-width: -moz-calc(50% - -612.501px);
    max-width: calc(50% - -612.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1307.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1356.66767px;
    -ms-flex: 0 0 1356.66767px;
    flex: 0 0 1356.66767px;
    max-width: 1356.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -616.66767px);
    max-width: -moz-calc(50% - -616.66767px);
    max-width: calc(50% - -616.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1316.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -616.66767px);
    max-width: -moz-calc(50% - -616.66767px);
    max-width: calc(50% - -616.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1316.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1365.83433px;
    -ms-flex: 0 0 1365.83433px;
    flex: 0 0 1365.83433px;
    max-width: 1365.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -620.83433px);
    max-width: -moz-calc(50% - -620.83433px);
    max-width: calc(50% - -620.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1325.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -620.83433px);
    max-width: -moz-calc(50% - -620.83433px);
    max-width: calc(50% - -620.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1325.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1375.001px;
    -ms-flex: 0 0 1375.001px;
    flex: 0 0 1375.001px;
    max-width: 1375.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1335.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1335.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1384.16767px;
    -ms-flex: 0 0 1384.16767px;
    flex: 0 0 1384.16767px;
    max-width: 1384.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -629.16767px);
    max-width: -moz-calc(50% - -629.16767px);
    max-width: calc(50% - -629.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1344.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -629.16767px);
    max-width: -moz-calc(50% - -629.16767px);
    max-width: calc(50% - -629.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1344.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1393.33433px;
    -ms-flex: 0 0 1393.33433px;
    flex: 0 0 1393.33433px;
    max-width: 1393.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -633.33433px);
    max-width: -moz-calc(50% - -633.33433px);
    max-width: calc(50% - -633.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1353.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -633.33433px);
    max-width: -moz-calc(50% - -633.33433px);
    max-width: calc(50% - -633.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1353.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1402.501px;
    -ms-flex: 0 0 1402.501px;
    flex: 0 0 1402.501px;
    max-width: 1402.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -637.501px);
    max-width: -moz-calc(50% - -637.501px);
    max-width: calc(50% - -637.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1362.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -637.501px);
    max-width: -moz-calc(50% - -637.501px);
    max-width: calc(50% - -637.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1362.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1411.66767px;
    -ms-flex: 0 0 1411.66767px;
    flex: 0 0 1411.66767px;
    max-width: 1411.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -641.66767px);
    max-width: -moz-calc(50% - -641.66767px);
    max-width: calc(50% - -641.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1371.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -641.66767px);
    max-width: -moz-calc(50% - -641.66767px);
    max-width: calc(50% - -641.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1371.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1420.83433px;
    -ms-flex: 0 0 1420.83433px;
    flex: 0 0 1420.83433px;
    max-width: 1420.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -645.83433px);
    max-width: -moz-calc(50% - -645.83433px);
    max-width: calc(50% - -645.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1380.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -645.83433px);
    max-width: -moz-calc(50% - -645.83433px);
    max-width: calc(50% - -645.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1380.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1430.001px;
    -ms-flex: 0 0 1430.001px;
    flex: 0 0 1430.001px;
    max-width: 1430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1439.16767px;
    -ms-flex: 0 0 1439.16767px;
    flex: 0 0 1439.16767px;
    max-width: 1439.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -654.16767px);
    max-width: -moz-calc(50% - -654.16767px);
    max-width: calc(50% - -654.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1399.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -654.16767px);
    max-width: -moz-calc(50% - -654.16767px);
    max-width: calc(50% - -654.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1399.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1448.33433px;
    -ms-flex: 0 0 1448.33433px;
    flex: 0 0 1448.33433px;
    max-width: 1448.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -658.33433px);
    max-width: -moz-calc(50% - -658.33433px);
    max-width: calc(50% - -658.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1408.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -658.33433px);
    max-width: -moz-calc(50% - -658.33433px);
    max-width: calc(50% - -658.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1408.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1457.501px;
    -ms-flex: 0 0 1457.501px;
    flex: 0 0 1457.501px;
    max-width: 1457.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -662.501px);
    max-width: -moz-calc(50% - -662.501px);
    max-width: calc(50% - -662.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1417.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -662.501px);
    max-width: -moz-calc(50% - -662.501px);
    max-width: calc(50% - -662.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1417.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1466.66767px;
    -ms-flex: 0 0 1466.66767px;
    flex: 0 0 1466.66767px;
    max-width: 1466.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -666.66767px);
    max-width: -moz-calc(50% - -666.66767px);
    max-width: calc(50% - -666.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
    max-width: 1426.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -666.66767px);
    max-width: -moz-calc(50% - -666.66767px);
    max-width: calc(50% - -666.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
    max-width: 1426.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1440.001px;
    -ms-flex: 0 0 1440.001px;
    flex: 0 0 1440.001px;
    max-width: 1440.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1400.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1400.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1400.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1400.001px;
    -ms-flex: 0 0 1400.001px;
    flex: 0 0 1400.001px;
    max-width: 1400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1360.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1360.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1410.001px;
    -ms-flex: 0 0 1410.001px;
    flex: 0 0 1410.001px;
    max-width: 1410.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -705.001px);
    max-width: -moz-calc(50% - -705.001px);
    max-width: calc(50% - -705.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1370.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -705.001px);
    max-width: -moz-calc(50% - -705.001px);
    max-width: calc(50% - -705.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1370.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1420.001px;
    -ms-flex: 0 0 1420.001px;
    flex: 0 0 1420.001px;
    max-width: 1420.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -710.001px);
    max-width: -moz-calc(50% - -710.001px);
    max-width: calc(50% - -710.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1380.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -710.001px);
    max-width: -moz-calc(50% - -710.001px);
    max-width: calc(50% - -710.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1380.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1430.001px;
    -ms-flex: 0 0 1430.001px;
    flex: 0 0 1430.001px;
    max-width: 1430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -715.001px);
    max-width: -moz-calc(50% - -715.001px);
    max-width: calc(50% - -715.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -715.001px);
    max-width: -moz-calc(50% - -715.001px);
    max-width: calc(50% - -715.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1440.001px;
    -ms-flex: 0 0 1440.001px;
    flex: 0 0 1440.001px;
    max-width: 1440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1450.001px;
    -ms-flex: 0 0 1450.001px;
    flex: 0 0 1450.001px;
    max-width: 1450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -725.001px);
    max-width: -moz-calc(50% - -725.001px);
    max-width: calc(50% - -725.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1410.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -725.001px);
    max-width: -moz-calc(50% - -725.001px);
    max-width: calc(50% - -725.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1410.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1460.001px;
    -ms-flex: 0 0 1460.001px;
    flex: 0 0 1460.001px;
    max-width: 1460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -730.001px);
    max-width: -moz-calc(50% - -730.001px);
    max-width: calc(50% - -730.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1420.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -730.001px);
    max-width: -moz-calc(50% - -730.001px);
    max-width: calc(50% - -730.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1420.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1470.001px;
    -ms-flex: 0 0 1470.001px;
    flex: 0 0 1470.001px;
    max-width: 1470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -735.001px);
    max-width: -moz-calc(50% - -735.001px);
    max-width: calc(50% - -735.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -735.001px);
    max-width: -moz-calc(50% - -735.001px);
    max-width: calc(50% - -735.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1480.001px;
    -ms-flex: 0 0 1480.001px;
    flex: 0 0 1480.001px;
    max-width: 1480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -740.001px);
    max-width: -moz-calc(50% - -740.001px);
    max-width: calc(50% - -740.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -740.001px);
    max-width: -moz-calc(50% - -740.001px);
    max-width: calc(50% - -740.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1490.001px;
    -ms-flex: 0 0 1490.001px;
    flex: 0 0 1490.001px;
    max-width: 1490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -745.001px);
    max-width: -moz-calc(50% - -745.001px);
    max-width: calc(50% - -745.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -745.001px);
    max-width: -moz-calc(50% - -745.001px);
    max-width: calc(50% - -745.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1500.001px;
    -ms-flex: 0 0 1500.001px;
    flex: 0 0 1500.001px;
    max-width: 1500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -750.001px);
    max-width: -moz-calc(50% - -750.001px);
    max-width: calc(50% - -750.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -750.001px);
    max-width: -moz-calc(50% - -750.001px);
    max-width: calc(50% - -750.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1510.001px;
    -ms-flex: 0 0 1510.001px;
    flex: 0 0 1510.001px;
    max-width: 1510.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -755.001px);
    max-width: -moz-calc(50% - -755.001px);
    max-width: calc(50% - -755.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -755.001px);
    max-width: -moz-calc(50% - -755.001px);
    max-width: calc(50% - -755.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1520.001px;
    -ms-flex: 0 0 1520.001px;
    flex: 0 0 1520.001px;
    max-width: 1520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -760.001px);
    max-width: -moz-calc(50% - -760.001px);
    max-width: calc(50% - -760.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -760.001px);
    max-width: -moz-calc(50% - -760.001px);
    max-width: calc(50% - -760.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1530.001px;
    -ms-flex: 0 0 1530.001px;
    flex: 0 0 1530.001px;
    max-width: 1530.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -765.001px);
    max-width: -moz-calc(50% - -765.001px);
    max-width: calc(50% - -765.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -765.001px);
    max-width: -moz-calc(50% - -765.001px);
    max-width: calc(50% - -765.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1540.001px;
    -ms-flex: 0 0 1540.001px;
    flex: 0 0 1540.001px;
    max-width: 1540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -770.001px);
    max-width: -moz-calc(50% - -770.001px);
    max-width: calc(50% - -770.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -770.001px);
    max-width: -moz-calc(50% - -770.001px);
    max-width: calc(50% - -770.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1550.001px;
    -ms-flex: 0 0 1550.001px;
    flex: 0 0 1550.001px;
    max-width: 1550.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -775.001px);
    max-width: -moz-calc(50% - -775.001px);
    max-width: calc(50% - -775.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1510.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -775.001px);
    max-width: -moz-calc(50% - -775.001px);
    max-width: calc(50% - -775.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1510.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1560.001px;
    -ms-flex: 0 0 1560.001px;
    flex: 0 0 1560.001px;
    max-width: 1560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -780.001px);
    max-width: -moz-calc(50% - -780.001px);
    max-width: calc(50% - -780.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -780.001px);
    max-width: -moz-calc(50% - -780.001px);
    max-width: calc(50% - -780.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1570.001px;
    -ms-flex: 0 0 1570.001px;
    flex: 0 0 1570.001px;
    max-width: 1570.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -785.001px);
    max-width: -moz-calc(50% - -785.001px);
    max-width: calc(50% - -785.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1530.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -785.001px);
    max-width: -moz-calc(50% - -785.001px);
    max-width: calc(50% - -785.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1530.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1580.001px;
    -ms-flex: 0 0 1580.001px;
    flex: 0 0 1580.001px;
    max-width: 1580.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -790.001px);
    max-width: -moz-calc(50% - -790.001px);
    max-width: calc(50% - -790.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -790.001px);
    max-width: -moz-calc(50% - -790.001px);
    max-width: calc(50% - -790.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1590.001px;
    -ms-flex: 0 0 1590.001px;
    flex: 0 0 1590.001px;
    max-width: 1590.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -795.001px);
    max-width: -moz-calc(50% - -795.001px);
    max-width: calc(50% - -795.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1550.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -795.001px);
    max-width: -moz-calc(50% - -795.001px);
    max-width: calc(50% - -795.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1550.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1600.001px;
    -ms-flex: 0 0 1600.001px;
    flex: 0 0 1600.001px;
    max-width: 1600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -800.001px);
    max-width: -moz-calc(50% - -800.001px);
    max-width: calc(50% - -800.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
    max-width: 1560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: -webkit-calc(50% - -800.001px);
    max-width: -moz-calc(50% - -800.001px);
    max-width: calc(50% - -800.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
    max-width: 1560.001px;
    }
}

/*
#masthead .wrap {
    max-width: 1200px;
    padding-left: 0em;
    padding-right: 0em;
    background: green;
}
*/
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-5,
.bt_bb_row .bt_bb_column.bt_bb_order_-5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-4,
.bt_bb_row .bt_bb_column.bt_bb_order_-4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-3,
.bt_bb_row .bt_bb_column.bt_bb_order_-3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-2,
.bt_bb_row .bt_bb_column.bt_bb_order_-2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-1,
.bt_bb_row .bt_bb_column.bt_bb_order_-1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_0,
.bt_bb_row .bt_bb_column.bt_bb_order_0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_1,
.bt_bb_row .bt_bb_column.bt_bb_order_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_2,
.bt_bb_row .bt_bb_column.bt_bb_order_2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_3,
.bt_bb_row .bt_bb_column.bt_bb_order_3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_4,
.bt_bb_row .bt_bb_column.bt_bb_order_4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_5,
.bt_bb_row .bt_bb_column.bt_bb_order_5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    }
@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-5,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_-5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-4,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_-4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-3,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_-3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-2,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_-2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-1,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_-1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_0,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_1,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_2,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_3,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_4,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_5,
.bt_bb_row .bt_bb_column.bt_bb_order_lg_5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    }
}

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

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

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

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

.bt_bb_icon {
    display: inline-block;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: inherit;
    font-weight: normal;
    }
.bt_bb_icon .bt_bb_icon_holder:before {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    line-height: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    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;
    -webkit-order: 2;
    -ms-flex-order: 2;
    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;
    -webkit-box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    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 {
    -webkit-box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    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 {
    -webkit-box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    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);
    -webkit-box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    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_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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1em 3em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.bt_bb_button a:hover {
    text-decoration: none;
    }
.bt_bb_style_clean.bt_bb_button a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.rtl .bt_bb_button a {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    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 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: .5em;
    }
.bt_bb_button.bt_bb_icon_position_left .bt_bb_button_text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: .5em;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_button_text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    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 {
    -webkit-box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    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 {
    -webkit-box-shadow: 0 0 0 3em var(--primary-color,black) inset;
    box-shadow: 0 0 0 3em var(--primary-color,black) inset;
    color: var(--secondary-color,white);
    }
.bt_bb_button.bt_bb_style_filled a {
    -webkit-box-shadow: 0 0 0 3em var(--secondary-color,white) inset;
    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 {
    -webkit-box-shadow: 0 0 0 0 var(--secondary-color,white) inset;
    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);
    }

/* 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):before {
    border-bottom: 6px solid transparent;
    margin-bottom: -6px;
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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;
    -webkit-flex: 1;
    -ms-flex: 1;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    text-transform: capitalize;
    }
.bt_bb_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
    }
.bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
    -webkit-box-shadow: none;
    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_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_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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.bt_bb_image img {
    display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    clear: both;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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: -ms-flexbox;
    display: -webkit-flex;
    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 {
    -webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    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 {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    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 {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    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 {
    -webkit-perspective: 350px;
    -moz-perspective: 350px;
    perspective: 350px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-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 {
    -webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    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 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_scroll {
    height: 300px;
    overflow: hidden;
    }
.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_5000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_4000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_3000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_2000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_1000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image.bt_bb_hover_style_scroll:hover img {
    -webkit-transform: translateY(-webkit-calc(-100% + 300px));
    -webkit-transform: translateY(calc(-100% + 300px));
    -moz-transform: translateY(-moz-calc(-100% + 300px));
    -moz-transform: translateY(calc(-100% + 300px));
    -ms-transform: translateY(calc(-100% + 300px));
    transform: translateY(-webkit-calc(-100% + 300px));
    transform: translateY(-moz-calc(-100% + 300px));
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_content_align_bottom.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    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 {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_image.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    opacity: 0;
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -webkit-transform: scale3d(1,1,.99);
    -moz-transform: scale3d(1,1,.99);
    -ms-transform: scale3d(1,1,.99);
    transform: scale3d(1,1,.99);
    }
.bt_bb_image.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    opacity: 1;
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    }
.bt_bb_image.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1;
    }
.bt_bb_image.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    opacity: 0;
    -webkit-transform: scale3d(1,1,.99);
    -moz-transform: scale3d(1,1,.99);
    -ms-transform: scale3d(1,1,.99);
    transform: scale3d(1,1,.99);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    }
:hover.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    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 {
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    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 {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    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 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    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 {
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    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 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    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 {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }

/* Tmp 
.bt_bb_cell_inner {
	padding: 0 10%;
}*/
.bt_bb_service {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    max-width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    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 {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    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 {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    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 {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    }
.bt_bb_service .bt_bb_icon_holder {
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-decoration: none;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: initial;
    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 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-align-self: initial;
    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 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: initial;
    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 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    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 {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1em;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 600;
    font-size: 1.1em;
    }
.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;
    -webkit-order: 2;
    -ms-flex-order: 2;
    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;
    -webkit-order: 1;
    -ms-flex-order: 1;
    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 {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    }
.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    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 {
    -webkit-box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    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 {
    -webkit-box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    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 {
    -webkit-box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    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;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    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;
    -webkit-transition: color 300ms ease,background-color 300ms ease;
    -moz-transition: color 300ms ease,background-color 300ms ease;
    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;
    padding-bottom: 56.25%;
    }
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide > div {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    }
.bt_bb_height_half_screen .slick-slider .slick-slide {
    height: 50vh;
    }
.bt_bb_height_keep-height .slick-slider .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: 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: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%;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    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: -webkit-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    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: -webkit-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    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: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    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: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    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 {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition: opacity 2s;
    }
.bt_bb_grid_container:after {
    content: '';
    display: block;
    clear: both;
    }
.bt_bb_grid_hide {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    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;
    -webkit-flex-grow: 1;
    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;
    -webkit-box-shadow: none;
    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 {
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: 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;
    }

/* Post image */
.bt_bb_css_post_grid .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_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_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;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 2.5em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    inset: 0;
    position: absolute;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    color: #fff;
    opacity: 0;
    z-index: 3;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a img {
    z-index: 1;
    display: block;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    height: 100%;
    object-fit: cover;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:after {
    opacity: .5;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    opacity: 1;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    }
.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: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(1px,1px);
    -moz-transform: translate(1px,1px);
    -ms-transform: translate(1px,1px);
    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: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(5px,5px);
    -moz-transform: translate(5px,5px);
    -ms-transform: translate(5px,5px);
    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: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(20px,20px);
    -moz-transform: translate(20px,20px);
    -ms-transform: translate(20px,20px);
    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: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(30px,30px);
    -moz-transform: translate(30px,30px);
    -ms-transform: translate(30px,30px);
    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;
    -moz-animation: bt_bb_grid_animation 2s linear infinite;
    animation: bt_bb_grid_animation 2s linear infinite;
    display: none;
    }
@-webkit-keyframes bt_bb_grid_animation {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@-moz-keyframes bt_bb_grid_animation {
0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@keyframes bt_bb_grid_animation {
0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    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: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    font-size: 4em;
    line-height: 1;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    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;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    }
.bt_bb_currency_position_right.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    -webkit-order: 1;
    -ms-flex-order: 1;
    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;
    -webkit-box-shadow: none;
    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 {
    -webkit-box-shadow: none;
    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 {
    -webkit-box-shadow: none;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_latest_posts.bt_bb_columns_1 {
    display: block;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }
.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 16.66%;
    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 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 33.33%;
    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 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
}

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

.bt_bb_custom_menu > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    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 {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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 {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    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;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    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;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    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 {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    }
.bt_bb_progress_bar:nth-child(2) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.bt_bb_progress_bar:nth-child(3) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    }
.bt_bb_progress_bar:nth-child(4) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.bt_bb_progress_bar:nth-child(5) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.bt_bb_progress_bar:nth-child(6) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.bt_bb_progress_bar:nth-child(7) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.bt_bb_progress_bar:nth-child(8) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.bt_bb_progress_bar:nth-child(9) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.bt_bb_progress_bar:nth-child(10) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.bt_bb_progress_bar:nth-child(11) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.bt_bb_progress_bar:nth-child(12) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.bt_bb_progress_bar:nth-child(13) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.bt_bb_progress_bar:nth-child(14) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.bt_bb_progress_bar:nth-child(15) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.bt_bb_progress_bar:nth-child(16) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.bt_bb_progress_bar:nth-child(17) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.bt_bb_progress_bar:nth-child(18) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.bt_bb_progress_bar:nth-child(19) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.bt_bb_progress_bar:nth-child(20) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }

/*.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: -ms-flexbox;
    display: -webkit-flex;
    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;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    -webkit-order: 1;
    -ms-flex-order: 1;
    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;
    -webkit-order: 0;
    -ms-flex-order: 0;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text {
    -webkit-flex: 5 1 auto;
    -ms-flex: 5 1 auto;
    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 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    transition: transform .2s;
    }
.on.bt_bb_widget_switch > div {
    -webkit-transform: translateX(1.5em);
    -moz-transform: translateX(1.5em);
    -ms-transform: translateX(1.5em);
    transform: translateX(1.5em);
    }
.animate {
    -webkit-transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    -moz-transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    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) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(1) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(3) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(4) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(5) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(6) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(7) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(8) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(9) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(10) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(11) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(12) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(13) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(14) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(15) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(16) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(17) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(18) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(19) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(20) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(1) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(2) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(3) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(4) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(5) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(6) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(7) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(8) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(9) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(10) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(11) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(12) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(13) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(14) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(15) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(16) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(17) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(18) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(19) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(20) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(1) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(2) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(3) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(4) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(5) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(7) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(8) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(9) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(10) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(11) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(12) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(13) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(14) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(15) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(16) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(17) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(18) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(19) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(20) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(1) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(2) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(3) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(4) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(5) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(6) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(7) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(8) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(9) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(10) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(11) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(12) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(13) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(14) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(15) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(16) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(17) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(18) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(19) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(20) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(1) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(2) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(3) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(4) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(5) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(6) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(7) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(8) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(9) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(10) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(11) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(12) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(13) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(14) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(15) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(16) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(17) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(18) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(19) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(20) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(1) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(2) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(3) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(4) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(5) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(6) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(7) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(8) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(9) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(10) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(11) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(12) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(13) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(14) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(15) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(16) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(17) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(18) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(19) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(20) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(1) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(2) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(3) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(4) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(5) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(6) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(7) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(8) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(9) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(10) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(11) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(12) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(13) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(14) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(15) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(16) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(17) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(18) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(19) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(20) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(1) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(2) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(3) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(4) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(5) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(6) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(7) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(8) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(9) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(10) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(11) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(12) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(13) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(14) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(15) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(16) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(17) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(18) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(19) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(20) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(1) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(2) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(3) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(4) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(5) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(6) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(7) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(8) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(9) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(10) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(11) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(12) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(13) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(14) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(15) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(16) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(17) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(18) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(19) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(20) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(1) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(2) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(3) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(4) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(5) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(6) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(7) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(8) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(9) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(10) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(11) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(12) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(13) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(14) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(15) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(16) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(17) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(18) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(19) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(20) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(1) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(2) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(3) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(4) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(5) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(6) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(7) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(8) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(9) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(10) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(11) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(12) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(13) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(14) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(15) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(16) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(17) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(18) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(19) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(20) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(1) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(2) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(3) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(4) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(5) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(6) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(7) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(8) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(9) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(10) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(11) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(12) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(13) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(14) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(15) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(16) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(17) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(18) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(19) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(20) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(1) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(2) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(3) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(4) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(5) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(6) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(7) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(8) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(9) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(10) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(11) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(12) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(13) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(14) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(15) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(16) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(17) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(18) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(19) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(20) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(1) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(2) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(3) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(4) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(5) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(6) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(7) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(8) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(9) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(10) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(11) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(12) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(13) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(14) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(15) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(16) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(17) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(18) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(19) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(20) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(1) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(2) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(3) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(4) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(5) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(6) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(7) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(8) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(9) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(10) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(11) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(12) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(13) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(14) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(15) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(16) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(17) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(18) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(19) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(20) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(1) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(2) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(3) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(4) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(5) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(6) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(7) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(8) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(9) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(10) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(11) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(12) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(13) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(14) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(15) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(16) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(17) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(18) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(19) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(20) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(1) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(2) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(3) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(4) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(5) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(6) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(7) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(8) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(9) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(10) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(11) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(12) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(13) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(14) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(15) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(16) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(17) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(18) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(19) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(20) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(1) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(2) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(3) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(4) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(5) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(6) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(7) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(8) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(9) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(10) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(11) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(12) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(13) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(14) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(15) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(16) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(17) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(18) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(19) {
    -webkit-transition-delay: 5500ms;
    -moz-transition-delay: 5500ms;
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(20) {
    -webkit-transition-delay: 5600ms;
    -moz-transition-delay: 5600ms;
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(1) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(2) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(3) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(4) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(5) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(6) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(7) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(8) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(9) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(10) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(11) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(12) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(13) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(14) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(15) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(16) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(17) {
    -webkit-transition-delay: 5500ms;
    -moz-transition-delay: 5500ms;
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(18) {
    -webkit-transition-delay: 5600ms;
    -moz-transition-delay: 5600ms;
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(19) {
    -webkit-transition-delay: 5700ms;
    -moz-transition-delay: 5700ms;
    transition-delay: 5700ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(20) {
    -webkit-transition-delay: 5800ms;
    -moz-transition-delay: 5800ms;
    transition-delay: 5800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(1) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(2) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(3) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(4) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(5) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(6) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(7) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(8) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(9) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(10) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(11) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(12) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(13) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(14) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(15) {
    -webkit-transition-delay: 5500ms;
    -moz-transition-delay: 5500ms;
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(16) {
    -webkit-transition-delay: 5600ms;
    -moz-transition-delay: 5600ms;
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(17) {
    -webkit-transition-delay: 5700ms;
    -moz-transition-delay: 5700ms;
    transition-delay: 5700ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(18) {
    -webkit-transition-delay: 5800ms;
    -moz-transition-delay: 5800ms;
    transition-delay: 5800ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(19) {
    -webkit-transition-delay: 5900ms;
    -moz-transition-delay: 5900ms;
    transition-delay: 5900ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(20) {
    -webkit-transition-delay: 6000ms;
    -moz-transition-delay: 6000ms;
    transition-delay: 6000ms;
    }
.animate.bt_bb_section,
.animate.btArticleListItem {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.animate.bt_bb_section {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    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"] {
    -webkit-transform: translate3d(0,-30%,0);
    -moz-transform: translate3d(0,-30%,0);
    -ms-transform: translate3d(0,-30%,0);
    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 {
    -webkit-transform: translate3d(0,-50px,0);
    -moz-transform: translate3d(0,-50px,0);
    -ms-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
    }
.animate[class*="move_up"] {
    -webkit-transform: translate3d(0,30px,0);
    -moz-transform: translate3d(0,30px,0);
    -ms-transform: translate3d(0,30px,0);
    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 {
    -webkit-transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    }
.animate[class*="move_left"] {
    -webkit-transform: translate3d(30%,0,0);
    -moz-transform: translate3d(30%,0,0);
    -ms-transform: translate3d(30%,0,0);
    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 {
    -webkit-transform: translate3d(50px,0,0);
    -moz-transform: translate3d(50px,0,0);
    -ms-transform: translate3d(50px,0,0);
    transform: translate3d(50px,0,0);
    }
.animate[class*="move_right"] {
    -webkit-transform: translate3d(-30%,0,0);
    -moz-transform: translate3d(-30%,0,0);
    -ms-transform: translate3d(-30%,0,0);
    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 {
    -webkit-transform: translate3d(-50px,0,0);
    -moz-transform: translate3d(-50px,0,0);
    -ms-transform: translate3d(-50px,0,0);
    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 {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }

/* Zoom in */
.animate[class*="zoom_in"] {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    }
.animate[class*="zoom_out"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    }
.animate[class*="zoom_in"].animated,
.animate[class*="zoom_out"].animated {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    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;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    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 {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 1em;
    }
.sidebar .btIconWidget .btIconWidgetIcon,
.btSidebar .btIconWidget .btIconWidgetIcon {
    -webkit-flex: 0 1% 0;
    -ms-flex: 0 1% 0;
    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 {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: 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;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    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;
    -webkit-transition: transform 0ms ease-out;
    -moz-transition: transform 0ms ease-out;
    transition: transform 0ms ease-out;
    -webkit-transform: translateY(-3rem);
    -moz-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    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:first-child,
.btCounterHolder .btCountdownHolder .days span:nth-child(2),
.btCounterHolder .btCountdownHolder .days span:nth-child(3) {
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
    }
.btCounterHolder .btCountdownHolder span[class$="_text"] > span {
    height: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !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;
    -webkit-transform: translate(-50%,-.1em) !important;
    -moz-transform: translate(-50%,-.1em) !important;
    -ms-transform: translate(-50%,-.1em) !important;
    transform: translate(-50%,-.1em) !important;
    }
.btCounterHolder .btCountdownHolder .countdown_anim {
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    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 {
    -webkit-transform: translateY(-4.5rem);
    -moz-transform: translateY(-4.5rem);
    -ms-transform: translateY(-4.5rem);
    transform: translateY(-4.5rem);
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder .countdown_anim,
.btCounterHolder.bt_bb_size_large .btCountdownHolder .countdown_anim {
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    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: -ms-flexbox;
    display: -webkit-flex;
    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: -ms-flexbox;
    display: -webkit-flex;
    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: -ms-flexbox;
    display: -webkit-flex;
    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;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    font-family: Icon7Stroke;
    color: #FFF;
    inset: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3em;
    pointer-events: none;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    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;
    -webkit-box-shadow: none;
    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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 {
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    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_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: -webkit-calc(var(--post-pf-grid-gap-small) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-small) * 2);
    grid-gap: 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: -webkit-calc(var(--post-pf-grid-gap-normal) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-normal) * 2);
    grid-gap: 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: -webkit-calc(var(--post-pf-grid-gap-large) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-large) * 2);
    grid-gap: calc(var(--post-pf-grid-gap-large) * 2);
    }

/* 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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.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;
    -webkit-flex-basis: 100%;
    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 {
    -webkit-flex-basis: 50%;
    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: -ms-flexbox;
    display: -webkit-flex;
    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: -ms-flexbox;
    display: -webkit-flex;
    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"] {
    -webkit-flex-basis: 100%;
    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) {
    -webkit-flex-basis: 66.666666%;
    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) {
    -webkit-flex-basis: 33.333333%;
    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) {
    -webkit-flex-basis: 66.666666%;
    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) {
    -webkit-flex-basis: 33.333333%;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    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;
    -ms-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;
    -webkit-box-shadow: none;
    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%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    }
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    }
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-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;
}/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    }
[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
    }
[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
    }
[data-ico-fa5b]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fa5b);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* CONTAINER */
/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    }
[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
    }
[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
    }
[data-ico-fa5b]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fa5b);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* override! */
:root {
    --boldthemes-default-line-color: #eeeeee;
    }
.bold_timeline_container {
    margin: 0;
    padding: 0;
    }
.bold_timeline_container p {
    margin-top: 0;
    }
.bold_timeline_container p:last-child {
    margin-bottom: 0;
    }

/* Main line */
.bold_timeline_container.bold_timeline_container_has_line_style {
    position: relative;
    }
.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    content: '';
    position: absolute;
    right: auto;
    border-color: var(--boldthemes-default-line-color);
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    }
.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    }
.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    }
.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    right: 0;
    left: 0;
    bottom: auto;
    top: 7em;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    top: 9em;
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    right: 0;
    left: 0;
    top: auto;
    bottom: 7em;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    bottom: 9em;
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container_line_style_solid.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    border-top-style: solid;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container_line_style_solid.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    border-left-style: solid;
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container_line_style_dashed.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    border-top-style: dashed;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container_line_style_dashed.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    border-left-style: dashed;
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container_line_style_dotted.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    border-top-style: dotted;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container_line_style_dotted.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    border-left-style: dotted;
    }

/* Line Thickness: thin/normal/thick */
.bold_timeline_container_line_thickness_thin.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    border-width: 1px;
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    }
.bold_timeline_container_line_thickness_normal.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    border-width: 2px;
    }
.bold_timeline_container_line_thickness_thick.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    border-width: 4px;
    }
.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    }

/* Responsive */
@media (max-width: 479px) {
.bold_timeline_responsive_hidden_xs {
    display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
.bold_timeline_responsive_hidden_ms {
    display: none !important;
    }
}

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

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

@media (min-width: 1200px) {
.bold_timeline_responsive_hidden_lg {
    display: none !important;
    }
}

/* Responsive options */
@media (max-width: 768px) {
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item {
    margin: 0 0 1em 0 !important;
    }
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item .bold_timeline_item_icon {
    opacity: 0 !important;
    }
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header {
    margin: 0 0 1em 0 !important;
    }
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_container_line {
    display: none;
    }
}

/* Added bootstrap visible / hidden classes */
@media (max-width: 480px) {
.visible-xs {
    display: block !important;
    }
}

@media (min-width: 480px) and (max-width:767px) {
.visible-ms {
    display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
    display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
    display: block !important;
    }
}

@media (min-width: 1200px) {
.visible-lg {
    display: block !important;
    }
}

@media (max-width: 480px) {
.hidden-xs {
    display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
.hidden-ms {
    display: none !important;
    }
}

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

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

@media (min-width: 1200px) {
.hidden-lg {
    display: none !important;
    }
}

.crush-fix {
    display: none !important;
    }

/* GROUP */
/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    }
[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
    }
[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
    }
[data-ico-fa5b]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fa5b);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* override! */
:root {
    --boldthemes-default-group-color: #181818;
    --boldthemes-default-button-color: #008ed4;
    }
.bold_timeline_group {
    position: relative;
    z-index: 1;
    }
.bold_timeline_container_has_group_title_font .bold_timeline_group .h1,
.bold_timeline_container_has_group_title_font .bold_timeline_group h2,
.bold_timeline_container_has_group_title_font .bold_timeline_group h3,
.bold_timeline_container_has_group_title_font .bold_timeline_group h4,
.bold_timeline_container_has_group_title_font .bold_timeline_group h5,
.bold_timeline_container_has_group_title_font .bold_timeline_group h6,
.bold_timeline_group_has_group_title_font.bold_timeline_group .h1,
.bold_timeline_group_has_group_title_font.bold_timeline_group h2,
.bold_timeline_group_has_group_title_font.bold_timeline_group h3,
.bold_timeline_group_has_group_title_font.bold_timeline_group h4,
.bold_timeline_group_has_group_title_font.bold_timeline_group h5,
.bold_timeline_group_has_group_title_font.bold_timeline_group h6 {
    font-family: var(--group-title-font);
    }
.bold_timeline_container_line_position_left .bold_timeline_group {
    text-align: left;
    }
.bold_timeline_container_line_position_center .bold_timeline_group {
    text-align: center;
    }
.bold_timeline_container_line_position_right .bold_timeline_group {
    text-align: right;
    }
.bold_timeline_container_line_position_vertical .bold_timeline_group .bold_timeline_group_header {
    margin-bottom: 3em;
    }
.bold_timeline_group .bold_timeline_group_header {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    }
.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    }
.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner .bold_timeline_group_header_title {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: inherit;
    }

/* Group style */
.bold_timeline_container.bold_timeline_container_group_style_clear .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_style_clear.bold_timeline_group .bold_timeline_group_header {
    padding: .25em 0;
    border: none;
    background: transparent;
    }
.bold_timeline_container.bold_timeline_container_group_style_outline .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_style_outline.bold_timeline_group .bold_timeline_group_header {
    border: 2px solid transparent;
    border-color: var(--boldthemes-default-group-color);
    background: white;
    }
.bold_timeline_container.bold_timeline_container_group_style_filled .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_style_filled.bold_timeline_group .bold_timeline_group_header {
    border: none;
    background: var(--boldthemes-default-group-color);
    color: white;
    }
.bold_timeline_container.bold_timeline_container_group_style_shadow .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_style_shadow.bold_timeline_group .bold_timeline_group_header {
    border: none;
    color: var(--boldthemes-default-group-color);
    background: white;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    }
.bold_timeline_container.bold_timeline_container_group_thickness_thin.bold_timeline_container_group_style_outline .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container.bold_timeline_container_group_thickness_thin .bold_timeline_group_override_style_outline.bold_timeline_group .bold_timeline_group_header {
    border-width: 1px;
    }
.bold_timeline_container.bold_timeline_container_group_thickness_thick.bold_timeline_container_group_style_outline .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container.bold_timeline_container_group_thickness_thick .bold_timeline_group_override_style_outline.bold_timeline_group .bold_timeline_group_header {
    border-width: 4px;
    }

/* Group shape */
.bold_timeline_container_group_shape_square .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_shape_square.bold_timeline_group .bold_timeline_group_header {
    padding: .5em 1em;
    border-radius: 0;
    height: auto;
    width: auto;
    text-align: inherit;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_square .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_group_override_shape_square.bold_timeline_group .bold_timeline_group_header {
    margin-right: -1px;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_square .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_group_override_shape_square.bold_timeline_group .bold_timeline_group_header {
    margin-left: -1px;
    }
.bold_timeline_container_group_shape_soft_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_shape_soft_rounded.bold_timeline_group .bold_timeline_group_header {
    padding: .5em 1em;
    border-radius: 5px;
    height: auto;
    width: auto;
    text-align: inherit;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_soft_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_group_override_shape_soft_rounded.bold_timeline_group .bold_timeline_group_header {
    margin-right: -5px;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_soft_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_group_override_shape_soft_rounded.bold_timeline_group .bold_timeline_group_header {
    margin-left: -5px;
    }
.bold_timeline_container_group_shape_hard_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_shape_hard_rounded.bold_timeline_group .bold_timeline_group_header {
    padding: .5em 1em;
    border-radius: 15px;
    height: auto;
    width: auto;
    text-align: inherit;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_hard_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_group_override_shape_hard_rounded.bold_timeline_group .bold_timeline_group_header {
    margin-right: -15px;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_hard_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_group_override_shape_hard_rounded.bold_timeline_group .bold_timeline_group_header {
    margin-left: -15px;
    }
.bold_timeline_container_group_shape_circle .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_shape_circle.bold_timeline_group .bold_timeline_group_header {
    border-radius: 50%;
    padding: 0;
    }
.bold_timeline_container_group_shape_circle .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner,
.bold_timeline_container .bold_timeline_group_override_shape_circle.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner {
    width: 6em;
    padding-bottom: 100%;
    text-align: center;
    position: relative;
    }
.bold_timeline_container_group_shape_circle .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner .bold_timeline_group_header_title,
.bold_timeline_container .bold_timeline_group_override_shape_circle.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner .bold_timeline_group_header_title {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }

/* Group tickness */
.bold_timeline_container.bold_timeline_container_group_thickness_thin .bold_timeline_group_override_thickness_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_thickness_thin.bold_timeline_group .bold_timeline_group_header {
    border-width: 1px;
    }
.bold_timeline_container.bold_timeline_container_group_thickness_normal .bold_timeline_group_override_thickness_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_thickness_normal.bold_timeline_group .bold_timeline_group_header {
    border-width: 2px;
    }
.bold_timeline_container.bold_timeline_container_group_thickness_thick .bold_timeline_group_override_thickness_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_tickness_thick.bold_timeline_group .bold_timeline_group_header {
    border-width: 4px;
    }

/* Group title size */
.bold_timeline_container_group_title_size_default .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_title,
.bold_timeline_container .bold_timeline_group_override_title_size_default.bold_timeline_group .bold_timeline_group_header_title {
    font-size: 1.25em;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_default .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_inner,
.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_default.bold_timeline_group .bold_timeline_group_header_inner {
    width: 6em;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_default .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_default.bold_timeline_group .bold_timeline_group_header {
    margin-right: -3em;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_default .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_default.bold_timeline_group .bold_timeline_group_header {
    margin-left: -3em;
    }
.bold_timeline_container_group_title_size_small .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_title,
.bold_timeline_container .bold_timeline_group_override_title_size_small.bold_timeline_group .bold_timeline_group_header_title {
    font-size: 1em;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_small .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_inner,
.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_small.bold_timeline_group .bold_timeline_group_header_inner {
    width: 4em;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_small .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_small.bold_timeline_group .bold_timeline_group_header {
    margin-right: -2em;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_small .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_small.bold_timeline_group .bold_timeline_group_header {
    margin-left: -2em;
    }
.bold_timeline_container_group_title_size_normal .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_title,
.bold_timeline_container .bold_timeline_group_override_title_size_normal.bold_timeline_group .bold_timeline_group_header_title {
    font-size: 1.5em;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_normal .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_inner,
.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_normal.bold_timeline_group .bold_timeline_group_header_inner {
    width: 7em;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_normal .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_normal.bold_timeline_group .bold_timeline_group_header {
    margin-right: -3.5em;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_normal .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_normal.bold_timeline_group .bold_timeline_group_header {
    margin-left: -3.5em;
    }
.bold_timeline_container_group_title_size_large .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_title,
.bold_timeline_container .bold_timeline_group_override_title_size_large.bold_timeline_group .bold_timeline_group_header_title {
    font-size: 1.75em;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_large .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_inner,
.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_large.bold_timeline_group .bold_timeline_group_header_inner {
    width: 8em;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_large .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_large.bold_timeline_group .bold_timeline_group_header {
    margin-right: -4em;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_large .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_large.bold_timeline_group .bold_timeline_group_header {
    margin-left: -4em;
    }

/* Group view more */
.bold_timeline_group .bold_timeline_group_show_button {
    padding: 0;
    display: none;
    margin-bottom: 3em;
    }
.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
    display: inline-block;
    padding: .25em .5em;
    cursor: pointer;
    }
.bold_timeline_container_group_show_button_shape_square .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_override_show_button_shape_square.bold_timeline_group .bold_timeline_group_show_button {
    padding: 0 1em;
    }
.bold_timeline_container_group_show_button_shape_square .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container .bold_timeline_group_override_show_button_shape_square.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
    border-radius: 0;
    overflow: hidden;
    }
.bold_timeline_container_group_show_button_shape_soft_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container .bold_timeline_group_override_show_button_shape_soft_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
    border-radius: 5px;
    overflow: hidden;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_group_show_button_shape_soft_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_group_override_show_button_shape_soft_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
    margin-right: -5px;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_group_show_button_shape_soft_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_group_override_show_button_shape_soft_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
    margin-left: -5px;
    }
.bold_timeline_container_group_show_button_shape_hard_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container .bold_timeline_group_override_show_button_shape_hard_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
    border-radius: 15px;
    overflow: hidden;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_group_show_button_shape_hard_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_group_override_show_button_shape_hard_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
    margin-right: -15px;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_group_show_button_shape_hard_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_group_override_show_button_shape_hard_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
    margin-left: -15px;
    }
.bold_timeline_container_group_show_button_style_outline .bold_timeline_group_override_show_button_style_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container .bold_timeline_group_override_show_button_style_outline.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
    border: 2px solid var(--boldthemes-default-button-color);
    background: white;
    }
.bold_timeline_container_group_show_button_style_filled .bold_timeline_group_override_show_button_style_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container .bold_timeline_group_override_show_button_style_filled.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
    background: var(--boldthemes-default-button-color);
    border: none;
    }
.bold_timeline_container_group_content_display_show .bold_timeline_group_override_content_display_inherit.bold_timeline_group .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_override_content_display_show.bold_timeline_group .bold_timeline_group_show_button {
    display: none;
    }
.bold_timeline_container_group_content_display_show .bold_timeline_group_override_content_display_inherit.bold_timeline_group:not(.on) .bold_timeline_group_content,
.bold_timeline_container .bold_timeline_group_override_content_display_show.bold_timeline_group:not(.on) .bold_timeline_group_content {
    display: block;
    }
.bold_timeline_container_group_content_display_hide .bold_timeline_group_override_content_display_inherit.bold_timeline_group .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_override_content_display_hide.bold_timeline_group .bold_timeline_group_show_button {
    display: block;
    }
.bold_timeline_container_group_content_display_hide .bold_timeline_group_override_content_display_inherit.bold_timeline_group:not(.on) .bold_timeline_group_content,
.bold_timeline_container .bold_timeline_group_override_content_display_hide.bold_timeline_group:not(.on) .bold_timeline_group_content {
    display: none;
    }
.bold_timeline_container_line_position_top .bold_timeline_group {
    position: absolute;
    top: -7em;
    left: 2em;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_top .bold_timeline_group {
    top: -9em;
    }
.bold_timeline_container_line_position_top .bold_timeline_group .bold_timeline_group_inner {
    margin: 0;
    }
.bold_timeline_container_line_position_bottom .bold_timeline_group {
    position: absolute;
    bottom: -7em;
    left: 2em;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_bottom .bold_timeline_group {
    bottom: -9em;
    }
.bold_timeline_container_line_position_bottom .bold_timeline_group .bold_timeline_group_inner {
    margin: 0;
    }

/* ITEM */
/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    }
[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
    }
[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
    }
[data-ico-fa5b]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fa5b);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* override! */
:root {
    --boldthemes-default-item-background-color: #fff;
    --boldthemes-default-item-color: inherit;
    --boldthemes-default-frame-color: #eeeeee;
    --boldthemes-default-sticker-color: #27b6fd;
    --boldthemes-default-marker-color: #008ed4;
    --boldthemes-default-connection-color: #eeeeee;
    --boldthemes-default-icon-color: #008ed4;
    }
.bold_timeline_item {
    margin-bottom: 3em;
    position: relative;
    }
.bold_timeline_container_has_item_body_font .bold_timeline_item,
.bold_timeline_item_has_item_body_font.bold_timeline_item {
    font-family: var(--item-body-font);
    }
.bold_timeline_container_has_item_title_font .bold_timeline_item .h1,
.bold_timeline_container_has_item_title_font .bold_timeline_item h2,
.bold_timeline_container_has_item_title_font .bold_timeline_item h3,
.bold_timeline_container_has_item_title_font .bold_timeline_item h4,
.bold_timeline_container_has_item_title_font .bold_timeline_item h5,
.bold_timeline_container_has_item_title_font .bold_timeline_item h6,
.bold_timeline_item_has_item_title_font.bold_timeline_item .h1,
.bold_timeline_item_has_item_title_font.bold_timeline_item h2,
.bold_timeline_item_has_item_title_font.bold_timeline_item h3,
.bold_timeline_item_has_item_title_font.bold_timeline_item h4,
.bold_timeline_item_has_item_title_font.bold_timeline_item h5,
.bold_timeline_item_has_item_title_font.bold_timeline_item h6 {
    font-family: var(--item-title-font);
    }
.bold_timeline_container_line_position_left .bold_timeline_item,
.bold_timeline_container_line_position_none .bold_timeline_item {
    margin-left: 2.5rem;
    }
.bold_timeline_container_line_position_right .bold_timeline_item {
    margin-right: 2.5rem;
    }
.bold_timeline_container_line_position_bottom .bold_timeline_item {
    margin-bottom: 2.5em;
    }
.bold_timeline_container_line_position_top .bold_timeline_item {
    margin-top: 2.5em;
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container_slider_height_auto .bold_timeline_item {
    margin-bottom: 2.5em;
    }
.bold_timeline_container_line_position_top.bold_timeline_container_slider_height_auto .bold_timeline_item {
    margin-bottom: 8.5em;
    }
.bold_timeline_item .bold_timeline_item_inner {
    z-index: 1;
    }
.bold_timeline_container .bold_timeline_item .bold_timeline_item_inner {
    background-color: var(--boldthemes-default-item-background-color);
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    z-index: 1;
    color: var(--boldthemes-default-item-color);
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
    position: relative;
    z-index: 1;
    color: var(--boldthemes-default-item-color);
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1em -.5em 0;
    width: -webkit-calc(100% + 1em);
    width: -moz-calc(100% + 1em);
    width: calc(100% + 1em);
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image img {
    display: block;
    width: 100%;
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
    margin: 1em .5em 0;
    }
.bold_timeline_container_item_images_columns_1 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image,
.bold_timeline_container .bold_timeline_item_override_images_columns_1.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    }
.bold_timeline_container_item_images_columns_2 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image,
.bold_timeline_container .bold_timeline_item_override_images_columns_2.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    }
.bold_timeline_container_item_images_columns_3 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image,
.bold_timeline_container .bold_timeline_item_override_images_columns_3.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image {
    -webkit-flex: 1 1 33.333333%;
    -ms-flex: 1 1 33.333333%;
    flex: 1 1 33.333333%;
    }
.bold_timeline_container_item_images_columns_4 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image,
.bold_timeline_container .bold_timeline_item_override_images_columns_4.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image {
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner {
    position: relative;
    padding-bottom: 56.25%;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner .bt-video-container {
    padding-bottom: initial;
    height: initial;
    overflow: initial;
    position: initial;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner .wp-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner .wp-video,
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner video.wp-video-shortcode,
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner .mejs-container,
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
    }

/* Item shape: square/hard_rounded/soft_rounded  */
.bold_timeline_container_item_shape_square .bold_timeline_item_override_shape_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_shape_square.bold_timeline_item {
    border-radius: 0;
    }
.bold_timeline_container_item_shape_square .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_shape_square.bold_timeline_item .bold_timeline_item_inner {
    border-radius: 0;
    overflow: visible;
    }
.bold_timeline_container_item_shape_square .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_shape_square.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    border-radius: 0;
    }
.bold_timeline_container_item_shape_square .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_shape_square.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle {
    border-radius: 0;
    }
.bold_timeline_container_item_shape_soft_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_shape_soft_rounded.bold_timeline_item {
    border-radius: 5px;
    }
.bold_timeline_container_item_shape_soft_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_shape_soft_rounded.bold_timeline_item .bold_timeline_item_inner {
    border-radius: 5px;
    overflow: hidden;
    }
.bold_timeline_container_item_shape_soft_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_shape_soft_rounded.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    border-radius: 0;
    }
.bold_timeline_container_item_shape_soft_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle_inner,
.bold_timeline_container .bold_timeline_item_override_shape_soft_rounded.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle_inner {
    border-radius: 5px;
    }
.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_shape_hard_rounded.bold_timeline_item {
    border-radius: 15px;
    }
.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_shape_hard_rounded.bold_timeline_item .bold_timeline_item_inner {
    border-radius: 15px;
    overflow: hidden;
    }
.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_shape_hard_rounded.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    border-radius: 0;
    }
.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle_inner,
.bold_timeline_container .bold_timeline_item_override_shape_hard_rounded.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle_inner {
    border-radius: 5px;
    }

/* Item style: outline/filled/outline_top/filled_header/outline_header/clear  */
.bold_timeline_container.bold_timeline_container_item_style_clear .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_clear.bold_timeline_item .bold_timeline_item_inner {
    border: none;
    }
.bold_timeline_container.bold_timeline_container_item_style_clear .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_clear.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    background: transparent;
    border: none;
    padding: 1em;
    }
.bold_timeline_container.bold_timeline_container_item_style_clear .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_clear.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
    background: transparent;
    border: none;
    padding: 0 1em 1em;
    }
.bold_timeline_container.bold_timeline_container_item_style_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_outline.bold_timeline_item .bold_timeline_item_inner {
    border-style: solid;
    border-color: var(--boldthemes-default-frame-color);
    }
.bold_timeline_container.bold_timeline_container_item_style_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_outline.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    background: transparent;
    padding: 1em;
    border: none;
    }
.bold_timeline_container.bold_timeline_container_item_style_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header.bold_timeline_item_header_no_content,
.bold_timeline_container .bold_timeline_item_override_style_outline.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header.bold_timeline_item_header_no_content {
    padding-bottom: 1em;
    }
.bold_timeline_container.bold_timeline_container_item_style_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_outline.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
    background: transparent;
    border: none;
    padding: 0 1em 1em;
    }
.bold_timeline_container.bold_timeline_container_item_style_outline_full .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_outline_full.bold_timeline_item .bold_timeline_item_inner {
    border-style: solid;
    border-color: var(--boldthemes-default-frame-color);
    }
.bold_timeline_container.bold_timeline_container_item_style_outline_full .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_outline_full.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
    border: none;
    padding: 1em;
    }
.bold_timeline_container.bold_timeline_container_item_style_outline_full .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_outline_full.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    background: transparent;
    border-bottom-style: solid;
    border-bottom-color: var(--boldthemes-default-frame-color);
    padding: 1em;
    }
.bold_timeline_container.bold_timeline_container_item_style_outline_full .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header.bold_timeline_item_header_no_content,
.bold_timeline_container .bold_timeline_item_override_style_outline_full.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header.bold_timeline_item_header_no_content {
    border: none;
    }
.bold_timeline_container.bold_timeline_container_item_style_outline_top .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_outline_top.bold_timeline_item .bold_timeline_item_inner {
    border-top-style: solid;
    border-top-color: var(--boldthemes-default-frame-color);
    }
.bold_timeline_container.bold_timeline_container_item_style_outline_top .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_outline_top.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    background: transparent;
    border: none;
    padding: 1em 1em 0;
    }
.bold_timeline_container.bold_timeline_container_item_style_outline_top .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_outline_top.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
    padding: 1em;
    }
.bold_timeline_container.bold_timeline_container_item_style_filled_header .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_filled_header.bold_timeline_item .bold_timeline_item_inner {
    border: none;
    }
.bold_timeline_container.bold_timeline_container_item_style_filled_header .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_filled_header.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    background: var(--boldthemes-default-frame-color);
    color: white;
    padding: 1em;
    }
.bold_timeline_container.bold_timeline_container_item_style_filled_header .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header *,
.bold_timeline_container .bold_timeline_item_override_style_filled_header.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header * {
    position: relative;
    z-index: 1;
    }
.bold_timeline_container.bold_timeline_container_item_style_filled_header .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_filled_header.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
    padding: 1em;
    }
.bold_timeline_container.bold_timeline_container_item_style_filled_header_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_filled_header_outline.bold_timeline_item .bold_timeline_item_inner {
    border-style: solid;
    border-color: var(--boldthemes-default-frame-color);
    }
.bold_timeline_container.bold_timeline_container_item_style_filled_header_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_filled_header_outline.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    background: var(--boldthemes-default-frame-color);
    color: white;
    padding: 1em;
    }
.bold_timeline_container.bold_timeline_container_item_style_filled_header_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_filled_header_outline.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
    padding: 1em;
    }

/* Media position left, right, top, bottom */
.bold_timeline_item .bold_timeline_item_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.bold_timeline_container_item_media_position_bottom .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_media_position_bottom.bold_timeline_item .bold_timeline_item_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.bold_timeline_container_item_media_position_bottom .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_bottom.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bold_timeline_container_item_media_position_bottom .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media,
.bold_timeline_container .bold_timeline_item_override_media_position_bottom.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bold_timeline_container_item_media_position_bottom .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_bottom.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner {
    padding: 1em 0 0;
    }
.bold_timeline_container_item_media_position_top .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_media_position_top.bold_timeline_item .bold_timeline_item_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.bold_timeline_container_item_media_position_top .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_top.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bold_timeline_container_item_media_position_top .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media,
.bold_timeline_container .bold_timeline_item_override_media_position_top.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.bold_timeline_container_item_media_position_top .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_top.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner {
    padding: 0 0 1em;
    }
.bold_timeline_container_item_media_position_right .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_media_position_right.bold_timeline_item .bold_timeline_item_content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.bold_timeline_container_item_media_position_right .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_right.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    }
.bold_timeline_container_item_media_position_right .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media,
.bold_timeline_container .bold_timeline_item_override_media_position_right.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    }
.bold_timeline_container_item_media_position_right .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_right.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner {
    padding: 0 0 0 1em;
    }
.bold_timeline_container_item_media_position_left .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_media_position_left.bold_timeline_item .bold_timeline_item_content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.bold_timeline_container_item_media_position_left .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_left.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bold_timeline_container_item_media_position_left .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media,
.bold_timeline_container .bold_timeline_item_override_media_position_left.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bold_timeline_container_item_media_position_left .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_left.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner {
    padding: 0 1em 0 0;
    }
.bold_timeline_container_line_position_center .bold_timeline_item:nth-child(even) {
    margin-left: -webkit-calc(50% + 2.5rem);
    margin-left: -moz-calc(50% + 2.5rem);
    margin-left: calc(50% + 2.5rem);
    }
.bold_timeline_container_line_position_center .bold_timeline_item:nth-child(odd) {
    margin-right: -webkit-calc(50% + 2.5rem);
    margin-right: -moz-calc(50% + 2.5rem);
    margin-right: calc(50% + 2.5rem);
    }
.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle {
    margin: .5em 0 0;
    padding: 0;
    }
.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
    margin: 0;
    padding: 0;
    }

/* Title size */
.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title,
.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle {
    color: inherit;
    }
.bold_timeline_container.bold_timeline_container_item_title_size_small .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title,
.bold_timeline_container .bold_timeline_item_override_title_size_small.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title {
    font-size: 1em;
    margin: 0;
    padding: 0;
    }
.bold_timeline_container.bold_timeline_container_item_title_size_small .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_title_size_small.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
    font-size: .75em;
    }
.bold_timeline_container.bold_timeline_container_item_title_size_small .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle,
.bold_timeline_container .bold_timeline_item_override_title_size_small.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle {
    font-size: .75em;
    }
.bold_timeline_container.bold_timeline_container_item_title_size_normal .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title,
.bold_timeline_container .bold_timeline_item_override_title_size_normal.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    }
.bold_timeline_container.bold_timeline_container_item_title_size_normal .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_title_size_normal.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
    font-size: .9em;
    }
.bold_timeline_container.bold_timeline_container_item_title_size_normal .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle,
.bold_timeline_container .bold_timeline_item_override_title_size_normal.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle {
    font-size: .9em;
    }
.bold_timeline_container.bold_timeline_container_item_title_size_large .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title,
.bold_timeline_container .bold_timeline_item_override_title_size_large.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title {
    font-size: 2em;
    margin: 0;
    padding: 0;
    }
.bold_timeline_container.bold_timeline_container_item_title_size_large .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_title_size_large.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
    font-size: 1em;
    }
.bold_timeline_container.bold_timeline_container_item_title_size_large .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle,
.bold_timeline_container .bold_timeline_item_override_title_size_large.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle {
    font-size: 1em;
    }

/* Alignment */
.bold_timeline_container_line_position_left.bold_timeline_container_item_alignment_default .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_alignment_default.bold_timeline_item {
    text-align: left;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_item_alignment_default .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_alignment_default.bold_timeline_item {
    text-align: right;
    }
.bold_timeline_container_line_position_center.bold_timeline_container_item_alignment_default .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_alignment_default.bold_timeline_item {
    text-align: left;
    }
.bold_timeline_container_line_position_center.bold_timeline_container_item_alignment_default .bold_timeline_item_override_alignment_inherit.bold_timeline_item:nth-child(odd),
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_alignment_default.bold_timeline_item:nth-child(odd) {
    text-align: right;
    }
.bold_timeline_container_item_alignment_left .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_alignment_left.bold_timeline_item {
    text-align: left;
    }
.bold_timeline_container_item_alignment_right .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_alignment_right.bold_timeline_item {
    text-align: right;
    }
.bold_timeline_container_item_alignment_center .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_alignment_center.bold_timeline_item {
    text-align: center;
    }

/*
Superheadline position normal/sticker 
TODO: Zavrsiti ovaj deo (problem sa overflow: hidden; na zaobljenim itemima)
*/
.bold_timeline_container.bold_timeline_container_item_supertitle_style_sticker .bold_timeline_item_override_supertitle_style_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_supertitle_style_sticker.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
    position: absolute;
    top: -1em;
    left: 1em;
    right: 1em;
    }
.bold_timeline_container.bold_timeline_container_item_supertitle_style_sticker .bold_timeline_item_override_supertitle_style_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner,
.bold_timeline_container .bold_timeline_item_override_supertitle_style_sticker.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner {
    background: var(--boldthemes-default-sticker-color);
    color: white;
    padding: 3px 10px;
    }
.bold_timeline_container.bold_timeline_container_item_supertitle_style_default .bold_timeline_item_override_supertitle_style_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_supertitle_style_default.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
    position: initial;
    top: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    }
.bold_timeline_container.bold_timeline_container_item_supertitle_style_default .bold_timeline_item_override_supertitle_style_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner,
.bold_timeline_container .bold_timeline_item_override_supertitle_style_default.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner {
    background: transparent;
    color: inherit;
    padding: 0;
    }

/* Display: show/hide */
.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_header {
    cursor: pointer;
    }
.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_content {
    display: none;
    }
.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header_inner,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_header_inner {
    padding-right: 3em;
    }
.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header_inner:after,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_header_inner:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 1em;
    right: 1em;
    line-height: 0;
    font-size: 1.5em;
    }
.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item.on .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item.on .bold_timeline_item_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item.on .bold_timeline_item_header_inner:after,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item.on .bold_timeline_item_header_inner:after {
    content: "\f106";
    }
.bold_timeline_container.bold_timeline_container_item_content_display_show .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_content_display_show.bold_timeline_item .bold_timeline_item_header {
    cursor: initial;
    }
.bold_timeline_container.bold_timeline_container_item_content_display_show .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_content_display_show.bold_timeline_item .bold_timeline_item_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bold_timeline_container.bold_timeline_container_item_content_display_show .bold_timeline_item_override_content_display_inherit.bold_timeline_item.on .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_content_display_show.bold_timeline_item.on .bold_timeline_item_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }

/* Marker type: dot/circle/none */
.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item {
    position: relative;
    }
.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
    content: ' ';
    position: absolute;
    z-index: 1;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--boldthemes-default-marker-color);
    opacity: 1;
    }
.bold_timeline_container_line_position_none.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_none.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
    top: 2rem;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    left: -webkit-calc(-2.5rem - 8px);
    left: -moz-calc(-2.5rem - 8px);
    left: calc(-2.5rem - 8px);
    right: auto;
    }
.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
    left: -webkit-calc(-2.5rem - 8px);
    left: -moz-calc(-2.5rem - 8px);
    left: calc(-2.5rem - 8px);
    right: auto;
    }
.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
    right: -webkit-calc(-2.5rem - 8px);
    right: -moz-calc(-2.5rem - 8px);
    right: calc(-2.5rem - 8px);
    left: auto;
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
    left: -webkit-calc(-2.5rem - 8px);
    left: -moz-calc(-2.5rem - 8px);
    left: calc(-2.5rem - 8px);
    right: auto;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
    top: 2rem;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    }
.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
    right: auto;
    top: -2.5em;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    left: -webkit-calc(2rem - 8px);
    left: -moz-calc(2rem - 8px);
    left: calc(2rem - 8px);
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
    right: auto;
    bottom: -2.5em;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    left: -webkit-calc(2rem - 8px);
    left: -moz-calc(2rem - 8px);
    left: calc(2rem - 8px);
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker {
    right: -webkit-calc(-2.5rem - 8px);
    right: -moz-calc(-2.5rem - 8px);
    right: calc(-2.5rem - 8px);
    left: auto;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker {
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item {
    position: relative;
    }
.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
    content: ' ';
    position: absolute;
    z-index: 1;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    right: auto;
    border-style: solid;
    border-color: var(--boldthemes-default-marker-color);
    border-width: 5px;
    background: white;
    opacity: 1;
    }
.bold_timeline_container_line_thickness_thin.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_thin.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
    border-width: 1px;
    }
.bold_timeline_container_line_thickness_normal.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_normal.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
    border-width: 2px;
    }
.bold_timeline_container_line_thickness_thick.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_thick.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
    border-width: 4px;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
    top: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
    left: -webkit-calc(-2.5rem - 11px);
    left: -moz-calc(-2.5rem - 11px);
    left: calc(-2.5rem - 11px);
    }
.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
    right: -webkit-calc(-2.5rem - 11px);
    right: -moz-calc(-2.5rem - 11px);
    right: calc(-2.5rem - 11px);
    left: auto;
    }
.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
    top: -2.5em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
    bottom: -2.5em;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
    right: auto;
    left: -webkit-calc(2rem - 11px);
    left: -moz-calc(2rem - 11px);
    left: calc(2rem - 11px);
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker {
    right: -webkit-calc(-2.5rem - 11px);
    right: -moz-calc(-2.5rem - 11px);
    right: calc(-2.5rem - 11px);
    left: auto;
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item:nth-child(even) .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item:nth-child(even) .bold_timeline_item_marker {
    left: -webkit-calc(-2.5rem - 11px);
    left: -moz-calc(-2.5rem - 11px);
    left: calc(-2.5rem - 11px);
    right: auto;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker {
    top: 0;
    }
.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item {
    position: relative;
    }
.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
    content: ' ';
    position: absolute;
    z-index: 1;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    right: auto;
    border-style: solid;
    border-color: var(--boldthemes-default-marker-color);
    border-width: 3px;
    background: white;
    opacity: 1;
    }
.bold_timeline_container_line_thickness_thin.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_thin.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
    border-width: 1px;
    }
.bold_timeline_container_line_thickness_normal.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_normal.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
    border-width: 2px;
    }
.bold_timeline_container_line_thickness_thick.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_thick.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
    border-width: 4px;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
    top: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
    left: -webkit-calc(-2.5rem - 6px);
    left: -moz-calc(-2.5rem - 6px);
    left: calc(-2.5rem - 6px);
    }
.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
    right: -webkit-calc(-2.5rem - 6px);
    right: -moz-calc(-2.5rem - 6px);
    right: calc(-2.5rem - 6px);
    left: auto;
    }
.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
    top: -2.5em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
    bottom: -2.5em;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
    right: auto;
    left: -webkit-calc(2rem - 6px);
    left: -moz-calc(2rem - 6px);
    left: calc(2rem - 6px);
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker {
    right: -webkit-calc(-2.5rem - 6px);
    right: -moz-calc(-2.5rem - 6px);
    right: calc(-2.5rem - 6px);
    left: auto;
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item:nth-child(even) .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item:nth-child(even) .bold_timeline_item_marker {
    left: -webkit-calc(-2.5rem - 6px);
    left: -moz-calc(-2.5rem - 6px);
    left: calc(-2.5rem - 6px);
    right: auto;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker {
    top: 0;
    }
.bold_timeline_container_item_marker_type_none .bold_timeline_item_override_marker_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_marker_type_none.bold_timeline_item {
    position: relative;
    }
.bold_timeline_container_item_marker_type_none .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_none.bold_timeline_item .bold_timeline_item_marker {
    content: ' ';
    position: absolute;
    top: 2rem;
    opacity: 0;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container_item_marker_type_none .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container_item_marker_type_none .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_marker_type_none.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_none.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker {
    top: 0;
    }

/* Connection type: line/triangle/none */
.bold_timeline_item .bold_timeline_item_connection {
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    }
.bold_timeline_container.bold_timeline_container_item_connection_type_none .bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container .bold_timeline_item_override_connection_type_none.bold_timeline_item .bold_timeline_item_connection {
    display: none;
    }
.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item {
    position: relative;
    }
.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
    content: ' ';
    position: absolute;
    display: block;
    background: var(--boldthemes-default-connection-color);
    }
.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
    top: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -2.5rem;
    right: 100%;
    }
.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
    top: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -webkit-calc(-2.5rem);
    right: -moz-calc(-2.5rem);
    right: calc(-2.5rem);
    left: 100%;
    }
.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 2rem;
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: 2rem;
    }
.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
    top: -2.5em;
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
    bottom: -2.5em;
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
    height: 2.5em;
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
    top: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -2.5rem;
    right: 100%;
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_connection,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item:nth-child(odd) .bold_timeline_item_connection {
    right: -webkit-calc(-2.5rem);
    right: -moz-calc(-2.5rem);
    right: calc(-2.5rem);
    left: 100%;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection {
    top: 0;
    }
.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item {
    position: relative;
    }
.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
    content: ' ';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background: none;
    }
.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
    border-right-width: 10px;
    border-right-style: solid;
    border-right-color: var(--boldthemes-default-connection-color);
    border-left: none;
    top: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    right: 100%;
    }
.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: var(--boldthemes-default-connection-color);
    border-right: none;
    top: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -webkit-calc(-2.5rem);
    right: -moz-calc(-2.5rem);
    right: calc(-2.5rem);
    left: 100%;
    }
.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
    border-right-width: 10px;
    border-right-style: solid;
    border-right-color: var(--boldthemes-default-connection-color);
    border-left: none;
    right: auto;
    left: -webkit-calc(2rem - 5px);
    left: -moz-calc(2rem - 5px);
    left: calc(2rem - 5px);
    top: -15px;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
    border-right-width: 10px;
    border-right-style: solid;
    border-right-color: var(--boldthemes-default-connection-color);
    border-left: none;
    right: auto;
    left: -webkit-calc(2rem - 5px);
    left: -moz-calc(2rem - 5px);
    left: calc(2rem - 5px);
    bottom: -15px;
    top: auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item:nth-child(even) .bold_timeline_item_connection,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item:nth-child(even) .bold_timeline_item_connection {
    top: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    right: 100%;
    border-right-width: 10px;
    border-right-style: solid;
    border-left: none;
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_connection,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item:nth-child(odd) .bold_timeline_item_connection {
    border-left-width: 10px;
    border-left-style: solid;
    border-right: none;
    top: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -webkit-calc(-2.5rem);
    right: -moz-calc(-2.5rem);
    right: calc(-2.5rem);
    left: 100%;
    }
.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
    border-right-color: var(--boldthemes-default-connection-color);
    border-left-color: var(--boldthemes-default-connection-color);
    }
.bold_timeline_container_item_frame_thickness_thin.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thin.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thin.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thin.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection {
    top: .5px;
    }
.bold_timeline_container_item_frame_thickness_normal.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_normal.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_normal.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_normal.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection {
    top: 1px;
    }
.bold_timeline_container_item_frame_thickness_thick.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thick.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thick.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thick.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection {
    top: 2px;
    }

/* Item frame thickness: thin/normal/thick  */
.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_header {
    border-bottom-width: 1px;
    }
.bold_timeline_container_item_icon_style_outline.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon,
.bold_timeline_container_item_icon_style_outline.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon {
    -webkit-box-shadow: 0 0 0 1px var(--boldthemes-default-icon-color);
    box-shadow: 0 0 0 1px var(--boldthemes-default-icon-color);
    }
.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_inner {
    border-width: 1px;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_inner {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_connection {
    width: 1px;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_connection {
    height: 1px;
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_header {
    border-bottom-width: 2px;
    }
.bold_timeline_container_item_icon_style_outline.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon,
.bold_timeline_container_item_icon_style_outline.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon {
    -webkit-box-shadow: 0 0 0 2px var(--boldthemes-default-icon-color);
    box-shadow: 0 0 0 2px var(--boldthemes-default-icon-color);
    }
.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_inner {
    border-width: 2px;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_inner {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_connection {
    width: 2px;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_connection {
    height: 2px;
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item.bold_timeline_item_override_connection_type_inherit:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item.bold_timeline_item_override_connection_type_inherit:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item.bold_timeline_item_override_connection_type_inherit:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item.bold_timeline_item_override_connection_type_inherit:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_header {
    border-bottom-width: 4px;
    }
.bold_timeline_container_item_icon_style_outline.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon,
.bold_timeline_container_item_icon_style_outline.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon {
    -webkit-box-shadow: 0 0 0 4px var(--boldthemes-default-icon-color);
    box-shadow: 0 0 0 4px var(--boldthemes-default-icon-color);
    }
.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_inner {
    border-width: 4px;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_inner {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_connection {
    width: 4px;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_connection {
    height: 4px;
    }
.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }

/* Icon */
.bold_timeline_item .bold_timeline_item_icon {
    position: absolute;
    z-index: 2;
    width: 2em;
    line-height: 2em;
    font-size: 1.5em;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    }
.bold_timeline_item .bold_timeline_item_icon:before {
    display: block;
    }
.bold_timeline_container.bold_timeline_container_item_icon_style_filled .bold_timeline_item_override_icon_style_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_style_filled.bold_timeline_item .bold_timeline_item_icon {
    background: var(--boldthemes-default-icon-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    }
.bold_timeline_container.bold_timeline_container_item_icon_style_outline .bold_timeline_item_override_icon_style_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_style_outline.bold_timeline_item .bold_timeline_item_icon {
    background: white;
    -webkit-box-shadow: 0 0 0 2px var(--boldthemes-default-icon-color);
    box-shadow: 0 0 0 2px var(--boldthemes-default-icon-color);
    color: var(--boldthemes-default-icon-color);
    }
.bold_timeline_container.bold_timeline_container_item_icon_style_shadow .bold_timeline_item_override_icon_style_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_style_shadow.bold_timeline_item .bold_timeline_item_icon {
    background: white;
    border: none;
    color: var(--boldthemes-default-icon-color);
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    }
.bold_timeline_container_item_icon_shape_soft_rounded .bold_timeline_item_override_icon_shape_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_shape_soft_rounded.bold_timeline_item .bold_timeline_item_icon {
    border-radius: 5px;
    }
.bold_timeline_container_item_icon_shape_hard_rounded .bold_timeline_item_override_icon_shape_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_shape_hard_rounded.bold_timeline_item .bold_timeline_item_icon {
    border-radius: 50%;
    }
.bold_timeline_container_item_icon_shape_square .bold_timeline_item_override_icon_shape_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_shape_square.bold_timeline_item .bold_timeline_item_icon {
    border-radius: 0%;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
    top: 2rem;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
    top: 2rem;
    left: -2.5rem;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    right: auto;
    }
.bold_timeline_container_line_position_right.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
    top: -webkit-calc(2rem);
    top: -moz-calc(2rem);
    top: calc(2rem);
    right: -webkit-calc(-2.5rem);
    right: -moz-calc(-2.5rem);
    right: calc(-2.5rem);
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    left: auto;
    }
.bold_timeline_container_line_position_center.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
    top: -webkit-calc(2rem);
    top: -moz-calc(2rem);
    top: calc(2rem);
    left: -webkit-calc(-2.5rem);
    left: -moz-calc(-2.5rem);
    left: calc(-2.5rem);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    right: auto;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_right.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_center.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_left.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
    top: 0;
    }
.bold_timeline_container_line_position_top.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
    top: -2.5rem;
    left: 2rem;
    right: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
    bottom: -2.5rem;
    left: 2rem;
    right: auto;
    -webkit-transform: translateY(50%) translateX(-50%);
    -moz-transform: translateY(50%) translateX(-50%);
    -ms-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    }
.bold_timeline_container_line_position_center.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_icon,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item:nth-child(odd) .bold_timeline_item_icon {
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    right: -webkit-calc(-2.5rem);
    right: -moz-calc(-2.5rem);
    right: calc(-2.5rem);
    left: auto;
    }
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
    top: 2rem;
    }
.bold_timeline_container_line_position_left.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
    top: 2rem;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: -webkit-calc(-2.5rem - 2em);
    left: -moz-calc(-2.5rem - 2em);
    left: calc(-2.5rem - 2em);
    right: auto;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_left.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
    top: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    }
.bold_timeline_container_line_position_right.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
    top: 2rem;
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    right: -webkit-calc(-2.5rem - 2em);
    right: -moz-calc(-2.5rem - 2em);
    right: calc(-2.5rem - 2em);
    left: auto;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_right.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
    top: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
    -moz-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    }
.bold_timeline_container_line_position_top.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
    right: auto;
    top: -2.5em;
    -webkit-transform: translateY(-50%) translateY(-50%);
    -moz-transform: translateY(-50%) translateY(-50%);
    -ms-transform: translateY(-50%) translateY(-50%);
    transform: translateY(-50%) translateY(-50%);
    left: -webkit-calc(2rem - .75);
    left: -moz-calc(2rem - .75);
    left: calc(2rem - .75);
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
    right: auto;
    bottom: -webkit-calc(-2.5em - 1em);
    bottom: -moz-calc(-2.5em - 1em);
    bottom: calc(-2.5em - 1em);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -webkit-calc(2rem - .75);
    left: -moz-calc(2rem - .75);
    left: calc(2rem - .75);
    }
.bold_timeline_container_line_position_center.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
    top: -webkit-calc(2rem - 1.5em/2);
    top: -moz-calc(2rem - 1.5em/2);
    top: calc(2rem - 1.5em/2);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: -webkit-calc(-2.5rem - 3em);
    left: -moz-calc(-2.5rem - 3em);
    left: calc(-2.5rem - 3em);
    right: auto;
    }
.bold_timeline_container_line_position_center.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_icon,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item:nth-child(odd) .bold_timeline_item_icon {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: -webkit-calc(-2.5rem - 3em);
    right: -moz-calc(-2.5rem - 3em);
    right: calc(-2.5rem - 3em);
    left: auto;
    }
.bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_style_outline_top.bold_timeline_item .bold_timeline_item_icon {
    top: -.75em;
    }
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_vertical .bold_timeline_item:not(.bold_timeline_item_override_style_inherit).bold_timeline_item .bold_timeline_item_icon {
    top: 2rem;
    }

/* Animations */
/* Fade In */
.bold_timeline_container[class*="fade_in"].bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="fade_in"],
.bold_timeline_container[class*="fade_in"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="fade_in"],
.bold_timeline_container[class*="fade_in"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_show_button[class*="fade_in"] {
    opacity: 0;
    }
.bold_timeline_container[class*="move_down"].bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="move_down"],
.bold_timeline_container[class*="move_down"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="move_down"],
.bold_timeline_container[class*="move_down"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_show_button[class*="move_down"] {
    -webkit-transform: translate3d(0,-100px,0);
    -moz-transform: translate3d(0,-100px,0);
    -ms-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    }
.bold_timeline_container[class*="move_up"].bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="move_up"],
.bold_timeline_container[class*="move_up"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="move_up"],
.bold_timeline_container[class*="move_up"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_show_button[class*="move_up"] {
    -webkit-transform: translate3d(0,100px,0);
    -moz-transform: translate3d(0,100px,0);
    -ms-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
    }
.bold_timeline_container[class*="move_left"].bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="move_left"],
.bold_timeline_container[class*="move_left"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="move_left"],
.bold_timeline_container[class*="move_left"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_show_button[class*="move_left"] {
    -webkit-transform: translate3d(100px,0,0);
    -moz-transform: translate3d(100px,0,0);
    -ms-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
    }
.bold_timeline_container[class*="move_right"].bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="move_right"],
.bold_timeline_container[class*="move_right"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="move_right"],
.bold_timeline_container[class*="move_right"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_show_button[class*="move_right"] {
    -webkit-transform: translate3d(-100px,0,0);
    -moz-transform: translate3d(-100px,0,0);
    -ms-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
    }
.bold_timeline_container[class*="zoom_in"].bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="zoom_in"],
.bold_timeline_container[class*="zoom_in"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="zoom_in"],
.bold_timeline_container[class*="zoom_in"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_show_button[class*="zoom_in"] {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    }
.bold_timeline_container[class*="zoom_out"].bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="zoom_out"],
.bold_timeline_container[class*="zoom_out"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="zoom_out"],
.bold_timeline_container[class*="zoom_out"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_show_button[class*="zoom_out"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    }
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_animate,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_animate .bold_timeline_group_header,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_animate .bold_timeline_group_show_button {
    -webkit-transition: transform 2000ms cubic-bezier(.190,1,.220,1),opacity 2000ms cubic-bezier(.190,1,.220,1);
    -moz-transition: transform 2000ms cubic-bezier(.190,1,.220,1),opacity 2000ms cubic-bezier(.190,1,.220,1);
    transition: transform 2000ms cubic-bezier(.190,1,.220,1),opacity 2000ms cubic-bezier(.190,1,.220,1);
    }
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_animate.bold_timeline_animated,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_animate .bold_timeline_group_header,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_animate .bold_timeline_group_show_button {
    -webkit-transform: scale(1) translate3d(0,0,0);
    -moz-transform: scale(1) translate3d(0,0,0);
    -ms-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0);
    opacity: 1;
    }

/*@for i in range(1, 40) {
	 .bold_timeline_item.bold_timeline_animated:nth-child(#(i)) { 
		transition-delay: math(#(i)*100)ms;
	}
}*/
/* Separator */
.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_top_margin_extra_small {
    padding-top: .25em;
    }
.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_top_margin_small {
    padding-top: .5em;
    }
.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_top_margin_normal {
    padding-top: 1em;
    }
.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_top_margin_large {
    padding-top: 2em;
    }
.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_bottom_margin_extra_small {
    padding-bottom: .25em;
    }
.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_bottom_margin_small {
    padding-bottom: .5em;
    }
.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_bottom_margin_normal {
    padding-bottom: 1em;
    }
.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_bottom_margin_large {
    padding-bottom: 2em;
    }

/* Date, category, comment icon */
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_title a {
    color: currentColor;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_title a:hover {
    opacity: .8;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_date {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: .5em;
    margin-right: 1em;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_date:before {
    font-family: FontAwesome;
    content: "\f017";
    margin-right: .5em;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_date a {
    color: currentColor;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_date a:hover {
    opacity: .5;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_cats {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 1em;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_cats:before {
    font-family: FontAwesome;
    content: "\f02c";
    margin-right: .5em;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_cats:last-child {
    margin-right: 0;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_comments {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 1em;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_comments:before {
    font-family: FontAwesome;
    content: "\f075";
    margin-right: .5em;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header a {
    color: currentColor;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header a:hover {
    opacity: .5;
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header a:not(:last-child):after {
    display: block;
    content: "";
    border-left: 1px solid currentColor;
    margin: 0 .5em;
    opacity: .1;
    }

/* Vertical / SLIDER */
/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    }
[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
    }
[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
    }
[data-ico-fa5b]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fa5b);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* override! */
.bold_timeline_container_line_position_top .bold_timeline_container_content .slick-track {
    margin-top: 7em;
    margin-bottom: 0;
    margin-bottom: 0;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_top .bold_timeline_container_content .slick-track {
    margin-top: 9em;
    }
.bold_timeline_container_line_position_bottom .bold_timeline_container_content .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 7em;
    margin-top: 0;
    margin-top: 0;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_bottom .bold_timeline_container_content .slick-track {
    margin-bottom: 9em;
    }

/* Slick slider */
.bold_timeline_container_content.slick-slider:not(.slick-initialized) {
    position: relative;
    width: 100%;
    min-height: 200px;
    }
.bold_timeline_container_content.slick-slider:not(.slick-initialized) .bt_bb_content_slider_item {
    position: absolute;
    left: auto;
    right: auto;
    opacity: 0;
    }
.bold_timeline_container.bold_timeline_container_line_position_horizontal .bold_timeline_item {
    opacity: 0;
    }
.bold_timeline_container.bold_timeline_container_line_position_horizontal .bold_timeline_item.slick-slide {
    opacity: 1;
    }
.bold_timeline_container_content.slick-slider {
    position: relative;
    width: 100%;
    overflow: visible;
    }
.bold_timeline_container_content.slick-slider .slick-list {
    width: auto;
    }
.bold_timeline_container_content.slick-slider .slick-list .slick-slide .bt_bb_content_slider_item_content {
    width: 100%;
    }
.bt_bb_height_auto .bold_timeline_container_content.slick-slider .slick-slide {
    width: 100%;
    }
.bt_bb_height_auto .bold_timeline_container_content.slick-slider .slick-slide img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
    }
.bt_bb_height_full_screen .bold_timeline_container_content.slick-slider .slick-slide {
    height: 100vh;
    }
.bt_bb_height_full_screen .bold_timeline_container_content.slick-slider.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_height_half_screen .bold_timeline_container_content.slick-slider .slick-slide {
    height: 50vh;
    }
.bt_bb_height_keep-height .bold_timeline_container_content.slick-slider .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_height_full_screen .bold_timeline_container_content.slick-slider .slick-slide,
.bt_bb_height_half_screen .bold_timeline_container_content.slick-slider .slick-slide {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.bold_timeline_container_slider_gap_small .slick-list {
    margin: 0 -.25em;
    }
.bold_timeline_container_slider_gap_small .slick-list .slick-slide {
    margin-left: .25em;
    margin-right: .25em;
    }
.bold_timeline_container_slider_gap_normal .slick-list {
    margin: 0 -.5em;
    }
.bold_timeline_container_slider_gap_normal .slick-list .slick-slide {
    margin-left: .5em;
    margin-right: .5em;
    }
.bold_timeline_container_slider_gap_large .slick-list {
    margin: 0 -1em;
    }
.bold_timeline_container_slider_gap_large .slick-list .slick-slide {
    margin-left: 1em;
    margin-right: 1em;
    }

/* Buttons */
.bold_timeline_container button.bold_timeline_slick_arrow {
    padding: 0;
    margin: 0;
    letter-spacing: initial;
    font-size: 1em;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    border: none;
    }
.bold_timeline_container_line_position_top.bold_timeline_container button.bold_timeline_slick_arrow {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    top: 7em;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_top.bold_timeline_container button.bold_timeline_slick_arrow {
    top: 9em;
    }
.bold_timeline_container_line_position_bottom.bold_timeline_container button.bold_timeline_slick_arrow {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    top: auto;
    bottom: 7em;
    }
.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_bottom.bold_timeline_container button.bold_timeline_slick_arrow {
    bottom: 9em;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    }
.bold_timeline_container button.bold_timeline_slick_arrow:focus {
    outline: none;
    }
.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_next:before {
    content: '\e684';
    }
.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_prev:before {
    content: '\e686';
    }
.bold_timeline_container button.bold_timeline_slick_arrow:before {
    color: inherit;
    display: block;
    font-family: Icon7Stroke;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    }
.bold_timeline_container button.bold_timeline_slick_arrow:hover:before {
    -webkit-transform: translateX(-.2em);
    -moz-transform: translateX(-.2em);
    -ms-transform: translateX(-.2em);
    transform: translateX(-.2em);
    }
.bold_timeline_container .slick-list {
    width: 100%;
    position: relative;
    }
.bold_timeline_container .slick-list .slick-slide {
    background-size: cover;
    }
.bold_timeline_container .bold_timeline_slick_dots {
    position: absolute;
    bottom: -1em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
    color: #27b6fd;
    }
.bold_timeline_container .bold_timeline_slick_dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: currentColor;
    border-radius: 50%;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    opacity: .7;
    }
.bold_timeline_container .bold_timeline_slick_dots li.slick-active,
.bold_timeline_container .bold_timeline_slick_dots li:hover {
    opacity: 1;
    background: currentColor;
    }
.bold_timeline_container .bold_timeline_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;
    }

/* Arrow shape */
.bold_timeline_container_slider_arrows_shape_square.bold_timeline_container button.bold_timeline_slick_arrow {
    border-radius: 0;
    }
.bold_timeline_container_slider_arrows_shape_soft_rounded.bold_timeline_container button.bold_timeline_slick_arrow {
    border-radius: 5px;
    }
.bold_timeline_container_slider_arrows_shape_hard_rounded.bold_timeline_container button.bold_timeline_slick_arrow {
    border-radius: 15px;
    }
.bold_timeline_container_slider_arrows_shape_circle.bold_timeline_container button.bold_timeline_slick_arrow {
    border-radius: 50%;
    }

/* Arrow size */
.bold_timeline_container_slider_arrows_size_normal.bold_timeline_container button.bold_timeline_slick_arrow {
    width: 44px;
    height: 44px;
    }
.bold_timeline_container_slider_arrows_size_normal.bold_timeline_container button.bold_timeline_slick_arrow:before {
    font-size: 34px;
    line-height: 44px;
    }
.bold_timeline_container_slider_arrows_size_normal.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_next {
    right: -44px;
    }
.bold_timeline_container_slider_arrows_size_normal.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_prev {
    left: -44px;
    }
.bold_timeline_container_slider_arrows_size_small.bold_timeline_container button.bold_timeline_slick_arrow {
    width: 34px;
    height: 34px;
    }
.bold_timeline_container_slider_arrows_size_small.bold_timeline_container button.bold_timeline_slick_arrow:before {
    font-size: 24px;
    line-height: 34px;
    }
.bold_timeline_container_slider_arrows_size_small.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_next {
    right: -34px;
    }
.bold_timeline_container_slider_arrows_size_small.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_prev {
    left: -34px;
    }
.bold_timeline_container_slider_arrows_size_large.bold_timeline_container button.bold_timeline_slick_arrow {
    width: 64px;
    height: 64px;
    }
.bold_timeline_container_slider_arrows_size_large.bold_timeline_container button.bold_timeline_slick_arrow:before {
    font-size: 54px;
    line-height: 64px;
    }
.bold_timeline_container_slider_arrows_size_large.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_next {
    right: -64px;
    }
.bold_timeline_container_slider_arrows_size_large.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_prev {
    left: -64px;
    }

/* Arrow style */
.bold_timeline_container_slider_arrows_style_filled.bold_timeline_container button.bold_timeline_slick_arrow {
    border: none;
    background: #27b6fd;
    color: white;
    }
.bold_timeline_container_slider_arrows_style_filled.bold_timeline_container button.bold_timeline_slick_arrow:hover {
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    }
.bold_timeline_container_slider_arrows_style_filled.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled {
    cursor: default;
    opacity: .5;
    }
.bold_timeline_container_slider_arrows_style_filled.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    background: #27b6fd;
    }
.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow {
    background: none;
    border-style: solid;
    border-color: #27b6fd;
    color: #27b6fd;
    }
.bold_timeline_container_line_thickness_thin.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow {
    border-width: 1px;
    }
.bold_timeline_container_line_thickness_normal.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow {
    border-width: 2px;
    }
.bold_timeline_container_line_thickness_thick.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow {
    border-width: 4px;
    }
.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow:hover {
    border-color: #eeeeee;
    color: #eeeeee;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    }
.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled {
    cursor: default;
    opacity: .5;
    }
.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    }
.bold_timeline_container_slider_arrows_style_shadow.bold_timeline_container button.bold_timeline_slick_arrow {
    background: none;
    border: 2px solid transparent;
    color: #27b6fd;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    }
.bold_timeline_container_slider_arrows_style_shadow.bold_timeline_container button.bold_timeline_slick_arrow:hover {
    border-color: #eeeeee;
    }
.bold_timeline_container_slider_arrows_style_shadow.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled {
    cursor: default;
    opacity: .5;
    }

/* Button */
/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    }
[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
    }
[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
    }
[data-ico-fa5b]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fa5b);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* override! */
.bold_timeline_container .bold_timeline_item .bold_timeline_item_button {
    --default-button-color: #008ed4;
    }
.bold_timeline_item_button .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
    padding: .5em 1em;
    display: block;
    color: inherit;
    text-align: center;
    text-decoration: none;
    }
.bold_timeline_container.bold_timeline_container_button_shape_soft_rounded .bold_timeline_item_button_shape_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_shape_soft_rounded.bold_timeline_item_button .bold_timeline_item_button_inner {
    border-radius: 5px;
    }
.bold_timeline_container.bold_timeline_container_button_shape_hard_rounded .bold_timeline_item_button_shape_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_shape_hard_rounded.bold_timeline_item_button .bold_timeline_item_button_inner {
    border-radius: 100px;
    }
.bold_timeline_container.bold_timeline_container_button_shape_square .bold_timeline_item_button_shape_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_shape_square.bold_timeline_item_button .bold_timeline_item_button_inner {
    border-radius: 0;
    }
.bold_timeline_container.bold_timeline_container_button_style_filled .bold_timeline_item_button_style_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_style_filled.bold_timeline_item_button .bold_timeline_item_button_inner {
    background: var(--default-button-color);
    color: white;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bold_timeline_container.bold_timeline_container_button_style_outline .bold_timeline_item_button_style_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_style_outline.bold_timeline_item_button .bold_timeline_item_button_inner {
    border-width: 2px;
    border-style: solid;
    border-color: var(--default-button-color);
    color: var(--default-button-color);
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bold_timeline_container.bold_timeline_container_button_style_outline .bold_timeline_item_button_style_inherit.bold_timeline_item_button.bold_timeline_group_button,
.bold_timeline_container .bold_timeline_item_button_style_outline.bold_timeline_item_button.bold_timeline_group_button {
    background: white;
    }
.bold_timeline_container.bold_timeline_container_button_style_clear .bold_timeline_item_button_style_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_style_clear.bold_timeline_item_button .bold_timeline_item_button_inner {
    border: none;
    color: inherit;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bold_timeline_container.bold_timeline_container_button_style_shadow .bold_timeline_item_button_style_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_style_shadow.bold_timeline_item_button .bold_timeline_item_button_inner {
    border: none;
    color: var(--default-button-color);
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    }
.bold_timeline_container.bold_timeline_container_button_size_small .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
.bold_timeline_container .bold_timeline_item_button_size_small.bold_timeline_item_button {
    font-size: .85em;
    }
.bold_timeline_container.bold_timeline_container_button_size_normal .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
.bold_timeline_container .bold_timeline_item_button_size_normal.bold_timeline_item_button {
    font-size: 1em;
    }
.bold_timeline_container.bold_timeline_container_button_size_large .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
.bold_timeline_container .bold_timeline_item_button_size_large.bold_timeline_item_button {
    font-size: 1.15em;
    }
.bold_timeline_container .bold_timeline_item_button.bold_timeline_item_button_width_block {
    display: block;
    }
.bold_timeline_container .bold_timeline_item_button.bold_timeline_item_button_width_inline {
    display: inline-block;
    }

/*/* empty */*/

/*# sourceMappingURL=style.css.map *//* 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 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 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;
}li#wp-admin-bar-sochm_notice_in_wp_admin_open .ab-item {
    background: green;
}

li#wp-admin-bar-sochm_notice_in_wp_admin_closed .ab-item {
    background: #db3939;
}

.sochm-single-page-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: red;
    color: white;
    z-index: 999999999;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

.sochm-single-page-container .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sochm-single-page-container hr {
    margin: auto;
    width: 40%;
}

i.sochm-icon-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#sochm-timer-design-boxed {
    margin-top: 15px;
    text-align: center;
}

#sochm-timer-design-boxed #store_is_going_to_close_soon_remaining_time,
#sochm-timer-design-boxed #store_is_going_to_open_soon_remaining_time,
#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#store_is_going_to_close_soon_remaining_time.default,
#store_is_going_to_open_soon_remaining_time.default {
    font-weight: bold;
}

#sochm-timer-design-boxed #store_is_going_to_close_soon_remaining_time div,
#sochm-timer-design-boxed #store_is_going_to_open_soon_remaining_time div {
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    padding: 5px 10px;
}

#sochm-timer-design-boxed #store_is_going_to_close_soon_remaining_time div span,
#sochm-timer-design-boxed #store_is_going_to_close_open_remaining_time div span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 500;
}

div[aria-describedby="sochm-dialog"]{
    width: auto!important;
}

div#sochm-timer-design-boxed-with-flipping {
    text-align: center;
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time > div,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time > div {
    position: relative;
    display: inline-flex;
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time > div > span,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time > div > span {
    text-align:center;
    position: absolute;
    line-height: 160px;
    width: 100%;
    font-size: 20px;
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time svg,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time svg {
   -webkit-transform: rotate( -90deg );
    transform: rotate( -90deg );
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time .circle_animation,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time .circle_animation {
  stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 440;
  transition: all 1s linear;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//miraisushi.ro/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//miraisushi.ro/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//miraisushi.ro/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//miraisushi.ro/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}