@charset "UTF-8";:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-delay:0s;animation-duration:1ms}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-delay:0s;animation-duration:1ms}}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:220px;padding:16px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button.is-selected{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:400;height:36px;margin:0;padding:6px 12px;text-decoration:none;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-button{transition-delay:0s;transition-duration:0s}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover,.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button[aria-disabled=true]:hover{color:initial}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid transparent}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid transparent;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:hsla(0,0%,100%,.4);opacity:1;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 3px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid transparent}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:transparent;box-shadow:none;color:#949494;opacity:1;outline:none;transform:none}.components-button.is-secondary{background:transparent;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid transparent;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6))}.components-button.is-tertiary{background:transparent;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.08)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){box-shadow:inset 0 0 0 1px #cc1818;color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled){background:#ccc}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-delay:0s;transition-duration:0s}}.components-button.is-link:focus{border-radius:2px}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{cursor:default;opacity:.3}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%;opacity:1}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:content-box;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed{background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent}.components-button.is-pressed:hover:not(:disabled){background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control__input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 transparent;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:24px;line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:box-shadow .1s linear;transition:none;transition:border-color .1s ease-in-out;vertical-align:top;width:24px}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{height:20px;width:20px}}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-delay:0s;transition-duration:0s}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid transparent;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{display:inline-block;height:24px;margin-right:12px;position:relative;vertical-align:middle;width:24px}@media (min-width:600px){.components-checkbox-control__input-container{height:20px;width:20px}}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{fill:#fff;cursor:pointer;height:24px;left:0;pointer-events:none;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:24px}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{left:-2px;top:-2px}}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);transition:transform .1s ease;vertical-align:top;width:28px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' fill='%23555D65'/%3E%3Cpath d='M18 18v2h-2v-2h2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' fill='%23555D65'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{background:transparent;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%;transition:box-shadow .1s ease;vertical-align:top;width:100%}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option.is-pressed{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option.is-pressed+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid transparent;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:32px;left:-2px;position:absolute;top:-2px;width:32px}.components-circular-option-picker__option.components-button:focus{background-color:transparent;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:280px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,transparent 48%,#ddd 0,#ddd 52%,transparent 0);border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__reset.components-button{display:flex;height:16px;min-width:16px;padding:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:2px 2px 0 0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid transparent;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 2px 2px;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.2),inset 1px 0 0 0 rgba(0,0,0,.2),inset -1px 0 0 0 rgba(0,0,0,.2);font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker:not(.is-next-has-no-margin){margin-bottom:24px;margin-top:12px}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 rgba(0,0,0,.25);height:inherit;outline:2px solid transparent;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 rgba(0,0,0,.25);outline:1.5px solid transparent}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar{border:none}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div{margin-left:1px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg{background:#fff;border:1px solid #949494;border-radius:2px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.components-custom-select-control{font-size:13px;position:relative}.components-custom-select-control__button{outline:0;position:relative;text-align:left}.components-custom-select-control__hint{color:#949494;margin-left:10px}.components-custom-select-control__menu{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;max-height:400px;min-width:100%;outline:none;overflow:auto;padding:0;position:absolute;transition:none;z-index:1000000}.components-custom-select-control__menu[aria-hidden=true]{display:none}.components-custom-select-control__item{align-items:center;cursor:default;display:grid;grid-template-columns:auto auto;line-height:28px;list-style-type:none;padding:8px 16px}.components-custom-select-control__item:not(.is-next-36px-default-size){padding:8px}.components-custom-select-control__item.has-hint{grid-template-columns:auto auto 30px}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item .components-custom-select-control__item-hint{color:#949494;padding-right:4px;text-align:right}.components-custom-select-control__item .components-custom-select-control__item-icon{margin-left:auto}.components-custom-select-control__item:last-child{margin-bottom:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:transparent;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;line-height:0;margin:0 auto 8px;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:content-box;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item>svg,.components-dropdown-menu__menu .components-menu-item>svg{border-radius:2px;height:24px;width:24px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:36px;padding-left:8px;padding-right:8px;text-align:left}.components-dropdown-menu__menu .components-menu-group{margin:0 -8px;padding:8px}.components-dropdown-menu__menu .components-menu-group:first-child{margin-top:-8px}.components-dropdown-menu__menu .components-menu-group:last-child{margin-bottom:-8px}.components-dropdown-menu__menu .components-menu-group+.components-menu-group{border-top:1px solid #ccc;margin-top:0;padding:8px}.is-alternate .components-dropdown-menu__menu .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-duotone-picker__color-indicator:before{background:transparent}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,transparent 48%,#ddd 0,#ddd 52%,transparent 0);color:transparent}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:transparent}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-button{padding:6px}.components-color-list-picker__swatch-color{margin:2px}.components-form-toggle{display:inline-block;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #1e1e1e;border-radius:9px;box-sizing:border-box;content:"";display:inline-block;height:18px;transition:background .2s ease;vertical-align:top;width:36px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:5px solid #1e1e1e;border-radius:50%;box-sizing:border-box;display:block;height:12px;left:3px;position:absolute;top:3px;transition:transform .1s ease;width:12px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-delay:0s;transition-duration:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border:9px solid transparent}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(18px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:transparent;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:transparent;color:#757575;padding:0;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{animation-delay:0s;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{border-top:1px solid var(--wp-components-color-gray-600,#949494);flex:1 0 100%;list-style:none;margin:0;max-height:9em;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.components-form-token-field__suggestion{color:#757575;cursor:pointer;display:block;font-size:13px;margin:0;padding:4px 8px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion-match{text-decoration:underline}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{border-radius:2px;margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{color:#e0e0e0;height:30px;margin:-6px 0;min-width:20px}.components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .edit-post-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header{outline:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:-4px}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;margin-top:8px;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:rgba(0,0,0,.35);bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{animation:components-modal__appear-animation .1s ease-out;animation-fill-mode:forwards;background:#fff;border-radius:4px 4px 0 0;box-shadow:0 .7px 1px rgba(0,0,0,.15),0 2.7px 3.8px -.2px rgba(0,0,0,.15),0 5.5px 7.8px -.3px rgba(0,0,0,.15),.1px 11.5px 16.4px -.5px rgba(0,0,0,.15);display:flex;margin:40px 0 0;overflow:hidden;width:100%}@media (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}@media (min-width:600px){.components-modal__frame{border-radius:4px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{transform:translateY(32px)}to{transform:translateY(0)}}.components-modal__header{align-items:center;border-bottom:1px solid transparent;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__header .components-button{left:8px;position:relative}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:5px 15px 2px;padding:8px 12px}.components-notice.is-dismissible{padding-right:36px;position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:transparent;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:content-box;display:flex;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-delay:0s;transition-duration:0s}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;transition:background .1s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-delay:0s;transition-duration:0s}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-delay:0s;transition-duration:0s}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;margin:0;min-height:200px;outline:1px solid transparent;padding:1em;position:relative;text-align:left;width:100%}@supports (position:sticky){.components-placeholder.components-placeholder{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__label{align-items:center;display:flex;font-weight:600;margin-bottom:16px}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:12px}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.components-placeholder__fieldset{border:none;padding:0}.components-placeholder__fieldset.components-placeholder__fieldset .components-placeholder__instructions{font-size:1em;font-weight:400;padding:0}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 8px 0 0;padding:6px 8px;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-placeholder__input[type=url]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-placeholder__input[type=url]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-placeholder__instructions{margin-bottom:1em}.components-placeholder__error{margin-top:1em;width:100%}.components-placeholder__fieldset .components-button{margin-bottom:12px;margin-right:12px}.components-placeholder__fieldset .components-button:last-child{margin-bottom:0;margin-right:0}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-large .components-placeholder__label{font-size:18pt;font-weight:400}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-placeholder__fieldset .components-button,.components-placeholder.is-small .components-placeholder__fieldset .components-button{margin-right:auto}.components-placeholder.is-small .components-button{padding:0 8px 2px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:transparent;border-radius:2px;box-shadow:none;color:inherit;display:flex;min-width:100px;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:rgba(0,0,0,.1)}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0;width:auto}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition-delay:0s;transition-duration:0s}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:content-box;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:2px;box-shadow:0 0 0 1px #ccc,0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:transparent;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:24px;line-height:normal;margin-right:6px;margin-top:0;padding:6px 8px;transition:box-shadow .1s linear;transition:none;width:24px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-radio-control__input[type=radio]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:rgba(30,30,30,.62)}@media (min-width:600px){.components-radio-control__input[type=radio]{height:20px;width:20px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:8px;margin:0;transform:translate(7px,7px);width:8px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{transform:translate(5px,5px)}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));content:"";cursor:inherit;display:block;height:15px;outline:2px solid transparent;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:2px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);transition:transform .1s ease-in;width:3px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-delay:0s;transition-duration:0s}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation-delay:0s;animation-duration:1ms}}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation-delay:0s;animation-duration:1ms}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}
/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}
/*!rtl:end:ignore*/.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-search-control{position:relative}.components-search-control input[type=search].components-search-control__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 transparent;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:48px;line-height:normal;margin-left:0;margin-right:0;padding:16px 48px 16px 16px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-search-control input[type=search].components-search-control__input{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-search-control input[type=search].components-search-control__input{font-size:13px;line-height:normal}}.components-search-control input[type=search].components-search-control__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-search-control input[type=search].components-search-control__input::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-search-control input[type=search].components-search-control__input::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-search-control input[type=search].components-search-control__input:-ms-input-placeholder{color:rgba(30,30,30,.62)}@media (min-width:600px){.components-search-control input[type=search].components-search-control__input{font-size:13px}}.components-search-control input[type=search].components-search-control__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-search-control input[type=search].components-search-control__input::placeholder{color:#757575}.components-search-control input[type=search].components-search-control__input::-webkit-search-cancel-button,.components-search-control input[type=search].components-search-control__input::-webkit-search-decoration,.components-search-control input[type=search].components-search-control__input::-webkit-search-results-button,.components-search-control input[type=search].components-search-control__input::-webkit-search-results-decoration{-webkit-appearance:none}.components-search-control__icon{align-items:center;bottom:0;display:flex;justify-content:center;position:absolute;right:12px;top:0;width:24px}.components-search-control__icon>svg{margin:8px 0}.components-search-control__input-wrapper{position:relative}.components-select-control__input{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{background-color:#1e1e1e;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.3);box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:16px 24px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{margin-left:24px}.components-snackbar .components-snackbar__icon{left:28px;position:absolute;top:24px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:32px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;line-height:1.4;margin-left:32px;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){background-color:transparent;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{box-shadow:none;color:#fff;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:#fff;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:transparent;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:after{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid transparent;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 transparent;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:before{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid transparent}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;align-self:center;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards;border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-delay:0s;animation-duration:1ms}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:transparent}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 4px #fff;outline:2px solid transparent}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:12px;padding-right:12px}.components-accessible-toolbar .components-button.components-tab-button,.components-toolbar .components-button.components-tab-button{font-weight:500}.components-accessible-toolbar .components-button.components-tab-button span,.components-toolbar .components-button.components-tab-button span{display:inline-block;padding-left:0;padding-right:0;position:relative}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:active:before{display:none}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:block;margin:0}@supports (position:sticky){div.components-toolbar>div{display:flex}}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:content-box;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip.components-popover{z-index:1000002}.components-tooltip.components-popover .components-popover__content{min-width:min-content}.components-tooltip .components-popover__content{background:#000;border-radius:2px;border-width:0;box-shadow:none;color:#f0f0f0;font-size:12px;line-height:1.4;outline:none;padding:4px 8px;text-align:center;white-space:nowrap}.components-tooltip__shortcut{display:inline-block;margin-left:8px}.disabled-element-wrapper{position:relative}.disabled-element-wrapper .event-catcher{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100002}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,115,161;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,97,135;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7,82,108;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:6,64,84;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56,51,48;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:43,39,36;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:70,54,93;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:58,44,77;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221,56,45;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:208,44,33;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87,110,116;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76,96,102;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:217,116,38;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195,105,34;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}[data-gateway_id=pre_install_woocommerce_payments_promotion]>.status a{visibility:hidden!important}[data-gateway_id=pre_install_woocommerce_payments_promotion]>.action .is-secondary,[data-gateway_id=pre_install_woocommerce_payments_promotion]>.action.is-secondary:hover{box-shadow:none}[data-gateway_id=pre_install_woocommerce_payments_promotion]>.action a{position:relative;display:none}.wc_gateways .name .wc-payment-gateway-method-name{display:inline-flex}.wc_gateways .name .wc-payment-gateway-method-name img{height:24px;width:auto;margin-left:4px}.wc_gateways .wc-payment-gateway-method__name{display:flex}.wc_gateways .wc-payment-gateway-method__name .pre-install-payment-gateway__subtitle{margin-left:16px}.wc_gateways .wc-payment-gateway-method__name .pre-install-payment-gateway__subtitle>img{height:24px;width:auto;margin-left:4px}.wc_gateways .pre-install-payment-gateway__actions{display:flex}.wc_gateways .pre-install-payment-gateway__actions-menu{margin-right:24px}.wc_gateways .pre-install-payment-gateway__actions-menu-options{text-align:center}@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0%;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0%;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}.wp-block-details>:not(summary){margin-block-end:0;margin-block-start:var(--wp--style--block-gap)}.wp-block-details>:last-child{margin-bottom:0}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container .img-container{position:relative}.wp-lightbox-container button{background:none;border:none;cursor:zoom-in;height:100%;position:absolute;width:100%;z-index:100}.wp-lightbox-container button:focus-visible{outline:5px auto #212121;outline:5px auto -webkit-focus-ring-color;outline-offset:5px}.wp-lightbox-overlay{height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100vw;z-index:100000}.wp-lightbox-overlay .close-button{cursor:pointer;padding:0;position:absolute;right:12.5px;top:12.5px;z-index:5000000}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay .wp-block-image img{max-height:100%;max-width:100%;width:auto}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.fade.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.fade.active img{animation:turn-on-visibility .3s both}.wp-lightbox-overlay.fade.hideanimationenabled:not(.active){animation:turn-off-visibility .3s both}.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom img{height:var(--lightbox-image-max-height);position:absolute;transform-origin:top left;width:var(--lightbox-image-max-width)}.wp-lightbox-overlay.zoom.active{opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .wp-block-image img{animation:lightbox-zoom-in .4s forwards}@media (prefers-reduced-motion){.wp-lightbox-overlay.zoom.active .wp-block-image img{animation:turn-on-visibility .4s both}}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img{animation:lightbox-zoom-out .4s forwards}@media (prefers-reduced-motion){.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img{animation:turn-off-visibility .4s both}}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{animation:turn-off-visibility .4s forwards}html.has-lightbox-open{overflow:hidden}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{left:var(--lightbox-initial-left-position);top:var(--lightbox-initial-top-position);transform:scale(var(--lightbox-scale-width),var(--lightbox-scale-height))}to{left:var(--lightbox-target-left-position);top:var(--lightbox-target-top-position);transform:scale(1)}}@keyframes lightbox-zoom-out{0%{left:var(--lightbox-target-left-position);top:var(--lightbox-target-top-position);transform:scale(1);visibility:visible}99%{visibility:visible}to{left:var(--lightbox-initial-left-position);top:var(--lightbox-initial-top-position);transform:scale(var(--lightbox-scale-width),var(--lightbox-scale-height))}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box;/*!rtl:begin:ignore*/direction:ltr;/*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{/*!rtl:begin:ignore*/grid-column:1;grid-row:1;/*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;/*!rtl:begin:ignore*/grid-column:2;grid-row:1;/*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{/*!rtl:begin:ignore*/grid-column:2;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{/*!rtl:begin:ignore*/grid-column:1;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container .wp-block-navigation-link a{color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:transparent!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:transparent;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word;word-break:normal}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0%;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;overflow-wrap:break-word;padding:3em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}:where(.wp-block-pullquote){margin:0 0 1em}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;min-height:24px;min-width:24px;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search__button-behavior-expand .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0%;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:1px solid;border-left:none;border-right:none}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{stroke:#000;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:auto}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;margin-left:auto!important;margin-right:auto!important;padding:.5em 1em;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:3px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;padding:.25em .75em;position:relative;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all{font-size:.75em}.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em;padding:.5em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);-webkit-clip-path:none;clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.6;padding:0!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover{opacity:1}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wp-block-woocommerce-active-filters h1,.wp-block-woocommerce-active-filters h2,.wp-block-woocommerce-active-filters h3,.wp-block-woocommerce-active-filters h4,.wp-block-woocommerce-active-filters h5,.wp-block-woocommerce-active-filters h6{text-transform:inherit}.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title{height:1em}.wc-block-active-filters{margin-bottom:24px;overflow:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all{background:transparent;border:none;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:15px 0 0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:transparent}.wc-block-active-filters .wc-block-active-filters__clear-all:hover{color:inherit;text-decoration:none}.wc-block-active-filters .wc-block-active-filters__clear-all,.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:transparent;color:inherit}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;display:inline-block;float:right;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list{clear:both;list-style:none outside;margin:0 0 4px;padding:0}.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading{display:flex;flex-direction:column;flex-wrap:nowrap;margin-top:12px}.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips{align-items:flex-end;flex-direction:row;flex-wrap:wrap;gap:0 10px}.wc-block-active-filters .wc-block-active-filters__list li{list-style:none outside;margin:9px 0 0;padding:0}.wc-block-active-filters .wc-block-active-filters__list li ul{list-style:none outside;margin:0;padding:0}.wc-block-active-filters .wc-block-active-filters__list>li:first-child,.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type{margin:0}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list{display:inline-block}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;display:inline-block;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips{display:inline-block}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:13px;box-shadow:none;color:currentColor!important;display:block;display:inline-block;height:1em;line-height:1;margin-right:15px!important;max-width:100%!important;min-width:70px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span{margin-right:0!important}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3){flex-grow:1;max-width:200px}.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name{margin:9px 0 0}.wc-block-active-filters .wc-block-active-filters__list-item-type{display:block;font-size:.75em;font-weight:700;letter-spacing:.1em;margin:16px 0 0;text-transform:uppercase}.wc-block-active-filters .wc-block-active-filters__list-item-operator{font-style:italic;font-weight:400}.wc-block-active-filters .wc-block-active-filters__list-item-name{align-items:center;display:flex;font-size:.875em;padding:0;position:relative}.wc-block-active-filters .wc-block-active-filters__list-item-remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;color:currentColor;font-size:.75em;height:16px;line-height:16px;margin:0 .5em 0 0;padding:0;width:16px}.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover{background:#949494}.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled{color:#e0e0e0;cursor:not-allowed}.wc-block-active-filters .wc-block-active-filters__list--chips li,.wc-block-active-filters .wc-block-active-filters__list--chips ul{display:inline}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type{display:none}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip{margin-bottom:.1875em;margin-top:.1875em}.wc-block-components-chip{align-items:center;border:0;border-radius:0;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1;margin:0 .365em .365em 0;max-width:100%;padding:.25em .5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:transparent;border:1px solid;color:inherit}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1;font-size:.875em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.5em}.wc-block-components-chip .wc-block-components-chip__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;height:16px;line-height:16px;margin:0;padding:0;width:16px}.wc-block-components-chip .wc-block-components-chip__remove-icon{fill:#1e1e1e}.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover{background:#fff}.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background){background:transparent}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{background:#949494}.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#fff;cursor:not-allowed}.wc-block-filter-title-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:-webkit-max-content!important;max-width:-moz-max-content!important;max-width:max-content!important;min-width:80px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{-webkit-animation:none;animation:none}}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-components-skeleton{display:flex;flex-direction:column;gap:1rem;width:100%}.wc-block-components-skeleton-text-line{background:#e0e0e0;border-radius:2em;height:.8em;position:relative;width:100%}.wc-block-components-skeleton-text-line:last-child{width:80%}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-add-to-cart-form{width:unset}.wp-block-add-to-cart-form .input-text{font-size:var(--wp--preset--font-size--small);padding:.9rem 1.1rem}.wc-block-components-totals-wrapper{padding:16px 0;position:relative}.wc-block-components-totals-wrapper:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-wrapper.has-bottom-border:after{border-bottom-width:1px}.wc-block-components-totals-wrapper:empty{padding:0}.wc-block-components-totals-wrapper:empty:after{content:none}.wc-block-components-totals-wrapper.slot-wrapper{padding:0}.wc-block-components-totals-wrapper.slot-wrapper>*>*{padding:16px 0;position:relative}.wc-block-components-totals-wrapper.slot-wrapper>*>:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after{border-bottom-width:0}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child{position:relative}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-item{box-sizing:border-box;display:flex;flex-wrap:wrap;width:100%}.wc-block-components-totals-item__label{flex-grow:1}.wc-block-components-totals-item__value{font-weight:700;white-space:nowrap}.wc-block-components-totals-item__description{font-size:.875em;width:100%}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-panel.has-border{position:relative}.wc-block-components-panel.has-border:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after{border-top-width:0}.wc-block-components-panel.has-border.no-top-border{position:relative}.wc-block-components-panel.has-border.no-top-border:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-panel__button{border:0;border-radius:0;height:auto;line-height:1;margin:.375em 0 0;padding:.375em 32px 0 0;position:relative;text-align:left;vertical-align:baseline;width:100%;word-break:break-word}.wc-block-components-panel__button[aria-expanded=true]{margin-bottom:.375em;padding-bottom:.375em}.wc-block-components-panel__button,.wc-block-components-panel__button:active,.wc-block-components-panel__button:focus,.wc-block-components-panel__button:hover{background:transparent;box-shadow:none;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-panel__button>.wc-block-components-panel__button-icon{fill:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);width:auto}.wc-block-components-panel__content[hidden]{display:none}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button{background-color:inherit;color:inherit}.theme-twentyseventeen .wc-block-components-panel__button,.theme-twentytwenty .wc-block-components-panel__button{background:none transparent;color:inherit}.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover{background:none transparent}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wc-block-components-notices{display:block;margin:1.5em 0}.wc-block-components-notices:first-child{margin-top:0}.wc-block-components-notices:empty{margin:0}.wc-block-components-notices .wc-block-components-notices__notice{display:flex;flex-wrap:nowrap;margin:0}.wc-block-components-notices .wc-block-components-notices__notice a{text-decoration:underline}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss{background:transparent none;border:0;color:currentColor;margin:0 0 0 auto;outline:0;padding:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg{fill:currentColor;vertical-align:text-top}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child{margin-top:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child{margin-bottom:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content ul{list-style:none;margin:0;padding:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li{margin:.25em 0 0}.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice{margin-top:1em}.theme-twentytwenty .wc-block-components-notices__notice,.theme-twentytwentyone .wc-block-components-notices__notice{padding:1.5rem 3rem}.wc-block-components-notices__snackbar{bottom:20px;left:16px;position:fixed;width:auto}@media(max-width:782px){.wc-block-components-notices__snackbar{bottom:auto;left:0;position:fixed;top:10px}.wc-block-components-notices__snackbar .components-snackbar-list__notice-container{margin-left:10px;margin-right:10px}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.6;padding:0!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover{opacity:1}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-snackbar-list{bottom:24px;box-sizing:border-box;left:24px;pointer-events:none;position:fixed;right:24px;z-index:100000}.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner{border:1px solid transparent;box-shadow:0 1px 2px rgba(0,0,0,.1);display:inline-flex;margin:24px 0 0;max-width:600px;pointer-events:all;position:relative;width:auto}.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-default{border-color:#2f2f2f}@media(max-width:782px){.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner{max-width:none;width:100%}}.notice-transition-enter{max-height:0}.notice-transition-enter.notice-transition-enter-active{max-height:99em;transition:max-height .5s ease-in}.notice-transition-enter-done{max-height:auto}.notice-transition-exit{opacity:1}.notice-transition-exit.notice-transition-exit-active{opacity:0;transition:opacity .5s ease-in}.notice-transition-exit-done{opacity:0}.wc-block-components-checkbox{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-top:1em;text-decoration:inherit;text-transform:inherit}.wc-block-components-checkbox label{align-items:flex-start;cursor:pointer;display:flex;font-size:.875em;position:relative}.wc-block-components-checkbox label input[type=checkbox]{cursor:inherit}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:2px solid #50575e;border-radius:2px;box-sizing:border-box;font-size:1em;height:1.5em;margin:0 1em 0 0;min-height:1.5em;min-width:1.5em;overflow:hidden;position:static;vertical-align:middle;width:1.5em}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:#fff;border-color:#50575e}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:2px solid #50575e;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before{content:""}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark{display:none}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:2px solid hsla(0,0%,100%,.6);outline-offset:2px}.wc-block-components-checkbox.has-error,.wc-block-components-checkbox.has-error a{color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover{border-color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus{outline:2px solid #cc1818;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#000;height:1.125em;margin-left:.1875em;margin-top:.0625em;pointer-events:none;position:absolute;width:1.125em}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#fff}.wc-block-components-checkbox .wc-block-components-checkbox__label,.wc-block-components-checkbox>span{line-height:1.5em;vertical-align:middle}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-checkbox__mark{display:none}}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]{background-color:#fff;border-color:var(--form--border-color);position:relative}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked{background-color:#fff;border-color:var(--form--border-color)}.theme-twentytwentyone .wc-block-components-checkbox__mark{display:none}.wc-block-components-form .wc-block-components-text-input,.wc-block-components-text-input{margin-top:1.5em;position:relative;white-space:nowrap}.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{color:inherit;color:#757575;cursor:text;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;left:0;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:0;transform:translateY(.75em);transform-origin:top left;transition:transform .2s ease}.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,.has-dark-controls .wc-block-components-text-input label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{transition:none}}.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,.wc-block-components-text-input input:-webkit-autofill+label{transform:translateY(4px) scale(.75)}.wc-block-components-form .wc-block-components-text-input.is-active label,.wc-block-components-text-input.is-active label{transform:translateY(4px) scale(.75)}.wc-block-components-form .wc-block-components-text-input input[type=email],.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text],.wc-block-components-form .wc-block-components-text-input input[type=url],.wc-block-components-text-input input[type=email],.wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=tel],.wc-block-components-text-input input[type=text],.wc-block-components-text-input input[type=url]{background-color:#fff;border:1px solid #50575e;border-radius:4px;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:1em;height:3em;line-height:1.375;margin:0;min-height:0;padding:.75em 0;text-indent:16px;width:100%}.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.wc-block-components-text-input input[type=email]:focus,.wc-block-components-text-input input[type=number]:focus,.wc-block-components-text-input input[type=tel]:focus,.wc-block-components-text-input input[type=text]:focus,.wc-block-components-text-input input[type=url]:focus{background-color:#fff;box-shadow:0 0 0 1px #50575e;color:#2b2d2f;outline:0}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],.has-dark-controls .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-text-input input[type=url]{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.has-dark-controls .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-text-input input[type=url]:focus{background-color:rgba(0,0,0,.1);box-shadow:0 0 0 1px hsla(0,0%,100%,.4);color:#fff}.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=number]{-moz-appearance:textfield}.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],.wc-block-components-text-input.is-active input[type=email],.wc-block-components-text-input.is-active input[type=number],.wc-block-components-text-input.is-active input[type=tel],.wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input.is-active input[type=url]{padding:1.5em 0 .25em}.wc-block-components-form .wc-block-components-text-input.has-error input,.wc-block-components-form .wc-block-components-text-input.has-error input:active,.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-form .wc-block-components-text-input.has-error input:hover,.wc-block-components-text-input.has-error input,.wc-block-components-text-input.has-error input:active,.wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:hover{border-color:#cc1818}.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 1px #cc1818}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,.has-dark-controls .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:hover{border-color:#f18c8c}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 1px #f18c8c}.wc-block-components-form .wc-block-components-text-input.has-error label,.wc-block-components-text-input.has-error label{color:#cc1818}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,.has-dark-controls .wc-block-components-text-input.has-error label{color:#f18c8c}.wc-block-components-form .wc-block-components-text-input:only-child,.wc-block-components-text-input:only-child{margin-top:1.5em}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-validation-error{color:#cc1818;font-size:.75em;max-width:100%;white-space:normal}.wc-block-components-validation-error>p{margin:0;padding:4px 0 0}.has-dark-mode-palette .wc-block-components-validation-error{color:#f18c8c}.wc-block-components-select+.wc-block-components-validation-error{margin-bottom:24px}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wc-block-grid{text-align:center}.wc-block-grid__no-products{padding:40px;text-align:center;width:100%}.wc-block-grid__no-products .wc-block-grid__no-products-image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-grid__no-products .wc-block-grid__no-products-title{display:block;font-weight:700;margin:0}.wc-block-grid__no-products .wc-block-grid__no-products-description{display:block;margin:.25em 0 1em}.wc-block-grid__products{background-clip:padding-box;display:flex;flex-wrap:wrap;margin:0 -8px 16px;padding:0}.wc-block-grid__product{border-bottom:16px solid transparent;border-left:8px solid transparent;border-right:8px solid transparent;box-sizing:border-box;float:none;list-style:none;margin:0;padding:0;position:relative;text-align:center;width:auto}.wc-block-grid__product.wc-block-grid__product{box-sizing:border-box}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,.wc-block-grid.has-aligned-buttons .wc-block-grid__product{display:flex;flex-direction:column}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child{margin-bottom:0;margin-top:auto;padding-bottom:12px}.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-1-columns .wc-block-grid__product{flex:1 0 100%;max-width:100%}.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%}.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 33.3333333333%;max-width:33.3333333333%}.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 25%;max-width:25%}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 20%;max-width:20%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 16.6666666667%;max-width:16.6666666667%}.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 14.2857142857%;max-width:14.2857142857%}.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 12.5%;max-width:12.5%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{font-size:.5em}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product{font-size:.58em}.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product{font-size:.75em}.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull){font-size:.92em}@media(max-width:480px){.wc-block-grid.has-2-columns .wc-block-grid__products{display:block}.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__products{display:block}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__products{display:block}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__products{display:block}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__products{display:block}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__products{display:block}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__products{display:block}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}}@media(min-width:481px)and (max-width:600px){.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}}.wc-block-components-product-sort-select{margin-bottom:24px;text-align:left}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-pagination{margin:0 auto 16px}.wc-block-components-pagination__ellipsis,.wc-block-components-pagination__page{color:#333;display:inline-block;font-size:1em;font-weight:400}.wc-block-components-pagination__page{border-color:transparent;min-width:2.2em;padding:.3em .6em}@media(max-width:782px){.wc-block-components-pagination__page{min-width:1.6em;padding:.1em .2em}}.wc-block-components-pagination__page:not(.toggle){background-color:transparent}.wc-block-components-pagination__ellipsis{padding:.3em}@media(max-width:782px){.wc-block-components-pagination__ellipsis{padding:.1em}}.wc-block-components-pagination__page--active[disabled]{color:#333;font-weight:700;opacity:1!important}.wc-block-components-pagination__page--active[disabled]:focus,.wc-block-components-pagination__page--active[disabled]:hover{background-color:inherit;color:#333;opacity:1!important}html[dir=rtl] .wc-block-components-pagination-page--arrow span{display:inline-block;transform:scaleX(-1)}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-components-product-title{display:block;font-size:inherit;font-weight:700;line-height:1.5;margin-bottom:12px;margin-top:0;padding:0}.wc-block-components-product-title a{color:inherit;font-size:inherit}.is-loading .wc-block-components-product-title:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}.is-loading .wc-block-components-product-title:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price{display:block}.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-price ins{text-decoration:none}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-product-sale-badge{background:#fff;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;margin:0 auto 12px;padding:.25em .75em;position:static;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-components-product-sale-badge span{background-color:inherit;color:inherit}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{display:block;position:relative;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{border:0;border-radius:inherit;box-shadow:none;outline:0;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""]{border:1px solid #f2f2f2}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left{left:4px;margin:0;position:absolute;right:auto;top:4px}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center{left:50%;margin:0;position:absolute;right:auto;top:4px;transform:translateX(-50%)}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right{left:auto;margin:0;position:absolute;right:4px;top:4px}.is-loading .wc-block-components-product-image{background-color:currentColor!important;border:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:auto;z-index:1}.is-loading .wc-block-components-product-image>*{visibility:hidden}.is-loading .wc-block-components-product-image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-image{margin:0 0 12px}.wc-block-product-image__tools-panel .components-input-control{margin-bottom:8px}.wc-block-components-product-rating{display:block;line-height:1}.wc-block-components-product-rating__stars{display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:5.3em}.wc-block-components-product-rating__stars:before{color:inherit;content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-components-product-rating__stars span{color:inherit;left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-components-product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-components-product-rating__link{display:inline-block;font-size:.875em;height:1.618em;text-align:inherit;width:100%}.wc-block-all-products .wc-block-components-product-rating{margin-bottom:12px;margin-top:0}.wc-block-components-product-rating__norating-container{align-items:center;display:inline-flex;flex-direction:row;gap:8px}.wc-block-components-product-rating__norating{-webkit-text-stroke:2px var(--wp--preset--color--black,#000);display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:1.5em}.wc-block-components-product-rating__norating:before{color:transparent;content:"S";left:0;position:absolute;right:0;text-align:center;top:0;white-space:nowrap}.wp-block-woocommerce-single-product .wc-block-components-product-rating__stars{margin:0}.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.wc-block-all-products .is-loading .wc-block-components-product-rating>*,.wp-block-query .is-loading .wc-block-components-product-rating>*{visibility:hidden}.wc-block-all-products .is-loading .wc-block-components-product-rating:after,.wp-block-query .is-loading .wc-block-components-product-rating:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating{-webkit-animation:none;animation:none}}.wp-block-button.wc-block-components-product-button{white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{border-style:none;display:inline-flex;justify-content:center;margin-left:auto;margin-right:auto;white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.wc-block-all-products .wp-block-button.wc-block-components-product-button{margin-bottom:12px}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link{background-color:var(--button--color-background);border-color:var(--button--color-background);color:var(--button--color-text)}.wp-block-button.is-style-outline .wp-block-button__link{border:2px solid}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button.has-custom-width .wp-block-button__link{box-sizing:border-box}.wp-block-button.wp-block-button__width-25 .wp-block-button__link{width:25%}.wp-block-button.wp-block-button__width-50 .wp-block-button__link{width:50%}.wp-block-button.wp-block-button__width-75 .wp-block-button__link{width:75%}.wp-block-button.wp-block-button__width-100 .wp-block-button__link{width:100%}.wc-block-components-product-summary{margin-bottom:12px;margin-top:0}.is-loading .wc-block-components-product-summary:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;height:6em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-summary:before>*{visibility:hidden}.is-loading .wc-block-components-product-summary:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-summary:before{-webkit-animation:none;animation:none}}.wc-block-components-product-sku{display:block;font-size:.875em;overflow-wrap:break-word;text-transform:uppercase}.wc-block-components-product-stock-indicator{display:block;font-size:.875em;margin-bottom:.75em;margin-top:0}.wc-block-components-product-add-to-cart{display:flex;flex-wrap:wrap;margin:0}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button{margin:0 0 .75em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text{display:block}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg{fill:currentColor;height:1.5em;margin:-.25em 0 -.25em .5em;vertical-align:top;width:1.5em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);color:#43454b;flex-basis:5em;margin:0 1em .75em 0;padding:.618em;text-align:center}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>*{visibility:hidden}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:none;animation:none}}.wc-block-grid .wc-block-components-product-add-to-cart{justify-content:center}.wc-block-components-product-add-to-cart-notice{margin:0}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wc-block-components-product-add-to-cart-attribute-picker{flex-basis:100%;margin:0}.wc-block-components-product-add-to-cart-attribute-picker label{display:block;font-size:1em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container{position:relative}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select{margin:0 0 .75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select{min-height:1.75em;min-width:60%}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error{margin-bottom:24px}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select{border-color:#cc1818}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus{outline-color:#cc1818}.wc-block-components-skeleton{display:flex;flex-direction:column;gap:1rem;width:100%}.wc-block-components-skeleton-text-line{background:#e0e0e0;border-radius:2em;height:.8em;position:relative;width:100%}.wc-block-components-skeleton-text-line:last-child{width:80%}.wp-block-add-to-cart-form{width:unset}.wp-block-add-to-cart-form .input-text{font-size:var(--wp--preset--font-size--small);padding:.9rem 1.1rem}.woocommerce .wp-block-woocommerce-product-image-gallery{clear:both;max-width:512px;position:relative}.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale{left:-1rem;right:unset;z-index:1}.woocommerce .wp-block-woocommerce-product-image-gallery:after{clear:both;content:"";display:table}.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images{width:100%}.wp-block-woocommerce-product-details ul.wc-tabs{border-bottom:1px solid #e0e0e0;list-style:none;margin:0 0 1.618em;overflow:hidden;padding:0 0 0 1em;position:relative}.wp-block-woocommerce-product-details ul.wc-tabs li{border:1px solid #e0e0e0;border-radius:4px 4px 0 0;display:inline-block;margin:0;padding:.5em 1em;position:relative;z-index:0}.wp-block-woocommerce-product-details ul.wc-tabs li a{display:inline-block;font-weight:700;text-decoration:none}.wp-block-woocommerce-product-details ul.wc-tabs li a:hover{text-decoration:none}.wp-block-woocommerce-product-details ul.wc-tabs li.active{z-index:2}.wp-block-woocommerce-product-details ul.wc-tabs li.active a{text-shadow:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-product-reviews img{max-width:600px}.wp-block-woocommerce-product-reviews .submit{margin-top:2rem}.wp-block-woocommerce-product-reviews__editor__row{align-items:center;display:flex;gap:2rem}.wp-block-woocommerce-product-reviews__editor__row>span{flex-basis:20%}.wp-block-woocommerce-product-reviews__editor__row .wp-block-woocommerce-product-reviews__editor__stars,.wp-block-woocommerce-product-reviews__editor__row textarea{flex-grow:1;margin-right:1rem}.wp-block-woocommerce-product-reviews__editor__row textarea{flex-grow:1;height:8rem}.wp-block-woocommerce-product-reviews__editor__stars{display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:5.3em}.wp-block-woocommerce-product-reviews__editor__stars:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-components-review-sort-select{text-align:right}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-review-list.wc-block-components-review-list{margin:0}.is-loading .wc-block-components-review-list-item__text{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:60%;z-index:1}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__text:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;font-size:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:120px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before{content:" "}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{list-style:none;margin:0 0 48px}.wc-block-components-review-list-item__info{-ms-grid-columns:1fr;display:-ms-grid;display:grid;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info{-ms-grid-columns:calc(3em + 16px) 1fr;grid-template-columns:calc(3em + 16px) 1fr}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{-ms-grid-row-span:2;align-items:center;display:flex;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1/3;height:3em;justify-content:center;position:relative;width:3em}.wc-block-components-review-list-item__image>img{display:block;max-height:100%;-o-object-fit:contain;object-fit:contain}.wc-block-components-review-list-item__verified{bottom:-7px;height:21px;line-height:21px;margin:0;overflow:hidden;position:absolute;right:-7px;text-indent:21px;width:21px}.wc-block-components-review-list-item__verified:before{background:transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;content:"";display:block;height:21px;width:21px}.wc-block-components-review-list-item__meta{align-items:center;display:flex;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{content:"";flex-basis:100%;order:3}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;margin-right:8px;order:1}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;order:4}.wc-block-components-review-list-item__published-date{order:5}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date{padding-left:8px;position:relative}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{border-right:1px solid;content:"";display:inline-block;height:1em;margin-left:-8px;opacity:.5;position:absolute;top:calc(50% + .1em);transform:translateY(-50%);vertical-align:middle}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{display:block;font-family:star;font-size:1em;font-weight:400;height:1em;line-height:1;overflow:hidden;position:relative;top:0;width:5.3em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"SSSSS";float:left;left:0;opacity:.25;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{color:#e6a237;content:"SSSSS";left:0;position:absolute;top:0}.wc-block-components-review-list-item__text p{font-size:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-load-more{text-align:center;width:100%}.wp-block-woocommerce-attribute-filter{border-style:none!important}.wp-block-woocommerce-attribute-filter h1,.wp-block-woocommerce-attribute-filter h2,.wp-block-woocommerce-attribute-filter h3,.wp-block-woocommerce-attribute-filter h4,.wp-block-woocommerce-attribute-filter h5,.wp-block-woocommerce-attribute-filter h6{text-transform:inherit}.wc-block-attribute-filter{border-color:inherit;border-radius:inherit;margin-bottom:16px}.wc-block-attribute-filter .is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:1em;line-height:1;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-attribute-filter .is-loading>*{visibility:hidden}.wc-block-attribute-filter .is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-attribute-filter .is-loading{-webkit-animation:none;animation:none}}.wc-block-attribute-filter.style-dropdown{align-items:flex-start;display:flex;gap:16px;position:relative}.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:0}.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:1}.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button{height:36px;line-height:1}.wc-block-attribute-filter.style-dropdown>svg{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.wc-block-attribute-filter .wc-block-attribute-filter-list{margin:0;width:100%}.wc-block-attribute-filter .wc-block-attribute-filter-list li label{cursor:pointer}.wc-block-attribute-filter .wc-block-attribute-filter-list li input{cursor:pointer;display:inline-block}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper{flex-grow:1;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:unset;width:0}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border:1px solid #757575!important;border-radius:4px}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading{border-radius:.25em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field{border-radius:inherit}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border:0;border-radius:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:8px;text-decoration:inherit;text-transform:inherit}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input{font-size:.875em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list{border:1px solid #757575;border-radius:4px;margin-top:8px;max-height:21em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion{border:1px solid #ccc;border-radius:4px;color:#000;margin:12px;padding:12px}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token{font-size:.875em}.wc-block-attribute-filter__conditions-toggle,.wc-block-attribute-filter__display-toggle,.wc-block-attribute-filter__multiple-toggle{width:100%}.wc-block-attribute-filter__instructions{border-bottom:1px solid #f0f0f0;padding-bottom:1em}.wc-block-attribute-filter__selection{padding-top:1em}.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label{color:#757575;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-attribute-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end}.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button{margin-left:0}.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled{cursor:auto;opacity:.6}.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button{font-size:.875em;margin-top:0}.editor-styles-wrapper .wc-block-components-checkbox,.wc-block-components-checkbox{margin-top:1em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container{padding:4px 30px 4px 8px}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text{background-color:#fff;border:1px solid;border-radius:25px 0 0 25px;border-right:0;line-height:22px;padding:.25em .5em .25em .75em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input{margin:.25em 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token{background-color:#fff;border:1px solid;border-left:0;border-radius:0 25px 25px 0;padding:1px .25em 0 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg{background-color:#e0e0e0;border-radius:25px}.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,.wc-block-attribute-filter__button.wc-block-attribute-filter__button{font-size:.875em;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:.5em 1em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-filter-element-label-list-count:before{content:" ("}.wc-filter-element-label-list-count:after{content:")"}.wc-block-filter-title-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:-webkit-max-content!important;max-width:-moz-max-content!important;max-width:max-content!important;min-width:80px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{-webkit-animation:none;animation:none}}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}.wc-blocks-components-form-token-field-wrapper .components-popover{left:0;opacity:0;position:fixed;top:0;z-index:z-index(".components-popover")}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis]{opacity:1}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded{bottom:0;left:0;right:0;top:0;z-index:z-index(".components-popover")!important}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow){margin-left:2px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{border:8px solid #ccc}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before{border-color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after{border:8px solid #fff}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{content:"";height:0;line-height:0;position:absolute;width:0}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]{margin-top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{border-bottom:none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]{margin-top:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]{margin-left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{right:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after{right:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{border-bottom-color:transparent;border-left-style:solid;border-right:none;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]{margin-left:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after{left:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{border-bottom-color:transparent;border-left:none;border-right-style:solid;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top]{bottom:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom]{top:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle]{align-items:center;display:flex}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top{margin-top:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom{margin-top:-12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom){margin-left:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom){margin-right:12px}.wc-blocks-components-form-token-field-wrapper .components-popover__content{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);height:100%}.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:1px solid #1e1e1e;box-shadow:none}.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content{height:auto;overflow-y:auto;position:absolute}.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:none;border-top:1px solid #1e1e1e;height:calc(100% - 48px);min-width:auto;overflow-y:visible;position:static}.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content{bottom:100%}.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:50%;transform:translateX(-50%)}.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:100%;position:absolute}.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-left:-25px}.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{position:absolute;right:100%}.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-right:-25px}.wc-blocks-components-form-token-field-wrapper .components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.wc-blocks-components-form-token-field-wrapper .components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button{z-index:z-index(".components-popover__close")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover{z-index:z-index(".components-tooltip")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content{min-width:0}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content{background:#1e1e1e;border-radius:2px;border-width:0;box-shadow:none;color:#fff;font-size:12px;line-height:1.4;text-align:center;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div{padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut{display:inline-block;margin-left:8px}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper{position:relative}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:z-index(".components-tooltip .event-catcher")}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{align-items:center;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;cursor:text;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:2px 4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{font-size:13px;line-height:normal}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label{display:inline-block;margin-bottom:4px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help{color:#757575;font-size:12px;font-style:normal}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;margin:2px 4px 2px 0;max-width:100%}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless{padding:0 16px 0 0;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:transparent;color:var(--wp-admin-theme-color)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:transparent;color:#757575;position:absolute;right:0;top:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:1ms;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{border-top:1px solid #757575;flex:1 0 100%;list-style:none;margin:4px -4px -4px;max-height:9em;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{color:#757575;cursor:pointer;display:block;font-size:13px;margin:0;padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:var(--wp-admin-theme-color);color:#fff}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match{text-decoration:underline}.wc-blocks-components-form-token-field-wrapper{border-color:#949494}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,.wc-blocks-components-form-token-field-wrapper .components-visually-hidden{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border-color:inherit;box-sizing:border-box;margin-bottom:0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{background-color:#fff;border-radius:0;box-shadow:none;color:#000;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:30px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#e0e0e0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token{border:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #949494;border-top:0 solid #949494;left:-1px;margin:1px 0 0;position:absolute;right:-1px;top:100%;z-index:50}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty{display:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{padding:8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:#f0f0f0;color:#2f2f2f}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token{margin-right:0;position:relative;width:100%;z-index:1}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{background:transparent}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{padding-left:4px;width:100%}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{position:absolute}.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{border:1px solid #949494;margin:0 2px 4px;padding:0 5px;position:static}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{list-style:none outside;margin:0;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{list-style:none outside;margin:0 0 4px;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-filter-reset-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:transparent}.wc-block-components-filter-reset-button:hover{color:inherit;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{-webkit-animation:none;animation:none}}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.woocommerce.wc-block-breadcrumbs{font-size:inherit}.woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb{display:block;margin:auto}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.woocommerce.wc-block-catalog-sorting form{float:none}.woocommerce.wc-block-catalog-sorting select.orderby{font-size:inherit}.woocommerce.wc-block-catalog-sorting.has-text-color select.orderby{color:inherit}.woocommerce.wc-block-catalog-sorting .woocommerce-ordering{margin:auto}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.is-layout-constrained>.wp-block-woocommerce-customer-account.alignright{float:none;justify-content:flex-end}.is-layout-constrained>.wp-block-woocommerce-customer-account.alignleft{float:none;justify-content:flex-start}.is-layout-constrained>.wp-block-woocommerce-customer-account.aligncenter{float:none;justify-content:center}.wp-block-woocommerce-customer-account{display:flex}.wp-block-woocommerce-customer-account a{align-items:center;color:currentColor!important;display:flex;text-decoration:none!important}.wp-block-woocommerce-customer-account a:hover{text-decoration:underline!important}.wp-block-woocommerce-customer-account a .icon{height:1em;width:1em}.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon{height:1.4375em;padding:.5em;width:1.4375em}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-featured-category{background-color:transparent;border-color:transparent;box-sizing:border-box;color:#fff}.wc-block-featured-category{align-content:center;align-items:center;background-color:inherit;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.wc-block-featured-category.has-background-dim .background-dim__overlay:before{background:inherit;border-radius:inherit;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before{opacity:.1}.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before{opacity:.2}.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before{opacity:.3}.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before{opacity:.4}.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before{opacity:.5}.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before{opacity:.6}.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before{opacity:.7}.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before{opacity:.8}.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before{opacity:.9}.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before{opacity:1}.wc-block-featured-category__selection{width:100%}.wc-block-featured-category.has-left-content{justify-content:flex-start}.wc-block-featured-category.has-left-content .wc-block-featured-category__description,.wc-block-featured-category.has-left-content .wc-block-featured-category__price,.wc-block-featured-category.has-left-content .wc-block-featured-category__title,.wc-block-featured-category.has-left-content .wc-block-featured-category__variation{margin-left:0;text-align:left}.wc-block-featured-category.has-right-content{justify-content:flex-end}.wc-block-featured-category.has-right-content .wc-block-featured-category__description,.wc-block-featured-category.has-right-content .wc-block-featured-category__price,.wc-block-featured-category.has-right-content .wc-block-featured-category__title,.wc-block-featured-category.has-right-content .wc-block-featured-category__variation{margin-right:0;text-align:right}.wc-block-featured-category.is-repeated{background-repeat:repeat;background-size:auto}.wc-block-featured-category__description,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation{line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-category__description a,.wc-block-featured-category__description a:active,.wc-block-featured-category__description a:focus,.wc-block-featured-category__description a:hover,.wc-block-featured-category__price a,.wc-block-featured-category__price a:active,.wc-block-featured-category__price a:focus,.wc-block-featured-category__price a:hover,.wc-block-featured-category__title a,.wc-block-featured-category__title a:active,.wc-block-featured-category__title a:focus,.wc-block-featured-category__title a:hover,.wc-block-featured-category__variation a,.wc-block-featured-category__variation a:active,.wc-block-featured-category__variation a:focus,.wc-block-featured-category__variation a:hover{color:#fff}.wc-block-featured-category__description,.wc-block-featured-category__link,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation{color:inherit;padding:0 48px 16px;width:100%;z-index:1}.wc-block-featured-category .wc-block-featured-category__background-image{bottom:0;height:100%;left:0;margin:0;-o-object-fit:none;object-fit:none;padding:0;position:absolute;right:0;top:0;width:100%}.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:scroll}}.wc-block-featured-category__description{color:inherit}.wc-block-featured-category__description p{margin:0}.wc-block-featured-category .wc-block-featured-category__title{color:inherit;margin-top:0}.wc-block-featured-category .wc-block-featured-category__title div{color:inherit}.wc-block-featured-category .wc-block-featured-category__title:before{display:none}.wc-block-featured-category__wrapper{align-content:center;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;justify-content:center;overflow:hidden;width:100%}.wc-block-featured-category .wp-block-button.aligncenter{text-align:center}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-featured-product{background-color:transparent;border-color:transparent;box-sizing:border-box;color:#fff}.wc-block-featured-product{align-content:center;align-items:center;background-color:inherit;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.wc-block-featured-product.has-background-dim .background-dim__overlay:before{background:inherit;border-radius:inherit;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before{opacity:.1}.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before{opacity:.2}.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before{opacity:.3}.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before{opacity:.4}.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before{opacity:.5}.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before{opacity:.6}.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before{opacity:.7}.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before{opacity:.8}.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before{opacity:.9}.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before{opacity:1}.wc-block-featured-product__selection{width:100%}.wc-block-featured-product.has-left-content{justify-content:flex-start}.wc-block-featured-product.has-left-content .wc-block-featured-product__description,.wc-block-featured-product.has-left-content .wc-block-featured-product__price,.wc-block-featured-product.has-left-content .wc-block-featured-product__title,.wc-block-featured-product.has-left-content .wc-block-featured-product__variation{margin-left:0;text-align:left}.wc-block-featured-product.has-right-content{justify-content:flex-end}.wc-block-featured-product.has-right-content .wc-block-featured-product__description,.wc-block-featured-product.has-right-content .wc-block-featured-product__price,.wc-block-featured-product.has-right-content .wc-block-featured-product__title,.wc-block-featured-product.has-right-content .wc-block-featured-product__variation{margin-right:0;text-align:right}.wc-block-featured-product.is-repeated{background-repeat:repeat;background-size:auto}.wc-block-featured-product__description,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation{line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-product__description a,.wc-block-featured-product__description a:active,.wc-block-featured-product__description a:focus,.wc-block-featured-product__description a:hover,.wc-block-featured-product__price a,.wc-block-featured-product__price a:active,.wc-block-featured-product__price a:focus,.wc-block-featured-product__price a:hover,.wc-block-featured-product__title a,.wc-block-featured-product__title a:active,.wc-block-featured-product__title a:focus,.wc-block-featured-product__title a:hover,.wc-block-featured-product__variation a,.wc-block-featured-product__variation a:active,.wc-block-featured-product__variation a:focus,.wc-block-featured-product__variation a:hover{color:#fff}.wc-block-featured-product__description,.wc-block-featured-product__link,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation{color:inherit;padding:0 48px 16px;width:100%;z-index:1}.wc-block-featured-product .wc-block-featured-product__background-image{bottom:0;height:100%;left:0;margin:0;-o-object-fit:none;object-fit:none;padding:0;position:absolute;right:0;top:0;width:100%}.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:scroll}}.wc-block-featured-product__description{color:inherit}.wc-block-featured-product__description p{margin:0}.wc-block-featured-product .wc-block-featured-product__title{color:inherit;margin-top:0}.wc-block-featured-product .wc-block-featured-product__title div{color:inherit}.wc-block-featured-product .wc-block-featured-product__title:before{display:none}.wc-block-featured-product__wrapper{align-content:center;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;justify-content:center;overflow:hidden;width:100%}.wc-block-featured-product .wp-block-button.aligncenter{text-align:center}.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{border:0;margin-top:0}.wc-block-featured-product .wc-block-featured-product__title:before,.wc-block-featured-product .wc-block-featured-product__variation:before{display:none}.wc-block-featured-product .wc-block-featured-product__variation{font-style:italic;padding-top:0}.wc-block-featured-product .wc-block-featured-product__description p{line-height:1.5;margin:0}.wc-block-mini-cart{display:inline-block}.wc-block-mini-cart__template-part,.wp-block-woocommerce-mini-cart-contents{height:100%}.wc-block-mini-cart__button{align-items:center;background-color:transparent;border:none;color:inherit;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;padding:.75em .5em}.wc-block-mini-cart__button:hover:not([disabled]){opacity:.6}.wc-block-mini-cart__amount{margin-right:.5em}.wc-block-mini-cart--preview .wc-block-mini-cart__amount{display:initial}.wc-block-mini-cart__tax-label{margin-right:.5em}@media screen and (min-width:768px){.wc-block-mini-cart__amount{display:initial;font-size:inherit;font-weight:inherit;margin-right:8px}}.drawer-open .wc-block-mini-cart__button{pointer-events:none}.wc-block-mini-cart__drawer{font-size:1rem}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents{box-sizing:border-box;justify-content:center;padding:0;position:relative}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices{margin:16px 40px -16px 16px;margin-bottom:unset}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice{margin-bottom:unset}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices:empty{display:none}:where(.wp-block-woocommerce-mini-cart-contents){background:#fff}.wp-block-woocommerce-empty-mini-cart-contents-block,.wp-block-woocommerce-filled-mini-cart-contents-block{background:inherit;display:flex;flex-direction:column;height:100%;max-height:-webkit-fill-available;max-height:-moz-available;max-height:fill-available}.wp-block-woocommerce-empty-mini-cart-contents-block{justify-content:center}.wp-block-woocommerce-filled-mini-cart-contents-block{justify-content:space-between}.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper{overflow-y:auto;padding:40px 16px 16px}h2.wc-block-mini-cart__title{align-items:baseline;background:inherit;display:flex;font-size:2em;margin:16px 16px -32px;-webkit-mask-image:linear-gradient(#000 calc(100% - 24px),transparent);mask-image:linear-gradient(#000 calc(100% - 24px),transparent);padding-bottom:32px;z-index:1}h2.wc-block-mini-cart__title span:first-child{margin-right:8px}.wc-block-mini-cart__items{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:16px 16px 0}.wc-block-mini-cart__items .wc-block-mini-cart__products-table{margin-bottom:auto}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row{padding-bottom:8px;padding-top:8px}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after{content:none}.wc-block-mini-cart__footer{padding:24px 16px;position:relative}.wc-block-mini-cart__footer:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal{font-weight:600;margin-bottom:16px}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:none;font-size:.75em;font-weight:400}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:unset}}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;gap:16px}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-checkout-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wc-block-components-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-checkout-button-block{display:inline-flex;flex-grow:1}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block{display:inline-flex}}@media only screen and (max-width:480px){.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout{flex-direction:column}}.wc-block-mini-cart__footer .wc-block-components-payment-method-icons{margin-top:16px}.wc-block-mini-cart__shopping-button{display:flex;justify-content:center}.wc-block-mini-cart__shopping-button a{border:2px solid;color:currentColor;font-weight:600;padding:12px 24px;text-decoration:none}.wc-block-mini-cart__shopping-button a:focus,.wc-block-mini-cart__shopping-button a:hover{background-color:#1e1e1e;border-color:#1e1e1e;color:#fff}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-mini-cart__quantity-badge{align-items:center;display:flex;position:relative}.wc-block-mini-cart__badge{align-items:center;border-radius:1em;box-sizing:border-box;display:flex;font-size:.875em;font-weight:600;height:1.4285714286em;justify-content:center;left:100%;margin-left:-44%;min-width:1.4285714286em;padding:0 .25em;position:absolute;transform:translateY(-50%);white-space:nowrap;z-index:1}:where(.wc-block-mini-cart__badge){background-color:transparent;color:transparent}.wc-block-mini-cart__badge:empty{opacity:0}.wc-block-mini-cart__icon{display:block;height:2em;margin:-.25em;width:2em}html[dir=rtl] .wc-block-mini-cart__icon{transform:scaleX(-1)}:root{--drawer-width:480px;--neg-drawer-width:calc(var(--drawer-width)*-1)}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(max(-100%,var(--neg-drawer-width)))}}@keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(max(-100%,var(--neg-drawer-width)))}}@-webkit-keyframes rtlslidein{0%{transform:translateX(0)}to{transform:translateX(min(100%,var(--drawer-width)))}}@keyframes rtlslidein{0%{transform:translateX(0)}to{transform:translateX(min(100%,var(--drawer-width)))}}.wc-block-components-drawer__screen-overlay{background-color:rgba(95,95,95,.35);bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity .3s;z-index:9999}.wc-block-components-drawer__screen-overlay--with-slide-out{transition:opacity .3s}.wc-block-components-drawer__screen-overlay--with-slide-in{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:fadein;animation-name:fadein}.wc-block-components-drawer__screen-overlay--is-hidden{opacity:0;pointer-events:none}.wc-block-components-drawer{background:#fff;display:block;height:100%;left:100%;max-width:100%;position:relative;position:fixed;right:0;top:0;transform:translateX(max(-100%,var(--neg-drawer-width)));width:var(--drawer-width)}.wc-block-components-drawer:after{border-style:solid;border-width:0 0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.rtl .wc-block-components-drawer{transform:translateX(min(100%,var(--drawer-width)))}.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer{transition:transform .3s}.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:slidein;animation-name:slidein}.rtl .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{-webkit-animation-name:rtlslidein;animation-name:rtlslidein}.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer{transform:translateX(0)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-drawer,.wc-block-components-drawer__screen-overlay{-webkit-animation-name:none!important;animation-name:none!important;transition:none!important}}.wc-block-components-drawer__close{background:transparent!important;border:0;border-radius:0;color:inherit!important;margin:-1em;opacity:.6;padding:0;padding:1em!important;position:absolute!important;right:12px;top:12px;vertical-align:baseline;z-index:2}.wc-block-components-drawer__close:active,.wc-block-components-drawer__close:focus,.wc-block-components-drawer__close:hover{opacity:1}.wc-block-components-drawer__close:focus:not(:focus-visible){box-shadow:none;outline:none}.wc-block-components-drawer__close>span{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-block-components-drawer__close svg{fill:currentColor;display:block}.wc-block-components-drawer__content{height:100dvh;position:relative}.admin-bar .wc-block-components-drawer__content{height:calc(100dvh - 46px);margin-top:46px}@media only screen and (min-width:783px){.admin-bar .wc-block-components-drawer__content{height:calc(100dvh - 32px);margin-top:32px}}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wp-block-woocommerce-price-filter{border-color:#757575;border-radius:4px;border-style:none!important}.wp-block-woocommerce-price-filter h1,.wp-block-woocommerce-price-filter h2,.wp-block-woocommerce-price-filter h3,.wp-block-woocommerce-price-filter h4,.wp-block-woocommerce-price-filter h5,.wp-block-woocommerce-price-filter h6{text-transform:inherit}.wc-block-price-filter,.wc-block-price-filter__controls,.wc-block-price-slider{border-color:inherit;border-radius:inherit}.wc-block-price-filter__controls input{border-color:inherit!important;border-radius:inherit!important;border-style:solid}.wc-block-price-filter__controls .input-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:2em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5.625em;z-index:1}.wc-block-price-filter__controls .input-loading>*{visibility:hidden}.wc-block-price-filter__controls .input-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-price-filter__controls .input-loading{-webkit-animation:none;animation:none}}.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,.wc-block-price-filter__button.wc-block-components-price-slider__button{font-size:.875em;padding:.5em 1em}.wc-block-filter-title-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:-webkit-max-content!important;max-width:-moz-max-content!important;max-width:max-content!important;min-width:80px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{-webkit-animation:none;animation:none}}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}.wc-block-components-price-slider{margin-bottom:24px}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount{display:none}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}.wc-block-components-price-slider__range-input-wrapper{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0!important;border-radius:4px;clear:both;flex-grow:1;height:4px;margin:15px 0;outline:none;padding:0!important;position:relative}.wc-block-components-price-slider__range-input-wrapper:before{background:currentColor;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0}.wc-block-components-price-slider__range-input-wrapper.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:.5625em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider__range-input-wrapper.is-loading>*{visibility:hidden}.wc-block-components-price-slider__range-input-wrapper.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider__range-input-wrapper.is-loading{-webkit-animation:none;animation:none}}.wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:currentColor;background:var(--track-background);height:4px;left:0;position:absolute;top:0;width:100%}.wc-block-components-price-slider__controls{align-items:center;display:flex;gap:8px;justify-content:space-between;margin:16px 0}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{border-radius:4px;border-width:1px;font-size:.875em;margin:0;max-width:80px;min-width:0;padding:8px;width:auto}.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{max-width:60px}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>*{visibility:hidden}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading{-webkit-animation:none;animation:none}}.wc-block-components-price-slider__range-text{align-items:center;display:flex;justify-content:space-between;margin:24px 0}.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount{font-size:.875em}.wc-block-components-price-slider__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end}.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{font-size:.875em;margin-left:0;margin-top:0}.wc-block-components-price-slider__range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0!important;display:block;height:0;left:0;margin:0;outline:none;outline:none!important;padding:0!important;pointer-events:none;position:relative;position:absolute;top:0;width:100%}.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:default;height:1px;outline:0}.wc-block-components-price-slider__range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:-5px 0 0;padding:0;pointer-events:auto;-webkit-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input::-webkit-slider-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0!important;margin:0;outline:none;padding:0!important}.wc-block-components-price-slider__range-input::-moz-focus-outer{border:0}.wc-block-components-price-slider__range-input::-moz-range-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:default;height:1px;outline:0}.wc-block-components-price-slider__range-input::-moz-range-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0!important;margin:0;outline:none;padding:0!important}.wc-block-components-price-slider__range-input::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-moz-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-moz-range-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-ms-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-ms-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-moz-range-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-ms-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min{z-index:21}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb{background-position-x:left;margin-left:-2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{background-position-x:left;transform:translate(-2px,2px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb{background-position-x:left}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max{z-index:20}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb{background-position-x:right;margin-left:2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{background-position-x:right;transform:translate(2px,2px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb{background-position-x:right}.rtl .wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:#af7dd1;background:var(--track-background)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-price-slider__range-input-wrapper{background:transparent;box-shadow:none;height:24px}.wc-block-components-price-slider__range-input-progress{background:#af7dd1;top:7px;width:100%}.wc-block-components-price-slider__range-input{height:24px;pointer-events:auto}.wc-block-components-price-slider__range-input::-ms-track{background:transparent;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input::-ms-fill-upper{background:transparent}.wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider__range-input::-ms-thumb{pointer-events:auto;transform:translate(1px)}.wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:transparent}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}}@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@supports(-ms-ime-align:auto){.wc-block-components-price-slider__range-input-wrapper{background:transparent;box-shadow:none;height:24px}.wc-block-components-price-slider__range-input-progress{background:#af7dd1;top:7px;width:100%}.wc-block-components-price-slider__range-input{height:24px;pointer-events:auto}.wc-block-components-price-slider__range-input::-ms-track{background:transparent;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input::-ms-fill-upper{background:transparent}.wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider__range-input::-ms-thumb{pointer-events:auto;transform:translate(1px)}.wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:transparent}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{background:transparent;border:3px solid;box-sizing:border-box}.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress{--range-color:currentColor;margin:-3px}.theme-twentytwentyone .wc-block-price-filter__range-input{background:transparent;margin:-3px;width:calc(100% + 6px)}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb{margin-top:-9px}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{transform:translate(2px,1px)}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{transform:translate(-2px,1px)}.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track{border-color:transparent!important}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{border:0;height:auto;height:50px;position:relative}.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress{display:none}.theme-twentytwentyone .wc-block-price-filter__range-input{height:100%;margin:0;width:100%}}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-filter-reset-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:transparent}.wc-block-components-filter-reset-button:hover{color:inherit;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{-webkit-animation:none;animation:none}}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-components-product-add-to-cart{display:flex;flex-wrap:wrap;margin:0}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button{margin:0 0 .75em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text{display:block}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg{fill:currentColor;height:1.5em;margin:-.25em 0 -.25em .5em;vertical-align:top;width:1.5em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);color:#43454b;flex-basis:5em;margin:0 1em .75em 0;padding:.618em;text-align:center}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>*{visibility:hidden}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:none;animation:none}}.wc-block-grid .wc-block-components-product-add-to-cart{justify-content:center}.wc-block-components-product-add-to-cart-notice{margin:0}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-add-to-cart-attribute-picker{flex-basis:100%;margin:0}.wc-block-components-product-add-to-cart-attribute-picker label{display:block;font-size:1em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container{position:relative}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select{margin:0 0 .75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select{min-height:1.75em;min-width:60%}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error{margin-bottom:24px}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select{border-color:#cc1818}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus{outline-color:#cc1818}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-button.wc-block-components-product-button{white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{border-style:none;display:inline-flex;justify-content:center;margin-left:auto;margin-right:auto;white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.wc-block-all-products .wp-block-button.wc-block-components-product-button{margin-bottom:12px}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link{background-color:var(--button--color-background);border-color:var(--button--color-background);color:var(--button--color-text)}.wp-block-button.is-style-outline .wp-block-button__link{border:2px solid}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button.has-custom-width .wp-block-button__link{box-sizing:border-box}.wp-block-button.wp-block-button__width-25 .wp-block-button__link{width:25%}.wp-block-button.wp-block-button__width-50 .wp-block-button__link{width:50%}.wp-block-button.wp-block-button__width-75 .wp-block-button__link{width:75%}.wp-block-button.wp-block-button__width-100 .wp-block-button__link{width:100%}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-product-categories{margin-bottom:1em}.wc-block-product-categories.is-dropdown{display:flex}.wc-block-product-categories select{margin-right:.5em}.wc-block-product-categories-list--has-images{list-style:none outside}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{clear:both;list-style:none outside;margin:4px 0 4px 60px}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul{margin:4px 0 0}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{border:1px solid #eee;display:inline-block;margin:0 .5em 0 -60px;max-width:50px;padding:0;position:relative;vertical-align:middle}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img{display:block;height:auto;margin:0;max-width:100%;padding:0}.wc-block-product-categories-list-item-count:before{content:" ("}.wc-block-product-categories-list-item-count:after{content:")"}.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder{background:currentColor;display:inline-block;height:1em;min-width:200px;opacity:.2;width:50%}.wc-block-product-categories__button{align-items:center;display:flex;margin:0;overflow:hidden;padding:0 .5em;position:relative}.wc-block-product-categories__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-categories__button svg{transform:rotate(180deg)}.wc-block-product-categories__button:active{color:currentColor}.wc-block-product-categories__button:disabled,.wc-block-product-categories__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-categories__button:disabled:focus,.wc-block-product-categories__button[aria-disabled=true]:focus{box-shadow:none}.wc-block-components-product-sale-badge{background:#fff;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;margin:0 auto 12px;padding:.25em .75em;position:static;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-components-product-sale-badge span{background-color:inherit;color:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{display:block;position:relative;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{border:0;border-radius:inherit;box-shadow:none;outline:0;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""]{border:1px solid #f2f2f2}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left{left:4px;margin:0;position:absolute;right:auto;top:4px}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center{left:50%;margin:0;position:absolute;right:auto;top:4px;transform:translateX(-50%)}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right{left:auto;margin:0;position:absolute;right:4px;top:4px}.is-loading .wc-block-components-product-image{background-color:currentColor!important;border:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:auto;z-index:1}.is-loading .wc-block-components-product-image>*{visibility:hidden}.is-loading .wc-block-components-product-image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-image{margin:0 0 12px}.wc-block-product-image__tools-panel .components-input-control{margin-bottom:8px}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.woocommerce .wp-block-woocommerce-product-image-gallery{clear:both;max-width:512px;position:relative}.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale{left:-1rem;right:unset;z-index:1}.woocommerce .wp-block-woocommerce-product-image-gallery:after{clear:both;content:"";display:table}.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images{width:100%}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.color-block-support-panel .wc-block-feedback-prompt{grid-column:1/-1}.woocommerce-product-query-panel__external-link{display:block;margin-top:12px}.woocommerce-product-query-panel__external-link .components-external-link__icon{margin-left:8px}:where(.products-block-post-template .wp-block-post)>*{margin-bottom:.75rem;margin-top:0}:where(.editor-styles-wrapper .products-block-post-template .wp-block-post)>*>*{margin-bottom:0;margin-top:0}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.woocommerce.wc-block-product-results-count .woocommerce-result-count{float:none;font-size:inherit;margin:auto}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-product-reviews img{max-width:600px}.wp-block-woocommerce-product-reviews .submit{margin-top:2rem}.wp-block-woocommerce-product-reviews__editor__row{align-items:center;display:flex;gap:2rem}.wp-block-woocommerce-product-reviews__editor__row>span{flex-basis:20%}.wp-block-woocommerce-product-reviews__editor__row .wp-block-woocommerce-product-reviews__editor__stars,.wp-block-woocommerce-product-reviews__editor__row textarea{flex-grow:1;margin-right:1rem}.wp-block-woocommerce-product-reviews__editor__row textarea{flex-grow:1;height:8rem}.wp-block-woocommerce-product-reviews__editor__stars{display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:5.3em}.wp-block-woocommerce-product-reviews__editor__stars:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-sale-badge{background:#fff;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;margin:0 auto 12px;padding:.25em .75em;position:static;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-components-product-sale-badge span{background-color:inherit;color:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-product-search .wc-block-product-search__fields{display:flex}.wc-block-product-search .wc-block-product-search__field{flex-grow:1;line-height:1.8;padding:6px 8px}.wc-block-product-search .wc-block-product-search__button{align-items:center;cursor:pointer;display:flex;margin:0 0 0 6px;overflow:hidden;padding:0 .5em;position:relative}.wc-block-product-search .wc-block-product-search__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-search .wc-block-product-search__button svg{transform:rotate(180deg)}.wc-block-product-search .wc-block-product-search__button:active{color:currentColor}.wc-block-product-search .wc-block-product-search__button:disabled,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-search .wc-block-product-search__button:disabled:focus,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus{box-shadow:none}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-sku{display:block;font-size:.875em;overflow-wrap:break-word;text-transform:uppercase}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-stock-indicator{display:block;font-size:.875em;margin-bottom:.75em;margin-top:0}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-summary{margin-bottom:12px;margin-top:0}.is-loading .wc-block-components-product-summary:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;height:6em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-summary:before>*{visibility:hidden}.is-loading .wc-block-components-product-summary:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-summary:before{-webkit-animation:none;animation:none}}.wc-block-components-product-title{display:block;font-size:inherit;font-weight:700;line-height:1.5;margin-bottom:12px;margin-top:0;padding:0}.wc-block-components-product-title a{color:inherit;font-size:inherit}.is-loading .wc-block-components-product-title:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}.is-loading .wc-block-components-product-title:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-rating-filter.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-rating-filter.is-loading>*{visibility:hidden}.wc-block-rating-filter.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-rating-filter.is-loading{-webkit-animation:none;animation:none}}.wc-block-rating-filter.style-dropdown{align-items:flex-start;display:flex;gap:16px;position:relative}.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:0}.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:1}.wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button{height:36px;line-height:1}.wc-block-rating-filter.style-dropdown>svg{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.wc-block-rating-filter .wc-block-components-product-rating__stars{display:inline-block;height:1em;line-height:1}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper{flex-grow:1;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:unset;width:0}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border:1px solid #757575!important;border-radius:4px}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading{border-radius:.25em}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field{border-radius:inherit}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border:0;border-radius:inherit;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:8px;text-decoration:inherit;text-transform:inherit}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input{font-size:.875em}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder{color:#000}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder{color:#000}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder{color:#000}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list{border:1px solid #757575;border-radius:4px;margin-top:8px;max-height:21em}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion{border:1px solid #ccc;border-radius:4px;color:#000;margin:12px;padding:12px}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token{font-size:.875em}.wc-block-rating-filter .wc-block-components-product-rating{margin-bottom:0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container{padding:4px 30px 4px 8px}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text{background-color:#fff;border:1px solid;border-radius:25px 0 0 25px;border-right:0;line-height:22px;padding:.25em .5em .25em .75em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input{margin:.25em 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token{background-color:#fff;border:1px solid;border-left:0;border-radius:0 25px 25px 0;padding:1px .25em 0 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg{background-color:#e0e0e0;border-radius:25px}.wp-block-woocommerce-rating-filter{margin-bottom:24px}.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label{cursor:pointer}.wc-block-rating-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end;margin-top:16px}.wc-block-rating-filter__actions .wc-block-components-filter-submit-button{margin-left:0}.wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled{cursor:auto;opacity:.6}.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{font-size:.875em;margin-left:0;margin-top:0}.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,.wc-block-rating-filter__actions .wc-block-rating-filter__button{font-size:.875em;margin-top:.5em;padding:.5em 1em}.wc-block-components-product-rating{display:block;line-height:1}.wc-block-components-product-rating__stars{display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:5.3em}.wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars{margin:0}.wc-block-components-product-rating__stars:before{color:inherit;content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-components-product-rating__stars span{color:inherit;left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-components-product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-all-products .wc-block-components-product-rating{margin-bottom:12px;margin-top:0}.wc-block-components-product-rating__container{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex}.wc-block-components-product-rating__norating-container{align-items:center;display:inline-flex;flex-direction:row;gap:8px}.wc-block-components-product-rating__norating{-webkit-text-stroke:2px var(--wp--preset--color--black,#000);display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:1.5em}.wc-block-components-product-rating__norating:before{color:transparent;content:"S";left:0;position:absolute;right:0;text-align:center;top:0;white-space:nowrap}.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.wc-block-all-products .is-loading .wc-block-components-product-rating>*,.wp-block-query .is-loading .wc-block-components-product-rating>*{visibility:hidden}.wc-block-all-products .is-loading .wc-block-components-product-rating:after,.wp-block-query .is-loading .wc-block-components-product-rating:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating{-webkit-animation:none;animation:none}}.wc-block-all-products .wc-block-components-product-rating__container,.wp-block-query .wc-block-components-product-rating__container{display:block}.wc-block-all-products .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars,.wp-block-query .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars{margin:inherit}.wc-blocks-components-form-token-field-wrapper .components-popover{left:0;opacity:0;position:fixed;top:0;z-index:z-index(".components-popover")}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis]{opacity:1}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded{bottom:0;left:0;right:0;top:0;z-index:z-index(".components-popover")!important}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow){margin-left:2px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{border:8px solid #ccc}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before{border-color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after{border:8px solid #fff}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{content:"";height:0;line-height:0;position:absolute;width:0}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]{margin-top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{border-bottom:none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]{margin-top:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]{margin-left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{right:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after{right:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{border-bottom-color:transparent;border-left-style:solid;border-right:none;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]{margin-left:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after{left:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{border-bottom-color:transparent;border-left:none;border-right-style:solid;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top]{bottom:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom]{top:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle]{align-items:center;display:flex}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top{margin-top:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom{margin-top:-12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom){margin-left:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom){margin-right:12px}.wc-blocks-components-form-token-field-wrapper .components-popover__content{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);height:100%}.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:1px solid #1e1e1e;box-shadow:none}.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content{height:auto;overflow-y:auto;position:absolute}.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:none;border-top:1px solid #1e1e1e;height:calc(100% - 48px);min-width:auto;overflow-y:visible;position:static}.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content{bottom:100%}.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:50%;transform:translateX(-50%)}.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:100%;position:absolute}.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-left:-25px}.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{position:absolute;right:100%}.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-right:-25px}.wc-blocks-components-form-token-field-wrapper .components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.wc-blocks-components-form-token-field-wrapper .components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button{z-index:z-index(".components-popover__close")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover{z-index:z-index(".components-tooltip")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content{min-width:0}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content{background:#1e1e1e;border-radius:2px;border-width:0;box-shadow:none;color:#fff;font-size:12px;line-height:1.4;text-align:center;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div{padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut{display:inline-block;margin-left:8px}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper{position:relative}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:z-index(".components-tooltip .event-catcher")}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{align-items:center;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;cursor:text;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:2px 4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{font-size:13px;line-height:normal}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label{display:inline-block;margin-bottom:4px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help{color:#757575;font-size:12px;font-style:normal}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;margin:2px 4px 2px 0;max-width:100%}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless{padding:0 16px 0 0;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:transparent;color:var(--wp-admin-theme-color)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:transparent;color:#757575;position:absolute;right:0;top:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:1ms;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{border-top:1px solid #757575;flex:1 0 100%;list-style:none;margin:4px -4px -4px;max-height:9em;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{color:#757575;cursor:pointer;display:block;font-size:13px;margin:0;padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:var(--wp-admin-theme-color);color:#fff}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match{text-decoration:underline}.wc-blocks-components-form-token-field-wrapper{border-color:#949494}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,.wc-blocks-components-form-token-field-wrapper .components-visually-hidden{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border-color:inherit;box-sizing:border-box;margin-bottom:0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{background-color:#fff;border-radius:0;box-shadow:none;color:#000;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:30px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#e0e0e0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token{border:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #949494;border-top:0 solid #949494;left:-1px;margin:1px 0 0;position:absolute;right:-1px;top:100%;z-index:50}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty{display:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{padding:8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:#f0f0f0;color:#2f2f2f}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token{margin-right:0;position:relative;width:100%;z-index:1}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{background:transparent}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{padding-left:4px;width:100%}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{position:absolute}.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{border:1px solid #949494;margin:0 2px 4px;padding:0 5px;position:static}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{list-style:none outside;margin:0;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{list-style:none outside;margin:0 0 4px;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-filter-reset-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:transparent}.wc-block-components-filter-reset-button:hover{color:inherit;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{-webkit-animation:none;animation:none}}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-components-review-sort-select{text-align:right}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-review-list.wc-block-components-review-list{margin:0}.is-loading .wc-block-components-review-list-item__text{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:60%;z-index:1}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__text:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;font-size:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:120px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before{content:" "}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{list-style:none;margin:0 0 48px}.wc-block-components-review-list-item__info{-ms-grid-columns:1fr;display:-ms-grid;display:grid;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info{-ms-grid-columns:calc(3em + 16px) 1fr;grid-template-columns:calc(3em + 16px) 1fr}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{-ms-grid-row-span:2;align-items:center;display:flex;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1/3;height:3em;justify-content:center;position:relative;width:3em}.wc-block-components-review-list-item__image>img{display:block;max-height:100%;-o-object-fit:contain;object-fit:contain}.wc-block-components-review-list-item__verified{bottom:-7px;height:21px;line-height:21px;margin:0;overflow:hidden;position:absolute;right:-7px;text-indent:21px;width:21px}.wc-block-components-review-list-item__verified:before{background:transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;content:"";display:block;height:21px;width:21px}.wc-block-components-review-list-item__meta{align-items:center;display:flex;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{content:"";flex-basis:100%;order:3}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;margin-right:8px;order:1}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;order:4}.wc-block-components-review-list-item__published-date{order:5}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date{padding-left:8px;position:relative}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{border-right:1px solid;content:"";display:inline-block;height:1em;margin-left:-8px;opacity:.5;position:absolute;top:calc(50% + .1em);transform:translateY(-50%);vertical-align:middle}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{display:block;font-family:star;font-size:1em;font-weight:400;height:1em;line-height:1;overflow:hidden;position:relative;top:0;width:5.3em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"SSSSS";float:left;left:0;opacity:.25;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{color:#e6a237;content:"SSSSS";left:0;position:absolute;top:0}.wc-block-components-review-list-item__text p{font-size:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-load-more{text-align:center;width:100%}.wc-block-components-review-sort-select{text-align:right}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-review-list.wc-block-components-review-list{margin:0}.is-loading .wc-block-components-review-list-item__text{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:60%;z-index:1}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__text:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;font-size:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:120px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before{content:" "}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{list-style:none;margin:0 0 48px}.wc-block-components-review-list-item__info{-ms-grid-columns:1fr;display:-ms-grid;display:grid;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info{-ms-grid-columns:calc(3em + 16px) 1fr;grid-template-columns:calc(3em + 16px) 1fr}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{-ms-grid-row-span:2;align-items:center;display:flex;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1/3;height:3em;justify-content:center;position:relative;width:3em}.wc-block-components-review-list-item__image>img{display:block;max-height:100%;-o-object-fit:contain;object-fit:contain}.wc-block-components-review-list-item__verified{bottom:-7px;height:21px;line-height:21px;margin:0;overflow:hidden;position:absolute;right:-7px;text-indent:21px;width:21px}.wc-block-components-review-list-item__verified:before{background:transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;content:"";display:block;height:21px;width:21px}.wc-block-components-review-list-item__meta{align-items:center;display:flex;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{content:"";flex-basis:100%;order:3}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;margin-right:8px;order:1}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;order:4}.wc-block-components-review-list-item__published-date{order:5}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date{padding-left:8px;position:relative}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{border-right:1px solid;content:"";display:inline-block;height:1em;margin-left:-8px;opacity:.5;position:absolute;top:calc(50% + .1em);transform:translateY(-50%);vertical-align:middle}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{display:block;font-family:star;font-size:1em;font-weight:400;height:1em;line-height:1;overflow:hidden;position:relative;top:0;width:5.3em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"SSSSS";float:left;left:0;opacity:.25;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{color:#e6a237;content:"SSSSS";left:0;position:absolute;top:0}.wc-block-components-review-list-item__text p{font-size:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-load-more{text-align:center;width:100%}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-product-details ul.wc-tabs{border-bottom:1px solid #e0e0e0;list-style:none;margin:0 0 1.618em;overflow:hidden;padding:0 0 0 1em;position:relative}.wp-block-woocommerce-product-details ul.wc-tabs li{border:1px solid #e0e0e0;border-radius:4px 4px 0 0;display:inline-block;margin:0;padding:.5em 1em;position:relative;z-index:0}.wp-block-woocommerce-product-details ul.wc-tabs li a{display:inline-block;font-weight:700;text-decoration:none}.wp-block-woocommerce-product-details ul.wc-tabs li a:hover{text-decoration:none}.wp-block-woocommerce-product-details ul.wc-tabs li.active{z-index:2}.wp-block-woocommerce-product-details ul.wc-tabs li.active a{text-shadow:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wp-block-woocommerce-stock-filter h1,.wp-block-woocommerce-stock-filter h2,.wp-block-woocommerce-stock-filter h3,.wp-block-woocommerce-stock-filter h4,.wp-block-woocommerce-stock-filter h5,.wp-block-woocommerce-stock-filter h6{text-transform:inherit}.wc-block-stock-filter{margin-bottom:24px}.wc-block-stock-filter.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-stock-filter.is-loading>*{visibility:hidden}.wc-block-stock-filter.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-stock-filter.is-loading{-webkit-animation:none;animation:none}}.wc-block-stock-filter .wc-block-stock-filter-list{margin:0}.wc-block-stock-filter .wc-block-stock-filter-list li label{cursor:pointer}.wc-block-stock-filter .wc-block-stock-filter-list li input{cursor:pointer;display:inline-block}.wc-block-stock-filter.style-dropdown{align-items:flex-start;display:flex;gap:16px;position:relative}.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:0}.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:1}.wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button{height:36px;line-height:1}.wc-block-stock-filter.style-dropdown>svg{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper{flex-grow:1;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:unset;width:0}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border:1px solid #757575!important;border-radius:4px}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading{border-radius:.25em}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field{border-radius:inherit}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border:0;border-radius:inherit;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:8px;text-decoration:inherit;text-transform:inherit}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input{font-size:.875em}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder{color:#000}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder{color:#000}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder{color:#000}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list{border:1px solid #757575;border-radius:4px;margin-top:8px;max-height:21em}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion{border:1px solid #ccc;border-radius:4px;color:#000;margin:12px;padding:12px}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token{font-size:.875em}.wc-block-stock-filter .wc-block-components-product-rating{margin-bottom:0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container{padding:4px 30px 4px 8px}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text{background-color:#fff;border:1px solid;border-radius:25px 0 0 25px;border-right:0;line-height:22px;padding:.25em .5em .25em .75em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input{margin:.25em 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token{background-color:#fff;border:1px solid;border-left:0;border-radius:0 25px 25px 0;padding:1px .25em 0 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg{background-color:#e0e0e0;border-radius:25px}.wc-block-stock-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end;margin-top:16px}.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{font-size:.875em;margin-left:0;margin-top:0}.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,.wc-block-stock-filter__actions .wc-block-stock-filter__button{font-size:.875em;margin-top:.5em;padding:.5em 1em}.wc-filter-element-label-list-count:before{content:" ("}.wc-filter-element-label-list-count:after{content:")"}.wc-block-filter-title-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:-webkit-max-content!important;max-width:-moz-max-content!important;max-width:max-content!important;min-width:80px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{-webkit-animation:none;animation:none}}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}.wc-blocks-components-form-token-field-wrapper .components-popover{left:0;opacity:0;position:fixed;top:0;z-index:z-index(".components-popover")}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis]{opacity:1}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded{bottom:0;left:0;right:0;top:0;z-index:z-index(".components-popover")!important}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow){margin-left:2px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{border:8px solid #ccc}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before{border-color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after{border:8px solid #fff}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{content:"";height:0;line-height:0;position:absolute;width:0}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]{margin-top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{border-bottom:none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]{margin-top:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]{margin-left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{right:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after{right:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{border-bottom-color:transparent;border-left-style:solid;border-right:none;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]{margin-left:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after{left:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{border-bottom-color:transparent;border-left:none;border-right-style:solid;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top]{bottom:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom]{top:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle]{align-items:center;display:flex}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top{margin-top:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom{margin-top:-12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom){margin-left:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom){margin-right:12px}.wc-blocks-components-form-token-field-wrapper .components-popover__content{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);height:100%}.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:1px solid #1e1e1e;box-shadow:none}.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content{height:auto;overflow-y:auto;position:absolute}.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:none;border-top:1px solid #1e1e1e;height:calc(100% - 48px);min-width:auto;overflow-y:visible;position:static}.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content{bottom:100%}.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:50%;transform:translateX(-50%)}.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:100%;position:absolute}.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-left:-25px}.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{position:absolute;right:100%}.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-right:-25px}.wc-blocks-components-form-token-field-wrapper .components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.wc-blocks-components-form-token-field-wrapper .components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button{z-index:z-index(".components-popover__close")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover{z-index:z-index(".components-tooltip")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content{min-width:0}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content{background:#1e1e1e;border-radius:2px;border-width:0;box-shadow:none;color:#fff;font-size:12px;line-height:1.4;text-align:center;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div{padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut{display:inline-block;margin-left:8px}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper{position:relative}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:z-index(".components-tooltip .event-catcher")}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{align-items:center;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;cursor:text;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:2px 4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{font-size:13px;line-height:normal}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label{display:inline-block;margin-bottom:4px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help{color:#757575;font-size:12px;font-style:normal}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;margin:2px 4px 2px 0;max-width:100%}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless{padding:0 16px 0 0;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:transparent;color:var(--wp-admin-theme-color)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:transparent;color:#757575;position:absolute;right:0;top:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:1ms;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{border-top:1px solid #757575;flex:1 0 100%;list-style:none;margin:4px -4px -4px;max-height:9em;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{color:#757575;cursor:pointer;display:block;font-size:13px;margin:0;padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:var(--wp-admin-theme-color);color:#fff}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match{text-decoration:underline}.wc-blocks-components-form-token-field-wrapper{border-color:#949494}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,.wc-blocks-components-form-token-field-wrapper .components-visually-hidden{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border-color:inherit;box-sizing:border-box;margin-bottom:0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{background-color:#fff;border-radius:0;box-shadow:none;color:#000;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:30px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#e0e0e0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token{border:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #949494;border-top:0 solid #949494;left:-1px;margin:1px 0 0;position:absolute;right:-1px;top:100%;z-index:50}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty{display:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{padding:8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:#f0f0f0;color:#2f2f2f}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token{margin-right:0;position:relative;width:100%;z-index:1}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{background:transparent}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{padding-left:4px;width:100%}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{position:absolute}.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{border:1px solid #949494;margin:0 2px 4px;padding:0 5px;position:static}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{list-style:none outside;margin:0;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{list-style:none outside;margin:0 0 4px;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-filter-reset-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:transparent}.wc-block-components-filter-reset-button:hover{color:inherit;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{-webkit-animation:none;animation:none}}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-cart .wc-block-components-shipping-calculator{white-space:nowrap}.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type{margin-top:0}.wc-block-cart .wc-block-components-totals-footer-item,.wc-block-cart .wc-block-components-totals-taxes{margin:0}.wc-block-cart table.wc-block-cart-items,.wc-block-cart table.wc-block-cart-items td,.wc-block-cart table.wc-block-cart-items th{margin:0 0 2em}.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;display:inline-block;line-height:1;max-width:100%!important;min-width:84px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading h2 span>*,.wc-block-cart--is-loading th span>*,.wc-block-mini-cart__drawer.is-loading h2 span>*,.wc-block-mini-cart__drawer.is-loading th span>*{visibility:hidden}.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after,.wc-block-mini-cart__drawer.is-loading h2 span:after,.wc-block-mini-cart__drawer.is-loading th span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading h2 span:before,.wc-block-cart--is-loading th span:before,.wc-block-mini-cart__drawer.is-loading h2 span:before,.wc-block-mini-cart__drawer.is-loading th span:before{content:" "}.wc-block-cart--is-loading h2 span,.wc-block-mini-cart__drawer.is-loading h2 span{min-width:33%}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-components-product-metadata>*,.wc-block-cart--is-loading .wc-block-components-product-price>*,.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-components-product-metadata:after,.wc-block-cart--is-loading .wc-block-components-product-price:after,.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;display:inline-block;line-height:1;max-width:100%!important;min-width:84px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-components-product-name>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-components-product-name:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before{content:" "}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata{margin-top:.25em;min-width:8em}.wc-block-cart--is-loading .wc-block-cart-item__remove-link,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price{display:block;margin-top:.25em;max-width:3em}.wc-block-cart--is-loading .wc-block-components-product-price:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before{content:" "}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:460px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before{content:" "}.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:none}.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:flex}.wc-block-cart-item__total-price-and-sale-badge-wrapper{align-items:flex-end;display:flex;flex-direction:column}.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge{margin-top:4px}.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{display:none}.is-large.wc-block-cart .wc-block-components-radio-control__input{left:0;margin:0}.is-large.wc-block-cart .wc-block-cart__totals-title{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;display:block;font-family:inherit;font-size:inherit;font-size:.75em;font-style:inherit;font-weight:inherit;font-weight:600;letter-spacing:inherit;line-height:inherit;margin:0;padding:.25rem 0;text-align:right;text-decoration:inherit;text-transform:inherit;text-transform:uppercase;vertical-align:baseline}.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel){padding-left:16px;padding-right:16px}.is-large.wc-block-cart .wc-block-cart__payment-options{padding:16px 0 0}.is-large.wc-block-cart .wc-block-cart__payment-options:empty{padding:0}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block{display:none}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block{box-sizing:border-box;margin:0;min-height:10em;padding-right:3.7735849057%;width:65%}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:15em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{box-sizing:border-box;margin:0;min-height:12em;padding-left:2.2641509434%;width:35%}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin:0 0 1em;max-width:100%!important;min-height:3em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block{height:20em}@media only screen and (max-width:700px){.wp-block-woocommerce-cart.is-loading{padding-top:16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{padding:0;width:100%}}.wc-block-components-loading-mask{min-height:34px;pointer-events:none;position:relative}.wc-block-components-loading-mask .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.wc-block-components-loading-mask .wc-block-components-loading-mask__children{opacity:.25}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-components-sidebar-layout{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wc-block-components-sidebar-layout .wc-block-must-login-prompt{display:block}.wc-block-components-sidebar-layout .wc-block-components-main{box-sizing:border-box;margin:0;padding-right:3.7735849057%;width:65%}.wc-block-components-sidebar{box-sizing:border-box;margin:0;padding-left:2.2641509434%;width:35%}.wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1em;margin:0;padding:0;vertical-align:baseline}.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout{flex-direction:column;margin:0 auto 16px}.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar{padding:0;width:100%}.is-large .wc-block-components-sidebar .wc-block-components-panel,.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,.is-large .wc-block-components-sidebar .wc-block-components-totals-item{padding-left:16px;padding-right:16px}.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item{padding:0}.wc-block-components-sidebar .wc-block-components-panel>h2{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline}table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th{background:none!important;border:0;margin:0}.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items{width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header{font-size:.75em;text-transform:uppercase}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility:hidden}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{text-align:right;width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{margin:0;width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-size:.75em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;text-transform:none;vertical-align:baseline;white-space:nowrap}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background:transparent}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:1em;line-height:inherit;text-align:right}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata{margin-bottom:.75em}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled{opacity:.5;pointer-events:none;transition:opacity .2s ease}.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td{padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header{display:none}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row{position:relative}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row{-ms-grid-columns:80px 132px;display:-ms-grid;display:grid;grid-template-columns:80px 132px;padding:16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{-ms-grid-column:1;grid-column-start:1;-ms-grid-row:1;grid-row-start:1;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{-ms-grid-column-span:2;-ms-grid-column-align:stretch;-ms-grid-column:2;grid-column-end:4;grid-column-start:2;-ms-grid-row:1;grid-row-start:1;justify-self:stretch;padding:0 16px 16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{-ms-grid-row-align:end;align-self:end;-ms-grid-column:1;grid-column-start:1;-ms-grid-row:2;grid-row-start:2;padding-right:16px;padding-top:16px;vertical-align:bottom}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{-ms-grid-row:1;grid-row-start:1}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}.is-large.wc-block-cart{margin-bottom:3em}.is-large.wc-block-cart .wc-block-cart-items{position:relative}.is-large.wc-block-cart .wc-block-cart-items:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th{padding:.25rem 16px .25rem 0;white-space:nowrap}.is-large.wc-block-cart .wc-block-cart-items td{padding:16px 0 16px 16px;position:relative;vertical-align:top}.is-large.wc-block-cart .wc-block-cart-items td:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th:last-child{padding-right:0}.is-large.wc-block-cart .wc-block-cart-items td:last-child{padding-right:16px}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-badge{border:1px solid;border-radius:2px;display:inline-block;font-size:.75em;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price{display:block}.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-price ins{text-decoration:none}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}.wc-block-components-product-details.wc-block-components-product-details{list-style:none;margin:.5em 0;padding:0}.wc-block-components-product-details.wc-block-components-product-details:last-of-type{margin-bottom:0}.wc-block-components-product-details.wc-block-components-product-details li{margin-left:0}.wc-block-components-product-details__name,.wc-block-components-product-details__value{display:inline-block}.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{font-weight:700}.wc-block-components-quantity-selector{border-radius:4px;box-sizing:content-box;display:flex;margin:0 0 .25em;position:relative;width:107px}.wc-block-components-quantity-selector:after{border:1px solid;border-radius:4px;bottom:0;content:"";left:0;opacity:.45;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:transparent;border:0;box-shadow:none;color:currentColor;flex:1 1 auto;font-size:1em;font-weight:600;line-height:1;margin:0;min-width:40px;order:2;padding:.4em 0;text-align:center;vertical-align:middle}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{opacity:.6}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{background:none transparent;border:0;box-shadow:none;color:currentColor;cursor:pointer;font-size:.9em;font-style:normal;font-weight:400;margin:0;min-width:30px;opacity:.6;padding:0;text-align:center;text-decoration:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{box-shadow:none;cursor:default;opacity:.6}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px;order:1}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0;order:3}.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{background:none transparent}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-top:2em;max-width:100%!important;min-height:15em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3{display:none}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{box-sizing:content-box;display:inline-block;margin-bottom:2em;padding-right:5%;text-align:center;vertical-align:top;width:30%}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3){padding-right:0}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name{font-weight:400}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price{display:block}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button{margin-top:1em}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart{justify-content:center}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link){background-color:#eee;color:#333;font-weight:600;margin-top:1em}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover{background-color:#d5d5d5;border-color:#d5d5d5;color:#333}@media(max-width:480px){.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{display:block;width:100%}}.wc-block-components-product-sale-badge{background:#fff;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;margin:0 auto 12px;padding:.25em .75em;position:static;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-components-product-sale-badge span{background-color:inherit;color:inherit}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{display:block;position:relative;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{border:0;border-radius:inherit;box-shadow:none;outline:0;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""]{border:1px solid #f2f2f2}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left{left:4px;margin:0;position:absolute;right:auto;top:4px}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center{left:50%;margin:0;position:absolute;right:auto;top:4px;transform:translateX(-50%)}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right{left:auto;margin:0;position:absolute;right:4px;top:4px}.is-loading .wc-block-components-product-image{background-color:currentColor!important;border:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:auto;z-index:1}.is-loading .wc-block-components-product-image>*{visibility:hidden}.is-loading .wc-block-components-product-image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-image{margin:0 0 12px}.wc-block-product-image__tools-panel .components-input-control{margin-bottom:8px}.wc-block-components-product-title{display:block;font-size:inherit;font-weight:700;line-height:1.5;margin-bottom:12px;margin-top:0;padding:0}.wc-block-components-product-title a{color:inherit;font-size:inherit}.is-loading .wc-block-components-product-title:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}.is-loading .wc-block-components-product-title:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}.wp-block-button.wc-block-components-product-button{white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{border-style:none;display:inline-flex;justify-content:center;margin-left:auto;margin-right:auto;white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.wc-block-all-products .wp-block-button.wc-block-components-product-button{margin-bottom:12px}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link{background-color:var(--button--color-background);border-color:var(--button--color-background);color:var(--button--color-text)}.wp-block-button.is-style-outline .wp-block-button__link{border:2px solid}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button.has-custom-width .wp-block-button__link{box-sizing:border-box}.wp-block-button.wp-block-button__width-25 .wp-block-button__link{width:25%}.wp-block-button.wp-block-button__width-50 .wp-block-button__link{width:50%}.wp-block-button.wp-block-button__width-75 .wp-block-button__link{width:75%}.wp-block-button.wp-block-button__width-100 .wp-block-button__link{width:100%}.is-medium .wc-block-cart__sidebar,.is-mobile .wc-block-cart__sidebar,.is-small .wc-block-cart__sidebar{margin-bottom:24px;order:0}.wc-block-components-express-payment{margin:auto;position:relative}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{grid-gap:10px;box-sizing:border-box;display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(33% - 10px),1fr));list-style:none;margin:0;overflow:hidden;padding:0;text-align:center;width:100%}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li{margin:0;width:100%}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img{height:48px;width:100%}@media(max-width:782px){.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{-ms-grid-columns:1fr;grid-template-columns:1fr}}.wc-block-components-express-payment--checkout{margin-top:15px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container{display:flex;flex-direction:row;left:0;position:absolute;right:0;top:-5px;vertical-align:middle}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before{border-left:1px solid;border-radius:5px 0 0 0;border-top:1px solid;content:"";display:block;height:4px;margin-right:12px;opacity:.3;pointer-events:none;width:10px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after{border-radius:0 5px 0 0;border-right:1px solid;border-top:1px solid;content:"";display:block;flex-grow:1;height:4px;margin-left:12px;opacity:.3;pointer-events:none}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title{flex-grow:0;transform:translateY(-50%)}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content{padding:19px 24px 24px;position:relative}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after{border-radius:0 0 5px 5px;border-style:solid;border-width:0 1px 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p{margin-bottom:1em}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li{padding-bottom:16px;text-align:center;width:100%}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child{padding-bottom:0}.wc-block-components-express-payment-continue-rule{align-items:center;display:flex;margin:24px 0;padding:0 24px;text-align:center}.wc-block-components-express-payment-continue-rule:before{margin-right:10px}.wc-block-components-express-payment-continue-rule:after{margin-left:10px}.wc-block-components-express-payment-continue-rule:after,.wc-block-components-express-payment-continue-rule:before{border-bottom:1px solid;content:" ";flex:1;opacity:.3}.wc-block-components-express-payment-continue-rule--cart{margin:16px 0;text-transform:uppercase}.theme-twentynineteen .wc-block-components-express-payment__title:before{display:none}.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title{padding-left:12px;padding-right:12px}.wc-block-components-payment-method-icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;height:24px;margin:0 4px 2px;max-height:24px;max-width:38px;padding:0;width:auto}.wc-block-components-payment-method-icons--align-left{justify-content:flex-start}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{justify-content:flex-end}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-left:8px;margin-right:0}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-payment-method-label--with-icon{display:inline-block;vertical-align:middle}.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg{margin:-2px 4px 0 0;vertical-align:middle}.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg{display:none}.wc-block-cart__submit{margin:0 0 16px;position:relative}.wc-block-cart__submit-button{box-sizing:border-box;margin:0;width:100%}.wc-block-cart .wc-block-cart__submit-container{padding:0}@media(min-width:783px){.wc-block-cart .wc-block-cart__submit-container--sticky{display:none}}@media(max-width:782px){.wc-block-cart .wc-block-cart__submit-container--sticky{background:#fff;bottom:0;box-sizing:border-box;left:0;padding:16px;position:fixed;width:100%;z-index:9999}.wc-block-cart .wc-block-cart__submit-container--sticky:before{box-shadow:0 -10px 20px 10px currentColor;color:hsla(0,0%,80%,.3);content:"";height:100%;left:0;position:absolute;right:0;top:0}}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.editor-styles-wrapper .wc-block-cart__empty-cart__title,.wc-block-cart__empty-cart__title{font-size:inherit}.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{background-color:currentColor;content:"";display:block;height:5em;margin:0 auto 2em;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:5em;mask-size:5em;width:5em}.wp-block-woocommerce-empty-cart-block>.aligncenter{margin-left:auto!important;margin-right:auto!important}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.25em}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{font-weight:700}.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{margin-bottom:0}.wc-block-components-totals-discount__coupon-list{list-style:none;margin:0;padding:0}.wc-block-components-totals-discount .wc-block-components-totals-item__value{color:#4ab866}.wc-block-components-chip{align-items:center;border:0;border-radius:0;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1;margin:0 .365em .365em 0;max-width:100%;padding:.25em .5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:transparent;border:1px solid;color:inherit}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1;font-size:.875em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.5em}.wc-block-components-chip .wc-block-components-chip__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;height:16px;line-height:16px;margin:0;padding:0;width:16px}.wc-block-components-chip .wc-block-components-chip__remove-icon{fill:#1e1e1e}.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover{background:#fff}.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background){background:transparent}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{background:#949494}.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#fff;cursor:not-allowed}.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset{background-color:transparent;border:0;margin:0;padding:0}.wc-block-components-totals-shipping .wc-block-components-shipping-address{display:block;margin-top:16px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options{margin-top:12px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label{flex-basis:100%;text-align:left}.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice{margin:0 0 .75em}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link{font-weight:400}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover{background:transparent;opacity:.8}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover{background:transparent}.wc-block-components-shipping-calculator-address{margin-bottom:0}.wc-block-components-shipping-calculator-address__button{margin-top:1.5em;width:100%}.wc-block-components-shipping-calculator{padding:.5em 0 .75em}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media(min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__reset.components-button{display:flex;height:24px;min-width:24px;padding:0}.wc-block-components-country-input{margin-top:1.5em}.wc-block-components-combobox .wc-block-components-combobox-control,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control{border:0;border-radius:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container{border:0;border-radius:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;position:relative;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background:#fff;border:1px solid #50575e;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;font-weight:400;height:3em;letter-spacing:inherit;line-height:inherit;line-height:1;opacity:1;outline:inherit;padding:1.5em 16px .25em;text-align:left;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;text-transform:none;white-space:nowrap;width:100%}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{background-color:#fff;box-shadow:0 0 0 1px #50575e;color:#2b2d2f;outline:0}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus{background-color:rgba(0,0,0,.1);box-shadow:0 0 0 1px hsla(0,0%,100%,.4);color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #50575e;border-top:0;color:#2b2d2f;margin:3em 0 0;max-height:300px;min-width:100%;overflow:auto;padding:0;position:absolute;z-index:10}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#1e1e1e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion{color:#757575;cursor:default;font-size:1em;list-style:none;margin:0;padding:.25em 16px}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:#ddd}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:rgba(0,0,0,.4)}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover{background-color:#00669e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:#757575;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;transform:translateY(.75em);transform-origin:top left;transition:all .2s ease;white-space:nowrap;z-index:1}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{transition:none}}.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label{transform:translateY(4px) scale(.75)}.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label{color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover{border-color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus{box-shadow:0 0 0 1px #cc1818}.wc-block-components-state-input{margin-top:1.5em}.wc-block-components-shipping-rates-control__package{margin:0;position:relative}.wc-block-components-shipping-rates-control__package:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-shipping-rates-control__package.wc-block-components-panel{margin-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button{margin-bottom:0;margin-top:0;padding-bottom:.75em;padding-top:.75em}.wc-block-components-shipping-rates-control__package:last-child{position:relative}.wc-block-components-shipping-rates-control__package:last-child:after{border-style:solid;border-width:0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content{padding-bottom:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control{margin-bottom:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group{font-size:.875em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group{font-size:.75em}.wc-block-components-shipping-rates-control__package-items{display:block;font-size:.875em;list-style:none;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item{display:inline-block;margin:0;overflow-wrap:anywhere;padding:0;word-break:break-word;-ms-word-break:break-all}.wc-block-components-shipping-rates-control__package-item:not(:last-child):after{content:", ";white-space:pre}.wc-block-components-radio-control__option{color:inherit;cursor:pointer;display:block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:1em 0;padding:0 0 0 2.25em;position:relative;text-decoration:inherit;text-transform:inherit}.wc-block-components-radio-control__option:first-child{margin-top:0}.wc-block-components-radio-control__option:last-child{margin-bottom:0}.wc-block-components-radio-control__option-layout{display:table;width:100%}.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after{display:none}.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group{display:table-row}.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span{display:table-cell}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label{min-width:50%;text-align:right}.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label{line-height:max(1.5rem,24px)}.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description{font-size:.875em;line-height:20px}.wc-block-components-radio-control .wc-block-components-radio-control__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #50575e;border-radius:50%;cursor:pointer;display:inline-block;height:1.5em;left:0;margin:inherit;min-height:24px;min-width:24px;position:absolute;top:50%;transform:translateY(-45%);width:1.5em}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#000;border-radius:50%;content:"";display:block;height:.75em;left:50%;margin:0;min-height:12px;min-width:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.75em}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#fff}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked{border-width:2px}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background-color:var(--form--color-text)}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after{display:none}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.6;padding:0!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover{opacity:1}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-totals-coupon .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-totals-coupon .wc-block-components-panel__content{padding-bottom:0}.wc-block-components-totals-coupon__form{display:flex;margin-bottom:0;width:100%}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{flex-grow:1;margin-bottom:0;margin-top:0}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{flex-shrink:0;height:3em;margin-left:8px;padding-left:24px;padding-right:24px;white-space:nowrap}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin{margin:0}.wc-block-components-totals-coupon__content{flex-direction:column;position:relative}.wp-block-woocommerce-checkout{margin:0}.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point{top:-96px}.wp-block-woocommerce-checkout.is-loading{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{padding-left:2.2641509434%;width:35%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block{padding-right:3.7735849057%;width:65%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{box-sizing:border-box;margin:0}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;display:none;line-height:1;margin:0 0 1.5em;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>*{visibility:hidden}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div{-webkit-animation:none;animation:none}}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block{display:block;min-height:10em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block{display:block;min-height:24em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block{display:block;margin-left:50%;min-height:4em;width:50%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block{display:block;min-height:47em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2{border:0;border-radius:0;color:inherit;font-family:inherit;font-size:1em;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item{padding-left:16px;padding-right:16px}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-coupon-link,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link{margin-left:16px;margin-right:16px}@media only screen and (max-width:700px){.wp-block-woocommerce-checkout.is-loading{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{padding:0;width:100%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item{padding-left:0;padding-right:0}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link{margin-left:0;margin-right:0}}.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline}.wc-block-checkout-empty{padding:40px;text-align:center;width:100%}.wc-block-checkout-empty .wc-block-checkout-empty__image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-checkout-empty .wc-block-checkout-empty__title{display:block;font-weight:700;margin:0}.wc-block-checkout-empty .wc-block-checkout-empty__description{display:block;margin:.25em 0 1em}.wc-block-checkout-error{padding:40px;text-align:center;width:100%}.wc-block-checkout-error .wc-block-checkout-error__image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-checkout-error .wc-block-checkout-error__title{display:block;font-weight:700;margin:0}.wc-block-checkout-error .wc-block-checkout-error__description{display:block;margin:.25em 0 1em}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-components-sidebar-layout{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wc-block-components-sidebar-layout .wc-block-must-login-prompt{display:block}.wc-block-components-sidebar-layout .wc-block-components-main{box-sizing:border-box;margin:0;padding-right:3.7735849057%;width:65%}.wc-block-components-sidebar{box-sizing:border-box;margin:0;padding-left:2.2641509434%;width:35%}.wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1em;margin:0;padding:0;vertical-align:baseline}.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout{flex-direction:column;margin:0 auto 16px}.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar{padding:0;width:100%}.is-large .wc-block-components-sidebar .wc-block-components-panel,.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,.is-large .wc-block-components-sidebar .wc-block-components-totals-item{padding-left:16px;padding-right:16px}.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item{padding:0}.wc-block-components-sidebar .wc-block-components-panel>h2{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-checkout__form{margin:0;max-width:100%}.is-medium .wc-block-checkout__main,.is-mobile .wc-block-checkout__main,.is-small .wc-block-checkout__main{order:1}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form{margin-left:-6px;margin-right:-6px}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after{clear:both;content:"";display:block}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input{float:left;margin-left:6px;margin-right:6px;position:relative;width:calc(50% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2){margin-top:0}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company{width:calc(100% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox{clear:both}.wc-block-checkout__sidebar .wc-block-components-product-name{color:inherit;display:block;flex-basis:0%;flex-grow:1}.wc-block-checkout__sidebar .wc-block-components-totals-footer-item{margin:0;padding:0}.is-medium .wc-block-checkout__sidebar,.is-mobile .wc-block-checkout__sidebar,.is-small .wc-block-checkout__sidebar{margin-bottom:24px;order:0}.wc-block-components-title.wc-block-components-title{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline;word-break:break-word}.wc-block-components-title.wc-block-components-title textarea{font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit}.theme-twentytwenty .wc-block-components-title.wc-block-components-title{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline;word-break:break-word}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media(min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__reset.components-button{display:flex;height:24px;min-width:24px;padding:0}.wc-block-components-country-input{margin-top:1.5em}.wc-block-components-combobox .wc-block-components-combobox-control,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control{border:0;border-radius:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container{border:0;border-radius:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;position:relative;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background:#fff;border:1px solid #50575e;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;font-weight:400;height:3em;letter-spacing:inherit;line-height:inherit;line-height:1;opacity:1;outline:inherit;padding:1.5em 16px .25em;text-align:left;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;text-transform:none;white-space:nowrap;width:100%}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{background-color:#fff;box-shadow:0 0 0 1px #50575e;color:#2b2d2f;outline:0}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus{background-color:rgba(0,0,0,.1);box-shadow:0 0 0 1px hsla(0,0%,100%,.4);color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #50575e;border-top:0;color:#2b2d2f;margin:3em 0 0;max-height:300px;min-width:100%;overflow:auto;padding:0;position:absolute;z-index:10}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#1e1e1e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion{color:#757575;cursor:default;font-size:1em;list-style:none;margin:0;padding:.25em 16px}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:#ddd}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:rgba(0,0,0,.4)}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover{background-color:#00669e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:#757575;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;transform:translateY(.75em);transform-origin:top left;transition:all .2s ease;white-space:nowrap;z-index:1}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{transition:none}}.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label{transform:translateY(4px) scale(.75)}.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label{color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover{border-color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus{box-shadow:0 0 0 1px #cc1818}.wc-block-components-state-input{margin-top:1.5em}.wc-block-checkout__terms{margin:1.5em 0}.wc-block-checkout__terms textarea{position:relative;top:-5px}.wc-block-checkout__terms.wc-block-checkout__terms--disabled{opacity:.6}.wc-block-checkout__actions_row{align-items:center;display:flex;justify-content:space-between}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{height:auto;padding:1em;width:50%}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width{width:100%}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg{fill:#fff;vertical-align:top}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button{display:none}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button{width:100%}.is-large .wc-block-checkout__actions{padding:1.5em 0;position:relative}.is-large .wc-block-checkout__actions:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-checkout-return-to-cart-button{box-shadow:none;color:inherit;padding-left:calc(24px + .25em);position:relative;text-decoration:none}.wc-block-components-checkout-return-to-cart-button svg{fill:currentColor;left:0;position:absolute;top:50%;transform:translateY(-50%)}.rtl .wc-block-components-checkout-return-to-cart-button svg{transform:translateY(-50%) scale(-1)}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wc-block-checkout__add-note{margin:1.5em 0}.is-medium .wc-block-checkout__add-note,.is-mobile .wc-block-checkout__add-note,.is-small .wc-block-checkout__add-note{margin-bottom:1em;margin-top:1em;padding:1em 0;position:relative}.is-medium .wc-block-checkout__add-note:after,.is-mobile .wc-block-checkout__add-note:after,.is-small .wc-block-checkout__add-note:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__add-note .wc-block-components-textarea{margin-top:16px}.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step{padding-left:0}.wc-block-components-form{counter-reset:checkout-step}.wc-block-components-form .wc-block-components-checkout-step{background:none;border:none;margin:0;padding:0 0 0 36px;position:relative}.is-mobile .wc-block-components-form .wc-block-components-checkout-step,.is-small .wc-block-components-form .wc-block-components-checkout-step{padding-left:0}.wc-block-components-checkout-step--disabled{opacity:.6}.wc-block-components-checkout-step__container{position:relative}.wc-block-components-checkout-step__container textarea{font-style:inherit;font-weight:inherit}.wc-block-components-checkout-step__content>*{margin-bottom:1em}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child{margin-bottom:0;padding-bottom:1.5em}.wc-block-components-checkout-step__heading{margin:.75em 0 1em;position:relative}.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading{margin-top:0}.wc-block-components-checkout-step__title{margin:0 12px 0 0}.wc-block-components-checkout-step__heading-content{font-size:.75em}.wc-block-components-checkout-step__heading-content a{color:inherit;font-weight:700}.wc-block-components-checkout-step__description{font-size:.875em;line-height:1.25;margin-bottom:16px}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{background:transparent;border:0;border-radius:0;content:" " counter(checkout-step) ".";content:" " counter(checkout-step) "."/"";counter-increment:checkout-step;left:-24px;margin:0;padding:0;position:absolute;text-align:center;top:0;transform:translateX(-50%);vertical-align:baseline;white-space:nowrap}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{border-left:1px solid;content:"";height:100%;left:-24px;opacity:.3;position:absolute;top:0}.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{content:counter(checkout-step) ". ";content:counter(checkout-step) ". "/"";left:auto;position:static;top:auto;transform:none}.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{content:unset}.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title{font-size:1em;line-height:24px;margin:0 12px 0 0}.wc-block-components-textarea{background-color:#fff;border:1px solid #50575e;border-radius:4px;color:#2b2d2f;font-family:inherit;font-size:1em;line-height:1.375;margin:0;padding:.75em 16px;width:100%}.has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-textarea::-moz-placeholder{color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-textarea::placeholder{color:hsla(0,0%,100%,.6)}.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);color:#fff}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.25em}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{font-weight:700}.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{margin-bottom:0}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-card-elements{display:flex;width:100%}.wc-block-card-elements .wc-block-components-validation-error{position:static}.wc-block-gateway-container{margin-bottom:1.5em;position:relative;white-space:nowrap}.wc-block-gateway-container.wc-card-number-element{flex-basis:15em;flex-grow:1;min-width:min(15em,60%)}.wc-block-gateway-container.wc-card-expiry-element{flex-basis:7em;margin-left:12px;min-width:min(7em,calc(24% - 12px))}.wc-block-gateway-container.wc-card-cvc-element{flex-basis:7em;margin-left:12px;min-width:min(5em,calc(16% - 12px))}.wc-block-gateway-container .wc-block-gateway-input{background-color:#fff;border:1px solid #50575e;border-radius:4px;box-sizing:border-box;color:#2b2d2f;cursor:text;font-family:inherit;font-size:1em;height:3em;line-height:1.375;margin:0;padding:.75em 0 .75em 16px;width:100%}.wc-block-gateway-container .wc-block-gateway-input:focus,.wc-block-gateway-container:focus{background-color:#fff}.wc-block-gateway-container label{color:inherit;color:#757575;cursor:text;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;left:0;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 24px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:0;transform:translateY(.75em);transform-origin:top left;transition:transform .2s ease}@media screen and (prefers-reduced-motion:reduce){.wc-block-gateway-container label{transition:none}}.wc-block-gateway-container.wc-inline-card-element label{margin-left:calc(24px + 1.5em)}.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label{margin-left:16px;transform:translateY(4px) scale(.75)}.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error{margin-top:-24px;position:static}.wc-block-gateway-container .wc-block-gateway-input.focused.empty,.wc-block-gateway-container .wc-block-gateway-input:not(.empty){padding:1.5em 0 .25em 16px}.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label{transform:translateY(4px) scale(.75)}.wc-block-gateway-container .wc-block-gateway-input.has-error{border-color:#cc1818}.wc-block-gateway-container .wc-block-gateway-input.has-error:focus{outline-color:#cc1818}.wc-block-gateway-container .wc-block-gateway-input.has-error+label{color:#cc1818}.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p{line-height:16px;padding-top:4px}.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,.is-small .wc-card-expiry-element .wc-block-components-validation-error>p{min-height:28px}.wc-block-components-checkout-payment-methods *{pointer-events:all}.is-mobile .wc-block-card-elements,.is-small .wc-block-card-elements{flex-wrap:wrap}.is-mobile .wc-block-gateway-container.wc-card-number-element,.is-small .wc-block-gateway-container.wc-card-number-element{flex-basis:100%}.is-mobile .wc-block-gateway-container.wc-card-expiry-element,.is-small .wc-block-gateway-container.wc-card-expiry-element{flex-basis:calc(50% - 8px);margin-left:0;margin-right:8px}.is-mobile .wc-block-gateway-container.wc-card-cvc-element,.is-small .wc-block-gateway-container.wc-card-cvc-element{flex-basis:calc(50% - 8px);margin-left:8px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option{padding-left:56px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after{content:none}.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input{left:16px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child{margin:0;padding-bottom:1em;padding-top:1em}.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked{font-weight:700}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option{position:relative}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after{border-style:solid;border-width:1px 1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after{border-width:1px}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after{border-width:0}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label{align-items:center;display:flex;justify-content:flex-start}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img{height:24px;max-height:24px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option{padding-left:16px}.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input{display:none}.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned{height:28px;padding-top:14px}.wc-block-components-radio-control-accordion-content{padding:0 16px 1em}.wc-block-components-radio-control-accordion-content:empty{display:none}.wc-block-checkout__order-notes .wc-block-components-checkout-step__content{padding-bottom:0}.components-notice.wc-block-checkout__no-payment-methods-notice{margin:0 0 16px}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.6;padding:0!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover{opacity:1}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-loading-mask{min-height:34px;pointer-events:none;position:relative}.wc-block-components-loading-mask .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.wc-block-components-loading-mask .wc-block-components-loading-mask__children{opacity:.25}.wc-block-components-payment-method-icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;height:24px;margin:0 4px 2px;max-height:24px;max-width:38px;padding:0;width:auto}.wc-block-components-payment-method-icons--align-left{justify-content:flex-start}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{justify-content:flex-end}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-left:8px;margin-right:0}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-payment-method-label--with-icon{display:inline-block;vertical-align:middle}.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg{margin:-2px 4px 0 0;vertical-align:middle}.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg{display:none}.wc-block-components-radio-control__option{color:inherit;cursor:pointer;display:block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:1em 0;padding:0 0 0 2.25em;position:relative;text-decoration:inherit;text-transform:inherit}.wc-block-components-radio-control__option:first-child{margin-top:0}.wc-block-components-radio-control__option:last-child{margin-bottom:0}.wc-block-components-radio-control__option-layout{display:table;width:100%}.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after{display:none}.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group{display:table-row}.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span{display:table-cell}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label{min-width:50%;text-align:right}.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label{line-height:max(1.5rem,24px)}.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description{font-size:.875em;line-height:20px}.wc-block-components-radio-control .wc-block-components-radio-control__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #50575e;border-radius:50%;cursor:pointer;display:inline-block;height:1.5em;left:0;margin:inherit;min-height:24px;min-width:24px;position:absolute;top:50%;transform:translateY(-45%);width:1.5em}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#000;border-radius:50%;content:"";display:block;height:.75em;left:50%;margin:0;min-height:12px;min-width:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.75em}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#fff}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked{border-width:2px}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background-color:var(--form--color-text)}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after{display:none}.wc-block-components-express-payment{margin:auto;position:relative}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{grid-gap:10px;box-sizing:border-box;display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(33% - 10px),1fr));list-style:none;margin:0;overflow:hidden;padding:0;text-align:center;width:100%}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li{margin:0;width:100%}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img{height:48px;width:100%}@media(max-width:782px){.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{-ms-grid-columns:1fr;grid-template-columns:1fr}}.wc-block-components-express-payment--checkout{margin-top:15px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container{display:flex;flex-direction:row;left:0;position:absolute;right:0;top:-5px;vertical-align:middle}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before{border-left:1px solid;border-radius:5px 0 0 0;border-top:1px solid;content:"";display:block;height:4px;margin-right:12px;opacity:.3;pointer-events:none;width:10px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after{border-radius:0 5px 0 0;border-right:1px solid;border-top:1px solid;content:"";display:block;flex-grow:1;height:4px;margin-left:12px;opacity:.3;pointer-events:none}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title{flex-grow:0;transform:translateY(-50%)}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content{padding:19px 24px 24px;position:relative}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after{border-radius:0 0 5px 5px;border-style:solid;border-width:0 1px 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p{margin-bottom:1em}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li{padding-bottom:16px;text-align:center;width:100%}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child{padding-bottom:0}.wc-block-components-express-payment-continue-rule{align-items:center;display:flex;margin:24px 0;padding:0 24px;text-align:center}.wc-block-components-express-payment-continue-rule:before{margin-right:10px}.wc-block-components-express-payment-continue-rule:after{margin-left:10px}.wc-block-components-express-payment-continue-rule:after,.wc-block-components-express-payment-continue-rule:before{border-bottom:1px solid;content:" ";flex:1;opacity:.3}.wc-block-components-express-payment-continue-rule--cart{margin:16px 0;text-transform:uppercase}.theme-twentynineteen .wc-block-components-express-payment__title:before{display:none}.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title{padding-left:12px;padding-right:12px}.wc-block-checkout__shipping-method-container{display:flex;gap:16px;justify-content:space-between;width:100%}.edit-post-visual-editor .wc-block-checkout__shipping-method-option,.wc-block-checkout__shipping-method-option{align-items:center;background-color:transparent;border:none;border-radius:0!important;box-shadow:none!important;color:inherit;display:flex;flex-basis:0%;flex-direction:column;flex-grow:1;gap:4px;height:100%;justify-content:center;min-height:80px;outline:1px solid currentColor;padding:16px 12px}.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus,.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,.wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),.wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),.wc-block-checkout__shipping-method-option:focus,.wc-block-checkout__shipping-method-option:hover{background-color:#d5d5d5;border-color:#d5d5d5;color:#333}.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected{outline:3px solid currentColor}.wc-block-checkout__shipping-method-option-icon{fill:currentColor}.wc-block-checkout__shipping-method-option-title{font-size:1rem;font-weight:700}.wc-block-checkout__shipping-method-option-price{font-size:.875rem}.wc-block-checkout__shipping-method-option-price em{font-style:inherit;text-transform:uppercase}.wc-block-checkout__shipping-option .wc-block-components-radio-control__option{margin:0;padding:.75em 0 .75em 2.5em;position:relative}.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice{margin:.75em 0}.wc-block-components-shipping-rates-control__package{margin:0;position:relative}.wc-block-components-shipping-rates-control__package:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-shipping-rates-control__package.wc-block-components-panel{margin-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button{margin-bottom:0;margin-top:0;padding-bottom:.75em;padding-top:.75em}.wc-block-components-shipping-rates-control__package:last-child{position:relative}.wc-block-components-shipping-rates-control__package:last-child:after{border-style:solid;border-width:0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content{padding-bottom:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control{margin-bottom:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group{font-size:.875em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group{font-size:.75em}.wc-block-components-shipping-rates-control__package-items{display:block;font-size:.875em;list-style:none;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item{display:inline-block;margin:0;overflow-wrap:anywhere;padding:0;word-break:break-word;-ms-word-break:break-all}.wc-block-components-shipping-rates-control__package-item:not(:last-child):after{content:", ";white-space:pre}.components-placeholder.wc-block-checkout__no-shipping-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-shipping-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button{background-color:#1e1e1e;color:#fff}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description{display:block;margin:.25em 0 1em}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option{margin:0;padding:.75em 0 .75em 2.5em;position:relative}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option:after,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__pickup-options .wc-block-components-shipping-rates-control__no-results-notice,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-shipping-rates-control__no-results-notice{margin:.75em 0}.wc-block-checkout__pickup-options .wc-block-components-radio-control .wc-block-components-radio-control__input,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control .wc-block-components-radio-control__input{margin-top:1px;top:auto;transform:none}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-layout,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-layout{display:block}.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group{display:flex;width:100%}.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group>:last-child,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group>:last-child{margin-left:auto}.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group{display:none}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group{display:block}.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group em,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group em{font-style:inherit;text-transform:uppercase}.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group{background-color:#f0f0f0;border-radius:4px;box-sizing:border-box;font-size:1em;margin-top:.5em;padding:1px .75em;width:100%}.wc-block-checkout__pickup-options .wc-block-components-radio-control__description,.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description{display:block;margin:.75em 0;text-align:left;width:100%}.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description{color:#757575}.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description>svg,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description>svg{fill:currentColor;margin-top:-4px;vertical-align:middle}.wc-block-components-totals-discount__coupon-list{list-style:none;margin:0;padding:0}.wc-block-components-totals-discount .wc-block-components-totals-item__value{color:#4ab866}.wc-block-components-chip{align-items:center;border:0;border-radius:0;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1;margin:0 .365em .365em 0;max-width:100%;padding:.25em .5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:transparent;border:1px solid;color:inherit}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1;font-size:.875em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.5em}.wc-block-components-chip .wc-block-components-chip__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;height:16px;line-height:16px;margin:0;padding:0;width:16px}.wc-block-components-chip .wc-block-components-chip__remove-icon{fill:#1e1e1e}.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover{background:#fff}.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background){background:transparent}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{background:#949494}.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#fff;cursor:not-allowed}.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset{background-color:transparent;border:0;margin:0;padding:0}.wc-block-components-totals-shipping .wc-block-components-shipping-address{display:block;margin-top:16px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options{margin-top:12px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label{flex-basis:100%;text-align:left}.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice{margin:0 0 .75em}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link{font-weight:400}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover{background:transparent;opacity:.8}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover{background:transparent}.wc-block-components-shipping-calculator-address{margin-bottom:0}.wc-block-components-shipping-calculator-address__button{margin-top:1.5em;width:100%}.wc-block-components-shipping-calculator{padding:.5em 0 .75em}.wc-block-components-totals-coupon .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-totals-coupon .wc-block-components-panel__content{padding-bottom:0}.wc-block-components-totals-coupon__form{display:flex;margin-bottom:0;width:100%}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{flex-grow:1;margin-bottom:0;margin-top:0}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{flex-shrink:0;height:3em;margin-left:8px;padding-left:24px;padding-right:24px;white-space:nowrap}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin{margin:0}.wc-block-components-totals-coupon__content{flex-direction:column;position:relative}.wc-block-components-order-summary .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-order-summary .wc-block-components-panel__content{margin-bottom:0}.wc-block-components-order-summary .wc-block-components-order-summary__content{display:table;width:100%}.wc-block-components-order-summary .wc-block-components-order-summary-item{display:flex;font-size:.875em;padding-bottom:1px;padding-top:16px;position:relative;width:100%}.wc-block-components-order-summary .wc-block-components-order-summary-item:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:first-child{padding-top:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child>div{padding-bottom:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child:after{display:none}.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata{font-size:1em}.wc-block-components-order-summary .wc-block-components-order-summary-item__description,.wc-block-components-order-summary .wc-block-components-order-summary-item__image{display:table-cell;vertical-align:top}.wc-block-components-order-summary .wc-block-components-order-summary-item__image{padding-bottom:16px;position:relative;width:48px}.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{max-width:48px;width:48px}.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{align-items:center;background:#fff;border:2px solid;border-radius:1em;box-shadow:0 0 0 2px #fff;color:#000;display:flex;justify-content:center;line-height:1;min-height:20px;min-width:20px;padding:0 .4em;position:absolute;right:0;top:0;transform:translate(50%,-50%);white-space:nowrap;z-index:1}.wc-block-components-order-summary .wc-block-components-order-summary-item__description{padding-bottom:16px;padding-left:24px;padding-right:12px}.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary .wc-block-components-order-summary-item__description p{line-height:1.375;margin-top:4px}.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price{font-weight:700;margin-left:auto;text-align:right}.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices{display:block}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price{display:block}.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-price ins{text-decoration:none}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-product-badge{border:1px solid;border-radius:2px;display:inline-block;font-size:.75em;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-details.wc-block-components-product-details{list-style:none;margin:.5em 0;padding:0}.wc-block-components-product-details.wc-block-components-product-details:last-of-type{margin-bottom:0}.wc-block-components-product-details.wc-block-components-product-details li{margin-left:0}.wc-block-components-product-details__name,.wc-block-components-product-details__value{display:inline-block}.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{font-weight:700}table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th{background:none!important;border:0;margin:0}.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items{width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header{font-size:.75em;text-transform:uppercase}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility:hidden}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{text-align:right;width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{margin:0;width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-size:.75em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;text-transform:none;vertical-align:baseline;white-space:nowrap}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background:transparent}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:1em;line-height:inherit;text-align:right}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata{margin-bottom:.75em}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled{opacity:.5;pointer-events:none;transition:opacity .2s ease}.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td{padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header{display:none}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row{position:relative}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row{-ms-grid-columns:80px 132px;display:-ms-grid;display:grid;grid-template-columns:80px 132px;padding:16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{-ms-grid-column:1;grid-column-start:1;-ms-grid-row:1;grid-row-start:1;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{-ms-grid-column-span:2;-ms-grid-column-align:stretch;-ms-grid-column:2;grid-column-end:4;grid-column-start:2;-ms-grid-row:1;grid-row-start:1;justify-self:stretch;padding:0 16px 16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{-ms-grid-row-align:end;align-self:end;-ms-grid-column:1;grid-column-start:1;-ms-grid-row:2;grid-row-start:2;padding-right:16px;padding-top:16px;vertical-align:bottom}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{-ms-grid-row:1;grid-row-start:1}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}.is-large.wc-block-cart{margin-bottom:3em}.is-large.wc-block-cart .wc-block-cart-items{position:relative}.is-large.wc-block-cart .wc-block-cart-items:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th{padding:.25rem 16px .25rem 0;white-space:nowrap}.is-large.wc-block-cart .wc-block-cart-items td{padding:16px 0 16px 16px;position:relative;vertical-align:top}.is-large.wc-block-cart .wc-block-cart-items td:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th:last-child{padding-right:0}.is-large.wc-block-cart .wc-block-cart-items td:last-child{padding-right:16px}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-badge{border:1px solid;border-radius:2px;display:inline-block;font-size:.75em;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price{display:block}.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-price ins{text-decoration:none}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}.wc-block-components-product-details.wc-block-components-product-details{list-style:none;margin:.5em 0;padding:0}.wc-block-components-product-details.wc-block-components-product-details:last-of-type{margin-bottom:0}.wc-block-components-product-details.wc-block-components-product-details li{margin-left:0}.wc-block-components-product-details__name,.wc-block-components-product-details__value{display:inline-block}.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{font-weight:700}.wc-block-components-quantity-selector{border-radius:4px;box-sizing:content-box;display:flex;margin:0 0 .25em;position:relative;width:107px}.wc-block-components-quantity-selector:after{border:1px solid;border-radius:4px;bottom:0;content:"";left:0;opacity:.45;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:transparent;border:0;box-shadow:none;color:currentColor;flex:1 1 auto;font-size:1em;font-weight:600;line-height:1;margin:0;min-width:40px;order:2;padding:.4em 0;text-align:center;vertical-align:middle}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{opacity:.6}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{background:none transparent;border:0;box-shadow:none;color:currentColor;cursor:pointer;font-size:.9em;font-style:normal;font-weight:400;margin:0;min-width:30px;opacity:.6;padding:0;text-align:center;text-decoration:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{box-shadow:none;cursor:default;opacity:.6}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px;order:1}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0;order:3}.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{background:none transparent}.wc-block-components-payment-method-icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;height:24px;margin:0 4px 2px;max-height:24px;max-width:38px;padding:0;width:auto}.wc-block-components-payment-method-icons--align-left{justify-content:flex-start}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{justify-content:flex-end}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-left:8px;margin-right:0}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}@font-face{font-display:swap;font-family:'Icon7Stroke';src:url(../../../plugins/bold-page-builder/fonts/Pe-icon-7-stroke.eot?d7yf1v);src:url(../../../plugins/bold-page-builder/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(../../../plugins/bold-page-builder/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(../../../plugins/bold-page-builder/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(../../../plugins/bold-page-builder/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:'FontAwesome';src:url(../../../plugins/bold-page-builder/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(../../../plugins/bold-page-builder/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(../../../plugins/bold-page-builder/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(../../../plugins/bold-page-builder/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(../../../plugins/bold-page-builder/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(../../../plugins/bold-page-builder/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:'FontAwesome5Regular';src:url(../../../plugins/bold-page-builder/fonts/FontAwesome5Regular.ttf?v=1.0.0);src:url(../../../plugins/bold-page-builder/fonts/FontAwesome5Regular.ttf?v=1.0.0) format('truetype'),url(../../../plugins/bold-page-builder/fonts/FontAwesome5Regular.woff2?v=1.0.0) format('woff2');font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:'FontAwesome5Solid';src:url(../../../plugins/bold-page-builder/fonts/FontAwesome5Solid.ttf?v=1.0.0);src:url(../../../plugins/bold-page-builder/fonts/FontAwesome5Solid.ttf?v=1.0.0) format('truetype'),url(../../../plugins/bold-page-builder/fonts/FontAwesome5Solid.woff2?v=1.0.0) format('woff2');font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:'FontAwesome5Brands';src:url(../../../plugins/bold-page-builder/fonts/FontAwesome5Brands.ttf?v=1.0.0);src:url(../../../plugins/bold-page-builder/fonts/FontAwesome5Brands.ttf?v=1.0.0) format('truetype'),url(../../../plugins/bold-page-builder/fonts/FontAwesome5Brands.woff2?v=1.0.0) format('woff2');font-weight:400;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)}.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%}}@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%}}@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%}}@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}}.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: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}.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: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: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}.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}.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:0;margin-right:0}.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}.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}.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%}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}}.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}.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%}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}}.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: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:400}.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:400}.bt_bb_font_weight_bold.bt_bb_button .bt_bb_button_text{font-weight:700}.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)}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}.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:0}.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:0}.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}.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:400}.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:700}.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{float:left}.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{float:right}.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{float:left}.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{float:right}.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{margin-left:auto;margin-right:auto;float:none}.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:400}.bt_bb_superheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_superheadline{font-weight:700}.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:400}.bt_bb_subheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_subheadline{font-weight:700}.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)}.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:#000}.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-layers,.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}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 #fff;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:#fff}.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}.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%)}.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%}}.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}.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)}.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%}.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:400}.bt_bb_font_weight_bold.bt_bb_custom_menu{font-weight:700}.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:#fff}.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_inner{color:#000;border:1px solid #000}.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_bg{background:#fff}.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_inner{color:#000;border-bottom:2px solid #000}.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_bg{background:#fff}.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_inner{color:#fff;background:#000}.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_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:#fff;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}}.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}.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)}.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:#fff;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}.bt_bb_animation_fade_in{opacity:0}.bt_bb_animation_fade_in.animated{opacity:1}.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)}.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)}.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}.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}.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}}.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)}.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){.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}.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}.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%}.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%}.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}.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%}}}.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}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}.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){.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}}.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}.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}.btQuoteBooking{margin:0 0 20px;box-sizing:border-box;transition:opacity 400ms ease;opacity:0;-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:1000px;filter:alpha(opacity=100);transition-delay:400ms}.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 0%;flex:0 1 0%;float:none;margin-right:0;width:0;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:#52b7bd 2px solid;color:#52b7bd;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,.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,.4)}.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 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner{width:26px;height:26px;background:#ccc;border-radius:50%;transition:all 190ms cubic-bezier(.8,.1,.8,.1)}.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner{margin-left:38px;background:#52b7bd}.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}.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:0 12px 0 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}.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 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btQuoteBooking .dd.ddcommon.borderRadius:hover .ddTitleText{box-shadow:0 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.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 #52b7bd inset,0 2px 10px rgba(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 #52b7bd inset,0 2px 10px rgba(0,0,0,.2)}.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText{transition:all 380ms ease;box-shadow:5px 0 0 #52b7bd inset,0 2px 10px rgba(0,0,0,.2);min-height:38px}.rtl .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,.rtl .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText{box-shadow:-5px 0 0 #52b7bd inset,0 2px 10px rgba(0,0,0,.2)}.btQuoteBooking .btQuoteItem:after{content:' ';display:table;width:100%;clear:both}.btQuoteBooking .ui-slider{background:#ededed;background:linear-gradient(to right,rgba(0,0,0,0),rgba(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,.2);transition:all 190ms ease}.btQuoteBooking .ui-slider{text-align:right}.btQuoteBooking .ui-slider:hover{box-shadow:0 1px 5px rgba(0,0,0,.2);transition:all 380ms ease}.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:#52b7bd;border-radius:50%;cursor:w-resize;cursor:-moz-grab;box-shadow:0 0 0 rgba(0,0,0,.5),0 0 0 0 rgba(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}.btQuoteBooking .ui-slider .ui-slider-handle.ui-state-hover{box-shadow:0 0 0 rgba(0,0,0,.5),0 0 0 3px rgba(0,0,0,.2) inset}.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,.5),0 0 0 3px rgba(0,0,0,.2) inset}.btQuoteBooking .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.btQuoteBooking .ui-slider.ui-state-disabled .ui-slider-handle,.btQuoteBooking .ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.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}.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}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal{font-weight:700;padding:0;text-align:right;color:#FFF;background:#52b7bd;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 .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}.btQuoteBooking .btQuoteTotalCurrency{font-size:22px;line-height:1.8;display:inline-block;background:rgba(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 0 5px 20px}.rtl .btQuoteBooking .btQuoteTotalCurrency{padding:5px 20px 5px 0;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,.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 0}.rtl .btQuoteBooking .btQuoteTotalCalc{padding:5px 0 5px 20px;border-radius:50px 0 0 50px}.currencyAfter .btQuoteTotalCurrency{border-radius:0;border-top-right-radius:50px;border-bottom-right-radius:50px;padding:5px 20px 5px 0}.rtl .currencyAfter .btQuoteTotalCurrency{border-radius:50px 0 0 50px;padding:5px 0 5px 20px}.currencyAfter .btQuoteTotalCalc{border-radius:0;border-top-left-radius:50px;border-bottom-left-radius:50px;padding:5px 0 5px 20px}.rtl .currencyAfter .btQuoteTotalCalc{border-radius:0 50px 50px 0;padding:5px 20px 5px 0}.btQuoteBooking .btQuoteItem ul.options{text-align:left}.rtl .btQuoteBooking .btQuoteItem ul.options{text-align:right}.btQuoteBooking .btQuoteContact:not(.btQuoteContactForm7){margin:0 -10px 0 -10px}.btQuoteBooking .btQuoteContact .btQuoteItem{padding:0 10px;float:left;width:50%}.rtl .btQuoteBooking .btQuoteContact .btQuoteItem{float:right}.btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd){clear:left}.rtl .btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd){clear:right}.btQuoteBooking .btQuoteItem.btQuoteItemFullWidth{float:none!important;width:auto!important}.btQuoteBooking .btQuoteContact .boldBtn{clear:left;margin:0;text-align:center;white-space:normal}.rtl .btQuoteBooking .btQuoteContact .boldBtn{clear:right}.rtl .btQuoteContact.btQuoteContactForm7{text-align:right}.rtl .btQuoteContact.btQuoteContactForm7 input,.rtl .btQuoteContact.btQuoteContactForm7 select,.rtl .btQuoteContact.btQuoteContactForm7 textarea{text-align:right}.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 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius:hover .ddTitleText{box-shadow:0 0 0 1px #AAA inset,0 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btQuoteBooking .btContactFieldMandatory input:focus,.btQuoteBooking .btContactFieldMandatory textarea:focus{box-shadow:0 0 0 1px #AAA inset,5px 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.rtl .btQuoteBooking .btContactFieldMandatory input:focus,.btQuoteBooking .btContactFieldMandatory textarea:focus{box-shadow:0 0 0 1px #AAA inset,-5px 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText{box-shadow:0 0 0 1px #AAA inset,5px 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.rtl .btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText{box-shadow:0 0 0 1px #AAA inset,-5px 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea{border:1px solid #52b7bd;box-shadow:0 0 0 1px #52b7bd inset;transition:all 380ms ease}.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText{border:1px solid #52b7bd;box-shadow:0 0 0 1px #52b7bd inset}.btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover{box-shadow:0 0 0 1px #52b7bd inset,0 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius:hover .ddTitleText{box-shadow:0 0 0 1px #52b7bd inset,0 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus{box-shadow:0 0 0 1px #52b7bd inset,5px 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.rtl .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus{box-shadow:0 0 0 1px #52b7bd inset,-5px 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText{box-shadow:0 0 0 1px #52b7bd inset,5px 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.rtl .btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText{box-shadow:0 0 0 1px #52b7bd inset,-5px 0 0 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btQuoteBooking .btSubmitMessage{color:#52b7bd;font-weight:600;text-align:center;line-height:30px;height:30px}.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:#52b7bd;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}.btDatePicker table.ui-datepicker-calendar th{padding:10px 8px;font-size:14px;font-weight:600;color:#333;text-align:center}.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}.btDatePicker a.ui-datepicker-prev{float:left}.btDatePicker a.ui-datepicker-prev{float:right}.btDatePicker a.ui-datepicker-next{float:right}.btDatePicker a.ui-datepicker-next{float:left}.btDatePicker a.ui-datepicker-prev:hover,.btDatePicker a.ui-datepicker-next:hover{color:inherit;transition:all 200ms ease}.btDatePicker .ui-datepicker-title{text-align:center;font-size:14px;line-height:1.1;font-weight:600;color:#FFF}.btDatePicker#ui-datepicker-div{background-color:#f2f2f2;border:1px solid #CCC;box-shadow:0 2px 10px rgba(0,0,0,.2);border-radius:2px;margin-top:1px}.btDatePicker .ui-datepicker-calendar td{font-size:12px;font-weight:500;line-height:1;padding:.3em;text-align:center}.btDatePicker table.ui-datepicker-calendar td a{color:#666;width:18px;height:18px;border-radius:50%;line-height:18px;transition:all 200ms ease}.btDatePicker table.ui-datepicker-calendar td a.ui-state-active{font-weight:700;transition:all 200ms ease}.btDatePicker table td:hover{cursor:pointer}.btDatePicker table td:hover{background:#e0e0e0;transition:all 200ms ease}.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}.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,.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:0 12px;line-height:2}.btQuoteBooking .ddChild ul li span.description{line-height:1.5;margin-top:-.3em;margin-bottom:.3em}.btQuoteBooking .ddChild ul li:hover,.btQuoteBooking .ddChild ul li.selected:hover{color:#666;background:rgba(0,0,0,.05);transition:all 200ms ease}.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}.btQuoteBooking .ddItem{display:table;width:100%;margin:1px 0 0;padding:0;font-size:14px;line-height:1.1}.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:0;color:#555;transition:all 200ms ease}.btQuoteBooking .ddChild span{padding:8px 12px}.btQuoteBooking .ddTitleText span{padding:0 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}.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}.btQuoteBooking .ddTitleText .ddImage,.btQuoteBooking .ddChild ul li .ddImage{text-align:center;padding:12px;padding-right:0}.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}.btQuoteBooking .ddTitleText.btNotSelected .ddlabel{color:#a9a9a9}.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}.btQuoteBooking .ddTitle .arrow{display:block;position:absolute;right:10px;top:50%;margin-top:-2px}.rtl .btQuoteBooking .ddTitle .arrow{right:auto;left:10px}.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}.btQuoteBooking .btContactSubmit{font-family:inherit;cursor:pointer;border:none;border-radius:3px;background-color:#52b7bd;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}.btQuoteBooking .btContactSubmit:hover{box-shadow:0 0 0 5px rgba(0,0,0,.2) inset;opacity:.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,.5)}@media (max-width:1024px){.btQuoteBooking .btQuoteContact .btQuoteItem,.rtl .btQuoteBooking .btQuoteContact .btQuoteItem{float:none;width:auto}.btQuoteBooking .btTotalQuoteContactGroup.btActive,.rtl .btQuoteBooking .btTotalQuoteContactGroup.btActive{max-height:1000px}}@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}}@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}}.btQuoteBooking *::-webkit-input-placeholder{font-family:inherit;color:#a9a9a9}.btQuoteBooking *:-moz-placeholder{font-family:inherit;color:#a9a9a9}.btQuoteBooking *::-moz-placeholder{font-family:inherit;color:#a9a9a9}.btQuoteBooking *:-ms-input-placeholder{font-family:inherit;color:#a9a9a9}.btQuoteBooking .g-rec{margin-bottom:30px;padding:0 10px}.btQuoteBooking .g-rec>div>div{margin:auto}.btPayPalButton{display:-ms-flexbox;display:flex;margin:0;background:transparent;border:#ccc 2px solid;border-radius:50px;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 #52b7bd inset,0 1px 5px rgba(0,0,0,.2)}.btPayPalForm{width:0;height:0;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}}.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}.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:0;top:.7em;transform:translateY(-50%);width:17px;height:17px;border:1px solid #ccc;background:#fff;border-radius:2px}.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}.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;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}.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)}.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+label{color:#aaa}.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}.btQuoteItemDescription{text-align:right;font-size:.7em;opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";pointer-events:none}.btQuoteItemDescription:before{content:' ';clear:both;display:table;width:100%}@keyframes google-business-reviews-rating-star{0%{transform:scale(1,1);opacity:.05;filter:saturate(0)}5%{transform:scale(.1,1);opacity:.15}8%{transform:scale(.1,1);opacity:.5}14%{opacity:1}21%{transform:scale(1.25,1.25);filter:saturate(100%)}25%{transform:scale(1,1);filter:brightness(100%)}100%,88%{transform:scale(1,1);filter:brightness(100%) saturate(100%)}94%{transform:scale(1.15,1.15);filter:brightness(120%) saturate(85%)}}:root{--avatar-width:40px;--avatar-height:40px}.gmbrr .all-stars,.gmbrr .listing .rating,.gmbrr .rating-stars,.gmbrr.fonts,.gmbrr.fonts .business-name,.gmbrr.fonts .heading,.gmbrr.fonts div,.gmbrr.fonts p,.gmbrr.fonts span{font-family:Arial,Helvetica,sans-serif}.gmbrr.badge,.gmbrr.center{text-align:center}.gmbrr.badge,.gmbrr.padding{padding:1.4rem 1rem}.gmbrr.badge,.gmbrr.outline{box-shadow:0 14px 3px -8px rgba(0,0,0,.15),0 0 0 3px rgba(0,0,0,.6) inset}.gmbrr.badge{border-radius:4px;max-width:480px}.gmbrr.badge.dark,.gmbrr.outline.dark{box-shadow:0 14px 3px -8px rgba(255,255,255,.2),0 0 0 3px rgba(255,255,255,.55) inset}.gmbrr.tiny{font-size:14px}.gmbrr.narrow,.gmbrr.tiny{margin-inline:auto}.gmbrr.badge.tiny{border-radius:3px;padding:.5em 1em;max-width:32em;box-shadow:0 8px 2px -4px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.2) inset}.gmbrr.badge.tiny.dark{box-shadow:0 10px 2px -4px rgba(0,0,0,.2),0 0 0 1px rgba(255,255,255,.4) inset}.gmbrr.badge.dark.no-outline,.gmbrr.badge.no-outline,.gmbrr.badge.tiny.dark.no-outline,.gmbrr.badge.tiny.no-outline{box-shadow:none}.gmbrr .icon,.gmbrr .icon img{width:100%;height:auto}.gmbrr.link{cursor:pointer}.gmbrr.fonts a{text-decoration:none}.gmbrr.fonts a:hover{text-decoration:underline}.gmbrr.fonts .listing{font-size:13px;line-height:140%;gap:1.7rem}.gmbrr.fonts .business-name,.gmbrr.fonts .heading{font-size:28px;font-weight:400;letter-spacing:0}.gmbrr.badge .business-name::before,.gmbrr.badge .heading::before,.gmbrr.bubble .listing .text-first .text::before,.gmbrr.bubble .text.fixed-height::before,.gmbrr.bubble .text.fixed-height::after,.gmbrr .listing .no-avatar .author-avatar,.gmbrr .listing .text .review-full-text,.gmbrr.badge .listing .author-avatar{display:none}.gmbrr.fill{background-color:rgba(255,255,255,.95)}.gmbrr.dark.fill{background-color:rgba(0,0,0,.93)}.gmbrr.bubble.fill,.gmbrr.dark.bubble.fill{background-color:transparent}.gmbrr.stripe,.gmbrr.stripe.badge,.gmbrr.stripe.badge.tiny,.gmbrr.stripe.tiny{padding:0}.gmbrr.stripe>:nth-child(2n-1){background-color:rgba(0,0,0,.1)}.gmbrr.stripe.dark>:nth-child(2n-1){background-color:rgba(255,255,255,.15)}.gmbrr.stripe.contrast>:nth-child(2n-1){background-color:rgba(0,0,0,.93)}.gmbrr.stripe.dark.contrast>:nth-child(2n-1){background-color:rgba(255,255,255,.95)}.gmbrr.stripe.badge>*{padding:1.4rem .5rem;margin-block:0;margin-inline:0}.gmbrr.stripe.badge>:first-child{padding-block-start:1rem;border-radius:4px 4px 0 0}.rtl .gmbrr.stripe.badge>:first-child{border-radius:4px 0 0 4px}.gmbrr.stripe.badge>:last-child{padding-block-end:1rem;border-radius:0 0 4px 4px}.rtl .gmbrr.stripe.badge>:last-child{border-radius:0 4px 4px 0}.gmbrr.stripe.badge.tiny>*{padding:.5rem}.gmbrr.stripe.badge.tiny>:first-child{padding-block-start:1rem;border-radius:3px 3px 0 0}.rtl .gmbrr.stripe.badge.tiny>:first-child{border-radius:3px 0 0 3px}.gmbrr.stripe.badge.tiny>:last-child{padding-block-end:1rem;border-radius:0 0 3px 3px}.rtl .gmbrr.stripe.badge.tiny>:last-child{border-radius:0 3px 3px 0}.gmbrr,.gmbrr .heading,.gmbrr .listing .text{color:#333}.gmbrr .listing .text{color:#222}.gmbrr .author-name,.gmbrr .author-name a,.gmbrr.bubble.fill.turquoise .listing .text,.gmbrr.bubble.mustard .listing .text,.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover,.gmbrr.contrast .rating,.gmbrr.contrast .count,.gmbrr.contrast .date,.gmbrr.contrast .relative-time-description,.gmbrr.contrast .vicinity,.gmbrr.dark.bubble.fill.contrast .listing .text,.gmbrr.dark.bubble.fill.turquoise .listing .text,.gmbrr.fonts .author-name a,.gmbrr.stripe.dark.contrast>:nth-child(2n-1){color:#000}.gmbrr.dark .listing .date,.gmbrr.dark .listing .relative-time-description,.gmbrr.dark .no-place,.gmbrr.dark .no-reviews,.gmbrr.dark .rating .count,.gmbrr.fonts.dark .rating .number,.gmbrr.dark .rating .count,.gmbrr.dark .vicinity{color:rgba(190,190,190,.9)}.gmbrr .listing .date,.gmbrr .listing .relative-time-description,.gmbrr .no-place,.gmbrr .no-reviews,.gmbrr .rating,.gmbrr .rating .count,.gmbrr .vicinity,.gmbrr.fonts .rating .number,.gmbrr.fonts .rating .count{color:#70757A}.gmbrr .listing .rating,.gmbrr .star,.gmbrr .rating,.gmbrr.dark .listing .rating,.gmbrr.dark .star,.gmbrr.dark.stars-yellow .star,.gmbrr.stars-yellow .star,.gmbrr.contrast .listing .rating,.gmbrr.dark.contrast .listing .rating,.gmbrr.stars-html .rating-stars{color:#F7B603}.gmbrr.stars-orange .rating,.gmbrr.dark.stars-orange .star,.gmbrr.stars-orange .listing .rating,.gmbrr.stars-orange .star{color:#E7711B}.gmbrr .rating .not,.gmbrr .star.gray,.gmbrr .star.grey{color:#C9C9C9}.gmbrr.dark .listing .rating .not,.gmbrr.dark .rating .all-stars{color:#A4A4A4}.gmbrr.dark.fonts.color-match .business-name,.gmbrr.dark.fonts.color-match .heading,.gmbrr.dark.fonts.color-match .listing .author-name a{color:#BCC0C3}.gmbrr.dark.fonts.color-match .listing .text{color:#EDF1F6}.gmbrr.fonts.color-match a{color:#1A0DAB}.gmbrr.dark.fonts.color-match a{color:#8AB4F8}.gmbrr.fonts .button{color:rgba(245,245,245,.9);background-color:rgba(40,40,40,.9);text-decoration:none;font-size:15px;padding:.76em 1em}.gmbrr .button:hover{color:rgba(255,255,255,.95);text-decoration:none}.gmbrr .business-name,.gmbrr .heading{margin-block:0 .4rem;margin-inline:0;line-height:120%}.gmbrr .heading.no-icon{margin-block-end:.8rem}.gmbrr.fonts .heading.no-icon{margin-block-end:.55rem}.gmbrr .icon{display:inline-block;min-width:.6em;min-height:.6em;max-width:1.5em;max-height:1.5em;position:relative;vertical-align:middle;bottom:.1em;margin-inline-end:.35em}.gmbrr .heading.no-name .icon{margin-block:0 .35em;margin-inline:0}.gmbrr .vicinity{font-size:13px;margin-block:0 .5rem}.gmbrr.badge .vicinity{margin-block:0;margin-inline:0}.gmbrr>.rating{font-size:32px;line-height:1.2em;margin-block-end:.4em}.gmbrr.fonts>.rating{margin-block-end:.2em}.gmbrr.tiny .rating{font-size:1.8em;line-height:1.1em}.gmbrr.badge>:last-child,.gmbrr.badge>:last-child,.gmbrr>.rating:last-child,.gmbrr>.listing:last-child,.gmbrr>.attribution:last-child,.gmbrr .text-first .author-avatar,.gmbrr.fonts .listing .date,.gmbrr.fonts .listing .rating,.gmbrr.fonts .listing .relative-time-description,.gmbrr .review-meta:last-child .rating:last-child,.gmbrr .review-meta:last-child .date:last-child,.gmbrr .review-meta:last-child .relative-time-description:last-child,.gmbrr .review-meta:last-child .author-name:last-child{margin-block-end:0}.gmbrr .rating span{vertical-align:top;position:relative}.gmbrr .rating .number-text,.gmbrr .review-count .count{font-size:15px}.gmbrr .rating .all-stars,.gmbrr .rating .rating-stars{display:inline-block;height:1.1em;top:.2em;z-index:11}.gmbrr.tiny .rating .all-stars,.gmbrr.tiny .rating .rating-stars{top:.15em}.gmbrr .rating .all-stars+.backdrop{overflow:hidden;position:absolute;width:135px;margin:.1em 0 0 -134px;top:auto;z-index:10}.rtl .gmbrr .rating .all-stars+.backdrop{margin:.1em -125.5px 0 0}.gmbrr .listing .review-meta+.text,.gmbrr .rating+.attribution,.gmbrr.bubble .listing .author-switch .author-name,.gmbrr.bubble .listing .author-switch .date,.gmbrr.bubble .listing .author-switch .rating,.gmbrr.bubble .listing .author-switch .relative-time-description,.gmbrr.bubble .listing .inline.author-switch .author-name,.gmbrr.bubble .listing .inline.author-switch .date,.gmbrr.bubble .listing .inline.author-switch .rating,.gmbrr.bubble .listing .inline.author-switch .relative-time-description,.gmbrr.bubble .listing .text-first .text,.gmbrr.narrow .inline .text,.gmbrr.narrow .text-first .text{margin-block-start:0}.gmbrr .rating .backdrop .star{opacity:.65;transform:scale(.95,.95);transform-origin:65% 50%}.gmbrr.stars-html .rating .all-stars,.gmbrr.stars-html .rating .rating-stars,.gmbrr.version-1 .rating .all-stars,.gmbrr.version-1 .rating .rating-stars{position:relative;top:0;height:1em;line-height:110%;overflow:hidden;letter-spacing:0}.gmbrr.stars-html .rating .rating-stars,.gmbrr.version-1 .rating .rating-stars{text-align:start;float:inline-start;white-space:nowrap}.gmbrr .rating .all-stars.safari,.gmbrr .rating .rating-stars.safari{width:5.1em}.gmbrr .rating.none .all-stars{opacity:.3}.gmbrr .rating .rating-stars{position:relative;top:-1.1em;word-wrap:initial;text-align:start}.gmbrr .all-stars.animate,.gmbrr .rating-stars.animate{transition:1.1s width ease-in-out 0.7s;opacity:1}.gmbrr .rating .count{margin-block:0;font-size:.5em;line-height:140%;vertical-align:baseline}.gmbrr .date,.gmbrr .inline .date,.gmbrr .relative-time-description,.gmbrr .inline .relative-time-description,.gmbrr .listing .rating,.gmbrr .listing .inline .rating,.gmbrr.tiny .rating .count,.gmbrr.center .listing .inline .rating,.gmbrr.center .listing .inline .relative-time-description{vertical-align:middle}.gmbrr .rating .number+.all-stars{margin-inline:.3rem 0}.gmbrr.stars-html .rating .number+.all-stars{margin-inline:0 .25rem}.gmbrr .rating .all-stars+.count{margin-inline:.35rem 0}.gmbrr.narrow .all-stars+.count,.gmbrr.columns .listing li,.gmbrr.center.columns .listing li,.gmbrr.carousel .listing li,.gmbrr.columns .listing .text-first,.gmbrr.center.columns .listing .text-first,.gmbrr.bubble .inline.text-first .author-name{margin-block:0}.gmbrr .listing{padding:0;margin-block:0;margin-inline:0;display:flex;flex-wrap:wrap;flex-direction:revert;gap:2rem}.gmbrr.bubble .listing{gap:1.5rem}.gmbrr ul.listing{list-style:none}.gmbrr.columns .listing{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.7rem 3rem;align-items:start}.gmbrr.center.bubble .listing{margin-block-end:.8rem}.gmbrr .rating+.listing,.gmbrr .rating+.buttons,.gmbrr .listing+.buttons{margin-block-start:1.2rem}.gmbrr .listing+.attribution,.gmbrr .navigation+.attribution{margin-block-start:1.5rem;margin-inline:0}.gmbrr.badge .rating+.listing{margin-block-start:.7rem;margin-inline:0}.gmbrr .listing.no-place,.gmbrr .listing.no-reviews{margin-block-end:1rem}.gmbrr .listing li,.gmbrr.center.bubble.spaced .review-meta{display:flex;flex-direction:row;flex-wrap:wrap;padding:0;margin-inline:0;margin-block:0;list-style:none;gap:.6rem .7rem;line-height:140%}.gmbrr.fonts .listing li{gap:.4rem .7rem}.gmbrr.fonts.narrow .listing li,.gmbrr.narrow .listing li{gap:.3rem .4rem}.gmbrr.center .listing li,.gmbrr.badge .listing li,.gmbrr.fonts.center .listing li,.gmbrr.narrow.center .listing li{gap:.3rem 0}.gmbrr.bubble .listing .no-avatar.inline{gap:.1rem}.gmbrr.center .listing .text-first,.gmbrr.center li{margin-block:0;margin-inline:auto}.gmbrr.center.bubble .listing li{margin-inline:0}.gmbrr.tile .listing li,.gmbrr.tile.center .listing li,.gmbrr.tile.center.bubble .listing li{flex:1 0 calc(100% - 2.6rem)}.gmbrr.tile .listing li{box-shadow:0 0 0 2px rgba(80,80,80,.7) inset,0 4px 2px 1px rgba(128,128,128,.1);border-radius:4px;padding:1.1rem 1.3rem;margin-block:2px 6px}.gmbrr.dark.tile .listing li{box-shadow:0 0 0 2px rgba(225,225,225,.7) inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.tile.solid .listing li{background-color:rgba(60,60,60,.9);box-shadow:0 0 0 2px rgba(0,0,0,.8) inset,0 4px 2px 1px rgba(45,45,45,.05)}.gmbrr.dark.tile.solid .listing li{background-color:rgba(250,250,250,.9);box-shadow:0 0 0 2px rgba(45,45,45,.5) inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.tile .listing li,.gmbrr.tile.columns .listing li{margin-block:2px 6px}.gmbrr.carousel .listing{overflow:hidden}.gmbrr.carousel .listing>li,.gmbrr.carousel.stacked-z .author-avatar,.gmbrr.carousel.stacked-z .text{transition:0.5s opacity linear}.gmbrr.carousel .listing>li{position:relative}.gmbrr.carousel .listing>.hidden{display:none;opacity:.05;pointer-events:none}.gmbrr.carousel.stacked-z .listing>.hidden,.gmbrr.carousel.stacked-z .hidden .author-avatar,.gmbrr.carousel.stacked-z .hidden .text{opacity:0}.gmbrr .all-stars.animate,.gmbrr .rating-stars.animate,.gmbrr.carousel .listing>.visible,.gmbrr.carousel.stacked-z .visible .author-avatar,.gmbrr.carousel.stacked-z .visible .text{opacity:1}.gmbrr.carousel .listing>.visible,.gmbrr.carousel.stacked-z .listing>.hidden,.gmbrr.carousel.stacked-z .hidden .text{display:flex}.gmbrr.carousel.stacked-z .listing>.hidden,.gmbrr.carousel.stacked-z .hidden .text{z-index:1}.gmbrr.carousel .navigation{list-style:none;margin-block:1rem 0;margin-inline:0;padding:0;text-align:center}.gmbrr.carousel .navigation .bullet{margin-block:0;padding:0;display:inline-block;line-height:100%}.gmbrr.carousel .navigation .bullet+.bullet{margin-inline:.8rem 0}.gmbrr.carousel.bullet-diamond .navigation .bullet+.bullet{margin-inline:1rem 0}.gmbrr.carousel .navigation .bullet a{line-height:1.2rem;font-size:2rem;display:inline-block;width:1.6rem;max-width:20px;height:1.6rem;max-height:20px;color:transparent;background-color:rgba(110,110,110,0);border:1px solid rgba(110,110,110,.99);border-radius:50%;transition:0.3s background-color linear,0.3s border-color linear,0.3s box-shadow linear;vertical-align:middle;overflow:hidden}.gmbrr.carousel.bullet-solid .navigation .bullet a,.gmbrr.dark.carousel.bullet-solid .navigation .bullet a{box-shadow:0 0 0 .8rem rgba(190,190,190,.4) inset}.gmbrr.carousel .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(110,110,110,.7) inset}.gmbrr.dark.carousel .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(190,190,190,.7) inset}.gmbrr.carousel .navigation .current.bullet a,.gmbrr.carousel .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem rgba(110,110,110,.4) inset;background-color:rgba(110,110,110,.99);cursor:default;pointer-events:none}.gmbrr.dark.carousel .navigation .current a,.gmbrr.dark.carousel .navigation .current a:hover{box-shadow:0 0 0 .8rem rgba(190,190,190,.4) inset;background-color:rgba(190,190,190,.99)}.gmbrr.carousel.bullet-square .navigation .bullet a,.gmbrr.carousel.bullet-square-rounded .navigation .bullet a{width:1.5rem;height:1.5rem}.gmbrr.carousel.bullet-square-rounded .navigation .bullet a{border-radius:25%}.gmbrr.carousel.bullet-diamond .navigation .bullet a,.gmbrr.carousel.bullet-square .navigation .bullet a{border-radius:0}.gmbrr.carousel.bullet-diamond .navigation .bullet a{width:1.4rem;height:1.4rem;transform:scaleX(.95) rotate(45deg);vertical-align:unset}.gmbrr.carousel.bullet-symbol .navigation .bullet a{font-size:2.5rem;border:0 none;border-radius:0;background-color:inherit;color:rgba(110,110,110,.6);width:inherit;height:inherit;line-height:inherit;box-shadow:none;transition:0.2s color linear;max-width:none;max-height:none}.gmbrr.dark.carousel.bullet-symbol .navigation .bullet a{color:rgba(190,190,190,.6);box-shadow:none}.gmbrr.carousel.bullet-symbol .navigation .bullet a:hover{color:rgba(110,110,110,.8)}.gmbrr.dark.carousel.bullet-symbol .navigation .bullet a:hover{color:rgba(200,200,200,.9);box-shadow:none}.gmbrr.carousel.bullet-symbol .navigation .current.bullet a,.gmbrr.carousel.bullet-symbol .navigation .current.bullet a:hover{color:rgba(60,60,60,.95);background-color:inherit}.gmbrr.dark.carousel.bullet-symbol .navigation .current a,.gmbrr.dark.carousel.bullet-symbol .navigation .current a:hover{color:rgba(210,210,210,.95)}.gmbrr .listing .text-first .text{margin-block-end:.3rem}.gmbrr .listing .no-avatar.text-first.author-switch .text{margin-block-end:-.1rem}.gmbrr .author-name{display:block;margin-block-end:.4em}.gmbrr .inline .author-name{display:inline-block;margin-block-end:0}.gmbrr.fonts .author-name{line-height:150%}.gmbrr .listing .author-switch .author-name{margin-block-start:.1rem}.gmbrr .listing .author-switch .rating+.author-name,.gmbrr .listing .author-switch .date+.author-name,.gmbrr .listing .author-switch .relative-time-description+.author-name{margin-block-start:.4rem}.gmbrr.bubble .listing .text,.gmbrr.bubble.fonts .listing .text,.gmbrr.bubble .listing .review-meta+.text{flex:1 0 calc(100% - 2em);border-radius:.4em;position:relative;box-shadow:0 0 0 2px rgba(70,70,70,.85) inset;margin-block:0;margin-inline:0;padding-block:.6em;padding-inline:1em}.gmbrr.bubble .listing .review-meta+.text{margin-block-start:.7rem}.gmbrr.bubble .listing .text-first .text,.gmbrr.center.bubble .listing .text{margin-inline:0}.gmbrr.dark.bubble .listing .text{box-shadow:0 0 0 2px rgba(255,255,255,.85) inset}.gmbrr.bubble.fill .listing .text{color:rgba(255,255,255,.99);background-color:rgba(70,70,70,.85);box-shadow:none}.gmbrr.dark.bubble.fill .listing .text{color:rgba(70,70,70,.99);background-color:rgba(255,255,255,.99);box-shadow:none}.gmbrr.bubble.fill .listing .text a{color:rgba(255,255,255,.75)}.gmbrr.dark.bubble.fill .listing .text a{color:rgba(70,70,70,.8)}.gmbrr.bubble .listing .text-first .text{margin-block-end:.6rem}.gmbrr.center.bubble .listing .text-first .text,.gmbrr.center.bubble .listing .text-first .review-meta+.text{margin-block-end:.8rem}.gmbrr.bubble.center .listing .text-first .text{margin-block-end:.55rem}.gmbrr.fonts.bubble.center .listing .text-first .text{margin-block-end:.45rem}.gmbrr.bubble .listing .arrow.arrow-up,.gmbrr.bubble .listing .arrow.arrow-down,.gmbrr.bubble .listing .text-first .text::after,.gmbrr.bubble .listing .text::before{content:'';position:absolute;left:calc(var(--avatar-width) + 0.7rem);top:calc(-1em + 2px);width:0;height:0;border-top:.5em solid transparent;border-right:.5em solid transparent;border-bottom:.5em solid rgba(70,70,70,.85);border-left:.5em solid transparent;clear:both}.gmbrr.bubble .listing .arrow.arrow-up,.gmbrr.bubble .listing .arrow.arrow-down{position:relative;flex:0 0 1em;left:calc(-100% + var(--avatar-width) + 1.8em);font-size:.9em}.gmbrr.bubble .listing .arrow.arrow-down{left:calc(var(--avatar-width) + 2.3em)}.gmbrr.bubble .listing .arrow.arrow-up{margin-block-start:.8em;top:.5em;align-self:end}.gmbrr.bubble .listing .arrow.arrow-down{margin-block-end:.8em;top:auto;bottom:.9em;align-self:start}.gmbrr.center.bubble .listing .arrow.arrow-up{margin-block-start:-.6rem;top:.3rem}.gmbrr.center.bubble .listing .arrow.arrow-down{margin-block-end:-1.05rem;bottom:1.15rem}.gmbrr.fonts.bubble .listing .arrow.arrow-down,.gmbrr.fonts.bubble .listing .text::before,.gmbrr.fonts.bubble .listing .arrow.arrow-up,.gmbrr.fonts.bubble .listing .text-first .text::after{left:calc(var(--avatar-width) + 0.7rem)}.gmbrr.narrow.bubble .listing .arrow.arrow-down,.gmbrr.narrow.bubble .listing .text::before{left:calc(var(--avatar-width) + 0.5rem)}.gmbrr.fonts.narrow.bubble .listing .arrow.arrow-down,.gmbrr.fonts.narrow.bubble .listing .text::before{left:calc(var(--avatar-width) + 0.8rem)}.gmbrr.center.bubble .listing .arrow.arrow-up,.gmbrr.center.bubble .listing .arrow.arrow-down,.gmbrr.center.bubble .listing .text-first .text::after,.gmbrr.center.bubble .listing .text::before{left:calc(50% - 0.5em)}.rtl .gmbrr.bubble .listing .arrow.arrow-up,.rtl .gmbrr.bubble .listing .text-first .text::after,.rtl .gmbrr.bubble .listing .text::before{left:auto;right:calc(var(--avatar-width) + 0.9rem)}.rtl .gmbrr.bubble .listing .arrow.arrow-down{left:auto;right:calc(var(--avatar-width) + 2.3em)}.rtl .gmbrr.narrow.bubble .listing .arrow.arrow-down,.rtl .gmbrr.narrow.bubble .listing .text::before{left:auto;right:calc(var(--avatar-width) + 0.5rem)}.rtl .gmbrr.fonts.bubble .listing .arrow.arrow-down,.rtl .gmbrr.fonts.bubble .listing .text::before{left:auto;right:calc(var(--avatar-width) + 0.7rem)}.rtl .gmbrr.fonts.narrow.bubble .listing .arrow.arrow-down,.rtl .gmbrr.fonts.narrow.bubble .listing .text::before,.rtl .gmbrr.fonts.bubble .listing .arrow.arrow-up,.rtl .gmbrr.fonts.bubble .listing .text-first .text::after{left:auto;right:calc(var(--avatar-width) + 0.8rem)}.rtl .gmbrr.center.bubble .listing .arrow.arrow-up,.rtl .gmbrr.center.bubble .listing .arrow.arrow-down,.rtl .gmbrr.center.bubble .listing .text-first .text::after,.rtl .gmbrr.center.bubble .listing .text::before{left:auto;right:calc(50% - 0.5em)}.gmbrr.fonts.bubble .listing .arrow.arrow-up,.gmbrr.fonts.bubble .listing .arrow.arrow-down{font-size:1em}.gmbrr.fonts.bubble .listing .arrow.arrow-down,.gmbrr.fonts.center.bubble .listing .arrow.arrow-down{margin-block-end:-.7rem;bottom:.8rem}.gmbrr.bubble .listing .text-first .text::after{top:100%;border-top:.5em solid rgba(70,70,70,.85);border-bottom:.5em solid transparent;clear:both}.gmbrr.dark.bubble .listing .arrow.arrow-up,.gmbrr.dark.bubble .listing .text::before{border-bottom:.5em solid rgba(255,255,255,.85)}.gmbrr.bubble.fill .listing .arrow.arrow-up,.gmbrr.bubble.fill .listing .text::before{border-bottom:.5em solid rgba(70,70,70,.85)}.gmbrr.dark.bubble.fill .listing .arrow.arrow-up,.gmbrr.dark.bubble.fill .listing .text-first .text::before,.gmbrr.dark.bubble.fill .listing .text::before{border-bottom:.5em solid rgba(255,255,255,.99)}.gmbrr.dark.bubble .listing .text-first .arrow.arrow-down,.gmbrr.dark.bubble .listing .text-first .text::after{border-top:.5em solid rgba(255,255,255,.85)}.gmbrr.bubble.fill .listing .arrow.arrow-down,.gmbrr.bubble.fill .listing .text-first .text::after{border-top:.5em solid rgba(70,70,70,.85)}.gmbrr.dark.bubble.fill .listing .text-first .arrow.arrow-down,.gmbrr.dark.bubble.fill .listing .text-first .text::after{border-top:.5em solid rgba(255,255,255,.99)}.gmbrr.bubble .listing .date,.gmbrr.bubble .listing .relative-time-description{font-size:.9em;line-height:110%}.gmbrr.center.bubble.spaced .review-meta .rating,.gmbrr.center.bubble.spaced .review-meta .date,.gmbrr.center.bubble.spaced .review-meta .relative-time-description{flex:1 0 40%;margin-inline:0;align-self:center}.gmbrr.bubble .listing .author-name{margin-block-end:.4rem}.gmbrr .listing .rating+.date,.gmbrr.fonts .listing .rating+.date,.gmbrr .listing .rating+.relative-time-description,.gmbrr.fonts .listing .rating+.relative-time-description{margin-inline-start:min(1%, 0.4em)}.gmbrr.center.bubble .listing .inline .date,.gmbrr.center.bubble .listing .inline .rating,.gmbrr.center.bubble .listing .inline .relative-time-description,.gmbrr.center.bubble .listing .text-first.inline .date,.gmbrr.center.bubble .listing .text-first.inline .rating,.gmbrr.center.bubble .listing .text-first.inline .relative-time-description{flex:1 0 50%;margin-block:0}.gmbrr.center.bubble .listing .review-meta+.text,.gmbrr.center .author-switch .author-name,.gmbrr.center.bubble .listing .author-switch .review-meta+.text{margin-block-start:.5em}.gmbrr.fonts.center.bubble .listing .review-meta+.text,.gmbrr.fonts.center .author-switch .author-name,.gmbrr.fonts.center.bubble .listing .author-switch .review-meta+.text{margin-block-start:.35em}.gmbrr.center.bubble .listing .text+.author-avatar,.gmbrr.narrow .listing .rating+.date,.gmbrr.narrow .listing .rating+.relative-time-description,.gmbrr.fonts.center.bubble .listing .review-meta:first-child+.text,.gmbrr.fonts.center.bubble .listing .author-switch .review-meta:first-child+.text{margin-block-start:.33em}.gmbrr.bubble .inline.text-first .text{margin-block-end:.6em}.gmbrr .author-avatar-name a span,.gmbrr .author-avatar-name a:hover span{text-decoration:inherit}.gmbrr .author-avatar,.gmbrr .author-avatar a,.gmbrr .author-name a,.gmbrr .review-meta,.gmbrr .text{display:block}.gmbrr .listing .author-avatar a,.gmbrr .listing .author-avatar>img{display:block;overflow:hidden;width:var(--avatar-width);height:var(--avatar-height);margin-inline:0 auto}.gmbrr.center .listing .author-avatar a,.gmbrr.center .listing .author-avatar>img{margin-inline-start:auto}.gmbrr.center .author-avatar a{overflow:hidden;width:var(--avatar-width);height:var(--avatar-height);margin-inline:auto}.gmbrr .review-meta{flex:1 0 4em;line-height:120%}.gmbrr .author-avatar,.gmbrr .no-avatar.text-first .author-avatar,.gmbrr.fonts .author-avatar,.gmbrr.fonts .no-avatar.text-first .author-avatar{flex:0 1 calc(var(--avatar-width) + 0.3rem)}.gmbrr.narrow .author-avatar,.gmbrr.fonts.narrow .author-avatar,.gmbrr.fonts.narrow .no-avatar .author-avatar{flex:0 1 calc(var(--avatar-width) + 0.7rem)}.gmbrr .listing li,.gmbrr.center.bubble .listing li,.gmbrr.center .author-avatar,.gmbrr.center .author-name,.gmbrr.center .review-meta,.gmbrr.narrow.center .author-avatar,.gmbrr.narrow.center .author-name,.gmbrr.narrow.center .review-meta,.gmbrr.bubble.center .review-meta,.gmbrr.bubble.center .review-meta,.gmbrr.bubble .listing .text,.gmbrr .listing .no-avatar .text+.review-meta,.gmbrr.center.bubble.spaced .review-meta,.gmbrr.narrow .no-avatar .review-meta{flex:1 0 100%}.gmbrr .listing .text{flex:1 0 calc(100% - var(--avatar-width) - 1.4rem)}.gmbrr .listing .text-first .text:first-child{flex:1 0 calc(100% - 1.4rem)}.gmbrr.narrow .review-meta{flex:1 0 5%}.gmbrr.center .author-name{display:block;width:auto;line-height:140%}.gmbrr .author-avatar{margin-block:0;margin-inline:auto}.gmbrr.center .author-avatar,.gmbrr.center .no-avatar.text-first .author-avatar{margin-inline:auto}.gmbrr.justify .listing .text{text-align:justify}.gmbrr.center .listing .review-meta+.text{margin-block:.4rem 0}.gmbrr .fixed-height{overflow:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) rgba(55,55,55,.01);transition:0.2s scrollbar-color linear}.gmbrr.dark .fixed-height{scrollbar-color:rgba(255,255,255,.3) rgba(205,205,205,.01)}.gmbrr .fixed-height:hover,.gmbrr .fixed-height:focus{scrollbar-color:rgba(0,0,0,.8) rgba(55,55,55,.1)}.gmbrr.dark .fixed-height:hover,.gmbrr.dark .fixed-height:focus{scrollbar-color:rgba(255,255,255,.8) rgba(205,205,205,.1)}.gmbrr .fixed-height::-webkit-scrollbar{width:10px}.gmbrr .fixed-height::-webkit-scrollbar-track{background:rgba(55,55,55,.05)}.gmbrr .fixed-height:hover::-webkit-scrollbar-track{background:rgba(55,55,55,.2)}.gmbrr .fixed-height::-webkit-scrollbar-thumb{border-radius:2px;background-color:rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.3)}.gmbrr.dark .fixed-height::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.gmbrr .listing .text .review-more-placeholder{visibility:hidden}.gmbrr .listing .review-meta+.text,.gmbrr .listing .text+.review-meta{margin-block:.1rem;padding-inline-start:calc(var(--avatar-width) + 1rem)}.gmbrr.narrow .listing .review-meta+.text,.gmbrr.narrow .listing .text+.review-meta{padding-inline-start:calc(var(--avatar-width) + 1.1rem)}.gmbrr.narrow.bubble .listing .review-meta+.text,.gmbrr.narrow.bubble .listing .text+.review-meta{padding-inline-start:1em}.gmbrr .listing .text-first .text+.review-meta,.gmbrr.center .listing .review-meta+.text,.gmbrr.badge .listing .review-meta+.text{padding-inline:.8em;flex:1 0 calc(100% - 2em)}.gmbrr .listing .no-avatar .text+.review-meta,.gmbrr .listing .no-avatar .review-meta+.text,.gmbrr.center .listing .text+.review-meta,.gmbrr.badge .listing .text+.review-meta,.gmbrr.narrow .listing .no-avatar .review-meta+.text,.gmbrr.narrow .listing .no-avatar .text+.review-meta{padding-inline:0}.gmbrr.narrow .text{margin-block:.2em 0}.gmbrr .no-avatar.inline .text{margin-block-end:.1em}.gmbrr.center .listing .author-avatar,.gmbrr.center .listing .author-name,.gmbrr.center .text-first .author-avatar{margin-block:0;margin-inline:auto}.gmbrr.center .text-first .text+.author-avatar{margin-block:.2rem 0}.gmbrr .listing .author-avatar img{max-width:100%;height:auto}.gmbrr .listing .author-name,.gmbrr .listing .author-name a{font-weight:700}.gmbrr .listing .date,.gmbrr.center .listing .inline .date,.gmbrr .listing .rating,.gmbrr.center .listing .inline .rating,.gmbrr .listing .relative-time-description,.gmbrr.center .listing .inline .relative-time-description{position:relative;display:inline-block;line-height:120%;margin-block:0}.gmbrr.center.narrow .listing .date,.gmbrr.center.narrow .listing .rating,.gmbrr.center.narrow .listing .relative-time-description,.gmbrr.narrow .all-stars+.count{display:block;margin-inline:0}.gmbrr .listing .rating{margin-inline-start:-.1em;font-size:1.15em;vertical-align:middle}.gmbrr .listing .no-avatar .rating,.gmbrr.center.narrow .listing .rating+.date,.gmbrr.center.narrow .listing .rating+.relative-time-description{margin-inline-start:0}.gmbrr.center .listing .rating{margin-inline-start:auto}.gmbrr.center .listing .no-date .rating,.gmbrr.center .listing .relative-time-description{margin-inline-end:auto}.gmbrr .listing .no-date .rating{margin-inline-end:0}.gmbrr .listing .inline .date,.gmbrr .listing .inline .relative-time-description{top:.1em;display:inline-block}.gmbrr .inline.no-avatar .author-name,.gmbrr .inline .rating{clear:none;display:inline-block}.gmbrr .inline .author-name{width:inherit;vertical-align:middle}.gmbrr .inline .text-first .author-name{margin-block-end:.1em}.gmbrr .inline .rating{position:relative;height:1em;top:.05em}.gmbrr.center .inline .rating,.gmbrr.narrow.center .inline .rating{position:relative;height:inherit}.gmbrr .inline .author-name,.gmbrr .inline .date,.gmbrr .inline .rating,.gmbrr .inline .relative-time-description{line-height:1.3em}.gmbrr.fonts .listing .rating{font-size:18px}.gmbrr.fonts .inline .rating,.gmbrr .listing .inline .review-meta>.rating,.gmbrr.center .inline .rating,.gmbrr.narrow.center .inline .rating{top:0}.gmbrr .listing .inline .review-meta>span+span{margin-inline-start:min(1.5%, 0.7rem)}.gmbrr.fonts .listing .rating,.gmbrr .listing .inline .rating{line-height:100%}.gmbrr.fonts .listing .text{line-height:140%}.gmbrr.dark .listing .date,.gmbrr.dark .listing .rating .not,.gmbrr.dark .listing .relative-time-description,.gmbrr.dark .rating .all-stars{color:rgba(175,175,175,.85)}.gmbrr.dark .button{color:rgba(40,40,40,.9);background-color:rgba(245,245,245,.9)}.gmbrr.dark .button:hover{background-color:rgba(255,255,255,.95)}.gmbrr.bubble.fill.amethyst .listing .text,.gmbrr.bubble.fill.carbon .listing .text,.gmbrr.bubble.fill.coffee .listing .text,.gmbrr.bubble.fill.contrast .listing .text,.gmbrr.bubble.fill.copper .listing .text,.gmbrr.bubble.fill.coral .listing .text,.gmbrr.bubble.fill.cranberry .listing .text,.gmbrr.bubble.fill.forest .listing .text,.gmbrr.bubble.fill.magenta .listing .text,.gmbrr.bubble.fill.ocean .listing .text,.gmbrr.bubble.fill.pumpkin .listing .text,.gmbrr.bubble.fill.slate .listing .text,.gmbrr.dark,.gmbrr.dark .author-name,.gmbrr.dark .author-name a,.gmbrr.dark .business-name,.gmbrr.dark .heading,.gmbrr.dark .text,.gmbrr.dark.bubble.contrast .listing .text,.gmbrr.dark.bubble.fill.amethyst .listing .text,.gmbrr.dark.bubble.fill.carbon .listing .text,.gmbrr.dark.bubble.fill.coffee .listing .text,.gmbrr.dark.bubble.fill.copper .listing .text,.gmbrr.dark.bubble.fill.coral .listing .text,.gmbrr.dark.bubble.fill.cranberry .listing .text,.gmbrr.dark.bubble.fill.forest .listing .text,.gmbrr.dark.bubble.fill.magenta .listing .text,.gmbrr.dark.bubble.fill.ocean .listing .text,.gmbrr.dark.bubble.fill.pumpkin .listing .text,.gmbrr.dark.bubble.fill.slate .listing .text,.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet a:hover,.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet.current a,.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover,.gmbrr.dark.contrast .rating,.gmbrr.dark.contrast .count,.gmbrr.dark.contrast .date,.gmbrr.dark.contrast .relative-time-description,.gmbrr.dark.contrast .vicinity,.gmbrr.stripe.contrast>:nth-child(2n-1){color:#FFF}.gmbrr.bubble.fill.amethyst .listing .text a,.gmbrr.bubble.fill.carbon .listing .text a,.gmbrr.bubble.fill.coffee .listing .text a,.gmbrr.bubble.fill.contrast .listing .text a,.gmbrr.bubble.fill.copper .listing .text a,.gmbrr.bubble.fill.coral .listing .text a,.gmbrr.bubble.fill.cranberry .listing .text a,.gmbrr.bubble.fill.forest .listing .text a,.gmbrr.bubble.fill.magenta .listing .text a,.gmbrr.bubble.fill.ocean .listing .text a,.gmbrr.bubble.fill.pumpkin .listing .text a,.gmbrr.bubble.fill.slate .listing .text a,.gmbrr.dark.bubble.contrast .listing .text a{color:rgba(255,255,255,.8)}.gmbrr.bubble.fill.mustard .listing .text a,.gmbrr.bubble.fill.turquoise .listing .text a,.gmbrr.dark.bubble.fill.contrast .listing .text a{color:rgba(0,0,0,.8)}.gmbrr.cranberry .heading,.gmbrr.cranberry .listing .rating,.gmbrr.cranberry .rating,.gmbrr.cranberry .rating .star,.gmbrr.dark.cranberry .heading,.gmbrr.dark.cranberry .listing .rating,.gmbrr.dark.cranberry .rating,.gmbrr.dark.cranberry .rating .star{color:#9f000f}.gmbrr.cranberry .listing a,.gmbrr.cranberry a{color:#4f0007}.gmbrr.dark.cranberry .listing a,.gmbrr.dark.cranberry a{color:#b5a3a5}.gmbrr.cranberry .count,.gmbrr.cranberry .date,.gmbrr.cranberry .relative-time-description,.gmbrr.cranberry .vicinity{color:#908788}.gmbrr.dark.cranberry .count,.gmbrr.dark.cranberry .date,.gmbrr.dark.cranberry .relative-time-description,.gmbrr.dark.cranberry .vicinity{color:#ad9c9e}.gmbrr.cranberry .listing .rating .not,.gmbrr.cranberry .rating .all-stars,.gmbrr.cranberry .star.gray{color:rgba(150,135,136,.5)}.gmbrr.dark.cranberry .listing .rating .not,.gmbrr.dark.cranberry .rating .all-stars,.gmbrr.dark.cranberry .star.gray{color:rgba(175,161,162,.5)}.gmbrr.tile.cranberry .listing li{box-shadow:0 0 0 2px #9f000f inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.cranberry .listing li{box-shadow:0 0 0 2px #9f000f inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.cranberry .listing .text,.gmbrr.dark.bubble.cranberry .listing .text{box-shadow:0 0 0 2px #9f000f inset}.gmbrr.carousel.cranberry .navigation .bullet a{border-color:#9f000f}.gmbrr.dark.carousel.cranberry .navigation .bullet a{border-color:rgba(197,40,55,.9)}.gmbrr.carousel.bullet-solid.cranberry .navigation .bullet a{border-color:rgba(159,0,15,.45);box-shadow:0 0 0 .8rem rgba(159,0,15,.45) inset}.gmbrr.carousel.cranberry .navigation .bullet a:hover{border-color:rgba(159,0,15,.9);box-shadow:0 0 0 .8rem rgba(159,0,15,.7) inset}.gmbrr.carousel.cranberry .navigation .current.bullet a,.gmbrr.carousel.cranberry .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #9f000f inset;background-color:#9f000f}.gmbrr.carousel.bullet-solid.cranberry .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(159,0,15,.7) inset}.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet a{color:rgba(159,0,15,.42);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet.current a:hover{color:#9f000f;background-color:inherit;box-shadow:none}.gmbrr.bubble.cranberry .listing .arrow.arrow-up,.gmbrr.bubble.cranberry .listing .text::before,.gmbrr.bubble.fill.cranberry .listing .text::before,.gmbrr.dark.bubble.cranberry .listing .text::before,.gmbrr.dark.bubble.fill.cranberry .listing .text::before{border-top-color:transparent;border-bottom-color:#9f000f}.gmbrr.bubble.cranberry .listing .arrow.arrow-down,.gmbrr.bubble.cranberry .listing .text-first .text::after,.gmbrr.bubble.fill.cranberry .listing .text-first .text::after,.gmbrr.dark.bubble.cranberry .listing .text-first .text::after,.gmbrr.dark.bubble.fill.cranberry .listing .text-first .text::after{border-top-color:#9f000f;border-bottom-color:transparent}.gmbrr.bubble.fill.cranberry .listing .text,.gmbrr.dark.bubble.fill.cranberry .listing .text{background-color:#9f000f}.gmbrr.coral .heading,.gmbrr.coral .listing .rating,.gmbrr.coral .listing a,.gmbrr.coral .rating,.gmbrr.coral .rating .star,.gmbrr.coral a,.gmbrr.dark.coral .heading,.gmbrr.dark.coral .listing .rating,.gmbrr.dark.coral .listing a,.gmbrr.dark.coral .rating,.gmbrr.dark.coral .rating .star,.gmbrr.dark.coral a{color:#e77471}.gmbrr.coral .count,.gmbrr.coral .date,.gmbrr.coral .relative-time-description,.gmbrr.coral .vicinity{color:#aba2a2}.gmbrr.dark.coral .count,.gmbrr.dark.coral .date,.gmbrr.dark.coral .relative-time-description,.gmbrr.dark.coral .vicinity{color:#dcd3d3}.gmbrr.coral .listing .rating .not,.gmbrr.coral .rating .all-stars,.gmbrr.coral .star.gray{color:rgba(192,173,173,.7)}.gmbrr.dark.coral .listing .rating .not,.gmbrr.dark.coral .rating .all-stars,.gmbrr.dark.coral .star.gray{color:rgba(192,173,173,.5)}.gmbrr.tile.coral .listing li{box-shadow:0 0 0 2px #e77471 inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.coral .listing li{box-shadow:0 0 0 2px #e77471 inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.coral .listing .text,.gmbrr.dark.bubble.coral .listing .text{box-shadow:0 0 0 2px #e77471 inset}.gmbrr.carousel.coral .navigation .bullet a{border-color:#e77471}.gmbrr.dark.carousel.coral .navigation .bullet a{border-color:rgba(231,116,113,.9)}.gmbrr.carousel.bullet-solid.coral .navigation .bullet a{border-color:rgba(231,116,113,.45);box-shadow:0 0 0 .8rem rgba(231,116,113,.45) inset}.gmbrr.carousel.coral .navigation .bullet a:hover{border-color:rgba(231,116,113,.9);box-shadow:0 0 0 .8rem rgba(231,116,113,.7) inset}.gmbrr.carousel.coral .navigation .current.bullet a,.gmbrr.carousel.coral .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #e77471 inset;background-color:#e77471}.gmbrr.carousel.bullet-solid.coral .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(231,116,113,.7) inset}.gmbrr.carousel.bullet-symbol.coral .navigation .bullet a{color:rgba(231,116,113,.45);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.coral .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.coral .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.coral .navigation .bullet.current a:hover{color:#e77471;background-color:inherit;box-shadow:none}.gmbrr.bubble.coral .listing .arrow.arrow-up,.gmbrr.bubble.coral .listing .text::before,.gmbrr.bubble.fill.coral .listing .text::before,.gmbrr.dark.bubble.coral .listing .text::before,.gmbrr.dark.bubble.fill.coral .listing .text::before{border-top-color:transparent;border-bottom-color:#e77471}.gmbrr.bubble.coral .listing .arrow.arrow-down,.gmbrr.bubble.coral .listing .text-first .text::after,.gmbrr.bubble.fill.coral .listing .text-first .text::after,.gmbrr.dark.bubble.coral .listing .text-first .text::after,.gmbrr.dark.bubble.fill.coral .listing .text-first .text::after{border-top-color:#e77471;border-bottom-color:transparent}.gmbrr.bubble.fill.coral .listing .text,.gmbrr.dark.bubble.fill.coral .listing .text{background-color:#e77471}.gmbrr.dark.pumpkin .heading,.gmbrr.dark.pumpkin .listing .rating,.gmbrr.dark.pumpkin .listing a,.gmbrr.dark.pumpkin .rating,.gmbrr.dark.pumpkin .rating .star,.gmbrr.dark.pumpkin a,.gmbrr.pumpkin .heading,.gmbrr.pumpkin .listing .rating,.gmbrr.pumpkin .listing a,.gmbrr.pumpkin .rating,.gmbrr.pumpkin .rating .star,.gmbrr.pumpkin a{color:#f87217}.gmbrr.pumpkin .count,.gmbrr.pumpkin .date,.gmbrr.pumpkin .relative-time-description,.gmbrr.pumpkin .vicinity{color:#b8b0ab}.gmbrr.dark.pumpkin .count,.gmbrr.dark.pumpkin .date,.gmbrr.dark.pumpkin .relative-time-description,.gmbrr.dark.pumpkin .vicinity{color:#bbb5b1}.gmbrr.pumpkin .listing .rating .not,.gmbrr.pumpkin .rating .all-stars,.gmbrr.pumpkin .star.gray{color:rgba(168,153,143,.7)}.gmbrr.dark.pumpkin .listing .rating .not,.gmbrr.dark.pumpkin .rating .all-stars,.gmbrr.dark.pumpkin .star.gray{color:rgba(168,153,143,.5)}.gmbrr.tile.pumpkin .listing li{box-shadow:0 0 0 2px #f87217 inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.pumpkin .listing li{box-shadow:0 0 0 2px #f87217 inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.pumpkin .listing .text,.gmbrr.dark.bubble.pumpkin .listing .text{box-shadow:0 0 0 2px #f87217 inset}.gmbrr.carousel.pumpkin .navigation .bullet a{border-color:#f87217}.gmbrr.dark.carousel.pumpkin .navigation .bullet a{border-color:rgba(248,114,23,.9)}.gmbrr.carousel.bullet-solid.pumpkin .navigation .bullet a{border-color:rgba(248,114,23,.45);box-shadow:0 0 0 .8rem rgba(248,114,23,.45) inset}.gmbrr.carousel.pumpkin .navigation .bullet a:hover{border-color:rgba(248,114,23,.9);box-shadow:0 0 0 .8rem rgba(248,114,23,.7) inset}.gmbrr.carousel.pumpkin .navigation .current.bullet a,.gmbrr.carousel.pumpkin .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #f87217 inset;background-color:#f87217}.gmbrr.carousel.bullet-solid.pumpkin .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(248,114,23,.7) inset}.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet a{color:rgba(248,114,23,.45);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet.current a:hover{color:#f87217;background-color:inherit;box-shadow:none}.gmbrr.bubble.pumpkin .listing .arrow.arrow-up,.gmbrr.bubble.fill.pumpkin .listing .text::before,.gmbrr.bubble.pumpkin .listing .text::before,.gmbrr.dark.bubble.fill.pumpkin .listing .text::before,.gmbrr.dark.bubble.pumpkin .listing .text::before{border-top-color:transparent;border-bottom-color:#f87217}.gmbrr.bubble.pumpkin .listing .arrow.arrow-down,.gmbrr.bubble.fill.pumpkin .listing .text-first .text::after,.gmbrr.bubble.pumpkin .listing .text-first .text::after,.gmbrr.dark.bubble.fill.pumpkin .listing .text-first .text::after,.gmbrr.dark.bubble.pumpkin .listing .text-first .text::after{border-top-color:#f87217;border-bottom-color:transparent}.gmbrr.bubble.fill.pumpkin .listing .text,.gmbrr.dark.bubble.fill.pumpkin .listing .text{background-color:#f87217}.gmbrr.dark.mustard .heading{color:#ffdb58}.gmbrr.mustard .heading,.gmbrr.mustard .listing .rating,.gmbrr.mustard .listing a,.gmbrr.mustard .rating,.gmbrr.mustard .rating .star,.gmbrr.mustard a{color:#e5c347}.gmbrr.dark.mustard .listing .rating,.gmbrr.dark.mustard .listing a,.gmbrr.dark.mustard .rating,.gmbrr.dark.mustard .rating .star,.gmbrr.dark.mustard a{color:#ffdb58}.gmbrr.dark.mustard .count,.gmbrr.dark.mustard .date,.gmbrr.dark.mustard .relative-time-description,.gmbrr.dark.mustard .vicinity,.gmbrr.mustard .count,.gmbrr.mustard .date,.gmbrr.mustard .relative-time-description,.gmbrr.mustard .vicinity{color:#c1bfb6}.gmbrr.mustard .listing .rating .not,.gmbrr.mustard .rating .all-stars,.gmbrr.mustard .star.gray{color:rgba(199,193,172,.4)}.gmbrr.dark.mustard .listing .rating .not,.gmbrr.dark.mustard .rating .all-stars,.gmbrr.dark.mustard .star.gray{color:rgba(199,193,172,.3)}.gmbrr.tile.mustard .listing li{box-shadow:0 0 0 2px #e5c347 inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.mustard .listing li{box-shadow:0 0 0 2px #e5c347 inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.mustard .listing .text{box-shadow:0 0 0 2px #e5c347 inset}.gmbrr.carousel.mustard .navigation .bullet a{border-color:#DBB734}.gmbrr.dark.carousel.mustard .navigation .bullet a{border-color:rgba(229,195,71,.9)}.gmbrr.carousel.bullet-solid.mustard .navigation .bullet a{border-color:rgba(229,195,71,.45);box-shadow:0 0 0 .8rem rgba(229,195,71,.45) inset}.gmbrr.carousel.mustard .navigation .bullet a:hover{border-color:rgba(229,195,71,.9);box-shadow:0 0 0 .8rem rgba(229,195,71,.7) inset}.gmbrr.carousel.mustard .navigation .current.bullet a,.gmbrr.carousel.mustard .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #e5c347 inset;background-color:#e5c347}.gmbrr.carousel.bullet-solid.mustard .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(229,195,71,.7) inset}.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet a{color:rgba(229,195,71,.4);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet.current a:hover{color:#e5c347;background-color:inherit;box-shadow:none}.gmbrr.dark.bubble.mustard .listing .text{box-shadow:0 0 0 2px #ffdb58 inset}.gmbrr.bubble.mustard .listing .arrow.arrow-up,.gmbrr.bubble.fill.mustard .listing .text::before,.gmbrr.bubble.mustard .listing .text::before{border-top-color:transparent;border-bottom-color:#e5c347}.gmbrr.dark.bubble.mustard .listing .arrow.arrow-up,.gmbrr.dark.bubble.fill.mustard .listing .text::before,.gmbrr.dark.bubble.mustard .listing .text::before{border-top-color:transparent;border-bottom-color:#ffdb58}.gmbrr.bubble.mustard .listing .arrow.arrow-down,.gmbrr.bubble.fill.mustard .listing .text-first .text::after,.gmbrr.bubble.mustard .listing .text-first .text::after{border-top-color:#e5c347;border-bottom-color:transparent}.gmbrr.dark.bubble.mustard .listing .arrow.arrow-down,.gmbrr.dark.bubble.fill.mustard .listing .text-first .text::after,.gmbrr.dark.bubble.mustard .listing .text-first .text::after{border-top-color:#ffdb58;border-bottom-color:transparent}.gmbrr.bubble.fill.mustard .listing .text{background-color:#e5c347}.gmbrr.dark.bubble.fill.mustard .listing .text{background-color:#ffdb58}.gmbrr.dark.forest .heading{color:#68a863}.gmbrr.forest .heading,.gmbrr.forest .listing .rating,.gmbrr.forest .listing a,.gmbrr.forest .rating,.gmbrr.forest .rating .star,.gmbrr.forest a{color:#347235}.gmbrr.dark.forest .listing .rating,.gmbrr.dark.forest .listing a,.gmbrr.dark.forest .rating,.gmbrr.dark.forest .rating .star,.gmbrr.dark.forest a{color:#68a863}.gmbrr.forest .count,.gmbrr.forest .date,.gmbrr.forest .relative-time-description,.gmbrr.forest .vicinity{color:#8e9a8e}.gmbrr.dark.forest .count,.gmbrr.dark.forest .date,.gmbrr.dark.forest .relative-time-description,.gmbrr.dark.forest .vicinity{color:#98a298}.gmbrr.forest .listing .rating .not,.gmbrr.forest .rating .all-stars,.gmbrr.forest .star.gray{color:rgba(141,162,142,.7)}.gmbrr.dark.forest .listing .rating .not,.gmbrr.dark.forest .rating .all-stars,.gmbrr.dark.forest .star.gray{color:rgba(141,162,142,.5)}.gmbrr.tile.forest .listing li{box-shadow:0 0 0 2px #347235 inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.forest .listing li{box-shadow:0 0 0 2px #347235 inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.forest .listing .text{box-shadow:0 0 0 2px #347235 inset}.gmbrr.carousel.forest .navigation .bullet a{border-color:#347235}.gmbrr.dark.carousel.forest .navigation .bullet a{border-color:rgba(141,162,142,.9)}.gmbrr.carousel.bullet-solid.forest .navigation .bullet a{border-color:rgba(141,162,142,.45);box-shadow:0 0 0 .8rem rgba(141,162,142,.45) inset}.gmbrr.carousel.forest .navigation .bullet a:hover{border-color:rgba(141,162,142,.9);box-shadow:0 0 0 .8rem rgba(141,162,142,.7) inset}.gmbrr.carousel.forest .navigation .current.bullet a,.gmbrr.carousel.forest .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #347235 inset;background-color:#347235}.gmbrr.carousel.bullet-solid.forest .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(141,162,142,.7) inset}.gmbrr.carousel.bullet-symbol.forest .navigation .bullet a{color:rgba(141,162,142,.35);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.forest .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.forest .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.forest .navigation .bullet.current a:hover{color:#347235;background-color:inherit;box-shadow:none}.gmbrr.dark.bubble.forest .listing .text{box-shadow:0 0 0 2px #68a863 inset}.gmbrr.bubble.forest .listing .arrow.arrow-up,.gmbrr.bubble.fill.forest .listing .text::before,.gmbrr.bubble.forest .listing .text::before{border-top-color:transparent;border-bottom-color:#347235}.gmbrr.dark.bubble.forest .listing .arrow.arrow-up,.gmbrr.dark.bubble.fill.forest .listing .text::before,.gmbrr.dark.bubble.forest .listing .text::before{border-top-color:transparent;border-bottom-color:#68a863}.gmbrr.bubble.forest .listing .arrow.arrow-down,.gmbrr.bubble.fill.forest .listing .text-first .text::after,.gmbrr.bubble.forest .listing .text-first .text::after{border-top-color:#347235;border-bottom-color:transparent}.gmbrr.dark.bubble.forest .listing .arrow.arrow-down,.gmbrr.dark.bubble.fill.forest .listing .text-first .text::after,.gmbrr.dark.bubble.forest .listing .text-first .text::after{border-top-color:#68a863;border-bottom-color:transparent}.gmbrr.bubble.fill.forest .listing .text{background-color:#347235}.gmbrr.dark.bubble.fill.forest .listing .text{background-color:#68a863}.gmbrr.dark.turquoise .heading{color:#43c6db}.gmbrr.turquoise .heading,.gmbrr.turquoise .listing .rating,.gmbrr.turquoise .listing a,.gmbrr.turquoise .rating,.gmbrr.turquoise .rating .star,.gmbrr.turquoise a{color:#14b1cb}.gmbrr.dark.turquoise .listing .rating,.gmbrr.dark.turquoise .listing a,.gmbrr.dark.turquoise .rating,.gmbrr.dark.turquoise .rating .star,.gmbrr.dark.turquoise a{color:#43c6db}.gmbrr.turquoise .count,.gmbrr.turquoise .date,.gmbrr.turquoise .relative-time-description,.gmbrr.turquoise .vicinity{color:#92a4a7}.gmbrr.dark.turquoise .count,.gmbrr.dark.turquoise .date,.gmbrr.dark.turquoise .relative-time-description,.gmbrr.dark.turquoise .vicinity{color:#a6b8bb}.gmbrr.turquoise .listing .rating .not,.gmbrr.turquoise .rating .all-stars,.gmbrr.turquoise .star.gray{color:rgba(159,176,179,.7)}.gmbrr.dark.turquoise .listing .rating .not,.gmbrr.dark.turquoise .rating .all-stars,.gmbrr.dark.turquoise .star.gray{color:rgba(159,176,179,.5)}.gmbrr.tile.turquoise .listing li{box-shadow:0 0 0 2px #14b1cb inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.turquoise .listing li{box-shadow:0 0 0 2px #14b1cb inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.turquoise .listing .text{box-shadow:0 0 0 2px #14b1cb inset}.gmbrr.carousel.turquoise .navigation .bullet a{border-color:#14b1cb}.gmbrr.dark.carousel.turquoise .navigation .bullet a{border-color:rgba(20,177,203,.9)}.gmbrr.carousel.bullet-solid.turquoise .navigation .bullet a{border-color:rgba(20,177,203,.45);box-shadow:0 0 0 .8rem rgba(20,177,203,.45) inset}.gmbrr.carousel.turquoise .navigation .bullet a:hover{border-color:rgba(20,177,203,.9);box-shadow:0 0 0 .8rem rgba(20,177,203,.7) inset}.gmbrr.carousel.turquoise .navigation .current.bullet a,.gmbrr.carousel.turquoise .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #14b1cb inset;background-color:#14b1cb}.gmbrr.carousel.bullet-solid.turquoise .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(20,177,203,.7) inset}.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet a{color:rgba(20,177,203,.45);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet.current a:hover{color:#14b1cb;background-color:inherit;box-shadow:none}.gmbrr.dark.bubble.turquoise .listing .text{box-shadow:0 0 0 2px #43c6db inset}.gmbrr.bubble.turquoise .listing .arrow.arrow-up,.gmbrr.bubble.fill.turquoise .listing .text::before,.gmbrr.bubble.turquoise .listing .text::before{border-top-color:transparent;border-bottom-color:#14b1cb}.gmbrr.dark.bubble.turquoise .listing .arrow.arrow-up,.gmbrr.dark.bubble.fill.turquoise .listing .text::before,.gmbrr.dark.bubble.turquoise .listing .text::before{border-top-color:transparent;border-bottom-color:#43c6db}.gmbrr.bubble.turquoise .listing .arrow.arrow-down,.gmbrr.bubble.fill.turquoise .listing .text-first .text::after,.gmbrr.bubble.turquoise .listing .text-first .text::after{border-top-color:#14b1cb;border-bottom-color:transparent}.gmbrr.dark.bubble.turquoise .listing .arrow.arrow-down,.gmbrr.dark.bubble.fill.turquoise .listing .text-first .text::after,.gmbrr.dark.bubble.turquoise .listing .text-first .text::after{border-top-color:#43c6db;border-bottom-color:transparent}.gmbrr.bubble.fill.turquoise .listing .text{background-color:#14b1cb}.gmbrr.dark.bubble.fill.turquoise .listing .text{background-color:#43c6db}.gmbrr.dark.ocean .heading{color:#507ee7}.gmbrr.ocean .heading,.gmbrr.ocean .listing .rating,.gmbrr.ocean .listing a,.gmbrr.ocean .rating,.gmbrr.ocean .rating .star,.gmbrr.ocean a{color:#2b65ec}.gmbrr.dark.ocean .listing .rating,.gmbrr.dark.ocean .listing a,.gmbrr.dark.ocean .rating,.gmbrr.dark.ocean .rating .star,.gmbrr.dark.ocean a{color:#507ee7}.gmbrr.ocean .count,.gmbrr.ocean .date,.gmbrr.ocean .relative-time-description,.gmbrr.ocean .vicinity{color:#92969f}.gmbrr.dark.ocean .count,.gmbrr.dark.ocean .date,.gmbrr.dark.ocean .relative-time-description,.gmbrr.dark.ocean .vicinity{color:#b0b2b8}.gmbrr.ocean .listing .rating .not,.gmbrr.ocean .rating .all-stars,.gmbrr.ocean .star.gray{color:rgba(168,171,179,.7)}.gmbrr.dark.ocean .listing .rating .not,.gmbrr.dark.ocean .rating .all-stars,.gmbrr.dark.ocean .star.gray{color:rgba(168,171,179,.5)}.gmbrr.tile.ocean .listing li{box-shadow:0 0 0 2px #2b65ec inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.ocean .listing li{box-shadow:0 0 0 2px #2b65ec inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.ocean .listing .text{box-shadow:0 0 0 2px #2b65ec inset}.gmbrr.carousel.ocean .navigation .bullet a{border-color:#2b65ec}.gmbrr.dark.carousel.ocean .navigation .bullet a{border-color:rgba(43,101,236,.9)}.gmbrr.carousel.bullet-solid.ocean .navigation .bullet a{border-color:rgba(43,101,236,.45);box-shadow:0 0 0 .8rem rgba(43,101,236,.45) inset}.gmbrr.carousel.ocean .navigation .bullet a:hover{border-color:rgba(43,101,236,.9);box-shadow:0 0 0 .8rem rgba(43,101,236,.7) inset}.gmbrr.carousel.ocean .navigation .current.bullet a,.gmbrr.carousel.ocean .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #2b65ec inset;background-color:#2b65ec}.gmbrr.carousel.bullet-solid.ocean .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(43,101,236,.7) inset}.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet a{color:rgba(43,101,236,.4);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet.current a:hover{color:#2b65ec;background-color:inherit;box-shadow:none}.gmbrr.dark.bubble.ocean .listing .text{box-shadow:0 0 0 2px #507ee7 inset}.gmbrr.bubble.ocean .listing .arrow.arrow-up,.gmbrr.bubble.fill.ocean .listing .text::before,.gmbrr.bubble.ocean .listing .text::before{border-top-color:transparent;border-bottom-color:#2b65ec}.gmbrr.dark.bubble.ocean .listing .arrow.arrow-up,.gmbrr.dark.bubble.fill.ocean .listing .text::before,.gmbrr.dark.bubble.ocean .listing .text::before{border-top-color:transparent;border-bottom-color:#507ee7}.gmbrr.bubble.ocean .listing .arrow.arrow-down,.gmbrr.bubble.fill.ocean .listing .text-first .text::after,.gmbrr.bubble.ocean .listing .text-first .text::after{border-top-color:#2b65ec;border-bottom-color:transparent}.gmbrr.dark.bubble.ocean .listing .arrow.arrow-down,.gmbrr.dark.bubble.fill.ocean .listing .text-first .text::after,.gmbrr.dark.bubble.ocean .listing .text-first .text::after{border-top-color:#507ee7;border-bottom-color:transparent}.gmbrr.bubble.fill.ocean .listing .text{background-color:#2b65ec}.gmbrr.dark.bubble.fill.ocean .listing .text{background-color:#507ee7}.gmbrr.dark.amethyst .heading{color:#8a49e8}.gmbrr.amethyst .heading,.gmbrr.amethyst .listing .rating,.gmbrr.amethyst .listing a,.gmbrr.amethyst .rating,.gmbrr.amethyst .rating .star,.gmbrr.amethyst a{color:#6c2dc7}.gmbrr.dark.amethyst .listing .rating,.gmbrr.dark.amethyst .listing a,.gmbrr.dark.amethyst .rating,.gmbrr.dark.amethyst .rating .star,.gmbrr.dark.amethyst a{color:#8a49e8}.gmbrr.amethyst .count,.gmbrr.amethyst .date,.gmbrr.amethyst .relative-time-description,.gmbrr.amethyst .vicinity{color:#8e8a94}.gmbrr.dark.amethyst .count,.gmbrr.dark.amethyst .date,.gmbrr.dark.amethyst .relative-time-description,.gmbrr.dark.amethyst .vicinity{color:#b2a9c0}.gmbrr.amethyst .listing .rating .not,.gmbrr.amethyst .rating .all-stars,.gmbrr.amethyst .star.gray{color:rgba(158,150,171,.7)}.gmbrr.dark.amethyst .listing .rating .not,.gmbrr.dark.amethyst .rating .all-stars,.gmbrr.dark.amethyst .star.gray{color:rgba(158,150,171,.5)}.gmbrr.tile.amethyst .listing li{box-shadow:0 0 0 2px #6c2dc7 inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.amethyst .listing li{box-shadow:0 0 0 2px #6c2dc7 inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.amethyst .listing .text{box-shadow:0 0 0 2px #6c2dc7 inset}.gmbrr.carousel.amethyst .navigation .bullet a{border-color:#6c2dc7}.gmbrr.dark.carousel.amethyst .navigation .bullet a{border-color:rgba(108,45,199,.9)}.gmbrr.carousel.bullet-solid.amethyst .navigation .bullet a{border-color:rgba(108,45,199,.45);box-shadow:0 0 0 .8rem rgba(108,45,199,.45) inset}.gmbrr.carousel.amethyst .navigation .bullet a:hover{border-color:rgba(108,45,199,.9);box-shadow:0 0 0 .8rem rgba(108,45,199,.7) inset}.gmbrr.carousel.amethyst .navigation .current.bullet a,.gmbrr.carousel.amethyst .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #6c2dc7 inset;background-color:#6c2dc7}.gmbrr.carousel.bullet-solid.amethyst .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(108,45,199,.7) inset}.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet a{color:rgba(108,45,199,.4);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet.current a:hover{color:#6c2dc7;background-color:inherit;box-shadow:none}.gmbrr.dark.bubble.amethyst .listing .text{box-shadow:0 0 0 2px #8a49e8 inset}.gmbrr.bubble.amethyst .listing .arrow.arrow-up,.gmbrr.bubble.amethyst .listing .text::before,.gmbrr.bubble.fill.amethyst .listing .text::before{border-top-color:transparent;border-bottom-color:#6c2dc7}.gmbrr.dark.bubble.amethyst .listing .arrow.arrow-up,.gmbrr.dark.bubble.amethyst .listing .text::before,.gmbrr.dark.bubble.fill.amethyst .listing .text::before{border-top-color:transparent;border-bottom-color:#8a49e8}.gmbrr.bubble.amethyst .listing .arrow.arrow-down,.gmbrr.bubble.amethyst .listing .text-first .text::after,.gmbrr.bubble.fill.amethyst .listing .text-first .text::after{border-top-color:#6c2dc7;border-bottom-color:transparent}.gmbrr.dark.bubble.amethyst .listing .arrow.arrow-down,.gmbrr.dark.bubble.amethyst .listing .text-first .text::after,.gmbrr.dark.bubble.fill.amethyst .listing .text-first .text::after{border-top-color:#8a49e8;border-bottom-color:transparent}.gmbrr.bubble.fill.amethyst .listing .text{background-color:#6c2dc7}.gmbrr.dark.bubble.fill.amethyst .listing .text{background-color:#8a49e8}.gmbrr.dark.magenta .heading,.gmbrr.dark.magenta .listing .rating,.gmbrr.dark.magenta .listing a,.gmbrr.dark.magenta .rating,.gmbrr.dark.magenta .rating .star,.gmbrr.dark.magenta a,.gmbrr.magenta .heading,.gmbrr.magenta .listing .rating,.gmbrr.magenta .listing a,.gmbrr.magenta .rating,.gmbrr.magenta .rating .star,.gmbrr.magenta a{color:#d5008b}.gmbrr.magenta .count,.gmbrr.magenta .date,.gmbrr.magenta .relative-time-description,.gmbrr.magenta .vicinity{color:#988f95}.gmbrr.dark.magenta .count,.gmbrr.dark.magenta .date,.gmbrr.dark.magenta .relative-time-description,.gmbrr.dark.magenta .vicinity{color:#ab98a4}.gmbrr.magenta .listing .rating .not,.gmbrr.magenta .rating .all-stars,.gmbrr.magenta .star.gray{color:rgba(176,164,172,.7)}.gmbrr.dark.magenta .listing .rating .not,.gmbrr.dark.magenta .rating .all-stars,.gmbrr.dark.magenta .star.gray{color:rgba(176,164,172,.5)}.gmbrr.tile.magenta .listing li{box-shadow:0 0 0 2px #d5008b inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.magenta .listing li{box-shadow:0 0 0 2px #d5008b inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.magenta .listing .text,.gmbrr.dark.bubble.magenta .listing .text{box-shadow:0 0 0 2px #d5008b inset}.gmbrr.carousel.magenta .navigation .bullet a{border-color:#d5008b}.gmbrr.dark.carousel.magenta .navigation .bullet a{border-color:rgba(213,0,139,.9)}.gmbrr.carousel.bullet-solid.magenta .navigation .bullet a{border-color:rgba(213,0,139,.45);box-shadow:0 0 0 .8rem rgba(213,0,139,.45) inset}.gmbrr.carousel.magenta .navigation .bullet a:hover{border-color:rgba(213,0,139,.9);box-shadow:0 0 0 .8rem rgba(213,0,139,.7) inset}.gmbrr.carousel.magenta .navigation .current.bullet a,.gmbrr.carousel.magenta .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #d5008b inset;background-color:#d5008b}.gmbrr.carousel.bullet-solid.magenta .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(213,0,139,.7) inset}.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet a{color:rgba(213,0,139,.4);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet.current a:hover{color:#d5008b;background-color:inherit;box-shadow:none}.gmbrr.bubble.magenta .listing .arrow.arrow-up,.gmbrr.bubble.fill.magenta .listing .text::before,.gmbrr.bubble.magenta .listing .text::before,.gmbrr.dark.bubble.fill.magenta .listing .text::before,.gmbrr.dark.bubble.magenta .listing .text::before{border-top-color:transparent;border-bottom-color:#d5008b}.gmbrr.bubble.magenta .listing .arrow.arrow-down,.gmbrr.bubble.fill.magenta .listing .text-first .text::after,.gmbrr.bubble.magenta .listing .text-first .text::after,.gmbrr.dark.bubble.fill.magenta .listing .text-first .text::after,.gmbrr.dark.bubble.magenta .listing .text-first .text::after{border-top-color:#d5008b;border-bottom-color:transparent}.gmbrr.bubble.fill.magenta .listing .text,.gmbrr.dark.bubble.fill.magenta .listing .text{background-color:#d5008b}.gmbrr.dark.slate .heading{color:#8290a0}.gmbrr.slate .heading,.gmbrr.slate .listing .rating,.gmbrr.slate .listing a,.gmbrr.slate .rating,.gmbrr.slate .rating .star,.gmbrr.slate a{color:#657383}.gmbrr.dark.slate .listing .rating,.gmbrr.dark.slate .listing a,.gmbrr.dark.slate .rating,.gmbrr.dark.slate .rating .star,.gmbrr.dark.slate a{color:#8290a0}.gmbrr.slate .count,.gmbrr.slate .date,.gmbrr.slate .relative-time-description,.gmbrr.slate .vicinity{color:#9c9c9c}.gmbrr.dark.slate .count,.gmbrr.dark.slate .date,.gmbrr.dark.slate .relative-time-description,.gmbrr.dark.slate .vicinity{color:#969696}.gmbrr.slate .listing .rating .not,.gmbrr.slate .rating .all-stars,.gmbrr.slate .star.gray{color:rgba(162,162,162,.7)}.gmbrr.dark.slate .listing .rating .not,.gmbrr.dark.slate .rating .all-stars,.gmbrr.dark.slate .star.gray{color:rgba(193,193,193,.35)}.gmbrr.tile.slate .listing li{box-shadow:0 0 0 2px #657383 inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.slate .listing li{box-shadow:0 0 0 2px #657383 inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.slate .listing .text{box-shadow:0 0 0 2px #657383 inset}.gmbrr.carousel.slate .navigation .bullet a{border-color:#657383}.gmbrr.dark.carousel.slate .navigation .bullet a{border-color:rgba(101,115,131,.9)}.gmbrr.carousel.bullet-solid.slate .navigation .bullet a{border-color:rgba(101,115,131,.45);box-shadow:0 0 0 .8rem rgba(101,115,131,.45) inset}.gmbrr.carousel.slate .navigation .bullet a:hover{border-color:rgba(101,115,131,.9);box-shadow:0 0 0 .8rem rgba(101,115,131,.7) inset}.gmbrr.carousel.slate .navigation .current.bullet a,.gmbrr.carousel.slate .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #657383 inset;background-color:#657383}.gmbrr.carousel.bullet-solid.slate .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(101,115,131,.7) inset}.gmbrr.carousel.bullet-symbol.slate .navigation .bullet a{color:rgba(101,115,131,.4);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.slate .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.slate .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.slate .navigation .bullet.current a:hover{color:#657383;background-color:inherit;box-shadow:none}.gmbrr.dark.bubble.slate .listing .text{box-shadow:0 0 0 2px #8290a0 inset}.gmbrr.bubble.slate .listing .arrow.arrow-up,.gmbrr.bubble.fill.slate .listing .text::before,.gmbrr.bubble.slate .listing .text::before{border-top-color:transparent;border-bottom-color:#657383}.gmbrr.dark.bubble.slate .listing .arrow.arrow-up,.gmbrr.dark.bubble.fill.slate .listing .text::before,.gmbrr.dark.bubble.slate .listing .text::before{border-top-color:transparent;border-bottom-color:#8290a0}.gmbrr.bubble.slate .listing .arrow.arrow-down,.gmbrr.bubble.fill.slate .listing .text-first .text::after,.gmbrr.bubble.slate .listing .text-first .text::after{border-top-color:#657383;border-bottom-color:transparent}.gmbrr.dark.bubble.slate .listing .arrow.arrow-down,.gmbrr.dark.bubble.fill.slate .listing .text-first .text::after,.gmbrr.dark.bubble.slate .listing .text-first .text::after{border-top-color:#8290a0;border-bottom-color:transparent}.gmbrr.bubble.fill.slate .listing .text{background-color:#657383}.gmbrr.dark.bubble.fill.slate .listing .text{background-color:#8290a0}.gmbrr.dark.carbon .heading{color:#838282}.gmbrr.carbon .heading,.gmbrr.carbon .listing .rating,.gmbrr.carbon .listing a,.gmbrr.carbon .rating,.gmbrr.carbon .rating .star,.gmbrr.carbon a{color:#625d5d}.gmbrr.dark.carbon .listing .rating,.gmbrr.dark.carbon .listing a,.gmbrr.dark.carbon .rating,.gmbrr.dark.carbon .rating .star,.gmbrr.dark.carbon a{color:#838282}.gmbrr.carbon .count,.gmbrr.carbon .date,.gmbrr.carbon .relative-time-description,.gmbrr.carbon .vicinity{color:silver}.gmbrr.dark.carbon .count,.gmbrr.dark.carbon .date,.gmbrr.dark.carbon .relative-time-description,.gmbrr.dark.carbon .vicinity{color:#838181}.gmbrr.carbon .listing .rating .not,.gmbrr.carbon .rating .all-stars,.gmbrr.carbon .star.gray{color:rgba(98,93,93,.3)}.gmbrr.dark.carbon .listing .rating .not,.gmbrr.dark.carbon .rating .all-stars,.gmbrr.dark.carbon .star.gray{color:rgba(95,95,95,.7)}.gmbrr.tile.carbon .listing li{box-shadow:0 0 0 2px #625d5d inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.carbon .listing li{box-shadow:0 0 0 2px #625d5d inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.carbon .listing .text{box-shadow:0 0 0 2px #625d5d inset}.gmbrr.carousel.carbon .navigation .bullet a{border-color:#625d5d}.gmbrr.dark.carousel.carbon .navigation .bullet a{border-color:rgba(98,93,93,.9)}.gmbrr.carousel.bullet-solid.carbon .navigation .bullet a{border-color:rgba(98,93,93,.45);box-shadow:0 0 0 .8rem rgba(98,93,93,.45) inset}.gmbrr.carousel.carbon .navigation .bullet a:hover{border-color:rgba(98,93,93,.9);box-shadow:0 0 0 .8rem rgba(98,93,93,.7) inset}.gmbrr.carousel.carbon .navigation .current.bullet a,.gmbrr.carousel.carbon .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #625d5d inset;background-color:#625d5d}.gmbrr.carousel.bullet-solid.carbon .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(98,93,93,.7) inset}.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet a{color:rgba(98,93,93,.4);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet.current a:hover{color:#625d5d;background-color:inherit;box-shadow:none}.gmbrr.dark.bubble.carbon .listing .text{box-shadow:0 0 0 2px #838282 inset}.gmbrr.bubble.carbon .listing .arrow.arrow-up,.gmbrr.bubble.carbon .listing .text::before,.gmbrr.bubble.fill.carbon .listing .text::before{border-top-color:transparent;border-bottom-color:#625d5d}.gmbrr.dark.bubble.carbon .listing .arrow.arrow-up,.gmbrr.dark.bubble.carbon .listing .text::before,.gmbrr.dark.bubble.fill.carbon .listing .text::before{border-top-color:transparent;border-bottom-color:#838282}.gmbrr.bubble.carbon .listing .arrow.arrow-down,.gmbrr.bubble.carbon .listing .text-first .text::after,.gmbrr.bubble.fill.carbon .listing .text-first .text::after{border-top-color:#625d5d;border-bottom-color:transparent}.gmbrr.dark.bubble.carbon .listing .arrow.arrow-down,.gmbrr.dark.bubble.carbon .listing .text-first .text::after,.gmbrr.dark.bubble.fill.carbon .listing .text-first .text::after{border-top-color:#838282;border-bottom-color:transparent}.gmbrr.bubble.fill.carbon .listing .text{background-color:#625d5d}.gmbrr.dark.bubble.fill.carbon .listing .text{background-color:#838282}.gmbrr.dark.copper .heading{color:#c58447}.gmbrr.copper .heading,.gmbrr.copper .listing .rating,.gmbrr.copper .listing a,.gmbrr.copper .rating,.gmbrr.copper .rating .star,.gmbrr.copper a{color:#b87333}.gmbrr.dark.copper .listing .rating,.gmbrr.dark.copper .listing a,.gmbrr.dark.copper .rating,.gmbrr.dark.copper .rating .star,.gmbrr.dark.copper a{color:#c58447}.gmbrr.copper .count,.gmbrr.copper .date,.gmbrr.copper .relative-time-description,.gmbrr.copper .vicinity{color:silver}.gmbrr.dark.copper .count,.gmbrr.dark.copper .date,.gmbrr.dark.copper .relative-time-description,.gmbrr.dark.copper .vicinity{color:#aca197}.gmbrr.copper .listing .rating .not,.gmbrr.copper .rating .all-stars,.gmbrr.copper .star.gray{color:rgba(98,93,93,.3)}.gmbrr.dark.copper .listing .rating .not,.gmbrr.dark.copper .rating .all-stars,.gmbrr.dark.copper .star.gray{color:rgba(95,95,95,.7)}.gmbrr.tile.copper .listing li{box-shadow:0 0 0 2px #b87333 inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.copper .listing li{box-shadow:0 0 0 2px #b87333 inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.copper .listing .text{box-shadow:0 0 0 2px #b87333 inset}.gmbrr.carousel.copper .navigation .bullet a{border-color:#b87333}.gmbrr.dark.carousel.copper .navigation .bullet a{border-color:rgba(184,115,51,.9)}.gmbrr.carousel.bullet-solid.copper .navigation .bullet a{border-color:rgba(184,115,51,.45);box-shadow:0 0 0 .8rem rgba(184,115,51,.45) inset}.gmbrr.carousel.copper .navigation .bullet a:hover{border-color:rgba(184,115,51,.9);box-shadow:0 0 0 .8rem rgba(184,115,51,.7) inset}.gmbrr.carousel.copper .navigation .current.bullet a,.gmbrr.carousel.copper .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #b87333 inset;background-color:#b87333}.gmbrr.carousel.bullet-solid.copper .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(184,115,51,.7) inset}.gmbrr.carousel.bullet-symbol.copper .navigation .bullet a{color:rgba(184,115,51,.4);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.copper .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.copper .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.copper .navigation .bullet.current a:hover{color:#b87333;background-color:inherit;box-shadow:none}.gmbrr.dark.bubble.copper .listing .text{box-shadow:0 0 0 2px #c58447 inset}.gmbrr.bubble.copper .listing .arrow.arrow-up,.gmbrr.bubble.copper .listing .text::before,.gmbrr.bubble.fill.copper .listing .text::before{border-top-color:transparent;border-bottom-color:#b87333}.gmbrr.dark.bubble.copper .listing .arrow.arrow-up,.gmbrr.dark.bubble.copper .listing .text::before,.gmbrr.dark.bubble.fill.copper .listing .text::before{border-top-color:transparent;border-bottom-color:#c58447}.gmbrr.bubble.copper .listing .arrow.arrow-down,.gmbrr.bubble.copper .listing .text-first .text::after,.gmbrr.bubble.fill.copper .listing .text-first .text::after{border-top-color:#b87333;border-bottom-color:transparent}.gmbrr.dark.bubble.copper .listing .arrow.arrow-down,.gmbrr.dark.bubble.copper .listing .text-first .text::after,.gmbrr.dark.bubble.fill.copper .listing .text-first .text::after{border-top-color:#c58447;border-bottom-color:transparent}.gmbrr.bubble.fill.copper .listing .text{background-color:#b87333}.gmbrr.dark.bubble.fill.copper .listing .text{background-color:#c58447}.gmbrr.dark.coffee .heading{color:#9f7f69}.gmbrr.coffee .heading,.gmbrr.coffee .listing .rating,.gmbrr.coffee .listing a,.gmbrr.coffee .rating,.gmbrr.coffee .rating .star,.gmbrr.coffee a{color:#6f4e37}.gmbrr.dark.coffee .listing .rating,.gmbrr.dark.coffee .listing a,.gmbrr.dark.coffee .rating,.gmbrr.dark.coffee .rating .star,.gmbrr.dark.coffee a{color:#9f7f69}.gmbrr.coffee .count,.gmbrr.coffee .date,.gmbrr.coffee .relative-time-description,.gmbrr.coffee .vicinity{color:silver}.gmbrr.dark.coffee .count,.gmbrr.dark.coffee .date,.gmbrr.dark.coffee .relative-time-description,.gmbrr.dark.coffee .vicinity{color:#a29c99}.gmbrr.coffee .listing .rating .not,.gmbrr.coffee .rating .all-stars,.gmbrr.coffee .star.gray{color:rgba(98,93,93,.3)}.gmbrr.dark.coffee .listing .rating .not,.gmbrr.dark.coffee .rating .all-stars,.gmbrr.dark.coffee .star.gray{color:rgba(95,95,95,.7)}.gmbrr.tile.coffee .listing li{box-shadow:0 0 0 2px #6f4e37 inset,0 4px 2px 1px rgba(128,128,128,.1)}.gmbrr.dark.tile.coffee .listing li{box-shadow:0 0 0 2px #6f4e37 inset,0 4px 2px 1px rgba(196,196,196,.05)}.gmbrr.bubble.coffee .listing .text{box-shadow:0 0 0 2px #6f4e37 inset}.gmbrr.carousel.coffee .navigation .bullet a{border-color:#6f4e37}.gmbrr.dark.carousel.coffee .navigation .bullet a{border-color:rgba(111,78,55,.9)}.gmbrr.carousel.bullet-solid.coffee .navigation .bullet a{border-color:rgba(111,78,55,.45);box-shadow:0 0 0 .8rem rgba(111,78,55,.45) inset}.gmbrr.carousel.coffee .navigation .bullet a:hover{border-color:rgba(111,78,55,.9);box-shadow:0 0 0 .8rem rgba(111,78,55,.7) inset}.gmbrr.carousel.coffee .navigation .current.bullet a,.gmbrr.carousel.coffee .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #6f4e37 inset;background-color:#6f4e37}.gmbrr.carousel.bullet-solid.coffee .navigation .bullet a:hover{box-shadow:0 0 0 .8rem rgba(111,78,55,.7) inset}.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet a{color:rgba(111,78,55,.4);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet.current a:hover{color:#6f4e37;background-color:inherit;box-shadow:none}.gmbrr.dark.bubble.coffee .listing .text{box-shadow:0 0 0 2px #9f7f69 inset}.gmbrr.bubble.coffee .listing .arrow.arrow-up,.gmbrr.bubble.coffee .listing .text::before,.gmbrr.bubble.fill.coffee .listing .text::before{border-top-color:transparent;border-bottom-color:#6f4e37}.gmbrr.dark.bubble.coffee .listing .arrow.arrow-up,.gmbrr.dark.bubble.coffee .listing .text::before,.gmbrr.dark.bubble.fill.coffee .listing .text::before{border-top-color:transparent;border-bottom-color:#9f7f69}.gmbrr.bubble.coffee .listing .arrow.arrow-down,.gmbrr.bubble.coffee .listing .text-first .text::after,.gmbrr.bubble.fill.coffee .listing .text-first .text::after{border-top-color:#6f4e37;border-bottom-color:transparent}.gmbrr.dark.bubble.coffee .listing .arrow.arrow-down,.gmbrr.dark.bubble.coffee .listing .text-first .text::after,.gmbrr.dark.bubble.fill.coffee .listing .text-first .text::after{border-top-color:#9f7f69;border-bottom-color:transparent}.gmbrr.bubble.fill.coffee .listing .text{background-color:#6f4e37}.gmbrr.dark.bubble.fill.coffee .listing .text{background-color:#9f7f69}.gmbrr.fill.contrast .listing .text{background:#161616}.gmbrr.dark.fill.contrast .listing .text{background:#fff}.gmbrr.carousel.bullet-solid.contrast .navigation .bullet a{border-color:rgba(130,130,130,.45);box-shadow:0 0 0 .8rem rgba(130,130,130,.45) inset}.gmbrr.carousel.contrast .navigation .bullet a:hover,.gmbrr.carousel.contrast .navigation .current.bullet a,.gmbrr.carousel.contrast .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #000 inset;background-color:#000}.gmbrr.dark.carousel.contrast .navigation .bullet a:hover,.gmbrr.dark.carousel.contrast .navigation .current.bullet a,.gmbrr.dark.carousel.contrast .navigation .current.bullet a:hover{box-shadow:0 0 0 .8rem #FFF inset;background-color:#FFF}.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a{color:rgba(135,135,135,.52);background-color:inherit;box-shadow:none}.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a:hover,.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a,.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover{background-color:inherit;box-shadow:none}.gmbrr .star,.gmbrr.stars-yellow .star{display:inline-block;width:.8em;height:.7667em;background:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8 + Cjwvc3ZnPg==") 0 0/100% no-repeat}.gmbrr.stars-orange .star{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8 + Cjwvc3ZnPg==")}.rtl .gmbrr .star{transform:scale(-1,1)}.gmbrr .star+.star{margin-inline-start:.05em}.gmbrr .animate .stars-gray{position:relative}.gmbrr .animate .star{animation:google-business-reviews-rating-star 3s 0.5s ease-in-out 1;animation-fill-mode:backwards;transform-origin:33% 50%}.rtl .gmbrr .animate .star{transform-origin:50% 50%}.gmbrr .animate .star:nth-child(1){animation-duration:3s;animation-delay:0.5s}.gmbrr .animate .star:nth-child(2){animation-duration:2.8s;animation-delay:0.9s}.gmbrr .animate .star:nth-child(3){animation-duration:2.6s;animation-delay:1.3s}.gmbrr .animate .star:nth-child(4){animation-duration:2.4s;animation-delay:1.7s}.gmbrr .animate .star:nth-child(5){animation-duration:2.2s;animation-delay:2.1s}.gmbrr .animate .star.gray:nth-child(2),.gmbrr .animate .star.gray:nth-child(3),.gmbrr .animate .star.gray:nth-child(4),.gmbrr .animate .star.gray:nth-child(5),.gmbrr .animate .star.grey:nth-child(2),.gmbrr .animate .star.grey:nth-child(3),.gmbrr .animate .star.grey:nth-child(4),.gmbrr .animate .star.grey:nth-child(5),.gmbrr .animate .star.split-10-90:nth-child(2),.gmbrr .animate .star.split-10-90:nth-child(3),.gmbrr .animate .star.split-10-90:nth-child(4),.gmbrr .animate .star.split-10-90:nth-child(5){animation:none}.gmbrr .star.split-90-10{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc +")}.gmbrr.dark .star.split-90-10{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc +")}.gmbrr.stars-orange .star.split-90-10{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRTc3MTFCIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc +")}.gmbrr .star.split-80-20{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDOUM5QzkiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=")}.gmbrr.dark .star.split-80-20{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNBNEE0QTQiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=")}.gmbrr.stars-orange .star.split-80-20{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDMUMxQzEiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRTc3MTFCIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=")}.gmbrr .star.split-70-30{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDOUM5QzkiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8 + CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNGN0I2MDMiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc +")}.gmbrr.dark .star.split-70-30{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNBNEE0QTQiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8 + CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNGN0I2MDMiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc +")}.gmbrr.stars-orange .star.split-70-30{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDMUMxQzEiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8 + CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNFNzcxMUIiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc +")}.gmbrr .star.split-60-40{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8 + CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc +")}.gmbrr.dark .star.split-60-40{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8 + CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc +")}.gmbrr.stars-orange .star.split-60-40{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8 + CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc +")}.gmbrr .star.split-50-50{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNDOUM5QzkiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=")}.gmbrr.dark .star.split-50-50{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNBNEE0QTQiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=")}.gmbrr.stars-orange .star.split-50-50{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNDMUMxQzEiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=")}.gmbrr .star.split-40-60{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8 + CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8 + Cjwvc3ZnPg==")}.gmbrr.dark .star.split-40-60{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8 + CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8 + Cjwvc3ZnPg==")}.gmbrr.stars-orange .star.split-40-60{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8 + CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8 + Cjwvc3ZnPg==")}.gmbrr .star.split-30-70{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgZmlsbD0iI0Y3QjYwMyI + CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c + CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc +")}.gmbrr.dark .star.split-30-70{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgZmlsbD0iI0Y3QjYwMyI + CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c + CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc +")}.gmbrr.stars-orange .star.split-30-70{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgZmlsbD0iI0U3NzExQiI + CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c + CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc +")}.gmbrr .star.split-20-80{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgZmlsbD0iI0Y3QjYwMyI + CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c + CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=")}.gmbrr.dark .star.split-20-80{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgZmlsbD0iI0Y3QjYwMyI + CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c + CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=")}.gmbrr.stars-orange .star.split-20-80{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPGcgZmlsbD0iI0U3NzExQiI + CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c + CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=")}.gmbrr .star.split-10-90{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8 + CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc +")}.gmbrr.dark .star.split-10-90{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8 + CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc +")}.gmbrr.stars-orange .star.split-10-90{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8 + CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc +")}.gmbrr .star.gray,.gmbrr .star.grey{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8 + Cjwvc3ZnPg==")}.gmbrr.dark .star.gray,.gmbrr.dark .star.grey{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8 + Cjwvc3ZnPg==")}.gmbrr.stars-orange .star.gray,.gmbrr.stars-orange .star.grey{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8 + Cjwvc3ZnPg==")}.gmbrr.dark .powered-by-google.light,.powered-by-google{display:inline-block;line-height:100%;width:143px;height:19px;background:url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJNYWluIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKd2lkdGg9IjE0Mi42MjNweCIgaGVpZ2h0PSIxOC42MTFweCIgdmlld0JveD0iMCAwIDE0Mi42MjMgMTguNjExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDIuNjIzIDE4LjYxMSIKeG1sOnNwYWNlPSJwcmVzZXJ2ZSI + CjxnPgo8cGF0aCBmaWxsPSIjRUE0MzM1IiBkPSJNMTEwLjI4MSw5Ljc5NGMwLDIuNjc4LTIuMDk1LDQuNjUxLTQuNjY1LDQuNjUxYy0yLjU3MSwwLTQuNjY1LTEuOTczLTQuNjY1LTQuNjUxCmMwLTIuNjk2LDIuMDk1LTQuNjUxLDQuNjY1LTQuNjUxQzEwOC4xODYsNS4xNDMsMTEwLjI4MSw3LjA5NywxMTAuMjgxLDkuNzk0eiBNMTA4LjIzOSw5Ljc5NGMwLTEuNjczLTEuMjE0LTIuODE4LTIuNjIzLTIuODE4CmMtMS40MDksMC0yLjYyMywxLjE0NS0yLjYyMywyLjgxOGMwLDEuNjU2LDEuMjE0LDIuODE4LDIuNjIzLDIuODE4QzEwNy4wMjUsMTIuNjEyLDEwOC4yMzksMTEuNDQ4LDEwOC4yMzksOS43OTR6Ii8 + CjxwYXRoIGZpbGw9IiNGQkJDMDUiIGQ9Ik0xMjAuMzQ1LDkuNzk0YzAsMi42NzgtMi4wOTUsNC42NTEtNC42NjUsNC42NTFzLTQuNjY1LTEuOTczLTQuNjY1LTQuNjUxYzAtMi42OTQsMi4wOTUtNC42NTEsNC42NjUtNC42NTEKUzEyMC4zNDUsNy4wOTcsMTIwLjM0NSw5Ljc5NHogTTExOC4zMDMsOS43OTRjMC0xLjY3My0xLjIxNC0yLjgxOC0yLjYyMy0yLjgxOGMtMS40MDksMC0yLjYyMywxLjE0NS0yLjYyMywyLjgxOApjMCwxLjY1NiwxLjIxNCwyLjgxOCwyLjYyMywyLjgxOEMxMTcuMDg5LDEyLjYxMiwxMTguMzAzLDExLjQ0OCwxMTguMzAzLDkuNzk0eiIvPgo8cGF0aCBmaWxsPSIjNDI4NUY0IiBkPSJNMTI5Ljk5LDUuNDI0djguMzQ5YzAsMy40MzQtMi4wMjUsNC44MzctNC40Miw0LjgzN2MtMi4yNTQsMC0zLjYxMS0xLjUwOC00LjEyMi0yLjc0bDEuNzc4LTAuNzQKYzAuMzE3LDAuNzU3LDEuMDkyLDEuNjUsMi4zNDIsMS42NWMxLjUzMywwLDIuNDgzLTAuOTQ2LDIuNDgzLTIuNzI2di0wLjY2OWgtMC4wNzFjLTAuNDU3LDAuNTY0LTEuMzM4LDEuMDU3LTIuNDQ5LDEuMDU3CmMtMi4zMjUsMC00LjQ1Ni0yLjAyNS00LjQ1Ni00LjYzMmMwLTIuNjI1LDIuMTMtNC42NjcsNC40NTYtNC42NjdjMS4xMDksMCwxLjk5LDAuNDkzLDIuNDQ5LDEuMDRoMC4wNzFWNS40MjZoMS45MzlWNS40MjR6Ck0xMjguMTk1LDkuODExYzAtMS42MzgtMS4wOTItMi44MzUtMi40ODMtMi44MzVjLTEuNDA5LDAtMi41ODksMS4xOTctMi41ODksMi44MzVjMCwxLjYyMSwxLjE4LDIuODAxLDIuNTg5LDIuODAxCkMxMjcuMTAzLDEyLjYxMiwxMjguMTk1LDExLjQzMSwxMjguMTk1LDkuODExeiIvPgo8cGF0aCBmaWxsPSIjMzRBODUzIiBkPSJNMTMzLjE4OCwwLjUzdjEzLjYyOWgtMS45OTJWMC41M0gxMzMuMTg4eiIvPgo8cGF0aCBmaWxsPSIjRUE0MzM1IiBkPSJNMTQwLjk1LDExLjMyNGwxLjU4NSwxLjA1N2MtMC41MTIsMC43NTctMS43NDQsMi4wNjEtMy44NzUsMi4wNjFjLTIuNjQyLDAtNC42MTUtMi4wNDItNC42MTUtNC42NTEKYzAtMi43NjYsMS45OS00LjY1MSw0LjM4Ni00LjY1MWMyLjQxMywwLDMuNTk0LDEuOTIxLDMuOTgsMi45NThsMC4yMTIsMC41MjhsLTYuMjE3LDIuNTc1YzAuNDc2LDAuOTMzLDEuMjE2LDEuNDA5LDIuMjU0LDEuNDA5CkMxMzkuNywxMi42MTIsMTQwLjQyMSwxMi4xLDE0MC45NSwxMS4zMjRMMTQwLjk1LDExLjMyNHogTTEzNi4wNzEsOS42NTFsNC4xNTYtMS43MjZjLTAuMjI5LTAuNTgxLTAuOTE2LTAuOTg1LTEuNzI2LTAuOTg1CkMxMzcuNDYzLDYuOTQsMTM2LjAxOCw3Ljg1NiwxMzYuMDcxLDkuNjUxeiIvPgo8cGF0aCBmaWxsPSIjNDI4NUY0IiBkPSJNOTMuNDExLDguNTg0VjYuNjExaDYuNjQ5YzAuMDY1LDAuMzQ0LDAuMDk5LDAuNzUxLDAuMDk5LDEuMTkxYzAsMS40OC0wLjQwNSwzLjMxMS0xLjcwOSw0LjYxNQpjLTEuMjY5LDEuMzIxLTIuODg5LDIuMDI1LTUuMDM2LDIuMDI1Yy0zLjk4LDAtNy4zMjYtMy4yNDItNy4zMjYtNy4yMjFTODkuNDMzLDAsOTMuNDEzLDBjMi4yMDIsMCwzLjc3LDAuODY0LDQuOTQ4LDEuOTkKbC0xLjM5MiwxLjM5MmMtMC44NDUtMC43OTMtMS45OS0xLjQwOS0zLjU1OC0xLjQwOWMtMi45MDYsMC01LjE3OSwyLjM0Mi01LjE3OSw1LjI0OHMyLjI3Myw1LjI0OCw1LjE3OSw1LjI0OApjMS44ODUsMCwyLjk1OC0wLjc1NywzLjY0Ni0xLjQ0NWMwLjU1OC0wLjU1OCwwLjkyNS0xLjM1NCwxLjA2OS0yLjQ0M0w5My40MTEsOC41ODR6Ii8 + CjxnPgo8Zz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTEuNDg2LDYuMzgydjEuMjg4aDAuMDMzQzIuMTksNi42NTcsMy4wODcsNi4xNTEsNC4yMSw2LjE1MWMxLjA3OSwwLDEuOTU0LDAuMzk5LDIuNjI1LDEuMTk3CmMwLjY3MSwwLjc5OCwxLjAwNywxLjc0OCwxLjAwNywyLjg0OGMwLDEuMTY3LTAuMzMsMi4xNTUtMC45OTEsMi45NjRjLTAuNjYsMC44MDktMS41NjMsMS4yMTQtMi43MDgsMS4yMTQKYy0wLjUyOCwwLTEuMDIxLTAuMTMyLTEuNDc4LTAuMzk2Yy0wLjQ1Ny0wLjI2NC0wLjgzOS0wLjYyMi0xLjE0OC0xLjA3M0gxLjQ4NnY0LjYzSDBWNi4zODJIMS40ODZ6IE0zLjg0NywxMy4wNTIKYzAuNzgxLDAsMS4zOTUtMC4yNywxLjg0MS0wLjgwOWMwLjQ0Ni0wLjUzOSwwLjY2OS0xLjIwNSwwLjY2OS0xLjk5OGMwLTAuNzgxLTAuMjI2LTEuNDM5LTAuNjc3LTEuOTczCkM1LjIyOCw3LjczOCw0LjYxNyw3LjQ3MSwzLjg0Nyw3LjQ3MWMtMC43MzgsMC0xLjMyOSwwLjI3Mi0xLjc3NSwwLjgxN3MtMC42NjksMS4xOTctMC42NjksMS45NTZjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODEKQzIuNTA0LDEyLjc3NywzLjA5OCwxMy4wNTIsMy44NDcsMTMuMDUyeiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNOS43OTksNy4zMzljMC43OTgtMC43OTIsMS43NzUtMS4xODksMi45MzEtMS4xODljMS4xNTYsMCwyLjEzMiwwLjM5NiwyLjkzMSwxLjE4OQpjMC43OTgsMC43OTMsMS4xOTcsMS43NjcsMS4xOTcsMi45MjJjMCwxLjE1Ni0wLjM5OSwyLjEzLTEuMTk3LDIuOTIyYy0wLjc5OCwwLjc5My0xLjc3NSwxLjE4OS0yLjkzMSwxLjE4OQpjLTEuMTU2LDAtMi4xMzMtMC4zOTYtMi45MzEtMS4xODljLTAuNzk4LTAuNzkyLTEuMTk3LTEuNzY2LTEuMTk3LTIuOTIyQzguNjAyLDkuMTA2LDkuMDAxLDguMTMyLDkuNzk5LDcuMzM5eiBNMTQuNTk1LDguMzYzCmMtMC41MTctMC41MjgtMS4xMzktMC43OTItMS44NjYtMC43OTJjLTAuNzI2LDAtMS4zNDgsMC4yNjQtMS44NjYsMC43OTJjLTAuNTE4LDAuNTI4LTAuNzc2LDEuMTYyLTAuNzc2LDEuODk5CmMwLDAuNzI2LDAuMjU4LDEuMzU3LDAuNzc2LDEuODljMC41MTcsMC41MzQsMS4xMzksMC44MDEsMS44NjYsMC44MDFjMC43MjYsMCwxLjM0OC0wLjI2NywxLjg2Ni0wLjgwMQpjMC41MTctMC41MzQsMC43NzYtMS4xNjQsMC43NzYtMS44OUMxNS4zNzEsOS41MjQsMTUuMTEyLDguODkxLDE0LjU5NSw4LjM2M3oiLz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTE4LjYwNyw2LjM4MmwyLjI0NSw0LjkybDIuMTc5LTQuOTczaDAuMzkxbDEuOTcxLDQuOTczbDIuMjQ1LTQuOTJoMS42ODRsLTMuNzEzLDcuOTkxbC0wLjQzOCwwCmwtMi4wNDEtNS4xNjhsLTIuMDY4LDUuMTY4bC0wLjQ2OSwwbC0zLjY3MS03Ljk5MUgxOC42MDd6Ii8 + CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik0zNi44NTEsMTAuNDkzaC01Ljg5NGMwLjAxMSwwLjY5NCwwLjIzMSwxLjI5MywwLjY2LDEuOGMwLjQyOSwwLjUwNiwwLjk4NSwwLjc2LDEuNjY4LDAuNzYKYzAuNTM5LDAsMC45ODItMC4xMjQsMS4zMjktMC4zNzJjMC4zNDctMC4yNDgsMC42NzQtMC42MjUsMC45ODItMS4xMzFsMS4yNTUsMC43MWMtMC4zNjMsMC42Ni0wLjg2MSwxLjE3OC0xLjQ5NCwxLjU1MgpjLTAuNjMzLDAuMzc0LTEuMzI5LDAuNTYxLTIuMDg5LDAuNTYxYy0xLjE1NiwwLTIuMDc4LTAuMzg1LTIuNzY2LTEuMTU2Yy0wLjY4OC0wLjc3LTEuMDMyLTEuNzM5LTEuMDMyLTIuOTA2CmMwLTEuMjMyLDAuMzI1LTIuMjM0LDAuOTc0LTMuMDA1YzAuNjQ5LTAuNzcsMS41NzktMS4xNTYsMi43OS0xLjE1NmMxLjE3OCwwLDIuMDc1LDAuMzgzLDIuNjkxLDEuMTQ4CmMwLjYxNiwwLjc2NSwwLjkyNSwxLjc1MywwLjkyNSwyLjk2NFYxMC40OTN6IE0zMS4wMzksOS4zN2g0LjMyNmMtMC4wODgtMC41OTQtMC4zMTktMS4wNjUtMC42OTMtMS40MTIKYy0wLjM3NC0wLjM0Ny0wLjg1My0wLjUyLTEuNDM3LTAuNTJjLTAuNTcyLDAtMS4wNTksMC4xODItMS40NjEsMC41NDVDMzEuMzcyLDguMzQ3LDMxLjEyNyw4LjgwOSwzMS4wMzksOS4zN3oiLz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTM5LjcwNyw2LjM4MnYxLjI1NWgwLjA0OWMwLjE4Ny0wLjQ2MiwwLjQ2NS0wLjgyNiwwLjgzNC0xLjA5YzAuMzY5LTAuMjY0LDAuNzk1LTAuMzk2LDEuMjc5LTAuMzk2CmMwLjQxOCwwLDAuODI2LDAuMTI3LDEuMjIyLDAuMzhsLTAuNjc3LDEuMzU0Yy0wLjI0Mi0wLjIwOS0wLjU0NS0wLjMxNC0wLjkwOC0wLjMxNGMtMC4zODUsMC0wLjcwNSwwLjA4LTAuOTU4LDAuMjM5CmMtMC4yNTMsMC4xNi0wLjQzNywwLjM4NS0wLjU1MywwLjY3N2MtMC4xMTYsMC4yOTItMC4xOTMsMC41NzgtMC4yMzEsMC44NTljLTAuMDM5LDAuMjgxLTAuMDU4LDAuNjAyLTAuMDU4LDAuOTY2djMuNzk3aC0xLjQ4NgpWNi4zODJIMzkuNzA3eiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNNTAuNzAzLDEwLjQ5M2gtNS44OTRjMC4wMTEsMC42OTQsMC4yMzEsMS4yOTMsMC42NiwxLjhjMC40MjksMC41MDYsMC45ODUsMC43NiwxLjY2OCwwLjc2CmMwLjUzOSwwLDAuOTgyLTAuMTI0LDEuMzI5LTAuMzcyYzAuMzQ3LTAuMjQ4LDAuNjc0LTAuNjI1LDAuOTgyLTEuMTMxbDEuMjU1LDAuNzFjLTAuMzYzLDAuNjYtMC44NjEsMS4xNzgtMS40OTQsMS41NTIKYy0wLjYzMywwLjM3NC0xLjMyOSwwLjU2MS0yLjA4OSwwLjU2MWMtMS4xNTYsMC0yLjA3OC0wLjM4NS0yLjc2Ni0xLjE1NmMtMC42ODgtMC43Ny0xLjAzMi0xLjczOS0xLjAzMi0yLjkwNgpjMC0xLjIzMiwwLjMyNS0yLjIzNCwwLjk3NC0zLjAwNWMwLjY0OS0wLjc3LDEuNTc5LTEuMTU2LDIuNzktMS4xNTZjMS4xNzgsMCwyLjA3NSwwLjM4MywyLjY5MSwxLjE0OApjMC42MTYsMC43NjUsMC45MjUsMS43NTMsMC45MjUsMi45NjRWMTAuNDkzeiBNNDQuODkxLDkuMzdoNC4zMjZjLTAuMDg4LTAuNTk0LTAuMzE5LTEuMDY1LTAuNjkzLTEuNDEyCmMtMC4zNzQtMC4zNDctMC44NTMtMC41Mi0xLjQzNy0wLjUyYy0wLjU3MiwwLTEuMDU5LDAuMTgyLTEuNDYxLDAuNTQ1QzQ1LjIyNCw4LjM0Nyw0NC45NzksOC44MDksNDQuODkxLDkuMzd6Ii8 + CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik01Ny43MzYsMTQuMTA5di0xLjIwNWgtMC4wMzNjLTAuMzA4LDAuNDUxLTAuNjkxLDAuODA5LTEuMTQ4LDEuMDczCmMtMC40NTcsMC4yNjQtMC45NDksMC4zOTYtMS40NzgsMC4zOTZjLTEuMTQ1LDAtMi4wNDctMC40MDUtMi43MDgtMS4yMTRjLTAuNjYtMC44MDktMC45OTEtMS43OTctMC45OTEtMi45NjQKYzAtMS4xLDAuMzM2LTIuMDUsMS4wMDctMi44NDhjMC42NzEtMC43OTgsMS41NDYtMS4xOTcsMi42MjUtMS4xOTdjMS4xMjMsMCwyLjAyLDAuNTA2LDIuNjkxLDEuNTE5aDAuMDMzVjIuMTExaDEuNDg2djExLjk5OApINTcuNzM2eiBNNTUuMzA5LDEzLjA1MmMwLjc4MSwwLDEuMzk1LTAuMjcsMS44NDEtMC44MDljMC40NDYtMC41MzksMC42NjktMS4yMDUsMC42NjktMS45OThjMC0wLjc4MS0wLjIyNi0xLjQzOS0wLjY3Ny0xLjk3MwpjLTAuNDUxLTAuNTM0LTEuMDYyLTAuODAxLTEuODMzLTAuODAxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3Yy0wLjQ0NiwwLjU0NS0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NgpjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODFDNTMuOTY2LDEyLjc3Nyw1NC41NjEsMTMuMDUyLDU1LjMwOSwxMy4wNTJ6Ii8 + CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik02NS44MSwxNC4xMDlWMi4xMTFoMS40ODZ2NS41NTloMC4wMzNDNjgsNi42NTcsNjguODk3LDYuMTUxLDcwLjAyLDYuMTUxCmMxLjA3OSwwLDEuOTU0LDAuMzk5LDIuNjI1LDEuMTk3YzAuNjcxLDAuNzk4LDEuMDA3LDEuNzQ4LDEuMDA3LDIuODQ4YzAsMS4xNjctMC4zMywyLjE1NS0wLjk5LDIuOTY0CmMtMC42NiwwLjgwOS0xLjU2MywxLjIxNC0yLjcwOCwxLjIxNGMtMC41MjgsMC0xLjAyMS0wLjEzMi0xLjQ3OC0wLjM5NmMtMC40NTctMC4yNjQtMC44MzktMC42MjItMS4xNDgtMS4wNzNoLTAuMDMzdjEuMjA1Ckg2NS44MXogTTY5LjY1NywxMy4wNTJjMC43ODEsMCwxLjM5NS0wLjI3LDEuODQxLTAuODA5YzAuNDQ2LTAuNTM5LDAuNjY5LTEuMjA1LDAuNjY5LTEuOTk4YzAtMC43ODEtMC4yMjYtMS40MzktMC42NzctMS45NzMKYy0wLjQ1MS0wLjUzNC0xLjA2Mi0wLjgwMS0xLjgzMy0wLjgwMWMtMC43MzgsMC0xLjMyOSwwLjI3Mi0xLjc3NSwwLjgxN3MtMC42NjksMS4xOTctMC42NjksMS45NTYKYzAsMC43NzEsMC4yMiwxLjQzMSwwLjY2LDEuOTgxQzY4LjMxMywxMi43NzcsNjguOTA4LDEzLjA1Miw2OS42NTcsMTMuMDUyeiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNNzcuNCwxMi43ODhsLTMuNTMzLTYuNDA2SDc1LjZsMi42MDgsNC45MDRsMi40MjctNC45MDRoMS42NjdsLTUuMjU4LDExLjE1MmgtMS42ODRMNzcuNCwxMi43ODh6Ii8 + CjwvZz4KPC9nPgo8L2c + Cjwvc3ZnPgo") 0 0/100% no-repeat}.gmbrr.dark .powered-by-google,.powered-by-google.dark{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJNYWluIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKd2lkdGg9IjE0Mi42MjNweCIgaGVpZ2h0PSIxOC42MTFweCIgdmlld0JveD0iMCAwIDE0Mi42MjMgMTguNjExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDIuNjIzIDE4LjYxMSIKeG1sOnNwYWNlPSJwcmVzZXJ2ZSI + CjxnIG9wYWNpdHk9IjAuNyI + CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMTAuMjgxLDkuNzk0YzAsMi42NzgtMi4wOTUsNC42NTEtNC42NjUsNC42NTFjLTIuNTcxLDAtNC42NjUtMS45NzMtNC42NjUtNC42NTEKYzAtMi42OTYsMi4wOTUtNC42NTEsNC42NjUtNC42NTFDMTA4LjE4Niw1LjE0MywxMTAuMjgxLDcuMDk3LDExMC4yODEsOS43OTR6IE0xMDguMjM5LDkuNzk0YzAtMS42NzMtMS4yMTQtMi44MTgtMi42MjMtMi44MTgKYy0xLjQwOSwwLTIuNjIzLDEuMTQ1LTIuNjIzLDIuODE4YzAsMS42NTYsMS4yMTQsMi44MTgsMi42MjMsMi44MThDMTA3LjAyNSwxMi42MTIsMTA4LjIzOSwxMS40NDgsMTA4LjIzOSw5Ljc5NHoiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyMC4zNDUsOS43OTRjMCwyLjY3OC0yLjA5NSw0LjY1MS00LjY2NSw0LjY1MXMtNC42NjUtMS45NzMtNC42NjUtNC42NTFjMC0yLjY5NCwyLjA5NS00LjY1MSw0LjY2NS00LjY1MQpTMTIwLjM0NSw3LjA5NywxMjAuMzQ1LDkuNzk0eiBNMTE4LjMwMyw5Ljc5NGMwLTEuNjczLTEuMjE0LTIuODE4LTIuNjIzLTIuODE4Yy0xLjQwOSwwLTIuNjIzLDEuMTQ1LTIuNjIzLDIuODE4CmMwLDEuNjU2LDEuMjE0LDIuODE4LDIuNjIzLDIuODE4QzExNy4wODksMTIuNjEyLDExOC4zMDMsMTEuNDQ4LDExOC4zMDMsOS43OTR6Ii8 + CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMjkuOTksNS40MjR2OC4zNDljMCwzLjQzNC0yLjAyNSw0LjgzNy00LjQyLDQuODM3Yy0yLjI1NCwwLTMuNjExLTEuNTA4LTQuMTIyLTIuNzRsMS43NzgtMC43NApjMC4zMTcsMC43NTcsMS4wOTIsMS42NSwyLjM0MiwxLjY1YzEuNTMzLDAsMi40ODMtMC45NDYsMi40ODMtMi43MjZ2LTAuNjY5aC0wLjA3MWMtMC40NTcsMC41NjQtMS4zMzgsMS4wNTctMi40NDksMS4wNTcKYy0yLjMyNSwwLTQuNDU2LTIuMDI1LTQuNDU2LTQuNjMyYzAtMi42MjUsMi4xMy00LjY2Nyw0LjQ1Ni00LjY2N2MxLjEwOSwwLDEuOTksMC40OTMsMi40NDksMS4wNGgwLjA3MVY1LjQyNmgxLjkzOVY1LjQyNHoKTTEyOC4xOTUsOS44MTFjMC0xLjYzOC0xLjA5Mi0yLjgzNS0yLjQ4My0yLjgzNWMtMS40MDksMC0yLjU4OSwxLjE5Ny0yLjU4OSwyLjgzNWMwLDEuNjIxLDEuMTgsMi44MDEsMi41ODksMi44MDEKQzEyNy4xMDMsMTIuNjEyLDEyOC4xOTUsMTEuNDMxLDEyOC4xOTUsOS44MTF6Ii8 + CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMzMuMTg4LDAuNTN2MTMuNjI5aC0xLjk5MlYwLjUzSDEzMy4xODh6Ii8 + CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNDAuOTUsMTEuMzI0bDEuNTg1LDEuMDU3Yy0wLjUxMiwwLjc1Ny0xLjc0NCwyLjA2MS0zLjg3NSwyLjA2MWMtMi42NDIsMC00LjYxNS0yLjA0Mi00LjYxNS00LjY1MQpjMC0yLjc2NiwxLjk5LTQuNjUxLDQuMzg2LTQuNjUxYzIuNDEzLDAsMy41OTQsMS45MjEsMy45OCwyLjk1OGwwLjIxMiwwLjUyOGwtNi4yMTcsMi41NzVjMC40NzYsMC45MzMsMS4yMTYsMS40MDksMi4yNTQsMS40MDkKQzEzOS43LDEyLjYxMiwxNDAuNDIxLDEyLjEsMTQwLjk1LDExLjMyNEwxNDAuOTUsMTEuMzI0eiBNMTM2LjA3MSw5LjY1MWw0LjE1Ni0xLjcyNmMtMC4yMjktMC41ODEtMC45MTYtMC45ODUtMS43MjYtMC45ODUKQzEzNy40NjMsNi45NCwxMzYuMDE4LDcuODU2LDEzNi4wNzEsOS42NTF6Ii8 + CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05My40MTEsOC41ODRWNi42MTFoNi42NDljMC4wNjUsMC4zNDQsMC4wOTksMC43NTEsMC4wOTksMS4xOTFjMCwxLjQ4LTAuNDA1LDMuMzExLTEuNzA5LDQuNjE1CmMtMS4yNjksMS4zMjEtMi44ODksMi4wMjUtNS4wMzYsMi4wMjVjLTMuOTgsMC03LjMyNi0zLjI0Mi03LjMyNi03LjIyMVM4OS40MzMsMCw5My40MTMsMGMyLjIwMiwwLDMuNzcsMC44NjQsNC45NDgsMS45OQpsLTEuMzkyLDEuMzkyYy0wLjg0NS0wLjc5My0xLjk5LTEuNDA5LTMuNTU4LTEuNDA5Yy0yLjkwNiwwLTUuMTc5LDIuMzQyLTUuMTc5LDUuMjQ4czIuMjczLDUuMjQ4LDUuMTc5LDUuMjQ4CmMxLjg4NSwwLDIuOTU4LTAuNzU3LDMuNjQ2LTEuNDQ1YzAuNTU4LTAuNTU4LDAuOTI1LTEuMzU0LDEuMDY5LTIuNDQzTDkzLjQxMSw4LjU4NHoiLz4KPGc + CjxnPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMS40ODYsNi4zODJ2MS4yODhoMC4wMzNDMi4xOSw2LjY1NywzLjA4Nyw2LjE1MSw0LjIxLDYuMTUxYzEuMDc5LDAsMS45NTQsMC4zOTksMi42MjUsMS4xOTcKYzAuNjcxLDAuNzk4LDEuMDA3LDEuNzQ4LDEuMDA3LDIuODQ4YzAsMS4xNjctMC4zMywyLjE1NS0wLjk5MSwyLjk2NGMtMC42NiwwLjgwOS0xLjU2MywxLjIxNC0yLjcwOCwxLjIxNApjLTAuNTI4LDAtMS4wMjEtMC4xMzItMS40NzgtMC4zOTZjLTAuNDU3LTAuMjY0LTAuODM5LTAuNjIyLTEuMTQ4LTEuMDczSDEuNDg2djQuNjNIMFY2LjM4MkgxLjQ4NnogTTMuODQ3LDEzLjA1MgpjMC43ODEsMCwxLjM5NS0wLjI3LDEuODQxLTAuODA5YzAuNDQ2LTAuNTM5LDAuNjY5LTEuMjA1LDAuNjY5LTEuOTk4YzAtMC43ODEtMC4yMjYtMS40MzktMC42NzctMS45NzMKQzUuMjI4LDcuNzM4LDQuNjE3LDcuNDcxLDMuODQ3LDcuNDcxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3cy0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NmMwLDAuNzcxLDAuMjIsMS40MzEsMC42NiwxLjk4MQpDMi41MDQsMTIuNzc3LDMuMDk4LDEzLjA1MiwzLjg0NywxMy4wNTJ6Ii8 + CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05Ljc5OSw3LjMzOWMwLjc5OC0wLjc5MiwxLjc3NS0xLjE4OSwyLjkzMS0xLjE4OWMxLjE1NiwwLDIuMTMyLDAuMzk2LDIuOTMxLDEuMTg5CmMwLjc5OCwwLjc5MywxLjE5NywxLjc2NywxLjE5NywyLjkyMmMwLDEuMTU2LTAuMzk5LDIuMTMtMS4xOTcsMi45MjJjLTAuNzk4LDAuNzkzLTEuNzc1LDEuMTg5LTIuOTMxLDEuMTg5CmMtMS4xNTYsMC0yLjEzMy0wLjM5Ni0yLjkzMS0xLjE4OWMtMC43OTgtMC43OTItMS4xOTctMS43NjYtMS4xOTctMi45MjJDOC42MDIsOS4xMDYsOS4wMDEsOC4xMzIsOS43OTksNy4zMzl6IE0xNC41OTUsOC4zNjMKYy0wLjUxNy0wLjUyOC0xLjEzOS0wLjc5Mi0xLjg2Ni0wLjc5MmMtMC43MjYsMC0xLjM0OCwwLjI2NC0xLjg2NiwwLjc5MmMtMC41MTgsMC41MjgtMC43NzYsMS4xNjItMC43NzYsMS44OTkKYzAsMC43MjYsMC4yNTgsMS4zNTcsMC43NzYsMS44OWMwLjUxNywwLjUzNCwxLjEzOSwwLjgwMSwxLjg2NiwwLjgwMWMwLjcyNiwwLDEuMzQ4LTAuMjY3LDEuODY2LTAuODAxCmMwLjUxNy0wLjUzNCwwLjc3Ni0xLjE2NCwwLjc3Ni0xLjg5QzE1LjM3MSw5LjUyNCwxNS4xMTIsOC44OTEsMTQuNTk1LDguMzYzeiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTguNjA3LDYuMzgybDIuMjQ1LDQuOTJsMi4xNzktNC45NzNoMC4zOTFsMS45NzEsNC45NzNsMi4yNDUtNC45MmgxLjY4NGwtMy43MTMsNy45OTFsLTAuNDM4LDAKbC0yLjA0MS01LjE2OGwtMi4wNjgsNS4xNjhsLTAuNDY5LDBsLTMuNjcxLTcuOTkxSDE4LjYwN3oiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM2Ljg1MSwxMC40OTNoLTUuODk0YzAuMDExLDAuNjk0LDAuMjMxLDEuMjkzLDAuNjYsMS44YzAuNDI5LDAuNTA2LDAuOTg1LDAuNzYsMS42NjgsMC43NgpjMC41MzksMCwwLjk4Mi0wLjEyNCwxLjMyOS0wLjM3MmMwLjM0Ny0wLjI0OCwwLjY3NC0wLjYyNSwwLjk4Mi0xLjEzMWwxLjI1NSwwLjcxYy0wLjM2MywwLjY2LTAuODYxLDEuMTc4LTEuNDk0LDEuNTUyCmMtMC42MzMsMC4zNzQtMS4zMjksMC41NjEtMi4wODksMC41NjFjLTEuMTU2LDAtMi4wNzgtMC4zODUtMi43NjYtMS4xNTZjLTAuNjg4LTAuNzctMS4wMzItMS43MzktMS4wMzItMi45MDYKYzAtMS4yMzIsMC4zMjUtMi4yMzQsMC45NzQtMy4wMDVjMC42NDktMC43NywxLjU3OS0xLjE1NiwyLjc5LTEuMTU2YzEuMTc4LDAsMi4wNzUsMC4zODMsMi42OTEsMS4xNDgKYzAuNjE2LDAuNzY1LDAuOTI1LDEuNzUzLDAuOTI1LDIuOTY0VjEwLjQ5M3ogTTMxLjAzOSw5LjM3aDQuMzI2Yy0wLjA4OC0wLjU5NC0wLjMxOS0xLjA2NS0wLjY5My0xLjQxMgpjLTAuMzc0LTAuMzQ3LTAuODUzLTAuNTItMS40MzctMC41MmMtMC41NzIsMC0xLjA1OSwwLjE4Mi0xLjQ2MSwwLjU0NUMzMS4zNzIsOC4zNDcsMzEuMTI3LDguODA5LDMxLjAzOSw5LjM3eiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzkuNzA3LDYuMzgydjEuMjU1aDAuMDQ5YzAuMTg3LTAuNDYyLDAuNDY1LTAuODI2LDAuODM0LTEuMDljMC4zNjktMC4yNjQsMC43OTUtMC4zOTYsMS4yNzktMC4zOTYKYzAuNDE4LDAsMC44MjYsMC4xMjcsMS4yMjIsMC4zOGwtMC42NzcsMS4zNTRjLTAuMjQyLTAuMjA5LTAuNTQ1LTAuMzE0LTAuOTA4LTAuMzE0Yy0wLjM4NSwwLTAuNzA1LDAuMDgtMC45NTgsMC4yMzkKYy0wLjI1MywwLjE2LTAuNDM3LDAuMzg1LTAuNTUzLDAuNjc3Yy0wLjExNiwwLjI5Mi0wLjE5MywwLjU3OC0wLjIzMSwwLjg1OWMtMC4wMzksMC4yODEtMC4wNTgsMC42MDItMC4wNTgsMC45NjZ2My43OTdoLTEuNDg2ClY2LjM4MkgzOS43MDd6Ii8 + CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MC43MDMsMTAuNDkzaC01Ljg5NGMwLjAxMSwwLjY5NCwwLjIzMSwxLjI5MywwLjY2LDEuOGMwLjQyOSwwLjUwNiwwLjk4NSwwLjc2LDEuNjY4LDAuNzYKYzAuNTM5LDAsMC45ODItMC4xMjQsMS4zMjktMC4zNzJjMC4zNDctMC4yNDgsMC42NzQtMC42MjUsMC45ODItMS4xMzFsMS4yNTUsMC43MWMtMC4zNjMsMC42Ni0wLjg2MSwxLjE3OC0xLjQ5NCwxLjU1MgpjLTAuNjMzLDAuMzc0LTEuMzI5LDAuNTYxLTIuMDg5LDAuNTYxYy0xLjE1NiwwLTIuMDc4LTAuMzg1LTIuNzY2LTEuMTU2Yy0wLjY4OC0wLjc3LTEuMDMyLTEuNzM5LTEuMDMyLTIuOTA2CmMwLTEuMjMyLDAuMzI1LTIuMjM0LDAuOTc0LTMuMDA1YzAuNjQ5LTAuNzcsMS41NzktMS4xNTYsMi43OS0xLjE1NmMxLjE3OCwwLDIuMDc1LDAuMzgzLDIuNjkxLDEuMTQ4CmMwLjYxNiwwLjc2NSwwLjkyNSwxLjc1MywwLjkyNSwyLjk2NFYxMC40OTN6IE00NC44OTEsOS4zN2g0LjMyNmMtMC4wODgtMC41OTQtMC4zMTktMS4wNjUtMC42OTMtMS40MTIKYy0wLjM3NC0wLjM0Ny0wLjg1My0wLjUyLTEuNDM3LTAuNTJjLTAuNTcyLDAtMS4wNTksMC4xODItMS40NjEsMC41NDVDNDUuMjI0LDguMzQ3LDQ0Ljk3OSw4LjgwOSw0NC44OTEsOS4zN3oiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTU3LjczNiwxNC4xMDl2LTEuMjA1aC0wLjAzM2MtMC4zMDgsMC40NTEtMC42OTEsMC44MDktMS4xNDgsMS4wNzMKYy0wLjQ1NywwLjI2NC0wLjk0OSwwLjM5Ni0xLjQ3OCwwLjM5NmMtMS4xNDUsMC0yLjA0Ny0wLjQwNS0yLjcwOC0xLjIxNGMtMC42Ni0wLjgwOS0wLjk5MS0xLjc5Ny0wLjk5MS0yLjk2NApjMC0xLjEsMC4zMzYtMi4wNSwxLjAwNy0yLjg0OGMwLjY3MS0wLjc5OCwxLjU0Ni0xLjE5NywyLjYyNS0xLjE5N2MxLjEyMywwLDIuMDIsMC41MDYsMi42OTEsMS41MTloMC4wMzNWMi4xMTFoMS40ODZ2MTEuOTk4Ckg1Ny43MzZ6IE01NS4zMDksMTMuMDUyYzAuNzgxLDAsMS4zOTUtMC4yNywxLjg0MS0wLjgwOWMwLjQ0Ni0wLjUzOSwwLjY2OS0xLjIwNSwwLjY2OS0xLjk5OGMwLTAuNzgxLTAuMjI2LTEuNDM5LTAuNjc3LTEuOTczCmMtMC40NTEtMC41MzQtMS4wNjItMC44MDEtMS44MzMtMC44MDFjLTAuNzM4LDAtMS4zMjksMC4yNzItMS43NzUsMC44MTdjLTAuNDQ2LDAuNTQ1LTAuNjY5LDEuMTk3LTAuNjY5LDEuOTU2CmMwLDAuNzcxLDAuMjIsMS40MzEsMC42NiwxLjk4MUM1My45NjYsMTIuNzc3LDU0LjU2MSwxMy4wNTIsNTUuMzA5LDEzLjA1MnoiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTY1LjgxLDE0LjEwOVYyLjExMWgxLjQ4NnY1LjU1OWgwLjAzM0M2OCw2LjY1Nyw2OC44OTcsNi4xNTEsNzAuMDIsNi4xNTEKYzEuMDc5LDAsMS45NTQsMC4zOTksMi42MjUsMS4xOTdjMC42NzEsMC43OTgsMS4wMDcsMS43NDgsMS4wMDcsMi44NDhjMCwxLjE2Ny0wLjMzLDIuMTU1LTAuOTksMi45NjQKYy0wLjY2LDAuODA5LTEuNTYzLDEuMjE0LTIuNzA4LDEuMjE0Yy0wLjUyOCwwLTEuMDIxLTAuMTMyLTEuNDc4LTAuMzk2Yy0wLjQ1Ny0wLjI2NC0wLjgzOS0wLjYyMi0xLjE0OC0xLjA3M2gtMC4wMzN2MS4yMDUKSDY1LjgxeiBNNjkuNjU3LDEzLjA1MmMwLjc4MSwwLDEuMzk1LTAuMjcsMS44NDEtMC44MDljMC40NDYtMC41MzksMC42NjktMS4yMDUsMC42NjktMS45OThjMC0wLjc4MS0wLjIyNi0xLjQzOS0wLjY3Ny0xLjk3MwpjLTAuNDUxLTAuNTM0LTEuMDYyLTAuODAxLTEuODMzLTAuODAxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3cy0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NgpjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODFDNjguMzEzLDEyLjc3Nyw2OC45MDgsMTMuMDUyLDY5LjY1NywxMy4wNTJ6Ii8 + CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03Ny40LDEyLjc4OGwtMy41MzMtNi40MDZINzUuNmwyLjYwOCw0LjkwNGwyLjQyNy00LjkwNGgxLjY2N2wtNS4yNTgsMTEuMTUyaC0xLjY4NEw3Ny40LDEyLjc4OHoiLz4KPC9nPgo8L2c + CjwvZz4KPC9zdmc + Cg")}.powered-by-google.image{background:0 0}.powered-by-google img{display:inline-block;width:143px;height:19px}.google-icon,.google-icon-black .google-icon,.google-icon-white .google-icon{top:.05em;position:relative;margin-inline-end:.3em;display:inline-block;width:1em;height:1em;background:url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KPGRlZnM + CjxwYXRoIGlkPSJTVkdJRF8xXyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8 + CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI + Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzJfKSIgZmlsbD0iI0ZCQkMwNSIgZD0iTS0xLjA3OCwyNS40MzZWNi41NDFsMTIuMzU1LDkuNDQ4TC0xLjA3OCwyNS40MzZ6Ii8 + CjwvZz4KPGc + CjxkZWZzPgo8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik0zMS4yNjIsMTMuMDgxSDE2LjM2M3Y2LjE3N2g4LjU3NmMtMC43OTksMy45MjQtNC4xNDIsNi4xNzctOC41NzYsNi4xNzdjLTUuMjMzLDAtOS40NDgtNC4yMTUtOS40NDgtOS40NDgKczQuMjE1LTkuNDQ4LDkuNDQ4LTkuNDQ4YzIuMjUzLDAsNC4yODgsMC43OTksNS44ODcsMi4xMDhsNC42NTEtNC42NTFDMjQuMDY3LDEuNTI2LDIwLjQzMywwLDE2LjM2MywwCkM3LjQ5NywwLDAuMzc1LDcuMTIyLDAuMzc1LDE1Ljk4OHM3LjEyMiwxNS45ODgsMTUuOTg4LDE1Ljk4OGM3Ljk5NCwwLDE1LjI2Mi01LjgxNCwxNS4yNjItMTUuOTg4CkMzMS42MjUsMTUuMDQ0LDMxLjQ4LDE0LjAyNiwzMS4yNjIsMTMuMDgxeiIvPgo8L2RlZnM + CjxjbGlwUGF0aCBpZD0iU1ZHSURfNF8iPgo8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8 + CjwvY2xpcFBhdGg + CjxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF80XykiIGZpbGw9IiNFQTQzMzUiIGQ9Ik0tMS4wNzgsNi41NDFsMTIuMzU1LDkuNDQ4bDUuMDg3LTQuNDMzbDE3LjQ0Mi0yLjgzNFYtMS40NTNILTEuMDc4VjYuNTQxeiIvPgo8L2c + CjxnPgo8ZGVmcz4KPHBhdGggaWQ9IlNWR0lEXzVfIiBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9kZWZzPgo8Y2xpcFBhdGggaWQ9IlNWR0lEXzZfIj4KPHVzZSB4bGluazpocmVmPSIjU1ZHSURfNV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPgo8L2NsaXBQYXRoPgo8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfNl8pIiBmaWxsPSIjMzRBODUzIiBkPSJNLTEuMDc4LDI1LjQzNkwyMC43MjQsOC43MjFsNS43NDEsMC43MjdsNy4zNC0xMC45MDFWMzMuNDNILTEuMDc4VjI1LjQzNnoiLz4KPC9nPgo8Zz4KPGRlZnM + CjxwYXRoIGlkPSJTVkdJRF83XyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8 + CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF84XyI + Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzdfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzhfKSIgZmlsbD0iIzQyODVGNCIgZD0iTTMzLjgwNSwzMy40M0wxMS4yNzYsMTUuOTg4bC0yLjkwNy0yLjE4bDI1LjQzNi03LjI2N1YzMy40M3oiLz4KPC9nPgo8L3N2Zz4") 0 0/100% no-repeat}.gmbrr.google-icon-black .google-icon,.google-icon.black{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9zdmc + Cg")}.gmbrr.google-icon-white .google-icon,.google-icon.white{background-image:url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9zdmc +")}.google-icon-black.end,.google-icon-white.end,.google-icon.end{margin-inline:.3em 0}.google-icon-black.compact,.google-icon-white.compact,.google-icon.compact{margin-inline:0}@media (max-width:783px){.gmbrr{width:calc(100% - 30px);margin-block:0;margin-inline:auto}}@media (min-width:783px){.gmbrr.tile.columns .listing{gap:calc(1.7rem - 8px) calc(1.8rem - 2px)}.gmbrr.columns.four .listing li,.gmbrr.columns.two .listing li{flex:1 0 calc(50% - 10px - 3rem)}.gmbrr.tile.columns.four .listing li,.gmbrr.tile.columns.two .listing li{flex:1 0 calc(50% - 10px - 5.6rem)}.gmbrr.columns.four .listing .no-avatar,.gmbrr.columns.two .listing .no-avatar{flex:1 0 calc(50% - 3rem)}.gmbrr.tile.columns.four .listing .no-avatar,.gmbrr.tile.columns.two .listing .no-avatar{flex:1 0 calc(50% - 5.6rem)}.gmbrr.columns.six .listing li,.gmbrr.columns.three .listing li{flex:1 0 calc(33.33% - 10px - 3rem)}.gmbrr.tile.columns.six .listing li,.gmbrr.tile.columns.three .listing li{flex:1 0 calc(33.33% - 10px - 5.6rem)}.gmbrr.columns.six .listing .no-avatar,.gmbrr.columns.three .listing .no-avatar{flex:1 0 calc(33.33% - 3rem)}.gmbrr.tile.columns.six .listing .no-avatar,.gmbrr.tile.columns.three .listing .no-avatar{flex:1 0 calc(33.33% - 5.6rem)}}@media (min-width:1000px){.gmbrr.columns.four .listing li{flex:1 0 calc(25% - 10px - 3rem)}.gmbrr.tile.columns.four .listing li{flex:1 0 calc(25% - 10px - 5.6rem)}.gmbrr.columns.four .listing .no-avatar{flex:1 0 calc(25% - 3rem)}.gmbrr.tile.columns.four .listing .no-avatar{flex:1 0 calc(25% - 5.6rem)}.gmbrr.columns.five .listing li{flex:1 0 calc(20% - 12px - 3rem)}.gmbrr.tile.columns.five .listing li{flex:1 0 calc(20% - 12px - 5.6rem)}.gmbrr.columns.five .listing .no-avatar{flex:1 0 calc(20% - 3rem)}.gmbrr.tile.columns.five .listing .no-avatar{flex:1 0 calc(20% - 5.6rem)}}@media (min-width:1200px){.gmbrr.columns.six .listing li{flex:1 0 calc(16.66% - 13px - 3rem)}.gmbrr.tile.columns.six .listing li{flex:1 0 calc(16.66% - 13px - 5.6rem)}.gmbrr.columns.six .listing .no-avatar{flex:1 0 calc(16.66% - 3rem)}.gmbrr.tile.columns.six .listing .no-avatar{flex:1 0 calc(16.66% - 5.6rem)}}.wprevpro_t1_outer_div{padding:0;margin:0 0 0 0}.wprevpro_t1_DIV_1{box-sizing:border-box;color:#fff;text-size-adjust:100%;column-rule-color:#fff;perspective-origin:277.5px 115px;transform-origin:277.5px 115px;border:0 none #fff;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;outline:#fff none 0;margin-bottom:20px;margin-top:10px}.wprevpro_t1_DIV_2{bottom:0;box-shadow:rgba(0,0,0,.0980392) 2px 2px 2px 0;box-sizing:border-box;color:#fff;height:auto;left:0;position:relative;right:0;text-size-adjust:100%;top:0;column-rule-color:#fff;perspective-origin:277.5px 69px;transform-origin:277.5px 69px;background:#fff none repeat scroll 0 0/auto padding-box border-box;border:1px solid #f5f5f5;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 25px;outline:#fff none 0;padding:20px 25px 20px 48px}.wprevpro_t1_DIV_2:after{bottom:-30px;box-sizing:border-box;color:#fff;content:'';display:block;height:30px;left:80px;position:absolute;right:445px;text-size-adjust:100%;width:30px;column-rule-color:#fff;perspective-origin:15px 15px;transform-origin:15px 15px;filter:drop-shadow(rgba(0,0,0,.0980392) 2px 2px 1px);border-top:30px solid #fff;border-right:30px solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;outline:#fff none 0}.wprevpro_t1_DIV_2:before{bottom:47px;box-sizing:border-box;color:#bbb;content:'\201C';display:block;height:96px;left:55px;position:absolute;right:515.391px;text-size-adjust:100%;top:20px;width:24.6094px;column-rule-color:#bbb;perspective-origin:12.2969px 48px;transform-origin:12.2969px 48px;border:0 none #bbb;font:normal normal normal normal 60px/96px Georgia,serif;margin:-25px 0 0 -40px;outline:#bbb none 0}.wprevpro_t1_P_3{box-sizing:border-box;color:#777;text-size-adjust:100%;column-rule-color:#777;perspective-origin:240px 44px;transform-origin:240px 44px;border:0 none #777;font:italic normal normal normal 14px/22.4px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 5px;outline:#777 none 0}.wprevpro_t1_IMG_4{box-sizing:border-box;color:#fff;display:block;float:left;height:50px;text-size-adjust:100%;vertical-align:middle;width:50px;column-rule-color:#fff;perspective-origin:30px 30px;transform-origin:30px 30px;border:0 none #fff;border-radius:50% 50% 50% 50%!important;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 20px;outline:#fff none 0}.wprevpro_t1_SPAN_5{color:#555;display:block;text-size-adjust:100%;text-transform:uppercase;overflow:hidden;padding:8px 0 0}.marginb10{margin-bottom:10px}.w3_wprs-row-padding-small{padding:0 4px}.noboxshadow{box-shadow:transparent 0 0 0 0}.wprevpro_t1_P_3>img{box-shadow:0 0 0 transparent}.wprevpro_t1_A_8>img{box-shadow:0 0;padding:0}img.wprevpro_t1_star_img_file{width:100px;height:19px}img.wprevpro_t1_yelp_logo{position:absolute;right:10px;bottom:2px}img.wprevpro_t1_site_logo{position:absolute;right:2px;bottom:2px;height:32px;width:unset;margin-bottom:unset!important}.w3_wprs-responsive{overflow-x:auto}.w3_wprs-btn-bar:after,.w3_wprs-btn-bar:before,.w3_wprs-btn-group:after,.w3_wprs-btn-group:before,.w3_wprs-clear:after,.w3_wprs-container:after,.w3_wprs-panel:after,.w3_wprs-row-padding:after,.w3_wprs-row:after,.w3_wprs-topnav:after{content:"";display:table;clear:both}.w3_wprs-col,.w3_wprs-half,.w3_wprs-quarter,.w3_wprs-third,.w3_wprs-threequarter,.w3_wprs-twothird{float:left;width:100%}.w3_wprs-col.s1{width:8.33333%}.w3_wprs-col.s2{width:16.66666%}.w3_wprs-col.s3{width:24.99999%}.w3_wprs-col.s4{width:33.33333%}.w3_wprs-col.s5{width:41.66666%}.w3_wprs-col.s6{width:49.99999%}.w3_wprs-col.s7{width:58.33333%}.w3_wprs-col.s8{width:66.66666%}.w3_wprs-col.s9{width:74.99999%}.w3_wprs-col.s10{width:83.33333%}.w3_wprs-col.s11{width:91.66666%}.w3_wprs-col.s12,.w3_wprs-half,.w3_wprs-quarter,.w3_wprs-third,.w3_wprs-threequarter,.w3_wprs-twothird{width:99.99999%}@media only screen and (min-width:601px){.w3_wprs-col.m1{width:8.33333%}.w3_wprs-col.m2{width:16.66666%}.w3_wprs-col.m3,.w3_wprs-quarter{width:24.99999%}.w3_wprs-col.m4,.w3_wprs-third{width:33.33333%}.w3_wprs-col.m5{width:41.66666%}.w3_wprs-col.m6,.w3_wprs-half{width:49.99999%}.w3_wprs-col.m7{width:58.33333%}.w3_wprs-col.m8,.w3_wprs-twothird{width:66.66666%}.w3_wprs-col.m9,.w3_wprs-threequarter{width:74.99999%}.w3_wprs-col.m10{width:83.33333%}.w3_wprs-col.m11{width:91.66666%}.w3_wprs-col.m12{width:99.99999%}}@media only screen and (min-width:993px){.w3_wprs-col.l1{width:8.33333%}.w3_wprs-col.l2{width:16.66666%}.w3_wprs-col.l3,.w3_wprs-quarter{width:24.99999%}.w3_wprs-col.l4,.w3_wprs-third{width:33.33333%}.w3_wprs-col.l5{width:41.66666%}.w3_wprs-col.l6,.w3_wprs-half{width:49.99999%}.w3_wprs-col.l7{width:58.33333%}.w3_wprs-col.l8,.w3_wprs-twothird{width:66.66666%}.w3_wprs-col.l9,.w3_wprs-threequarter{width:74.99999%}.w3_wprs-col.l10{width:83.33333%}.w3_wprs-col.l11{width:91.66666%}.w3_wprs-col.l12{width:99.99999%}}.w3_wprs-content{max-width:980px;margin:auto}.w3_wprs-row-padding,.w3_wprs-row-padding>.w3_wprs-col,.w3_wprs-row-padding>.w3_wprs-half,.w3_wprs-row-padding>.w3_wprs-quarter,.w3_wprs-row-padding>.w3_wprs-third,.w3_wprs-row-padding>.w3_wprs-threequarter,.w3_wprs-row-padding>.w3_wprs-twothird{padding:0 8px}a.wprev_media_img_a{display:inline-block}img.wprev_media_img{height:50px;margin-right:5px;border-radius:5px}.wprev_media_div{margin-bottom:0;margin-top:10px;margin-left:0;margin-right:0}.wpproslider_t3_DIV_1a .wprev_media_div{margin:-25px 5px 34px 55px}.wpproslider_t6_DIV_2 .wprev_media_div{margin-left:10px;margin-right:10px}.wprs_unslider{overflow:visible;margin:0;padding:0;position:relative}.wprs_unslider-wrap{position:relative}.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left}.wprs_unslider-vertical>ul{height:100%}.wprs_unslider-vertical li{float:none;width:100%}.wprs_unslider-fade{position:relative}.wprs_unslider-fade .wprs_unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;list-style-type:none}.wprs_unslider-fade .wprs_unslider-wrap li.wprs_unslider-active{z-index:10}.wprs_unslider li,.wprs_unslider ol,.wprs_unslider ul{list-style:none;margin:0;padding:0!important;border:none;list-style-type:none}.wprs_unslider-arrow{position:absolute;z-index:2;cursor:pointer}.wprs_unslider-arrow.next{left:auto}.wprs_unslider-arrow{display:block;width:28px;height:28px;top:50%;right:5px;left:auto;margin-top:-30px;overflow:hidden;background:rgba(0,0,0,.2) no-repeat 58% 51%;background-image:url(../../../plugins/wp-google-places-review-slider/public/css/imgs/slider_arrow.png);background-size:7px 11px;border-radius:32px;text-indent:-999em;opacity:.6;transition:opacity .2s;border-width:0!important}.wprs_unslider-arrow.prev{left:5px;right:auto;-ms-transform:rotate(-180deg);transform:rotate(-180deg);background-position-x:50%;background-position-y:49%}.wprs_unslider-nav ol{list-style:none;text-align:center}.wprs_unslider-nav ol li{display:inline-block;width:9px;height:9px;margin:0 4px;background:0 0;border-radius:5px;overflow:hidden;text-indent:-999em;border:1px solid #c3c3c3;cursor:pointer}.wprs_unslider-nav ol li.wprs_unslider-active{background:#c3c3c3;cursor:default}a.wprs_rd_more{cursor:pointer}.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left;margin:0px!important}.wprev-slider{margin-left:30px;margin-right:30px}div.wprev-slider ul{list-style-type:none!important;padding:0 0 0 0!important}.wprev-slider ul{list-style-type:none}li.wprevnextslide{display:none}img.sitetype_Google{width:32px;height:32px}img.sitetype_Facebook{width:32px;height:32px}span.svgicons.svg-wprsp-verified{width:18px;height:18px;background:#a3a29e;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:bottom;margin-bottom:-3px;margin-right:5px;margin-left:2px}.wprevtooltip{cursor:pointer}.wprevpro_tooltip{display:none;position:absolute;padding-left:10px;padding-right:10px;color:#efefef;background-color:#000000bf;border-radius:3px;font-family:sans-serif;font-style:normal;font-size:10px;line-height:24px;z-index:999999}.wprevpro_star_imgs span.svgicons{width:18px;height:18px;background:gold;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:bottom;margin-bottom:-2px;margin-right:1px}span.svgicons.svg-wprsp-star-full.ratingRow__star{width:19px;height:19px;background:gold;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;margin-bottom:1px;margin-right:0}span.svgicons.svg-empty{width:0px!important;height:0px!important}fieldset#wprevpro_review_rating span.svgicons{width:35px;height:35px;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:bottom;margin-bottom:-2px;margin-right:0}li.wprevnextslide{display:none}.svg-wprsp-verified{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M23.016 12l-2.438-2.813 0.328-3.656-3.609-0.844-1.875-3.188-3.422 1.453-3.422-1.453-1.875 3.188-3.609 0.797 0.328 3.703-2.438 2.813 2.438 2.813-0.328 3.656 3.609 0.844 1.875 3.188 3.422-1.453 3.422 1.453 1.875-3.188 3.609-0.844-0.328-3.656zM10.078 16.734l-3.797-3.844 1.5-1.453 2.297 2.344 5.859-5.906 1.5 1.5z'%3E%3C/path%3E%3C/svg%3E%0A")}.svg-wprsp-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.319-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E%0A")}.svg-wprsp-star-o{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M13.959 12.522l3.757-3.646-5.181-0.761-2.32-4.69-2.32 4.69-5.181 0.761 3.757 3.646-0.896 5.169 4.641-2.443 4.628 2.443zM20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.331-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E")}.svg-wprsp-star-empty{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-4.801 2.524 0.917-5.346-3.884-3.786 5.368-0.78 2.4-4.864 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z'%3E%3C/path%3E%3C/svg%3E")}.svg-wprsp-star-full{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361z'%3E%3C/path%3E%3C/svg%3E%0A")}.svg-wprsp-star-half{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-0.020 0.011 0.020-12.263 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z'%3E%3C/path%3E%3C/svg%3E")}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,audio,canvas,video{display:block}audio,canvas,video{display:inline-block}*:focus,*{outline:none;outline:0}.touch *{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0)}button::-moz-focus-inner{border:0}audio:not([controls]){display:none;height:0}html,body{margin:0;padding:0}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;background-repeat:no-repeat}.btClear:after{content:" ";display:table;width:100%;clear:both}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.btDarkSkin{color:#fff;background-color:#252525}.btLightSkin{color:#252525;background-color:#fff}select,textarea,input,.fancy-select .trigger{color:inherit}.btLightSkin select,.btLightSkin textarea,.btLightSkin input,.btLightSkin .fancy-select .trigger,.btDarkSkin .btLightSkin select,.btDarkSkin .btLightSkin textarea,.btDarkSkin .btLightSkin input,.btDarkSkin .btLightSkin .fancy-select .trigger,.btLightSkin .btDarkSkin .btLightSkin select,.btLightSkin .btDarkSkin .btLightSkin textarea,.btLightSkin .btDarkSkin .btLightSkin input,.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger{border:1px solid rgba(0,0,0,.1)}.btDarkSkin select,.btDarkSkin textarea,.btDarkSkin input,.btDarkSkin .fancy-select .trigger,.btLightSkin .btDarkSkin select,.btLightSkin .btDarkSkin textarea,.btLightSkin .btDarkSkin input,.btLightSkin .btDarkSkin .fancy-select .trigger,.btDarkSkin.btLightSkin .btDarkSkin select,.btDarkSkin.btLightSkin .btDarkSkin textarea,.btDarkSkin.btLightSkin .btDarkSkin input,.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger{border:1px solid rgba(255,255,255,.5)}select,input{font-family:"Roboto"}input:not([type='checkbox']):not([type='radio']),button{-webkit-appearance:none}input:not([type='checkbox']):not([type='radio']),textarea,select{outline:none;font:inherit;line-height:1;width:100%;display:block;padding:.8em;background:transparent;color:inherit;-webkit-appearance:none}.btTextRight input:not([type='checkbox']):not([type='radio']),.btTextRight textarea,.btTextRight select{text-align:right}select{height:3.2em}input:not([type='checkbox']):not([type='radio']),.fancy-select .trigger,.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText{height:3.2em;line-height:3.2}.fancy-select{position:relative}.fancy-select .trigger{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;position:relative;cursor:pointer;padding:0 0 0 1em}.btHardRoundedButtons .fancy-select .trigger{border-radius:50px}.btSoftRoundedButtons .fancy-select .trigger{border-radius:4px}.rtl .fancy-select .trigger{padding:0 1em 0 0}.fancy-select .trigger:before{content:'\f078';font-family:FontAwesome;display:block;float:right;padding-right:1em;-webkit-transition:150ms ease transform,150ms ease color;-moz-transition:150ms ease transform,150ms ease color;transition:150ms ease transform,150ms ease color;font-size:.9em;line-height:3.4}.rtl .fancy-select .trigger:before{float:left;padding-right:0;padding-left:1em}.fancy-select .trigger.open:before{-webkit-transform:scaleY(-1);-moz-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.fancy-select .options{display:none;position:absolute;top:auto;left:0;width:100%;list-style:none;max-height:320px;overflow:auto;border:1px solid rgba(0,0,0,.07);background-color:#fff;color:#252525}.fancy-select .options.open{z-index:20;display:block}.fancy-select .options.overflowing{top:auto;bottom:2.4em}.fancy-select ul.options{padding:0;margin:0}.fancy-select ul.options li{cursor:pointer;padding-left:1em;margin:0;-webkit-transition:150ms ease color;-moz-transition:150ms ease color;transition:150ms ease color}.fancy-select ul.options li:hover{color:#51acfb}.btHardRoundedButtons input:not([type='checkbox']):not([type='radio']),.btHardRoundedButtons a.select2-choice{border-radius:50px}.btSoftRoundedButtons input:not([type='checkbox']):not([type='radio']),.btSoftRoundedButtons a.select2-choice{border-radius:4px}.btHardRoundedButtons textarea,.btHardRoundedButtons select{border-radius:20px}.btSoftRoundedButtons textarea,.btSoftRoundedButtons select{border-radius:4px}input:not([type='checkbox']):not([type='radio']):not([type='submit']),textarea,.fancy-select .trigger{-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease}input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,textarea:focus,.fancy-select .trigger.open{-webkit-box-shadow:0 0 4px 0 #dcdcdc;box-shadow:0 0 4px 0 #dcdcdc}textarea{resize:vertical;line-height:inherit}button{font:inherit;cursor:pointer}.btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,.btDarkSkin.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,.btDarkSkin textarea:focus,.btLightSkin .btDarkSkin textarea:focus,.btDarkSkin.btLightSkin .btDarkSkin textarea:focus,.btDarkSkin .fancy-select .trigger.open,.btLightSkin .btDarkSkin .fancy-select .trigger.open,.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger.open{border:1px solid #fff}.bt-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.bt-video-container iframe,.bt-video-container object,.bt-video-container embed,.bt-video-container video{position:absolute;top:0;left:0;width:100%;height:100%}img,figure{max-width:100%;height:auto}pre code{display:block}pre{overflow:hidden}ins{text-decoration:none}hr{clear:both}.btContentHolder pre{margin:0 0 30px;white-space:pre-wrap;padding:20px;border:1px solid rgba(0,0,0,.1)}label{font-size:.8em;opacity:.6;font-weight:500}a{text-decoration:none;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;color:inherit}.btContent a{color:#51acfb}a:hover{text-decoration:none;color:#51acfb}.btContent a:hover{color:inherit}.btText a{color:#51acfb}.btText a:hover{text-decoration:underline}a img{border:none}a,a:active,a:focus{outline:none}p,dl,address,cite{margin:0 0 1em}ul{margin:0 0 1em 1em;padding:0}ul ul{margin-bottom:0}.rtl ul{margin:0 1em 1em 0}.rtl ul ul{margin-bottom:0}ol{margin:0 0 1em 1em;padding:0}ol ol{margin-bottom:0}.rtl ol{margin:0 1em 1em 0}.rtl ol ol{margin-bottom:0}li{margin:0 0 0 .5em;padding:0}.btText li{margin-left:1em}dt{font-weight:600}dd{margin:0 0 1.5em 1.5em}dd p{display:inline}dd:after{content:' ';display:table;clear:both}figcaption{font-size:inherit}html{font-size:16px}body{font-family:"Roboto",Arial,sans-serif;font-weight:400;line-height:1.7;background-size:cover;background-attachment:fixed}small{font-size:14px}h1,h2,h3,h4,h5,h6{font-family:"Montserrat"}h1:after,h2:after,h3:after,h4:after,h5:after,h6:after{content:" ";display:table;width:100%;clear:both}h1,h2,h3,h4,h5,h6{clear:both;padding:0 0 .4em;line-height:1.4;margin:0;font-weight:700}.btHeadingWeight_default h1,.btHeadingWeight_default h2,.btHeadingWeight_default h3,.btHeadingWeight_default h4,.btHeadingWeight_default h5,.btHeadingWeight_default h6{font-weight:700}.btHeadingWeight_bolder h1,.btHeadingWeight_bolder h2,.btHeadingWeight_bolder h3,.btHeadingWeight_bolder h4,.btHeadingWeight_bolder h5,.btHeadingWeight_bolder h6{font-weight:800}.btHeadingWeight_bold h1,.btHeadingWeight_bold h2,.btHeadingWeight_bold h3,.btHeadingWeight_bold h4,.btHeadingWeight_bold h5,.btHeadingWeight_bold h6{font-weight:700}.btHeadingWeight_semi-bold h1,.btHeadingWeight_semi-bold h2,.btHeadingWeight_semi-bold h3,.btHeadingWeight_semi-bold h4,.btHeadingWeight_semi-bold h5,.btHeadingWeight_semi-bold h6{font-weight:600}.btHeadingWeight_medium h1,.btHeadingWeight_medium h2,.btHeadingWeight_medium h3,.btHeadingWeight_medium h4,.btHeadingWeight_medium h5,.btHeadingWeight_medium h6{font-weight:500}.btHeadingWeight_normal h1,.btHeadingWeight_normal h2,.btHeadingWeight_normal h3,.btHeadingWeight_normal h4,.btHeadingWeight_normal h5,.btHeadingWeight_normal h6{font-weight:400}.btHeadingWeight_light h1,.btHeadingWeight_light h2,.btHeadingWeight_light h3,.btHeadingWeight_light h4,.btHeadingWeight_light h5,.btHeadingWeight_light h6{font-weight:300}.btHeadingWeight_lighter h1,.btHeadingWeight_lighter h2,.btHeadingWeight_lighter h3,.btHeadingWeight_lighter h4,.btHeadingWeight_lighter h5,.btHeadingWeight_lighter h6{font-weight:200}.btHeadingWeight_thin h1,.btHeadingWeight_thin h2,.btHeadingWeight_thin h3,.btHeadingWeight_thin h4,.btHeadingWeight_thin h5,.btHeadingWeight_thin h6{font-weight:100}h1{font-size:3em}h2{font-size:2.5em}h3{font-size:2em}h4{font-size:1.75em}h5{font-size:1.5em}h6{font-size:1.25em}blockquote{display:block;font-family:"Montserrat";margin:0;font-size:1.8em;font-weight:600;line-height:2em;position:relative;min-height:10.5em}blockquote:after{content:" ";display:table;width:100%;clear:both}blockquote p{line-height:1.8;text-align:center;margin:0;padding:0}blockquote:before{content:'\f10d';font-family:FontAwesome;display:block;font-size:1.5em;line-height:1;padding:1em 0 .5em 0;text-align:center;color:#252525}.btDarkSkin blockquote:before,.btLightSkin .btDarkSkin blockquote:before,.btDarkSkin.btLightSkin .btDarkSkin blockquote:before{color:#fff}blockquote:after{content:' ';z-index:-1;border:10px solid;border-color:#51acfb;width:10.5em;height:10.5em;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:block}cite{font-family:"Montserrat";font-weight:600;opacity:.6;font-style:normal;text-align:center;display:block;font-size:1rem}.btContentHolder table{width:100%;margin:0 0 1em;border-collapse:collapse;text-align:initial;border:1px solid rgba(0,0,0,.07)}.btContentHolder table td,.btContentHolder table th{padding:1em;border:1px solid rgba(0,0,0,.07)}.btContentHolder table th{text-align:left;font-weight:400}.btContentHolder table thead th{font-weight:400}.bt_bb_layout_boxed_600 .bt_bb_cell{width:600px;max-width:-webkit-calc(100% - 80px);max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}.bt_bb_layout_boxed_700 .bt_bb_cell{width:700px;max-width:-webkit-calc(100% - 80px);max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}.bt_bb_layout_boxed_800 .bt_bb_cell{width:800px;max-width:-webkit-calc(100% - 80px);max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}.bt_bb_layout_boxed_900 .bt_bb_cell{width:900px;max-width:-webkit-calc(100% - 80px);max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}.bt_bb_layout_boxed_1000 .bt_bb_cell{width:1000px;max-width:-webkit-calc(100% - 80px);max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}.bt_bb_layout_boxed_1100 .bt_bb_cell{width:1100px;max-width:-webkit-calc(100% - 80px);max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}.bt_bb_layout_boxed_1200 .bt_bb_cell{width:1200px;max-width:-webkit-calc(100% - 80px);max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}.bt_bb_layout_boxed_1400 .bt_bb_cell{width:1400px;max-width:-webkit-calc(100% - 80px);max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}@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}}@media (max-width:580px){.bt_bb_column[data-width="3"]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}}html,body{min-height:100vh}body:not(.btPageTransitions){min-height:101vh}body.rtl{direction:rtl;unicode-bidi:embed}.btContentWrap{-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1)}.btContentWrap:after{content:" ";display:table;width:100%;clear:both}.btSiteFooter{-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;-moz-transition:transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;transition:transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease}.btPageWrap{position:relative;overflow:hidden;-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1)}.btPageWrap:after{content:" ";display:table;width:100%;clear:both}.mainHeader,.btVerticalHeaderTop{z-index:10002}.btPreloader{z-index:10004}.port{width:100%;padding:0 40px}.gutter .port{max-width:1280px;margin:auto}.btWithSidebar .btContent .gutter .port{padding:0}@media (max-width:1279px){.gutter .port{width:100%;max-width:none;padding-left:40px;padding-right:40px}.btMenuVerticalRight .btVerticalMenuTrigger{margin:0}}.btNoSidebar .btContentHolder,.btNoSidebar .btContent{width:auto;padding:0}:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline+.btContentHolder .btContent{max-width:1280px;margin-left:auto;margin-right:auto;padding:4em 40px 0}:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline+.btContentHolder .btContent .gutter .port{padding-left:0;padding-right:0}:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline+.btContentHolder .btContent>article:first-child{margin-top:0}.btWithSidebar .btContentHolder{max-width:1280px;margin:auto;padding:4em 40px 4em;display:-ms-flexbox;display:-webkit-flex;display:flex}.btWithSidebar .btContentHolder .btContent{width:75%}.btWithSidebar .btContentHolder .btSidebar{width:25%;padding:0}.btSidebarLeft.btWithSidebar .btContentHolder{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar{padding-right:40px}.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar{padding-right:0;padding-left:40px}.btSidebarLeft.btWithSidebar .btContentHolder .btContent{padding-left:40px}.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btContent{padding-left:0;padding-right:40px}.btSidebarRight.btWithSidebar .btContentHolder .btSidebar{padding-left:40px}.rtl.btSidebarRight.btWithSidebar .btContentHolder .btSidebar{padding-left:0;padding-right:40px}.btSidebarRight.btWithSidebar .btContentHolder .btContent{padding-right:40px}.rtl.btSidebarRight.btWithSidebar .btContentHolder .btContent{padding-right:0;padding-left:40px}@media (max-width:768px){.btWithSidebar.btSidebarRight .btContentHolder,.btWithSidebar.btSidebarLeft .btContentHolder{display:block}.btWithSidebar.btSidebarRight .btContentHolder .btContent,.btWithSidebar.btSidebarLeft .btContentHolder .btContent,.btWithSidebar.btSidebarRight .btContentHolder .btSidebar,.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar{width:auto;float:none;padding:0}.btWithSidebar.btSidebarRight .btContentHolder .btSidebar,.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar{padding-top:4em}}.btPreloader{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;bottom:0;background-color:inherit;width:100%;vertical-align:middle;text-align:center;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:all .3s ease,opacity .3s ease;-moz-transition:all .3s ease,opacity .3s ease;transition:all .3s ease,opacity .3s ease}.btPreloader .animation{display:block;width:100%;-webkit-transform:translateY(0) scale(1);-moz-transform:translateY(0) scale(1);-ms-transform:translateY(0) scale(1);transform:translateY(0) scale(1);-webkit-transition:transform .3s ease,opacity .3s ease;-moz-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease}.btAccentDarkHeader .btPreloader .animation>div:first-child,.btLightAccentHeader .btPreloader .animation>div:first-child,.btTransparentLightHeader .btPreloader .animation>div:first-child{border-radius:10px;padding:.7em 1.2em;display:inline-block;background-color:#51acfb}.btPreloader .animation>div img{margin:0 auto}.btPreloader .animation p{font-size:.8em;font-family:"Montserrat";opacity:.5;font-weight:600}.btRemovePreloader .btPreloader{-webkit-transform:translateY(-100%) scale(0);-moz-transform:translateY(-100%) scale(0);-ms-transform:translateY(-100%) scale(0);transform:translateY(-100%) scale(0);opacity:0;-webkit-transition:transform ease 1s,opacity ease 1s;-moz-transition:transform ease 1s,opacity ease 1s;transition:transform ease 1s,opacity ease 1s}.btRemovePreloader .btPreloader .animation{-webkit-transform:translateY(0) scale(.9);-moz-transform:translateY(0) scale(.9);-ms-transform:translateY(0) scale(.9);transform:translateY(0) scale(.9);opacity:0;-webkit-transition:transform .5s ease,opacity ease .5s;-moz-transition:transform .5s ease,opacity ease .5s;transition:transform .5s ease,opacity ease .5s}.btPreloader .animation .preloaderLogo{height:135px;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;width:auto;display:block;line-height:1}.btMenuVerticalRightEnabled .btPreloader .animation .preloaderLogo,.btMenuVerticalLeftEnabled .btPreloader .animation .preloaderLogo{height:180px}.btLoader{border-radius:50%;width:84px;height:84px;margin:30px auto 30px auto;font-size:6px;position:relative;border:2px solid transparent;border-top:2px solid #51acfb!important;border-right:2px solid #51acfb!important;border-radius:50%;-webkit-animation:btLoader 2.5s infinite linear;-moz-animation:btLoader 2.5s infinite linear;animation:btLoader 2.5s infinite linear}.btLoader p:empty{display:none}.btLoader:before,.btLoader:after{content:"";display:block;border-radius:50%;position:absolute;border:2px solid transparent;border-top:2px solid #51acfb!important;border-right:2px solid #51acfb!important}.btLoader:before{height:76px;width:76px;left:2px;top:2px;-webkit-animation:btLoader 2.2s infinite linear;-moz-animation:btLoader 2.2s infinite linear;animation:btLoader 2.2s infinite linear;opacity:.66}.btLoader:after{height:68px;width:68px;left:6px;top:6px;-webkit-animation:btLoader 1.2s infinite linear;-moz-animation:btLoader 1.2s infinite linear;animation:btLoader 1.2s infinite linear;opacity:.33}@-webkit-keyframes btLoader{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes btLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-moz-keyframes btLoader{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes btLoader{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}.btErrorPage{min-height:70vh;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:-webkit-flex;display:flex;background-position:10% bottom;background-size:initial}.btErrorPage .port{padding-top:6em;padding-bottom:6em;text-align:center}.post-password-form{max-width:85%!important;margin:200px auto 50px auto!important}.btBreadCrumbs{text-transform:uppercase}.btBreadCrumbs span{display:inline-block;margin-left:0;padding-left:0}.btBreadCrumbs span:not(:last-child):after{content:' ';display:inline-block;margin:-2px 10px 0 10px;letter-spacing:inherit;width:4px;height:4px;border-radius:50%;line-height:inherit;vertical-align:middle}.btLightSkin .btBreadCrumbs span:not(:last-child):after,.btDarkSkin .btLightSkin .btBreadCrumbs span:not(:last-child):after,.btLightSkin .btDarkSkin .btLightSkin .btBreadCrumbs span:not(:last-child):after{background-color:#252525}.btDarkSkin .btBreadCrumbs span:not(:last-child):after,.btLightSkin .btDarkSkin .btBreadCrumbs span:not(:last-child):after,.btDarkSkin.btLightSkin .btDarkSkin .btBreadCrumbs span:not(:last-child):after{background-color:#fff}.btPageHeadline{background-color:rgba(0,0,0,.07);background-size:cover}.btPageHeadline header{-ms-word-wrap:break-word;word-wrap:break-word}.btMenuCenter .btPageHeadline header{margin:auto}.btPageHeadline header .bt_bb_headline_subheadline .star-rating span:before{color:#fff}.btPageHeadline .bt_bb_port{padding-bottom:4em;padding-top:4em}body.btBelowMenu .btPageHeadline .bt_bb_port{padding-top:16em}.btPageHeadline.btHeadlineSquare header{text-align:center}.btPageHeadline.btHeadlineSquare .bt_bb_port{padding-bottom:8em;padding-top:8em}body.btBelowMenu .btPageHeadline.btHeadlineSquare .bt_bb_port{padding-top:14em}.btBoxedPage .btPageWrap{max-width:1200px;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-bottom:3em;margin:0 auto 3em;border-bottom-left-radius:15px;border-bottom-right-radius:15px;overflow:initial}.btStickyHeaderActive.btBoxedPage .mainHeader{max-width:1200px}.btLightSkin.btBoxedPage .btContentWrap{background-color:#fff}.btDarkSkin.btBoxedPage .btContentWrap{background-color:#252525}.btErrorPage{min-height:70vh;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:-webkit-flex;display:flex}.btErrorPage .port{padding-top:6em;padding-bottom:6em}.btNoSearchResults .bt_bb_port{display:block;max-width:1260px;margin:0 auto}.btNoSearchResults .bt_bb_port #searchform{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btNoSearchResults .bt_bb_port #searchform input[type='search']{-webkit-flex-basis:75%;flex-basis:75%;margin-right:1em}.btNoSearchResults .bt_bb_port #searchform input[type='submit']{-webkit-flex-basis:20%;flex-basis:20%;height:auto;cursor:pointer;text-transform:uppercase;font-size:.9em;line-height:1;font-weight:500;-webkit-box-shadow:0 0 0 3em #51acfb inset;box-shadow:0 0 0 3em #51acfb inset;color:#fff;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.btNoSearchResults .bt_bb_port #searchform input[type='submit']:hover{-webkit-box-shadow:0 0 0 2px #51acfb inset;box-shadow:0 0 0 2px #51acfb inset;color:#51acfb}@media (max-width:620px){.btNoSearchResults .bt_bb_port #searchform{display:block}.btNoSearchResults .bt_bb_port #searchform input[type='search']{margin-right:0;margin-bottom:1em}}.mainHeader{width:100%;position:absolute;background-color:inherit;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);font-family:"Montserrat";-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;transition:opacity 300ms ease;visibility:hidden;opacity:0}.btMenuInitFinished .mainHeader{visibility:initial;opacity:1}.mainHeader:after{content:" ";display:table;width:100%;clear:both}.mainHeader a{color:inherit;-webkit-transition:color 100ms linear;-moz-transition:color 100ms linear;transition:color 100ms linear}.mainHeader a:hover{color:#51acfb}.btPageTransitions .mainHeader{z-index:1020}.btMenuHorizontal:not(.btBelowMenu) .mainHeader{-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.05);box-shadow:0 0 20px 0 rgba(0,0,0,.05)}.btLogoArea{position:relative;z-index:1}.menuPort{font-family:"Montserrat";font-size:13px}.menuPort:after{content:" ";display:table;width:100%;clear:both}.menuPort nav ul{list-style:none;display:block;margin:0;padding:0;-webkit-transition:all 100ms ease 0s;-moz-transition:all 100ms ease 0s;transition:all 100ms ease 0s}.menuPort nav ul li{display:block;margin:0;padding:0;position:relative}.menuPort nav ul li a{display:block;position:relative;padding:1em 1em;font-weight:500;font-size:13px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.menuPort nav ul li a:after{content:"/";opacity:.4;position:absolute;right:-25px}.menuPort nav ul li a:hover{color:inherit;opacity:.8;text-decoration:none}.btCapitalizeMainMenuItems .menuPort nav ul li a{text-transform:uppercase}.menuPort nav ul li:last-child>a:after{display:none}.rtl .menuPort nav ul li:last-child>a:after{display:inline}.rtl .menuPort nav ul li:first-child>a:after{display:none}.menuPort nav ul ul li{-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;transition:opacity 300ms ease}.menuPort nav ul ul li.on{opacity:1}.menuPort ul>li>ul{opacity:0;pointer-events:none}.menuPort nav>ul>li>a{line-height:90px;padding:0}.btBelowLogoArea .menuPort nav>ul>li>a{line-height:50px}.menuPort nav ul ul li a{font-weight:500}.btTextLogo{font-family:"Montserrat";font-size:2em;font-weight:800;line-height:90px}.btMenuVertical .btTextLogo{line-height:54px}.btLogoArea .logo{line-height:0;float:left}.btMenuVertical .btLogoArea .logo{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important}.rtl .btLogoArea .logo{float:right}.btLogoArea .logo img{height:90px;width:auto;display:block}.btMenuVertical .btLogoArea .logo img{height:54px}.btMenuCenter .btLogoArea .logo img{margin:auto}.btLogoArea .logo img.btAltLogo{display:none}.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger{display:block;position:relative;z-index:1}.btStickyHeaderActive.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger .bt_bb_icon{margin:15.75px 0}.btMenuHorizontal.btHideMenu .menuPort{opacity:0;-webkit-transition:opacity 1s ease;-moz-transition:opacity 1s ease;transition:opacity 1s ease;pointer-events:none}.btShowMenu.btMenuHorizontal.btHideMenu .menuPort{opacity:1!important;pointer-events:all}.btHorizontalMenuTrigger{display:none;float:right;margin:0 0 0 .5em;font-size:1.5em}.btHorizontalMenuTrigger .bt_bb_icon{width:27px;height:22.5px;position:relative;padding:0;float:left;margin:33.75px 0}.btHorizontalMenuTrigger .bt_bb_icon:before,.btHorizontalMenuTrigger .bt_bb_icon:after{content:"";position:absolute;display:block;border-top-width:2px;border-top-style:solid;left:0;right:0;top:0;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:-.75px 1px;-moz-transform-origin:-.75px 1px;-ms-transform-origin:-.75px 1px;transform-origin:-.75px 1px}.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:before,.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after{-webkit-transform:rotate(45deg) translateY(0)!important;-moz-transform:rotate(45deg) translateY(0)!important;-ms-transform:rotate(45deg) translateY(0)!important;transform:rotate(45deg) translateY(0)!important}.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btOpacityLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btGreyLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btOpacityLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btGreyLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after,.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after{border-top-color:#252525}.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:before,.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:after,.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after{border-top-color:#fff}.btHorizontalMenuTrigger .bt_bb_icon:after{top:auto;bottom:0}.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after{-webkit-transform:rotate(-45deg) translateY(0)!important;-moz-transform:rotate(-45deg) translateY(0)!important;-ms-transform:rotate(-45deg) translateY(0)!important;transform:rotate(-45deg) translateY(0)!important}.btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{content:"";position:absolute;display:block;border-top-width:2px;border-top-style:solid;left:0;right:0;top:50%;margin-top:-1px;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{-webkit-transform:scaleX(0)!important;-moz-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btGreyLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btOpacityLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#252525}.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#fff}.btHorizontalMenuTrigger:hover{cursor:pointer;color:inherit}.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btOpacityLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btGreyLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btOpacityLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btGreyLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:after{border-top-color:#51acfb}.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after{border-top-color:#252525}.btHorizontalMenuTrigger:hover .bt_bb_icon:before{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:before{-webkit-transform:rotate(0) translateY(-5px);-moz-transform:rotate(0) translateY(-5px);-ms-transform:rotate(0) translateY(-5px);transform:rotate(0) translateY(-5px)}.btHorizontalMenuTrigger:hover .bt_bb_icon:after{-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:after{-webkit-transform:rotate(0) translateY(5px);-moz-transform:rotate(0) translateY(5px);-ms-transform:rotate(0) translateY(5px);transform:rotate(0) translateY(5px)}.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btOpacityLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btGreyLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#51acfb}.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#252525}.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor li.current-menu-ancestor>a,.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor li.current-menu-item>a,.btMenuHorizontal .menuPort nav>ul>li.current-menu-item li.current-menu-ancestor>a,.btMenuHorizontal .menuPort nav>ul>li.current-menu-item li.current-menu-item>a{color:#51acfb}.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor>a:before,.btMenuHorizontal .menuPort nav>ul>li.current-menu-item>a:before{content:' ';display:block;position:absolute;z-index:5;bottom:0;left:0;right:0;pointer-events:none;height:4px;opacity:1;background-color:#51acfb}.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor li.current-menu-ancestor>a,.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor li.current-menu-item>a,.btMenuHorizontal .menuPort nav>ul>li.current-menu-item li.current-menu-ancestor>a,.btMenuHorizontal .menuPort nav>ul>li.current-menu-item li.current-menu-item>a{color:#51acfb}.btMenuHorizontal .menuPort ul ul{background-color:#fff}.btMenuHorizontal .menuPort ul ul li a{padding-left:1.5em;padding-right:1.5em;color:#252525}.btMenuHorizontal .menuPort ul ul li a:hover{color:#51acfb}.btMenuHorizontal .menuPort ul ul li .subToggler{color:#252525}.btMenuHorizontal .menuPort ul ul li:not(:last-child)>a:after{content:' ';display:block;position:absolute;left:1.5em;right:1.5em;bottom:0;height:1px;background-color:rgba(0,0,0,.1)}.btMenuHorizontal .menuPort nav>ul>li>ul,.btMenuHorizontal .menuPort nav>ul>li:not(.btMenuWideDropdown)>ul>li>ul{-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;pointer-events:none}.btMenuHorizontal .menuPort nav>ul>li>ul a:after,.btMenuHorizontal .menuPort nav>ul>li:not(.btMenuWideDropdown)>ul>li>ul a:after{display:none}.btMenuHorizontal .menuPort nav>ul>li.on>ul,.btMenuHorizontal .menuPort nav>ul>li:not(.btMenuWideDropdown)>ul>li.on>ul{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);pointer-events:all}.btMenuHorizontal .menuPort nav>ul>li.btMenuWideDropdown:not(.on)>ul.bt_mega_menu_content *{pointer-events:none!important}.subToggler{display:none;cursor:pointer;position:absolute;top:0;width:45px;z-index:80;padding:0;text-align:center}.on>.subToggler{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg)}body.btMenuVertical .subToggler{display:block!important;padding:20px 0;line-height:1;right:-10px;top:-8px}body.btMenuHorizontal .subToggler{right:15px;line-height:90px}body.rtl.btMenuHorizontal.btMenuCenterBelow .subToggler{right:auto;left:0}body.btMenuHorizontal.rtl .subToggler{left:15px;right:auto}body.btMenuHorizontal.btMenuBelowLogo .subToggler{line-height:50px}body.btMenuHorizontal .menuPort ul ul .subToggler{right:0;line-height:inherit;padding:1em 0}body.btMenuHorizontal .menuPort .rightNav ul ul .subToggler{left:0;right:auto}.subToggler:before{content:'\f107';font:normal 16px/1 FontAwesome}.touch .btMenuHorizontal .menuPort nav ul li .subToggler{display:block}.touch .btMenuHorizontal .menuPort nav ul li a:after{display:none}.btMenuHorizontal .menuPort>nav>ul>li{padding:0 50px 0 0}.rtl.btMenuHorizontal .menuPort>nav>ul>li{padding:0 0 0 50px}.rtl.btMenuHorizontal .menuPort>nav>ul>li:last-child{padding:0}:not(.rtl).btMenuHorizontal .menuPort>nav>ul>li:last-child{padding:0}html.touch :not(.rtl).btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children{padding:0 50px 0 0}html.touch .rtl.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children{padding:0 0 0 50px}.btMenuHorizontal .menuPort>nav>ul>li>ul>li{font-size:.9em}.btMenuHorizontal .menuPort>nav>ul ul{position:absolute;width:220px;right:0;top:auto;margin:0;pointer-events:none;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);z-index:1;padding:0}.btMenuHorizontal .menuPort>nav>ul ul li{z-index:4;float:none}.btMenuHorizontal .menuPort>nav>ul ul ul{display:block;top:0;margin:0;pointer-events:none}.btMenuHorizontal .menuPort>nav>ul li.current-menu-item ul,.btMenuHorizontal .menuPort>nav>li.current-menu-ancestor ul{margin:0}.btMenuHorizontal .menuPort>nav>ul>li{float:left;position:relative;z-index:5}.rtl.btMenuHorizontal .menuPort>nav>ul>li{float:right}.btMenuHorizontal .menuPort>nav>ul>li>ul li a{-webkit-transition:all ease 300ms;-moz-transition:all ease 300ms;transition:all ease 300ms}.btMenuHorizontal .menuPort>nav>ul>li>ul li a:hover{-webkit-box-shadow:inset 5px 0 0 0 #51acfb;box-shadow:inset 5px 0 0 0 #51acfb}.btMenuHorizontal .menuPort>nav>ul>li:not(.btMenuWideDropdown)>ul li a{-webkit-transition:all ease 300ms;-moz-transition:all ease 300ms;transition:all ease 300ms}.btMenuHorizontal .menuPort>nav>ul>li:not(.btMenuWideDropdown)>ul li a:hover{-webkit-box-shadow:inset 5px 0 0 0 #51acfb;box-shadow:inset 5px 0 0 0 #51acfb}.btMenuHorizontal .menuPort>nav>ul>li:not(.btMenuWideDropdown)>ul li:first-child>a{-webkit-box-shadow:inset 0 5px 0 0 #51acfb;box-shadow:inset 0 5px 0 0 #51acfb}.btMenuHorizontal .menuPort>nav>ul>li:not(.btMenuWideDropdown)>ul li:first-child>a:hover{-webkit-box-shadow:inset 5px 5px 0 0 #51acfb;box-shadow:inset 5px 5px 0 0 #51acfb}.btMenuHorizontal .menuPort>nav>ul>li:last-child>ul{right:0;left:auto}.btMenuHorizontal .menuPort>nav>ul>li:nth-last-child(2)>ul{right:0;left:auto}.btMenuHorizontal .menuPort>nav>ul>li:last-child:not(.btMenuWideDropdown)>ul>li>ul{right:0;left:-100%}.btMenuHorizontal .menuPort>nav>ul>li:nth-last-child(2):not(.btMenuWideDropdown)>ul>li>ul{right:0;left:-100%}.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentLightHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btGreyLightHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightAccentHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateLightHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentLightHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btGreyLightHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightAccentHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateLightHeader .mainHeader.gutter{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.btMenuHorizontal .menuPort ul ul{right:auto;left:0}.btMenuHorizontal .menuPort ul ul ul{left:220px;right:auto}.rtl.btMenuHorizontal .menuPort ul ul ul{left:auto;right:220px}.btMenuHorizontal .menuPort nav{float:left;padding-left:50px}.rtl.btMenuHorizontal .menuPort nav{padding-right:50px;padding-left:0}.btMenuHorizontal.btMenuRight .menuPort nav{float:right}.btMenuHorizontal.btMenuCenter .logo{position:relative;z-index:8;margin:0 0 0 50%}.btMenuHorizontal.btMenuCenter .menuPort nav{float:none}.btMenuHorizontal.btMenuCenter .menuPort .leftNav{position:absolute;right:50%;left:auto;padding:0;padding-right:50px}.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul{float:right}.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul{right:auto;left:-20px}.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul{left:220px;right:auto}.btMenuHorizontal.btMenuCenter .menuPort .rightNav{position:absolute;left:50%;right:auto;padding-left:50px}.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul{right:-20px;left:auto}.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul{right:220px;left:auto}.btMenuHorizontal.btMenuCenter .menuPort .rightNav li{text-align:right}.btMenuHorizontal.btMenuCenterBelow .logo{float:none;text-align:center}.btMenuHorizontal.btMenuCenterBelow .logo img{margin-left:auto;margin-right:auto}.btMenuHorizontal.btMenuCenterBelow .gutter .port{position:relative}.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea{position:absolute;right:40px;top:0}.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea{right:auto;left:40px}.btMenuHorizontal.btMenuCenterBelow .menuPort nav{float:none;text-align:center}.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li{float:none;display:inline-block}.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li{display:block;text-align:left}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav{float:none!important}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li{padding:0 0 0 50px!important}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul{left:0;right:-20px}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li{text-align:right}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li ul{right:auto;left:-220px}.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li>a:after{left:auto;right:0}.btMenuHorizontal.btMenuCenterBelow .topBarInMenu{position:absolute;right:0}.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInMenu{right:auto;left:0}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown{position:static}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul{width:100%;max-width:1280px;left:auto}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li{top:auto;border-top:none!important;float:left}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>a{border:none!important;color:#51acfb;-webkit-box-shadow:inset 0 5px 0 0 #51acfb;box-shadow:inset 0 5px 0 0 #51acfb}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>a:hover{opacity:1;-webkit-box-shadow:inset 5px 5px 0 0 #51acfb;box-shadow:inset 5px 5px 0 0 #51acfb}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>ul>li>ul:before{display:none}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>ul{opacity:1;top:auto;margin:0!important;width:100%;right:0;left:0;position:relative;-webkit-box-shadow:none;box-shadow:none}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>ul>li:first-child>a{border-top:none!important}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>li:not(:last-child){border-left:1px solid rgba(0,0,0,.1)}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li ul:before{display:none}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown.btMenuWideDropdownCols-3 ul.sub-menu{max-width:750px}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>li{width:100%}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>li .sub-menu{width:100%}html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown.on>ul>li>ul{pointer-events:auto}html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown.btMenuWideDropdownCols-3 ul.sub-menu{right:auto}html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort>nav.rightNav>ul>li.btMenuWideDropdown>ul{width:300%;left:-200%}html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort>nav.leftNav>ul>li.btMenuWideDropdown>ul{width:300%;right:-200%}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-0>ul>li{width:INF%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-1>ul>li{width:100%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2>ul>li{width:50%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3>ul>li{width:33.33333%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4>ul>li{width:25%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-5>ul>li{width:20%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-6>ul>li{width:16.66667%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-7>ul>li{width:14.28571%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-8>ul>li{width:12.5%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-9>ul>li{width:11.11111%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-10>ul>li{width:10%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-11>ul>li{width:9.09091%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-12>ul>li{width:8.33333%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-13>ul>li{width:7.69231%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-14>ul>li{width:7.14286%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-15>ul>li{width:6.66667%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-16>ul>li{width:6.25%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-17>ul>li{width:5.88235%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-18>ul>li{width:5.55556%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-19>ul>li{width:5.26316%!important}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-20>ul>li{width:5%!important}.btMenuHorizontal header.mainHeader:not(.gutter) .menuPort>nav>ul>li:last-child:not:(.btMenuWideDropdown)>ul{right:0!important;left:auto!important}.btMenuHorizontal header.mainHeader:not(.gutter) .menuPort>nav>ul>li:last-child:not:(.btMenuWideDropdown)>ul>li>ul{right:0!important;left:-100%!important}.btMenuHorizontal .topBar{font-size:.8em;line-height:2.5em;z-index:2}.btMenuHorizontal .topBar .topBarPort{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btMenuHorizontal .topBar .topBarPort:after{content:" ";display:table;width:100%;clear:both}.btMenuHorizontal .topBar .topBarPort:after,.btMenuHorizontal .topBar .topBarPort:before{display:none}.btMenuHorizontal .topBarInMenu{line-height:inherit;float:right;height:90px;margin-left:25px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rtl.btMenuHorizontal .topBarInMenu{float:left;margin-left:0;margin-right:25px}.btMenuHorizontal .topBarInMenu .topBarInMenuCell{line-height:48px;vertical-align:middle;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btMenuHorizontal .btBelowLogoArea .topBarInMenu{height:50px;line-height:50px}.btMenuHorizontal.btMenuBelowLogo .btBelowLogoArea{padding:0;z-index:0}.btMenuHorizontal.btMenuBelowLogo .menuPort{clear:both;position:relative;margin:0;float:none;padding:.5em 0}.btMenuHorizontal.btMenuBelowLogo .menuPort nav{padding:0}.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav{float:right}.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav>ul>li{margin:0 0 0 50px}.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav>ul>li:last-child{margin:0!important}.btAccentDarkHeader:not(.btBelowMenu) .mainHeader,.btAccentDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop,.btLightAccentHeader:not(.btBelowMenu) .mainHeader,.btLightAccentHeader:not(.btBelowMenu) .btVerticalHeaderTop,.btAccentLightHeader:not(.btBelowMenu) .mainHeader,.btAccentLightHeader:not(.btBelowMenu) .btVerticalHeaderTop,.btLightDarkHeader:not(.btBelowMenu) .mainHeader,.btLightDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.btGreyLightHeader .mainHeader,.btGreyLightHeader .btVerticalHeaderTop{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2)}body.btBelowMenu.btMenuHorizontal.btAccentDarkHeader .mainHeader.gutter,body.btBelowMenu.btMenuHorizontal.btAccentLightHeader .mainHeader.gutter,body.btBelowMenu.btMenuHorizontal.btGreyLightHeader .mainHeader.gutter,body.btBelowMenu.btMenuHorizontal.btLightAccentHeader .mainHeader.gutter,body.btBelowMenu.btMenuHorizontal.btLightDarkHeader .mainHeader.gutter{max-width:1200px;margin-left:auto;margin-right:auto;left:0;right:0}.btTransparentDarkHeader .mainHeader,.btTransparentDarkHeader .btVerticalHeaderTop{color:#252525}.btStickyHeaderActive.btTransparentDarkHeader .mainHeader,.btStickyHeaderActive.btTransparentDarkHeader .btVerticalHeaderTop{background-color:#fff}.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .mainHeader,.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .btVerticalHeaderTop{color:#fff;background-color:#252525}.btMenuVertical.btTransparentDarkHeader .mainHeader,.btMenuVertical.btTransparentDarkHeader .btVerticalHeaderTop{background-color:#fff}.btTransparentDarkHeader .btBelowLogoArea .menuPort{border-top:1px solid rgba(0,0,0,.1)}.btTransparentDarkHeader .topBar .topBarPort .topTools{border-bottom:1px solid rgba(0,0,0,.1)}.btTransparentLightHeader .mainHeader{color:#fff}.btStickyHeaderActive.btTransparentLightHeader .mainHeader{background-color:#252525}.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader{color:#252525;background-color:#fff}.btMenuVertical.btTransparentLightHeader .mainHeader{background-color:#252525}.btTransparentLightHeader .btVerticalHeaderTop{color:#fff}.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop{background-color:#252525}.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop{background-color:#fff;color:#252525}.btTransparentLightHeader .btBelowLogoArea .menuPort{border-top:1px solid rgba(255,255,255,.1)}.btTransparentLightHeader .topBar .topTools{border-bottom:1px solid rgba(255,255,255,.1)}.btOpacityLightHeader:not(.btStickyHeaderActive):not(.btMenuVertical) .mainHeader{padding:20px}.btOpacityLightHeader:not(.btStickyHeaderActive):not(.btMenuVertical) .mainHeader .mainHeaderInner{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);background-color:rgba(255,255,255,.2)}.btSoftRoundedButtons.btOpacityLightHeader:not(.btStickyHeaderActive):not(.btMenuVertical) .mainHeader .mainHeaderInner{border-radius:4px}.btOpacityLightHeader .mainHeader{color:#fff}.btStickyHeaderActive.btOpacityLightHeader .mainHeader{color:#252525;background-color:#fff}.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btOpacityLightHeader .mainHeader{color:#252525;background-color:#fff}.btMenuVertical.btOpacityLightHeader .mainHeader{color:#fff;background-color:#51acfb}.btMenuVertical.btOpacityLightHeader .mainHeader .topTools .btIconWidget:hover,.btMenuVertical.btOpacityLightHeader .mainHeader .topBarInMenu .btIconWidget:hover,.btMenuVertical.btOpacityLightHeader .mainHeader .btTopBox.widget_search.btIconWidget .bt_bb_icon_holder:hover{color:#fff;opacity:1}.btOpacityLightHeader .btVerticalHeaderTop{color:#fff;background-color:rgba(255,255,255,.2);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.btStickyHeaderActive.btOpacityLightHeader .btVerticalHeaderTop{background-color:#fff}.btHasAltLogo.btStickyHeaderActive.btOpacityLightHeader .btVerticalHeaderTop{background-color:#fff;color:#252525}.btOpacityLightHeader .btBelowLogoArea .menuPort{border-top:1px solid rgba(255,255,255,.1)}.btOpacityLightHeader .topBar .topTools{border-bottom:1px solid rgba(255,255,255,.1)}.btOpacityLightHeader.btMenuHorizontal:not(.btBelowMenu) .mainHeader{-webkit-box-shadow:none;box-shadow:none;padding:0}.btOpacityLightHeader.btMenuHorizontal .mainHeader .port{padding:0 20px}.btAccentLightHeader .mainHeader,.btAccentLightHeader .btVerticalHeaderTop{background-color:#fff}.btAccentLightHeader .btBelowLogoArea,.btAccentLightHeader .topBar{background-color:#51acfb;color:#252525}.btAccentLightHeader .btBelowLogoArea a:hover,.btAccentLightHeader .topBar a:hover{color:#dd1515}.btGreyLightHeader .mainHeader,.btGreyLightHeader .btVerticalHeaderTop{background-color:#fff}.btGreyLightHeader .btBelowLogoArea,.btGreyLightHeader .topBar{background-color:rgba(0,0,0,.1);color:#252525}.btGreyLightHeader .btBelowLogoArea a:hover,.btGreyLightHeader .topBar a:hover{color:#51acfb}.btAccentDarkHeader .mainHeader,.btAccentDarkHeader .btVerticalHeaderTop{background-color:#252525;color:#fff}.btAccentDarkHeader .btBelowLogoArea,.btAccentDarkHeader .topBar{background-color:#51acfb;color:#fff}.btAccentDarkHeader .btBelowLogoArea a:hover,.btAccentDarkHeader .topBar a:hover{color:#dd1515}.btLightDarkHeader .mainHeader,.btLightDarkHeader .btVerticalHeaderTop{background-color:#fff}.btLightDarkHeader .btBelowLogoArea,.btLightDarkHeader .topBar{background-color:#252525;color:#fff}.btLightDarkHeader.btMenuHorizontal.btBelowMenu .mainHeader{background-color:#fff}.btLightDarkHeader.btMenuHorizontal.btBelowMenu .btBelowLogoArea{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.4);box-shadow:0 0 5px 0 rgba(0,0,0,.4)}.btLightAccentHeader .mainHeader{background-color:#fff}.btLightAccentHeader .btLogoArea,.btLightAccentHeader .btVerticalHeaderTop{background-color:#51acfb;color:#fff}.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader{background-color:#fff}.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea{background-color:#51acfb}.btStickyHeaderActive.btMenuHorizontal .mainHeader{position:fixed;top:0;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.btStickyHeaderActive.btMenuHorizontal .mainHeader .topBar{display:none}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btBelowLogoArea{padding:0}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img{height:54px}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .btTextLogo{font-size:1.5em;line-height:54px}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav>ul>li>a,.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav>ul>li>.subToggler{line-height:54px}.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu{height:54px}.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .btLogoArea{display:none}.btHasAltLogo.btStickyHeaderActive .btMainLogo{display:none}.btHasAltLogo.btStickyHeaderActive .btAltLogo{display:block!important}.btMenuVertical.btStickyHeaderActive .btVerticalHeaderTop{position:fixed;top:0;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);-webkit-transition:transform 200ms ease;-moz-transition:transform 200ms ease;transition:transform 200ms ease}.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateY(0%) translateX(260px);-moz-transform:translateY(0%) translateX(260px);-ms-transform:translateY(0%) translateX(260px);transform:translateY(0%) translateX(260px)}.btMenuVerticalRight.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateY(0%) translateX(-260px);-moz-transform:translateY(0%) translateX(-260px);-ms-transform:translateY(0%) translateX(-260px);transform:translateY(0%) translateX(-260px)}.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateY(-100%) translateX(260px);-moz-transform:translateY(-100%) translateX(260px);-ms-transform:translateY(-100%) translateX(260px);transform:translateY(-100%) translateX(260px)}.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader{-webkit-transition:transform 200ms ease;-moz-transition:transform 200ms ease;transition:transform 200ms ease;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.btStickyHeaderClosed.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transition:transform 200ms ease;-moz-transition:transform 200ms ease;transition:transform 200ms ease}.btVerticalHeaderTop{display:none;position:absolute;width:100%;padding-left:20px;padding-right:20px}.btMenuVertical .btVerticalHeaderTop{display:block}.btVerticalHeaderTop .btVerticalMenuTrigger{display:none;position:relative;z-index:1;height:54px;margin:0 .5em 0 0;font-size:1.5em}.rtl .btVerticalHeaderTop .btVerticalMenuTrigger{margin:0 0 0 .5em}.btVerticalMenuTrigger .bt_bb_icon{width:27px;height:22.5px;position:relative;padding:0;float:left;margin:15.75px 0}.btVerticalMenuTrigger .bt_bb_icon:before,.btVerticalMenuTrigger .bt_bb_icon:after{content:"";position:absolute;display:block;border-top-width:2px;border-top-style:solid;left:0;right:0;top:0;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:-.75px 1px;-moz-transform-origin:-.75px 1px;-ms-transform-origin:-.75px 1px;transform-origin:-.75px 1px}.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:before,.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after{-webkit-transform:rotate(45deg) translateY(0)!important;-moz-transform:rotate(45deg) translateY(0)!important;-ms-transform:rotate(45deg) translateY(0)!important;transform:rotate(45deg) translateY(0)!important}.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btGreyLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btGreyLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:before,.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btGreyLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btGreyLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:after,.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after{border-top-color:#252525}.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btOpacityLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btOpacityLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:before,.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btOpacityLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btOpacityLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:after,.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after{border-top-color:#fff}.btOpacityLightHeader.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:before,.btOpacityLightHeader.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:after{border-top-color:#252525}.btVerticalMenuTrigger .bt_bb_icon:after{top:auto;bottom:0}.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after{-webkit-transform:rotate(-45deg) translateY(0)!important;-moz-transform:rotate(-45deg) translateY(0)!important;-ms-transform:rotate(-45deg) translateY(0)!important;transform:rotate(-45deg) translateY(0)!important}.btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{content:"";position:absolute;display:block;border-top-width:2px;border-top-style:solid;left:0;right:0;top:50%;margin-top:-1px;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{-webkit-transform:scaleX(0)!important;-moz-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btGreyLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btGreyLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#252525}.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btOpacityLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btOpacityLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#fff}.btOpacityLightHeader.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before{border-top-color:#252525}.btVerticalMenuTrigger:hover{cursor:pointer;color:inherit}.btVerticalMenuTrigger:hover .bt_bb_icon:before{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);opacity:.8}.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:before{-webkit-transform:rotate(0) translateY(-3px);-moz-transform:rotate(0) translateY(-3px);-ms-transform:rotate(0) translateY(-3px);transform:rotate(0) translateY(-3px)}.btVerticalMenuTrigger:hover .bt_bb_icon:after{-webkit-transform:translateY(3px);-moz-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);opacity:.8}.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:after{-webkit-transform:rotate(0) translateY(3px);-moz-transform:rotate(0) translateY(3px);-ms-transform:rotate(0) translateY(3px);transform:rotate(0) translateY(3px)}.btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{opacity:.8}.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.btMenuVerticalOn .mainHeader{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1)}.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter{-webkit-transform:translateX(260px);-moz-transform:translateX(260px);-ms-transform:translateX(260px);transform:translateX(260px)}.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop .logo{opacity:0}.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter{-webkit-transform:translateX(-260px);-moz-transform:translateX(-260px);-ms-transform:translateX(-260px);transform:translateX(-260px)}.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop .logo{opacity:0}.btMenuVertical .mainHeader{text-align:center;height:100%;top:0;bottom:0;position:fixed;width:260px;clear:both;z-index:101;padding:0;-webkit-box-shadow:none;box-shadow:none;overflow-y:auto;overflow-x:hidden}.btMenuInitFinished.btMenuVertical .mainHeader{-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1)}:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea{-webkit-order:0;-ms-flex-order:0;order:0}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar{-webkit-order:2;-ms-flex-order:2;order:2}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea{-webkit-order:1;-ms-flex-order:1;order:1}.btMenuVertical .mainHeader .btMainLogo{display:block!important}.btMenuVertical .mainHeader .btAltLogo{display:none!important}.btMenuVertical .mainHeader .logo{float:none;margin:0;padding:0 2em 1em}.btMenuVertical .mainHeader .logo img{margin:0 auto;display:block;height:auto;max-width:100%}.btMenuVertical .mainHeader .btCloseVertical{cursor:pointer;font-size:1.5em;position:absolute;right:20px;top:10px}.rtl.btMenuVertical .mainHeader .btCloseVertical{right:auto;left:20px}.btMenuVertical .mainHeader .btCloseVertical:before{font-family:FontAwesome;content:'\f00d'}.btMenuVertical .mainHeader .btCloseVertical:before:hover{color:#51acfb}.btMenuVertical .mainHeader .menuPort{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.btMenuVertical .mainHeader .menuPort .leftNav{-webkit-order:1;-ms-flex-order:1;order:1}.btMenuVertical .mainHeader .topBar .topBarPort .topTools{padding-top:1em;padding-bottom:1em}.btMenuVertical .mainHeader nav{margin:0!important}.btMenuVertical .mainHeader nav ul>li>ul{opacity:1;pointer-events:auto}.btMenuVertical .mainHeader nav ul{-webkit-transition:none;-moz-transition:none;transition:none}.btMenuVertical .mainHeader nav ul li{padding:0;position:relative;background-color:transparent}.btMenuVertical .mainHeader nav ul li a{line-height:1.1;padding:1em 2em;border:none;font-weight:400}.btMenuVertical .mainHeader nav ul li li{font-size:.9em}.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor)>ul{display:none}.btMenuVertical .mainHeader nav ul ul li{padding:0;opacity:1;border:none;background-color:transparent}.btMenuVertical .mainHeader nav ul ul li ul{opacity:.8}.btMenuVertical .mainHeader nav ul ul li ul li a{border:none!important}.btMenuVertical .mainHeader nav li.current-menu-ancestor>a,.btMenuVertical .mainHeader nav li.current-menu-item>a{font-weight:600}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,.btMenuVertical .mainHeader .topBar .btIconWidget{margin-left:.75em;margin-right:.25em}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText){margin-left:.75em;margin-right:0}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon{padding-right:.75em}.btMenuVertical .btVerticalMenuTrigger{display:block}.btMenuVertical .menuScrollPort{width:260px;overflow:hidden}.btMenuVerticalRight .mainHeader{right:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.btMenuVerticalOn.btMenuVerticalRight .mainHeader{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:-2px 0 5px rgba(0,0,0,.1);box-shadow:-2px 0 5px rgba(0,0,0,.1)}.btMenuVerticalRight .btVerticalMenuTrigger{float:right}.btMenuVerticalLeft .mainHeader{left:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.btMenuVerticalOn.btMenuVerticalLeft .mainHeader{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:2px 0 5px rgba(0,0,0,.10);box-shadow:2px 0 5px rgba(0,0,0,.10)}.btMenuVerticalLeft .btVerticalMenuTrigger{float:left}.btMenuHorizontal .topBar .topBarPort .topTools{min-height:45px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btMenuHorizontal .btTopToolsRight,.btMenuHorizontal .btTopToolsLeft{-webkit-flex-grow:1;flex-grow:1}.btMenuHorizontal .btTopToolsRight{text-align:right;float:right;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.rtl.btMenuHorizontal .btTopToolsRight{text-align:left;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.btMenuHorizontal .topBarInLogoArea{float:right;height:90px;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rtl.btMenuHorizontal .topBarInLogoArea{float:left}.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell{border:0 solid #51acfb}.btMenuVertical .mainHeader{text-align:center;height:100%;top:0;bottom:0;position:fixed;width:260px;clear:both;z-index:101;padding:0;-webkit-box-shadow:none;box-shadow:none;overflow-y:auto;overflow-x:hidden}.btMenuInitFinished.btMenuVertical .mainHeader{-webkit-transition:transform 1s cubic-bezier(.230,1,.320,1);-moz-transition:transform 1s cubic-bezier(.230,1,.320,1);transition:transform 1s cubic-bezier(.230,1,.320,1)}:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.btMenuVertical .mainHeader .topBar{-webkit-order:1;-ms-flex-order:1;order:1}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea{-webkit-order:0;-ms-flex-order:0;order:0}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar{-webkit-order:2;-ms-flex-order:2;order:2}.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea{-webkit-order:1;-ms-flex-order:1;order:1}.btMenuVertical .mainHeader .btMainLogo{display:block!important}.btMenuVertical .mainHeader .btAltLogo{display:none!important}.btMenuVertical .mainHeader .logo{float:none;margin:0;padding:0 2em 1em}.btMenuVertical .mainHeader .logo img{margin:0 auto;display:block;height:auto;max-width:100%}.btMenuVertical .mainHeader .btCloseVertical{cursor:pointer;font-size:1.5em;position:absolute;right:20px;top:10px}.rtl.btMenuVertical .mainHeader .btCloseVertical{right:auto;left:20px}.btMenuVertical .mainHeader .btCloseVertical:before{font-family:FontAwesome;content:'\f00d'}.btMenuVertical .mainHeader .btCloseVertical:before:hover{color:#51acfb}.btMenuVertical .mainHeader .menuPort{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.btMenuVertical .mainHeader .menuPort .leftNav{-webkit-order:1;-ms-flex-order:1;order:1}.btMenuVertical .mainHeader .topBar .topBarPort .topTools{padding-top:0;padding-bottom:0;border:none}.btMenuVertical .mainHeader .topBarInMenu{margin:2em 0}.btMenuVertical .mainHeader nav{margin:0!important}.btMenuVertical .mainHeader nav ul>li>ul{opacity:1;pointer-events:auto}.btMenuVertical .mainHeader nav ul{-webkit-transition:none;-moz-transition:none;transition:none}.btMenuVertical .mainHeader nav ul li{padding:0;position:relative;background-color:transparent}.btMenuVertical .mainHeader nav ul li a{line-height:1.1;padding:1em 2em;border:none;font-weight:400}.btMenuVertical .mainHeader nav ul li a:after{display:none}.btMenuVertical .mainHeader nav ul li li{font-size:.9em}.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor)>ul{display:none}.btMenuVertical .mainHeader nav ul ul li{padding:0;opacity:1;border:none;background-color:transparent}.btMenuVertical .mainHeader nav ul ul li ul{opacity:.8}.btMenuVertical .mainHeader nav ul ul li ul li a{border:none!important}.btMenuVertical .mainHeader nav li.current-menu-ancestor>a,.btMenuVertical .mainHeader nav li.current-menu-item>a{font-weight:600}.btMenuVertical .mainHeader .topBarInMenu,.btMenuVertical .mainHeader .topBar,.btMenuVertical .mainHeader .topBarInLogoArea{position:relative}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,.btMenuVertical .mainHeader .topBar .btIconWidget,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget{display:inline-block;position:initial;width:100%}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon,.btMenuVertical .mainHeader .topBar .btIconWidget .btIconWidgetIcon,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget .btIconWidgetIcon{display:block;text-align:center}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText{padding:1em 0 0;margin:0}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before{font-size:2em}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent{font-size:.9em;text-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText{display:inline-block}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText),.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText){margin-left:.75em;margin-right:0;width:initial}.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon{padding-right:.75em}.btMenuVertical .btVerticalMenuTrigger{display:block}.btMenuVertical .menuScrollPort{width:260px;overflow:hidden}.btDarkSkin .iScrollIndicator,.btLightSkin .btDarkSkin .iScrollIndicator,.btDarkSkin.btLightSkin .btDarkSkin .iScrollIndicator{background-color:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.1)!important}body.btMenuVerticalOn{width:100vw;overflow:hidden}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li>ul{opacity:1;pointer-events:auto;display:none}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul{display:block}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li>ul{display:none}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li.on>ul{display:block}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li.on>ul>li>ul{display:none}html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li.on>ul>li.on>ul{display:block}.admin-bar.btStickyHeaderActive .mainHeader,.admin-bar.btStickyHeaderActive .btVerticalHeaderTop{top:32px}.admin-bar.btMenuVertical .mainHeader{top:32px}@media screen and (max-width:782px){.admin-bar.btStickyHeaderActive .mainHeader,.admin-bar.btStickyHeaderActive .btVerticalHeaderTop{top:46px}.admin-bar.btMenuVertical .mainHeader{top:46px}}@media screen and (max-width:600px){.admin-bar.btStickyHeaderActive .mainHeader{top:0}.admin-bar.btMenuVertical .btVerticalHeaderTop{top:0}}html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown>ul>li.bt_mega_menu_content_inner{width:100%!important;padding:1em}html:not(.touch) body.btMenuVertical .mainHeader li.btMenuWideDropdown>ul>li.bt_mega_menu_content_inner{display:none}.btSiteFooter:after{content:" ";display:table;width:100%;clear:both}.btSiteFooter .copyLine{margin-bottom:0;opacity:.3}.btSiteFooter .btFooterMenu .menu{margin:0 -1em;padding:0;list-style:none;text-transform:uppercase;width:100%;display:inline-block}.btSiteFooter .btFooterMenu .menu li{display:inline-block;margin:0;padding:0 1em}.btSiteFooter .btFooterMenu .menu a{opacity:.3;font-size:13px;-webkit-transition:opacity 200ms ease-in-out;-moz-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out}.btSiteFooter .btFooterMenu .menu a:hover{opacity:1;color:inherit}.btSiteFooter .btSiteFooterWidgets .widget_nav_menu ul{display:inline-block}.btSiteFooter .btSiteFooterWidgets .widget_nav_menu ul li{text-transform:uppercase;font-weight:500;font-size:1em}.btSiteFooterWidgets{padding-top:2em;font-weight:500}.btSiteFooterWidgets #boldSiteFooterWidgetsRow{-webkit-justify-content:initial;justify-content:initial;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;border-bottom:1px solid rgba(255,255,255,.1)}.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox{background-color:transparent;margin-bottom:1em;-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%}.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox .btImage img{margin:initial}.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="6"] .btBox{-webkit-flex:0 0 33.33%;-ms-flex:0 0 33.33%;flex:0 0 33.33%;width:33.33%;max-width:33.33%}.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="5"] .btBox{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;width:20%;max-width:20%}.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="4"] .btBox{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;width:25%;max-width:25%}.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="3"] .btBox{-webkit-flex:0 0 33.33%;-ms-flex:0 0 33.33%;flex:0 0 33.33%;width:33.33%;max-width:33.33%}.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="2"] .btBox{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;width:50%;max-width:50%}.btSiteFooterCopyMenu{-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15) inset;box-shadow:0 0 7px 0 rgba(0,0,0,.15) inset}.btSiteFooterCopyMenu .port>div{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%}.btSiteFooterCopyMenu .port>div .btFooterCopy,.btSiteFooterCopyMenu .port>div .btFooterMenu{padding-top:2em;padding-bottom:2em;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%}.btSiteFooterCopyMenu .port>div .btFooterMenu{text-align:right}.rtl .btSiteFooterCopyMenu .port>div .btFooterMenu{text-align:left}.rtl .btSiteFooterCopyMenu .port>div .btFooterCopy{text-align:right}.btLightSkin .btSiteFooterWidgets,.btDarkSkin .btLightSkin .btSiteFooterWidgets,.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets{background:#fff}.btLightSkin .btSiteFooterCopyMenu,.btDarkSkin .btLightSkin .btSiteFooterCopyMenu,.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterCopyMenu{background:#fff}.btLightSkin .btSiteFooterCopyMenu .port:before,.btDarkSkin .btLightSkin .btSiteFooterCopyMenu .port:before,.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterCopyMenu .port:before{background-color:#252525}.btDarkSkin .btSiteFooterWidgets,.btLightSkin .btDarkSkin .btSiteFooterWidgets,.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets{background:#252525}.btDarkSkin .btSiteFooterCopyMenu,.btLightSkin .btDarkSkin .btSiteFooterCopyMenu,.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterCopyMenu{background:#252525}.btDarkSkin .btSiteFooterCopyMenu .port:before,.btLightSkin .btDarkSkin .btSiteFooterCopyMenu .port:before,.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterCopyMenu .port:before{background-color:#51acfb}@media (max-width:992px){.btSiteFooter .port div .btFooterCopy,.btSiteFooter .port div .btFooterMenu{padding-top:1em;padding-bottom:1em;text-align:center}.btSiteFooterWidgets #boldSiteFooterWidgetsRow{display:block}.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox{width:100%!important;max-width:100%!important}.btSiteFooterWidgets .btIconWidgetContent{width:100%}.btSiteFooterWidgets .btIconWidgetContent ul.cart_list{width:100%}.btSiteFooterCopyMenu .port>div{display:block}}@media (max-width:620px){.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}}.sticky .headline:before{content:'\e69b';font-family:Icon7Stroke;display:block;float:left;margin-right:.4em;font-size:.7em;padding-top:.3em}.sticky .btBlogSimpleViewCategories .headline:before{content:''}article .bt_bb_headline .bt_bb_headline_superheadline,article .bt_bb_headline .bt_bb_headline_subheadline{opacity:.5}article .bt_bb_headline .btArticleDate,article .bt_bb_headline .btArticleAuthor,article .bt_bb_headline .btArticleComments,article .bt_bb_headline .btArticleCategories{text-transform:uppercase}article .bt_bb_headline a{color:inherit}article .bt_bb_headline a:hover{color:#51acfb}.btPostListColumns article .bt_bb_headline .btArticleAuthor{text-transform:inherit}body.btNoSidebar .btPostSingleItemStandard:not(:first-child){margin-top:3em}body.btNoSidebar .btPostSingleItemStandard:first-child{margin-top:4em}body.btNoSidebar .btPostSingleItemStandard:last-child{margin-bottom:4em}.btPostListStandard.btPostSingleItemStandard{padding:0;margin-bottom:3em}.btPostListStandard.btPostSingleItemStandard:not(:last-child){border-bottom:2px solid rgba(0,0,0,.07)}.btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-child),.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-child),.btDarkSkin.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-child){border-bottom:2px solid rgba(255,255,255,.2)}body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child){border-bottom:none}body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child) .btArticleContentHolder{border-bottom:2px solid rgba(0,0,0,.07)}.btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child) .btArticleContentHolder,.btLightSkin .btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child) .btArticleContentHolder,.btDarkSkin.btLightSkin .btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child) .btArticleContentHolder{border-bottom:2px solid rgba(255,255,255,.2)}body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child).sticky .btArticleContentHolder{border-bottom:none}.btPostSingleItemStandard .btArticleMedia,.btPostSingleItemStandard .btArticleContent{margin-bottom:1.5em;clear:both}.btPostSingleItemStandard .btArticleShareEtc{margin-bottom:3em;clear:both}.btPostSingleItemStandard .btArticleHeadline{clear:both;margin-bottom:1em}.btPostSingleItemStandard .btArticleShareEtc{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btPostSingleItemStandard .btArticleShareEtc>div{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;line-height:1}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn{text-align:right;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%}.btPostSingleItemStandard .btArticleShareEtc .btReadMoreColumn .bt_bb_button a{background:#51acfb;color:#fff}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent,.btPortfolioSingle.btPostSingleItemStandard .btArticleShareEtc{max-width:initial}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent{display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:-2em;margin-right:-2em}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;padding-left:2em;padding-right:2em}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;padding-left:2em;padding-right:2em}body.single .btPostSingleItemStandard .btShareColumn{text-align:right}body.single.rtl .btPostSingleItemStandard .btShareColumn{text-align:left}@media (max-width:1200px){.btPortfolioSingle.btPostSingleItemStandard .btArticleContent{display:block!important}.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta{max-width:400px}}body.btNoSidebar .btPostListColumns:first-of-type,body.btNoSidebar .btPostSingleItemColumns:first-of-type{margin-top:4em}body.btNoSidebar .btPostListColumns:last-of-type,body.btNoSidebar .btPostSingleItemColumns:last-of-type{margin-bottom:4em}.btPostListColumns:not(:last-of-type),.btPostSingleItemColumns:not(:last-of-type){margin-bottom:3em;padding-bottom:3em}.btLightSkin .btPostListColumns:not(:last-of-type),.btDarkSkin .btLightSkin .btPostListColumns:not(:last-of-type),.btLightSkin .btDarkSkin .btLightSkin .btPostListColumns:not(:last-of-type),.btLightSkin .btPostSingleItemColumns:not(:last-of-type),.btDarkSkin .btLightSkin .btPostSingleItemColumns:not(:last-of-type),.btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemColumns:not(:last-of-type){border-bottom:2px solid rgba(0,0,0,.07)}.btDarkSkin .btPostListColumns:not(:last-of-type),.btLightSkin .btDarkSkin .btPostListColumns:not(:last-of-type),.btDarkSkin.btLightSkin .btDarkSkin .btPostListColumns:not(:last-of-type),.btDarkSkin .btPostSingleItemColumns:not(:last-of-type),.btLightSkin .btDarkSkin .btPostSingleItemColumns:not(:last-of-type),.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemColumns:not(:last-of-type){border-bottom:2px solid rgba(255,255,255,.2)}body.btNoSidebar .btPostListColumns:not(:last-of-type),body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type){border-bottom:none}body.btNoSidebar .btPostListColumns:not(:last-of-type) .btArticleContentHolder,body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type) .btArticleContentHolder{padding-bottom:2em;border-bottom:2px solid rgba(0,0,0,.07)}.btDarkSkin body.btNoSidebar .btPostListColumns:not(:last-of-type) .btArticleContentHolder,.btLightSkin .btDarkSkin body.btNoSidebar .btPostListColumns:not(:last-of-type) .btArticleContentHolder,.btDarkSkin.btLightSkin .btDarkSkin body.btNoSidebar .btPostListColumns:not(:last-of-type) .btArticleContentHolder,.btDarkSkin body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type) .btArticleContentHolder,.btLightSkin .btDarkSkin body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type) .btArticleContentHolder,.btDarkSkin.btLightSkin .btDarkSkin body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type) .btArticleContentHolder{border-bottom:2px solid rgba(255,255,255,.2)}.btPostListColumns .btArticleContentHolder,.btPostSingleItemColumns .btArticleContentHolder{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 -1em}.btPostListColumns .btArticleContentHolder .btArticleMedia,.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;padding:0 1em}.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleMedia,.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia{-webkit-flex-basis:0%;flex-basis:0%;max-width:0%}.btPostListColumns .btArticleContentHolder .btArticleTextContent,.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;padding:1em}.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleTextContent,.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.btPostListColumns .btArticleContentHolder .btArticleHeadline,.btPostListColumns .btArticleContentHolder .btArticleContent,.btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline,.btPostSingleItemColumns .btArticleContentHolder .btArticleContent{margin-bottom:1em}.btPostListColumns .btArticleContentHolder .btShareRow,.btPostSingleItemColumns .btArticleContentHolder .btShareRow{margin-top:0}.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote p,.btPostListColumns .btArticleContentHolder .btMediaBox.btLink p,.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote p,.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink p{font-size:.9em}.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite,.btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite,.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite,.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite{padding-top:1em;font-size:.65em}.btPostListColumns .btArticleContentHolder .btArticleContent{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.7em;max-height:5.1em}body.btNoSidebar .btPostListColumns:not(:last-of-type),body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type){margin-bottom:0;padding-bottom:2em}.btContent .btPostListColumns:nth-child(even) .btArticleContentHolder{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}article.btPostListColumns .bt_bb_headline .bt_bb_headline_subheadline .btArticleAuthor{text-transform:capitalize}@media (max-width:620px){.btPostListColumns .btArticleContentHolder,.btPostSingleItemColumns .btArticleContentHolder{display:block;margin-left:0;margin-right:0}.btPostListColumns .btArticleContentHolder .btArticleMedia,.btPostListColumns .btArticleContentHolder .btArticleTextContent,.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia,.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent{clear:both;padding:0;max-width:100%}.btPostListColumns .btArticleContentHolder .btArticleMedia,.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia{padding-bottom:2em}}.btArticleListItem.btPostListSimple .btArticleContentHolder{padding-bottom:3em;margin-bottom:3em}.btArticleListItem.btPostListSimple .btArticleContentHolder .btArticleTextExcerpt{margin-top:2em}.btLightSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder,.btDarkSkin .btLightSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder,.btLightSkin .btDarkSkin .btLightSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder{border-bottom:2px solid rgba(0,0,0,.07)}.btDarkSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder,.btLightSkin .btDarkSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder,.btDarkSkin.btLightSkin .btDarkSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder{border-bottom:2px solid rgba(255,255,255,.2)}body.btNoSidebar .btArticleListItem.btPostListSimple:first-of-type{margin-top:4em}body.btNoSidebar .btArticleListItem.btPostListSimple{border-bottom:none}.btArticleListItem.animate{-webkit-transition-delay:200ms;-moz-transition-delay:200ms;transition-delay:200ms}.btArticleSuperMeta dl{border:6px solid #51acfb;padding:1em;margin-bottom:2em;max-width:320px}.btArticleSuperMeta dl dt{min-width:50%;display:inline-block;padding-right:.75em}.btArticleSuperMeta dl dd{text-align:right;display:inline-block;margin:0}body.btWithSidebar .btArticleSuperMeta dl dd{display:block;text-align:left}body.btWithSidebar .btArticleSuperMeta dl dd:not(:last-child){padding-bottom:.5em}.btArticleSuperMeta .btShareColumn{margin-bottom:1em;text-align:inherit!important}.btAboutAuthor{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;margin:0 0 2em;padding:2em 0}.btLightSkin .btAboutAuthor,.btDarkSkin .btLightSkin .btAboutAuthor,.btLightSkin .btDarkSkin .btLightSkin .btAboutAuthor{border-top:1px solid rgba(0,0,0,.1)}.btDarkSkin .btAboutAuthor,.btLightSkin .btDarkSkin .btAboutAuthor,.btDarkSkin.btLightSkin .btDarkSkin .btAboutAuthor{border-top:1px solid rgba(255,255,255,.5)}.btAboutAuthor .aaAvatar{vertical-align:top;padding:0 1em 0 0;-webkit-flex:1 1 150px;-ms-flex:1 1 150px;flex:1 1 150px}.btAboutAuthor .aaAvatar img{display:block;width:100%;height:auto;border-radius:50%}.btAboutAuthor .aaTxt{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;padding:0}.btAboutAuthor .aaTxt h1,.btAboutAuthor .aaTxt h2,.btAboutAuthor .aaTxt h3,.btAboutAuthor .aaTxt h4,.btAboutAuthor .aaTxt h5,.btAboutAuthor .aaTxt h6,.btAboutAuthor .aaTxt h7,.btAboutAuthor .aaTxt h8{font-size:1.3em}@media(max-width:520px){.btAboutAuthor .aaAvatar{-webkit-flex:1 1 100px;-ms-flex:1 1 100px;flex:1 1 100px}}.btMediaBox{position:relative;overflow:hidden}.btMediaBox img{display:block;width:auto;height:auto;-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-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}body.bt_bb_plugin_active .btMediaBox a:hover img{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}.btMediaBox .aspectVideo{visibility:hidden;width:100%}.btMediaBox iframe{display:block;border:none}.btMediaBox.video iframe{display:block;position:absolute;z-index:2;top:0;left:0;right:0;bottom:0;width:100%!important;height:100%!important;border:none}.btMediaBox.audio iframe{display:block;width:100%!important}.btMediaBox.btQuote,.btMediaBox.btLink{text-align:center;position:relative;display:block;margin:0;font-weight:300;padding:5em}.btMediaBox.btQuote:before,.btMediaBox.btLink:before{content:" ";position:absolute;top:0;left:0;bottom:0;right:0;background-color:#51acfb}.btMediaBox.btQuote[style*="background-image"]:before,.btMediaBox.btLink[style*="background-image"]:before{opacity:.6}.btArticleListItem .btMediaBox.btQuote,.btArticleListItem .btMediaBox.btLink{padding:4em}.btMediaBox.btQuote blockquote,.btMediaBox.btLink blockquote{padding:0}.btMediaBox.btQuote blockquote:before,.btMediaBox.btLink blockquote:before{content:''}.btMediaBox.btQuote p:before,.btMediaBox.btLink p:before{display:block;text-align:center;font:2em/1em Icon7Stroke;margin-bottom:.3em}.btMediaBox.btQuote p,.btMediaBox.btLink p{font-size:1em;line-height:1.3em;margin:0;font-style:italic}.btMediaBox.btQuote cite,.btMediaBox.btLink cite{display:inline-block;padding:1.5em 0 0;border-top:1px solid #fff;margin:.5em 0 0;font-size:.8em;line-height:1.2}.btMediaBox.btQuote a,.btMediaBox.btLink a{color:#fff;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.btMediaBox.btQuote a:hover,.btMediaBox.btLink a:hover{color:#fff;opacity:.6}.btMediaBox.btLink blockquote{min-height:auto}.btMediaBox.btLink blockquote:before,.btMediaBox.btLink blockquote:after{padding:0;display:none}.btMediaBox.btLink p:before{content:"\e641"}.btMediaBox.btQuote p:before{content:"\e635"}.btMediaBox.btLink blockquote,.btMediaBox.btQuote blockquote{min-height:auto}.btMediaBox.btLink blockquote:before,.btMediaBox.btLink blockquote:after,.btMediaBox.btQuote blockquote:before,.btMediaBox.btQuote blockquote:after{padding:0;display:none}.btMediaBox .bt_bb_slider button.slick-arrow{opacity:0}.btMediaBox .bt_bb_slider:hover button.slick-arrow{opacity:1}.btHasAuthorInfo .btArticleContentHolder{position:relative;padding-left:110px}.articleSideGutter{position:absolute;top:0;left:0;line-height:1.4;width:90px;text-align:center}.btPostListColumns .articleSideGutter{margin-left:1em}.articleSideGutter .date{opacity:.8}.rtl .articleSideGutter{left:auto;right:0}.articleSideGutter .asgItem.title{margin:4px 0 0}@media (max-width:768px){.btPostSingleItemStandard .btArticleShareEtc{display:block}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn,.btPostSingleItemStandard .btArticleShareEtc>div.btShareColumn{max-width:100%;float:none;text-align:center}.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn:first-child,.btPostSingleItemStandard .btArticleShareEtc>div.btShareColumn:first-child{padding-bottom:2em}body.single .btPostSingleItemStandard .btShareColumn{text-align:left}.btArticleListItem .btMediaBox.btQuote,.btArticleListItem .btMediaBox.btLink{padding:2em}}@media (max-width:620px){.btHasAuthorInfo .btArticleContentHolder{padding-left:0;clear:both}.btHasAuthorInfo .articleSideGutter{position:relative;left:0;margin:0;width:auto;padding:0 0 1em;clear:both}.btHasAuthorInfo .asgItem.avatar{width:45px;float:left}}.btShareColumn .bt_bb_icon.btIcoFacebook a:before,.btShareRow .bt_bb_icon.btIcoFacebook a:before,.btAuthorSocial .bt_bb_icon.btIcoFacebook a:before{-webkit-box-shadow:0 0 0 1em #3B5998 inset;box-shadow:0 0 0 1em #3B5998 inset;color:#fff}.btShareColumn .bt_bb_icon.btIcoTwitter a:before,.btShareRow .bt_bb_icon.btIcoTwitter a:before,.btAuthorSocial .bt_bb_icon.btIcoTwitter a:before{-webkit-box-shadow:0 0 0 1em #1DA1F2 inset;box-shadow:0 0 0 1em #1DA1F2 inset;color:#fff}.btShareColumn .bt_bb_icon.btIcoLinkedin a:before,.btShareRow .bt_bb_icon.btIcoLinkedin a:before,.btAuthorSocial .bt_bb_icon.btIcoLinkedin a:before{-webkit-box-shadow:0 0 0 1em #0077B5 inset;box-shadow:0 0 0 1em #0077B5 inset;color:#fff}.btShareColumn .bt_bb_icon.btIcoGooglePlus a:before,.btShareRow .bt_bb_icon.btIcoGooglePlus a:before,.btAuthorSocial .bt_bb_icon.btIcoGooglePlus a:before{-webkit-box-shadow:0 0 0 1em #DB4437 inset;box-shadow:0 0 0 1em #DB4437 inset;color:#fff}.btShareColumn .bt_bb_icon.btIcoVK a:before,.btShareRow .bt_bb_icon.btIcoVK a:before,.btAuthorSocial .bt_bb_icon.btIcoVK a:before{-webkit-box-shadow:0 0 0 1em #4c75a3 inset;box-shadow:0 0 0 1em #4c75a3 inset;color:#fff}.btShareColumn .bt_bb_icon.btIcoWhatsApp a:before,.btShareRow .bt_bb_icon.btIcoWhatsApp a:before,.btAuthorSocial .bt_bb_icon.btIcoWhatsApp a:before{-webkit-box-shadow:0 0 0 1em #25d366 inset;box-shadow:0 0 0 1em #25d366 inset;color:#fff}.btShareColumn .bt_bb_icon .bt_bb_icon_holder:hover:before,.btShareRow .bt_bb_icon .bt_bb_icon_holder:hover:before,.btAuthorSocial .bt_bb_icon .bt_bb_icon_holder:hover:before{-webkit-box-shadow:0 0 0 1em #51acfb inset;box-shadow:0 0 0 1em #51acfb inset}.btShareColumn .bt_bb_icon:hover .bt_bb_icon_holder:before,.btShareRow .bt_bb_icon:hover .bt_bb_icon_holder:before,.btAuthorSocial .bt_bb_icon:hover .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #51acfb inset;box-shadow:0 0 0 1em #51acfb inset}.btDarkSkin .btShareColumn .bt_bb_icon:hover .bt_bb_icon_holder:before,.btLightSkin .btDarkSkin .btShareColumn .bt_bb_icon:hover .bt_bb_icon_holder:before,.btDarkSkin.btLightSkin .btDarkSkin .btShareColumn .bt_bb_icon:hover .bt_bb_icon_holder:before,.btDarkSkin .btShareRow .bt_bb_icon:hover .bt_bb_icon_holder:before,.btLightSkin .btDarkSkin .btShareRow .bt_bb_icon:hover .bt_bb_icon_holder:before,.btDarkSkin.btLightSkin .btDarkSkin .btShareRow .bt_bb_icon:hover .bt_bb_icon_holder:before,.btDarkSkin .btAuthorSocial .bt_bb_icon:hover .bt_bb_icon_holder:before,.btLightSkin .btDarkSkin .btAuthorSocial .bt_bb_icon:hover .bt_bb_icon_holder:before,.btDarkSkin.btLightSkin .btDarkSkin .btAuthorSocial .bt_bb_icon:hover .bt_bb_icon_holder:before{-webkit-box-shadow:0 0 0 1em #51acfb inset;box-shadow:0 0 0 1em #51acfb inset}.sticky.btArticleListItem .btArticleHeadline h1 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h2 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h3 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h4 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h5 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h6 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h7 .bt_bb_headline_content span a:after,.sticky.btArticleListItem .btArticleHeadline h8 .bt_bb_headline_content span a:after{content:"\f02b";font-family:FontAwesome;margin:0 .5em;color:#51acfb}article.btPostSingleItemStandard.sticky{padding:3em;margin-bottom:3em;padding-bottom:0;border:5px solid rgba(0,0,0,.07)!important}.btDarkSkin article.btPostSingleItemStandard.sticky,.btLightSkin .btDarkSkin article.btPostSingleItemStandard.sticky,.btDarkSkin.btLightSkin .btDarkSkin article.btPostSingleItemStandard.sticky{border:5px solid rgba(255,255,255,.2)!important}body.btNoSidebar article.btPostSingleItemStandard.sticky{max-width:1200px;margin-left:auto;margin-right:auto}body.btNoSidebar article.btPostSingleItemStandard.sticky .port{padding:0}article.btPostListColumns.sticky .btArticleContentHolder{padding:1em;border:5px solid rgba(0,0,0,.07)!important}.btDarkSkin article.btPostListColumns.sticky .btArticleContentHolder,.btLightSkin .btDarkSkin article.btPostListColumns.sticky .btArticleContentHolder,.btDarkSkin.btLightSkin .btDarkSkin article.btPostListColumns.sticky .btArticleContentHolder{border:5px solid rgba(255,255,255,.2)!important}article.btPostListColumns.sticky .btArticleContentHolder .btArticleMedia{padding:0}article.btPostListSimple.sticky .btArticleContentHolder{padding:1em;border:5px solid rgba(0,0,0,.07)!important}.btDarkSkin article.btPostListSimple.sticky .btArticleContentHolder,.btLightSkin .btDarkSkin article.btPostListSimple.sticky .btArticleContentHolder,.btDarkSkin.btLightSkin .btDarkSkin article.btPostListSimple.sticky .btArticleContentHolder{border:5px solid rgba(255,255,255,.2)!important}.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button a{-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset;color:#fff}.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button:hover a{-webkit-box-shadow:0 0 0 2em #fff inset;box-shadow:0 0 0 2em #fff inset;color:#252525}.btPostSingleItemColumns .btArticleContentHolder{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.btPostSingleItemColumns .btArticleMedia,.btPostSingleItemColumns .btArticleHeadline,.btPostSingleItemColumns .btArticleContent,.btPostSingleItemColumns .btArticleShareEtc{margin-bottom:2em;clear:both}body.btNoSidebar .btPostSingleItemColumns{margin-top:4em}.btContentHolder .alignleft{float:left;margin:0 1em 0 0}.btContentHolder .alignright{float:right;margin:0 0 0 1em}.btContentHolder .aligncenter,.btContentHolder .btContent .alignnone{text-align:center;margin:0 auto}.btContentHolder figure.aligncenter,.btContentHolder .btContent figure.alignnone{margin:0 auto 1em}.btContentHolder .alignnone{width:auto!important}article .post-password-form{margin:0 auto 4em 0!important}.post-password-form{margin:0 auto 4em}.post-password-form p:first-child{color:#dd1515}.post-password-form p:nth-child(2){display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.post-password-form p:nth-child(2) label{-webkit-flex:1 0 75%;-ms-flex:1 0 75%;flex:1 0 75%;padding-right:5px}.post-password-form p:nth-child(2) label input[type="password"]{padding:10px;height:38px;display:inline}.post-password-form p:nth-child(2) input[type="submit"]{-webkit-flex:0 1 25%;-ms-flex:0 1 25%;flex:0 1 25%;margin:0 auto;color:#FFF;background:#51acfb;width:auto;height:38px;font-size:.9em;text-transform:uppercase;line-height:1;border:0;cursor:pointer;padding:0 1em}.btPagination{font-family:"Montserrat";font-weight:600;font-size:.8rem;line-height:2.5rem;text-transform:uppercase;margin-top:2em;margin-bottom:4em}.btPagination:after{content:" ";display:table;width:100%;clear:both}.btPagination .paging.onLeft{float:left}.rtl .btPagination .paging.onLeft{float:right}.btPagination .paging.onRight{float:right}.rtl .btPagination .paging.onRight{float:left}.btPagination .paging a{display:block;color:inherit;opacity:.7;line-height:2.6}.btPagination .paging a:hover{color:#51acfb;opacity:1}.btPagination .paging p{margin:0}.btPagination .paging a:after{width:2rem;display:block;text-align:center;font:1.5rem/1.8rem Icon7Stroke;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.btLightSkin .btPagination .paging a:after,.btDarkSkin .btLightSkin .btPagination .paging a:after,.btLightSkin .btDarkSkin .btLightSkin .btPagination .paging a:after{border:3px solid rgba(0,0,0,.07);color:#252525}.btDarkSkin .btPagination .paging a:after,.btLightSkin .btDarkSkin .btPagination .paging a:after,.btDarkSkin.btLightSkin .btDarkSkin .btPagination .paging a:after{border:3px solid rgba(255,255,255,.2);color:#fff}.btSoftRoundedButtons .btPagination .paging a:after{border-radius:4px}.btHardRoundedButtons .btPagination .paging a:after{border-radius:50px}.btPagination .paging a:hover:after{border-color:#51acfb;color:#51acfb}.btPagination .paging .pagePrev a:after{content:"\e686";float:left;margin:0 10px 0 0}.rtl .btPagination .paging .pagePrev a:after{content:"\e684";float:right;margin:0 0 0 10px}.btPagination .paging .pageNext a:after{content:"\e684";float:right;margin:0 0 0 10px}.rtl .btPagination .paging .pageNext a:after{content:"\e686";float:left;margin:0 10px 0 0}.btPrevNextNav:after{content:" ";display:table;width:100%;clear:both}section.btPrevNextNav{padding-top:3em;border-top:3px solid rgba(0,0,0,.07)}.btDarkSkin section.btPrevNextNav,.btLightSkin .btDarkSkin section.btPrevNextNav,.btDarkSkin.btLightSkin .btDarkSkin section.btPrevNextNav{border-top:3px solid rgba(255,255,255,.07)}body.btNoSidebar .btPrevNextNav{margin:0 auto 4em auto;max-width:1240px}.btPrevNextNav .btPrevNext{display:-ms-flexbox;display:-webkit-flex;display:flex;float:left;color:inherit;min-height:1px;min-height:100px;width:50%;margin:0}.btNext.btPrevNextNav .btPrevNext{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;float:right;text-align:right}.btPrevNextNav .btPrevNext .btPrevNextImage{-webkit-flex:0 0 6em;-ms-flex:0 0 6em;flex:0 0 6em;height:6em;background-size:cover;background-position:center center;margin:0 1em 0 0;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease}.btLightSkin .btPrevNextNav .btPrevNext .btPrevNextImage,.btDarkSkin .btLightSkin .btPrevNextNav .btPrevNext .btPrevNextImage,.btLightSkin .btDarkSkin .btLightSkin .btPrevNextNav .btPrevNext .btPrevNextImage{-webkit-box-shadow:0 0 0 5px rgba(0,0,0,.07) inset;box-shadow:0 0 0 5px rgba(0,0,0,.07) inset}.btDarkSkin .btPrevNextNav .btPrevNext .btPrevNextImage,.btLightSkin .btDarkSkin .btPrevNextNav .btPrevNext .btPrevNextImage,.btDarkSkin.btLightSkin .btDarkSkin .btPrevNextNav .btPrevNext .btPrevNextImage{-webkit-box-shadow:0 0 0 5px rgba(255,255,255,.2) inset;box-shadow:0 0 0 5px rgba(255,255,255,.2) inset}.rtl .btPrevNextNav .btPrevNext .btPrevNextImage{margin:0 0 0 1em}.btPrevNextNav .btPrevNext:hover .btPrevNextImage{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.07) inset;box-shadow:0 0 0 0 rgba(0,0,0,.07) inset}.btPrevNextNav .btPrevNext .btPrevNextItem{-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;min-width:0%;padding-top:1em}.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-family:"Montserrat";font-size:1.1rem;-webkit-transition:color 200ms ease;-moz-transition:color 200ms ease;transition:color 200ms ease;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.8em;max-height:3.6em;line-height:1.3em}.btHeadingWeight_default .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-weight:700}.btHeadingWeight_bolder .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-weight:800}.btHeadingWeight_semi-bold .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-weight:700}.btHeadingWeight_bold .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-weight:600}.btHeadingWeight_normal .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-weight:500}.btHeadingWeight_light .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-weight:400}.btHeadingWeight_lighter .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-weight:300}.btHeadingWeight_thin .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-weight:100}.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir{font-size:.7rem;line-height:1;padding-bottom:.5em;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease;text-transform:uppercase;font-weight:500;opacity:.6}.btPrevNextNav .btPrevNext:hover .btPrevNextDir{opacity:1}.btPrevNextNav .btPrevNext:hover .btPrevNextTitle{color:#51acfb}.btPrevNextNav .btPrevNext.btNext{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.btPrevNextNav .btPrevNext.btNext .btPrevNextImage{margin:0 0 0 1em}.rtl .btPrevNextNav .btPrevNext.btNext .btPrevNextImage{margin:0 1em 0 0}.rtl .btPrevNextNav .btPrevNext{float:right}.rtl .btPrevNextNav .btPrevNext.btNext{text-align:left}@media (max-width:620px){.btPrevNextNav .btPrevNext{width:100%}.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle{font-size:1rem}}.btLinkPages:before{content:" ";display:table;width:100%;clear:both}.btLinkPages ul{margin-left:0;padding-left:0;margin-top:1.5em}.btLinkPages ul li{list-style:none;display:inline-block}.boldPhotoSlide{position:relative}.single .boldPhotoSlide h4.nbs{margin:0 30px!important}.btArticleCategories{text-transform:uppercase}.btArticleCategories a{color:inherit}.btArticleCategories a:hover{color:#51acfb}.btArticleCategories a:not(:first-child):before{content:' ';display:inline-block;margin:-2px 10px 0 10px;letter-spacing:inherit;width:4px;height:4px;border-radius:50%;line-height:inherit;vertical-align:middle;background-color:#51acfb}.btArticleDate:not(:last-child):after,.btArticleAuthor:not(:last-child):after,.btArticleComments:not(:last-child):after,.btArticleCategories:not(:last-child):after{content:' / ';padding:0 .5em}.btLightSkin .btArticleDate:not(:last-child):after,.btLightSkin .btArticleAuthor:not(:last-child):after,.btLightSkin .btArticleComments:not(:last-child):after,.btLightSkin .btArticleCategories:not(:last-child):after,.btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,.btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after,.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after{color:#252525}.btDarkSkin .btArticleDate:not(:last-child):after,.btDarkSkin .btArticleAuthor:not(:last-child):after,.btDarkSkin .btArticleComments:not(:last-child):after,.btDarkSkin .btArticleCategories:not(:last-child):after,.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after,.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after{color:#fff}.btLightSkin .btArticleDate:not(:last-child),.btLightSkin .btArticleAuthor:not(:last-child),.btLightSkin .btArticleComments:not(:last-child),.btLightSkin .btArticleCategories:not(:last-child),.btDarkSkin .btLightSkin .btArticleDate:not(:last-child),.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),.btDarkSkin .btLightSkin .btArticleComments:not(:last-child),.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child),.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child),.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child),.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child){border-color:rgba(0,0,0,.1)}.btDarkSkin .btArticleDate:not(:last-child),.btDarkSkin .btArticleAuthor:not(:last-child),.btDarkSkin .btArticleComments:not(:last-child),.btDarkSkin .btArticleCategories:not(:last-child),.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child),.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child){border-color:rgba(255,255,255,.5)!important}.btArticleComments:before{font-family:FontAwesome;content:"\f075";margin:0;display:inline-block}body:not(.rtl) .btArticleComments:before{margin-right:5px}body.rtl .btArticleComments:before{margin-left:5px;float:right}.btLightSkin .btArticleComments:before,.btDarkSkin .btLightSkin .btArticleComments:before,.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:before{color:rgba(37,37,37,.4)}.btDarkSkin .btArticleComments:before,.btLightSkin .btDarkSkin .btArticleComments:before,.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:before{color:rgba(255,255,255,.4)}@media (max-width:480px){article .bt_bb_headline .btArticleDate,article .bt_bb_headline .btArticleCategories{display:block;padding-bottom:.5em}article .bt_bb_headline .btArticleDate:after,article .bt_bb_headline .btArticleCategories:after{display:none!important}}.gallery{margin-bottom:1.6em}.gallery .gallery-item{display:inline-block;padding:0 4px;text-align:center;vertical-align:top;width:100%;margin:0}.gallery-columns-2.gallery .gallery-item{max-width:50%}.gallery-columns-3.gallery .gallery-item{max-width:33.33%}.gallery-columns-4.gallery .gallery-item{max-width:25%}.gallery-columns-5.gallery .gallery-item{max-width:20%}.gallery-columns-6.gallery .gallery-item{max-width:16.66%}.gallery-columns-7.gallery .gallery-item{max-width:14.28%}.gallery-columns-8.gallery .gallery-item{max-width:12.5%}.gallery-columns-9.gallery .gallery-item{max-width:11.11%}@media (max-width:1200px){.gallery-item{width:100%!important;max-width:100%!important}}.gallery-icon img{margin:0 auto}.gallery-caption{display:block;padding:5px 0}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.wp-caption-text{font-size:.9em;margin-bottom:1em}.bypostauthor{font-size:inherit}.mfp-arrow-left:before{border:none!important;font-family:Icon7Stroke;content:'\e686';color:#fff;display:block;font-size:94px;line-height:94px;margin-left:0!important}.mfp-arrow-left:after{display:none}.mfp-arrow-right:before{display:none}.mfp-arrow-right:after{border:none!important;font-family:Icon7Stroke;content:'\e684';color:#fff;display:block;font-size:94px;line-height:94px;margin-left:0!important}body:not(.woocommerce) .bt-comments-box .form-submit{margin-bottom:0}.bt-comments-box{margin:2em 0}.bt-comments-box>h1,.bt-comments-box>h2,.bt-comments-box>h3,.bt-comments-box>h4,.bt-comments-box>h5,.bt-comments-box>h6,.bt-comments-box>h7,.bt-comments-box>h8,.bt-comments-box .comment-respond>h1,.bt-comments-box .comment-respond>h2,.bt-comments-box .comment-respond>h3,.bt-comments-box .comment-respond>h4,.bt-comments-box .comment-respond>h5,.bt-comments-box .comment-respond>h6,.bt-comments-box .comment-respond>h7,.bt-comments-box .comment-respond>h8{margin:0 0 1em;padding:0;font-weight:700;font-size:1.2rem}.bt-comments-box ul.comments,.bt-comments-box ul.comments li.comment{list-style:none;display:block;padding-left:0;margin:0}.bt-comments-box ul.comments>li,.bt-comments-box ul.comments>li.comment>ul.children>li.comment{display:block;margin:0}.btLightSkin .bt-comments-box ul.comments>li,.btDarkSkin .btLightSkin .bt-comments-box ul.comments>li,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments>li,.btLightSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,.btDarkSkin .btLightSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment{border-top:1px solid rgba(0,0,0,.1)}.btDarkSkin .bt-comments-box ul.comments>li,.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li,.btDarkSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment{border-top:1px solid rgba(255,255,255,.5)}.bt-comments-box ul.comments li>article{padding:2em 0;position:relative;width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex}.bt-comments-box ul.comments li>article .commentTxt{padding:0;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.bt-comments-box ul.comments li>article .commentAvatar{padding:0 20px 0 0;-webkit-flex:0 1 75px;-ms-flex:0 1 75px;flex:0 1 75px}.rtl .bt-comments-box ul.comments li>article .commentAvatar{padding:0 0 0 20px}.bt-comments-box ul.comments li>article .commentAvatar img{display:block;width:100%;height:auto;border-radius:50%}.bt-comments-box ul.comments li.pingback{padding-top:1em}.bt-comments-box ul.children{margin-left:75px}.bt-comments-box input,.bt-comments-box textarea{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.bt-comments-box .btComment{line-height:0}.bt-comments-box .btComment textarea{line-height:1.8}.bt-comments-box .btComment label{line-height:1.8;text-transform:uppercase;font-size:.7em}.bt-comments-box .vcard{position:relative;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-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:1em}.bt-comments-box .vcard h1.author,.bt-comments-box .vcard h2.author,.bt-comments-box .vcard h3.author,.bt-comments-box .vcard h4.author,.bt-comments-box .vcard h5.author,.bt-comments-box .vcard h6.author,.bt-comments-box .vcard h7.author,.bt-comments-box .vcard h8.author{margin:0;padding:0;line-height:1.3;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.2em}.bt-comments-box .vcard .posted{margin:0;line-height:1.15;text-align:right;padding:0 0 0 10px;font-size:.8em;text-transform:uppercase;font-weight:500;opacity:.5}.rtl .bt-comments-box .vcard .posted{text-align:left;padding:0 10px 0 0}.woocommerce .bt-comments-box .vcard .star-rating{margin-left:.5em;margin-top:-4px}.woocommerce .bt-comments-box .vcard .star-rating strong{display:none}.woocommerce.rtl .bt-comments-box .vcard .star-rating{right:auto;margin-left:0;margin-right:.5em}.bt-comments-box .commentTxt p.edit-link,.bt-comments-box .commentTxt p.reply{display:inline-block;font-family:"Montserrat";font-size:.75em;font-weight:600;line-height:1;text-transform:uppercase}.bt-comments-box .commentTxt p.edit-link:not(:empty),.bt-comments-box .commentTxt p.reply:not(:empty){margin:0 2em 0 0}.rtl .bt-comments-box .commentTxt p.edit-link:not(:empty),.rtl .bt-comments-box .commentTxt p.reply:not(:empty){margin:0 0 0 2em}.bt-comments-box .commentTxt p.edit-link a,.bt-comments-box .commentTxt p.reply a{opacity:.5}.btLightSkin .bt-comments-box .commentTxt p.edit-link a,.btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.edit-link a,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.edit-link a,.btLightSkin .bt-comments-box .commentTxt p.reply a,.btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.reply a,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.reply a{color:#252525}.btDarkSkin .bt-comments-box .commentTxt p.edit-link a,.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.edit-link a,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.edit-link a,.btDarkSkin .bt-comments-box .commentTxt p.reply a,.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.reply a,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.reply a{color:#fff}.bt-comments-box .commentTxt p.edit-link a:hover,.bt-comments-box .commentTxt p.reply a:hover{opacity:1}.bt-comments-box .comment-form{padding-bottom:20px}.bt-comments-box .comment-navigation{text-align:right;clear:right}.bt-comments-box .comment-navigation a,.bt-comments-box .comment-navigation span{display:inline-block}.bt-comments-box .comment-navigation span{margin:0 5px}.comment-awaiting-moderation{color:#51acfb}a#cancel-comment-reply-link{font-weight:600;display:inline-block;margin:0 0 0 2em;font-size:.9em}.btLightSkin a#cancel-comment-reply-link,.btDarkSkin .btLightSkin a#cancel-comment-reply-link,.btLightSkin .btDarkSkin .btLightSkin a#cancel-comment-reply-link{color:#252525}.btDarkSkin a#cancel-comment-reply-link,.btLightSkin .btDarkSkin a#cancel-comment-reply-link,.btDarkSkin.btLightSkin .btDarkSkin a#cancel-comment-reply-link{color:#fff}.rtl a#cancel-comment-reply-link{margin:0 2em 0 0}a#cancel-comment-reply-link:hover{color:#51acfb}.btCommentSubmit{padding:.7em 2.5em;color:#fff;background:#51acfb;margin-top:.5em;-webkit-box-shadow:none;box-shadow:none;border:none;text-transform:uppercase;letter-spacing:1px;font-size:.8em;font-weight:500;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;position:relative;overflow:hidden}.btCommentSubmit:before{content:"";display:block;top:0;bottom:0;position:absolute;width:40px;left:-60px;-webkit-transform:skewX(-20deg);-moz-transform:skewX(-20deg);-ms-transform:skewX(-20deg);transform:skewX(-20deg);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);-webkit-transition:0ms ease all;-moz-transition:0ms ease all;transition:0ms ease all;opacity:.5}.btCommentSubmit:hover{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.btCommentSubmit:hover:before{left:110%;-webkit-transition:800ms ease all;-moz-transition:800ms ease all;transition:800ms ease all;opacity:.2}.btHardRoundedButtons .btCommentSubmit{border-radius:50px}.btSoftRoundedButtons .btCommentSubmit{border-radius:4px}@media(max-width:520px){.bt-comments-box .vcard{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-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;padding:0 0 15px}.bt-comments-box .vcard h5.author{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.bt-comments-box .vcard .posted{padding:0;margin-top:.7em;text-align:left}.bt-comments-box ul.comments ul.children{padding:0;margin:0}.bt-comments-box ul.comments ul.children li.comment{padding:0;border-top:none!important}.bt-comments-box ul.comments ul.children li.comment article{position:relative}.btLightSkin .bt-comments-box ul.comments ul.children li.comment article,.btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article{background-color:rgba(0,0,0,.055)}.btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article{background-color:rgba(255,255,255,.055)}.bt-comments-box ul.comments ul.children li.comment article .commentAvatar{padding-left:10px}.bt-comments-box ul.comments ul.children li.comment article:after{content:'\f148';display:block;position:absolute;top:0;right:0;width:20px;height:20px;font:normal 16px/20px FontAwesome;vertical-align:middle;text-align:center}.btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after,.btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after,.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after{background-color:#fff}.btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after,.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after,.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after{background-color:#252525}}.btBox{margin-bottom:3em}.btBox:after{content:" ";display:table;width:100%;clear:both}.sidebar .widget_bt_bb_recent_posts ul,.btSidebar .widget_bt_bb_recent_posts ul,.btSiteFooterWidgets .widget_bt_bb_recent_posts ul{margin:0}.sidebar .widget_bt_bb_recent_posts ul li,.btSidebar .widget_bt_bb_recent_posts ul li,.btSiteFooterWidgets .widget_bt_bb_recent_posts ul li{margin:0;list-style:none}.sidebar .widget_bt_bb_recent_posts ul li .bt_bb_headline .bt_bb_headline_content a:hover,.btSidebar .widget_bt_bb_recent_posts ul li .bt_bb_headline .bt_bb_headline_content a:hover,.btSiteFooterWidgets .widget_bt_bb_recent_posts ul li .bt_bb_headline .bt_bb_headline_content a:hover{color:#51acfb!important}.btBox>h4,.btCustomMenu>h4,.btTopBox>h4{font-size:1.3em;margin-bottom:1em;padding-bottom:0;display:inline-block;width:100%}.btBox h5,.btCustomMenu h5,.btTopBox h5{font-size:1.4em;margin-bottom:.35em}body:not(.btNoDashInSidebar) .btBox>h4:after,body:not(.btNoDashInSidebar) .btCustomMenu>h4:after,body:not(.btNoDashInSidebar) .btTopBox>h4:after{content:' ';clear:both;width:3em;display:block;border-bottom:3px solid #51acfb;margin:.8em 0 0}.btBox label,.btCustomMenu label,.btTopBox label{display:none}.btBox .wp-caption,.btCustomMenu .wp-caption,.btTopBox .wp-caption{margin-bottom:.5em}.btBox select,.btCustomMenu select,.btTopBox select{display:block;margin:.5em 0 0;width:100%;padding:.5em}.btBox ul,.btCustomMenu ul,.btTopBox ul{list-style:none;margin:0;display:block;padding:0}.btBox ul li,.btCustomMenu ul li,.btTopBox ul li{display:block;width:auto;margin:0;position:relative;padding:.8em 0;margin-left:0}.btBox ul li a,.btCustomMenu ul li a,.btTopBox ul li a{display:block}.btLightSkin .btBox ul li:not(:last-child),.btDarkSkin .btLightSkin .btBox ul li:not(:last-child),.btLightSkin .btDarkSkin .btLightSkin .btBox ul li:not(:last-child),.btLightSkin .btCustomMenu ul li:not(:last-child),.btDarkSkin .btLightSkin .btCustomMenu ul li:not(:last-child),.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li:not(:last-child),.btLightSkin .btTopBox ul li:not(:last-child),.btDarkSkin .btLightSkin .btTopBox ul li:not(:last-child),.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li:not(:last-child){border-bottom:2px solid rgba(0,0,0,.07)}.btDarkSkin .btBox ul li:not(:last-child),.btLightSkin .btDarkSkin .btBox ul li:not(:last-child),.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li:not(:last-child),.btDarkSkin .btCustomMenu ul li:not(:last-child),.btLightSkin .btDarkSkin .btCustomMenu ul li:not(:last-child),.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li:not(:last-child),.btDarkSkin .btTopBox ul li:not(:last-child),.btLightSkin .btDarkSkin .btTopBox ul li:not(:last-child),.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li:not(:last-child){border-bottom:2px solid rgba(255,255,255,.2)}.btBox ul li ul,.btCustomMenu ul li ul,.btTopBox ul li ul{margin:.8em 0 0;padding:0}.btLightSkin .btBox ul li ul,.btDarkSkin .btLightSkin .btBox ul li ul,.btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul,.btLightSkin .btCustomMenu ul li ul,.btDarkSkin .btLightSkin .btCustomMenu ul li ul,.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul,.btLightSkin .btTopBox ul li ul,.btDarkSkin .btLightSkin .btTopBox ul li ul,.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul{border-top:2px solid rgba(0,0,0,.07)}.btDarkSkin .btBox ul li ul,.btLightSkin .btDarkSkin .btBox ul li ul,.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul,.btDarkSkin .btCustomMenu ul li ul,.btLightSkin .btDarkSkin .btCustomMenu ul li ul,.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul,.btDarkSkin .btTopBox ul li ul,.btLightSkin .btDarkSkin .btTopBox ul li ul,.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul{border-top:2px solid rgba(255,255,255,.2)}.btBox ul li ul li,.btCustomMenu ul li ul li,.btTopBox ul li ul li{padding-left:1em}.btBox ul li.current-menu-item>a,.btCustomMenu ul li.current-menu-item>a,.btTopBox ul li.current-menu-item>a{color:#51acfb}.btBox ul li:after,.btCustomMenu ul li:after,.btTopBox ul li:after{clear:both;content:" ";display:block}.btBox ul li li:last-child,.btCustomMenu ul li li:last-child,.btTopBox ul li li:last-child{border-bottom:none;padding-bottom:0}.btBox>ul>li:first-child,.btCustomMenu>ul>li:first-child,.btTopBox>ul>li:first-child{padding-top:0}.btBox .btImageTextWidgetWrapper ul li,.btCustomMenu .btImageTextWidgetWrapper ul li,.btTopBox .btImageTextWidgetWrapper ul li{padding:0 0 1em;border:none!important}.btBox .btImageTextWidget,.btCustomMenu .btImageTextWidget,.btTopBox .btImageTextWidget{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btBox .btImageTextWidget:not(:last-child),.btCustomMenu .btImageTextWidget:not(:last-child),.btTopBox .btImageTextWidget:not(:last-child){margin-bottom:.5em}.btBox .btImageTextWidget .btImageTextWidgetImage,.btCustomMenu .btImageTextWidget .btImageTextWidgetImage,.btTopBox .btImageTextWidget .btImageTextWidgetImage{-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;padding-right:.8em}.rtl .btBox .btImageTextWidget .btImageTextWidgetImage,.rtl .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,.rtl .btTopBox .btImageTextWidget .btImageTextWidgetImage{padding-right:0;padding-left:10px}.btBox .btImageTextWidget .btImageTextWidgetImage a,.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a,.btTopBox .btImageTextWidget .btImageTextWidgetImage a{display:block;line-height:0}.btBox .btImageTextWidget .btImageTextWidgetImage a img,.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,.btTopBox .btImageTextWidget .btImageTextWidgetImage a img{margin:0;border:1px solid rgba(0,0,0,.1);max-width:100%;width:100%;height:auto;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.btDarkSkin .btBox .btImageTextWidget .btImageTextWidgetImage a img,.btLightSkin .btDarkSkin .btBox .btImageTextWidget .btImageTextWidgetImage a img,.btDarkSkin.btLightSkin .btDarkSkin .btBox .btImageTextWidget .btImageTextWidgetImage a img,.btDarkSkin .btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,.btLightSkin .btDarkSkin .btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,.btDarkSkin .btTopBox .btImageTextWidget .btImageTextWidgetImage a img,.btLightSkin .btDarkSkin .btTopBox .btImageTextWidget .btImageTextWidgetImage a img,.btDarkSkin.btLightSkin .btDarkSkin .btTopBox .btImageTextWidget .btImageTextWidgetImage a img{-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5);box-shadow:0 0 0 2px rgba(255,255,255,.5)}.btBox .btImageTextWidget .btImageTextWidgetImage a:hover img,.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a:hover img,.btTopBox .btImageTextWidget .btImageTextWidgetImage a:hover img{-webkit-box-shadow:0 0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(0,0,0,.1)}.btBox .btImageTextWidget .btImageTextWidgetText,.btCustomMenu .btImageTextWidget .btImageTextWidgetText,.btTopBox .btImageTextWidget .btImageTextWidgetText{-webkit-flex:0 0 70%;-ms-flex:0 0 70%;flex:0 0 70%;overflow:hidden}.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_superheadline,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_superheadline,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_superheadline{text-transform:uppercase}.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_subheadline,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_subheadline,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_subheadline{opacity:.8;margin-top:.2rem!important}.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span{font-size:.95rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4em;max-height:2.8em}.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span a:hover,.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span a:hover,.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span a:hover{color:#51acfb}.btBox p.posted,.btBox .quantity,.btCustomMenu p.posted,.btCustomMenu .quantity,.btTopBox p.posted,.btTopBox .quantity{font-weight:600;margin:0;font-size:.8rem}.btBox p.posted del,.btBox .quantity del,.btCustomMenu p.posted del,.btCustomMenu .quantity del,.btTopBox p.posted del,.btTopBox .quantity del{opacity:.5}.widget_calendar table{width:100%;border-collapse:collapse}.widget_calendar table caption{background:#51acfb;color:#FFF;font-family:"Montserrat";font-weight:700;padding:5px;margin-right:1px}.widget_calendar table td{border:none!important}.widget_calendar table thead th{text-align:center;padding:3px}.widget_calendar table tfoot{border-top:2px solid #efefef!important}.widget_calendar table tfoot td{padding:3px}.widget_calendar table tfoot td#next{text-align:right}.widget_calendar table tbody tr:nth-child(odd) td{background:transparent}.widget_calendar table tbody tr td{border:none!important}.widget_calendar table tbody tr td#today{color:#51acfb}.widget_calendar table tbody td{text-align:center;padding:2px 3px}.btBox.widget_archive ul li,.btBox.widget_categories ul li{text-align:right}.rtl .btBox.widget_archive ul li,.rtl .btBox.widget_categories ul li{text-align:left}.btBox.widget_archive ul li a,.btBox.widget_categories ul li a{display:block;float:left}.rtl .btBox.widget_archive ul li a,.rtl .btBox.widget_categories ul li a{float:right}.btBox.widget_archive .fancy-select ul li,.btBox.widget_categories .fancy-select ul li{text-align:initial}.btBox.widget_archive .fancy-select ul li:first-child,.btBox.widget_categories .fancy-select ul li:first-child{padding-top:.5em}.btBox.widget_archive .fancy-select ul li a,.btBox.widget_categories .fancy-select ul li a{display:inline;float:none!important}.widget_recent_comments .comment-author-link a{font-weight:700;display:inline;padding:0}.widget_rss li{margin-bottom:15px}.widget_rss li a.rsswidget{font-family:"Montserrat";font-weight:700}.widget_rss li .rss-date{display:block;margin:0 0 5px}.widget_rss li cite{line-height:2em}.widget_shopping_cart ul li:last-child{border:none}.widget_shopping_cart .total{width:100%;border-top:2px solid rgba(0,0,0,.07);padding:1em 0 0;font-family:"Montserrat";line-height:1.25}.btDarkSkin .widget_shopping_cart .total,.btLightSkin .btDarkSkin .widget_shopping_cart .total,.btDarkSkin.btLightSkin .btDarkSkin .widget_shopping_cart .total{border-top:2px solid rgba(255,255,255,.2)}.widget_shopping_cart .total strong{display:block;float:left;padding-right:8px}.rtl .widget_shopping_cart .total strong{float:right;padding-right:0;padding-left:8px}.widget_shopping_cart .total .amount{display:block;float:right;font-weight:600}.rtl .widget_shopping_cart .total .amount{float:left}.widget_shopping_cart .total:after{content:" ";display:table;width:100%;clear:both}.btSidebar .widget_shopping_cart .btCartWidgetIcon{display:none}.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.widget_shopping_cart .buttons{width:100%}.widget_shopping_cart .buttons .button{width:48%;min-width:auto!important;display:block;float:left;text-align:center;background:#51acfb;color:#fff;padding:1em}.btHardRoundedButtons .widget_shopping_cart .buttons .button{border-radius:50px}.btSoftRoundedButtons .widget_shopping_cart .buttons .button{border-radius:3px}.widget_shopping_cart .buttons .button.checkout{float:right}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item{position:relative}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove{display:block;float:right;margin:0 0 0 6px}.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove{float:left;margin:0 6px 0 0}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove{display:block;text-align:center;text-decoration:none;font-weight:700;height:1em;line-height:1;width:1em;vertical-align:middle;color:#fff;background-color:#51acfb}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover{background-color:#dd1515}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:before{content:'\e680';font-family:Icon7Stroke}.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget{text-align:left}.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget{text-align:right}.menuPort .widget_shopping_cart,.topTools .widget_shopping_cart,.topBarInLogoArea .widget_shopping_cart{display:inline-block;position:relative}.btMenuVertical .menuPort .widget_shopping_cart,.btMenuVertical .topTools .widget_shopping_cart,.btMenuVertical .topBarInLogoArea .widget_shopping_cart{position:initial;padding:1em 0 0}.menuPort .widget_shopping_cart h2.widgettitle,.topTools .widget_shopping_cart h2.widgettitle,.topBarInLogoArea .widget_shopping_cart h2.widgettitle{display:none}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon{cursor:pointer;position:relative}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before{content:'\f290';font-family:FontAwesome}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{display:inline-block;padding:0;background-color:transparent;color:#252525;font:normal .9em/1 "Montserrat";border-radius:2px;text-align:center;min-width:1em}.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{right:auto;left:0}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents{position:relative;display:inline-block;vertical-align:50%;margin:0 0 -50px -15px}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent{width:350px;background:#fff;padding:1em;position:absolute;z-index:2;opacity:0;right:0;top:3em;-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);color:#252525;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty{padding:0}.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent{right:auto;left:0}.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove{float:left}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent{right:-25px;left:-25px;min-height:auto;min-width:16em;width:auto;z-index:500;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);border:none!important;margin:0 0 4em;-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler{display:block;text-align:center;margin-bottom:1em;background-color:#51acfb;color:#fff;border-radius:5px;cursor:pointer}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after{content:'\f00d';display:block;font-family:FontAwesome;font-size:1em;margin:0 auto}.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;pointer-events:auto}.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.topBar .widget_shopping_cart .btCartWidgetInnerContent{font-size:1.25em;color:#252525!important;text-align:left}.topBar .btTopToolsRight .widget_shopping_cart .btIco{margin-right:.5em}.widget_recent_reviews{font-family:"Montserrat";font-size:.8em;line-height:1.4}.widget_recent_reviews li a{font-size:.95rem;font-weight:700;padding-bottom:.2em}.btHeadingWeight_default .widget_recent_reviews li a{font-weight:700}.btHeadingWeight_bolder .widget_recent_reviews li a{font-weight:800}.btHeadingWeight_bold .widget_recent_reviews li a{font-weight:700}.btHeadingWeight_semi-bold .widget_recent_reviews li a{font-weight:600}.btHeadingWeight_medium .widget_recent_reviews li a{font-weight:500}.btHeadingWeight_normal .widget_recent_reviews li a{font-weight:400}.btHeadingWeight_light .widget_recent_reviews li a{font-weight:300}.btHeadingWeight_lighter .widget_recent_reviews li a{font-weight:200}.btHeadingWeight_thin .widget_recent_reviews li a{font-weight:100}.widget_recent_reviews li a img{display:block;width:80px;height:auto;margin:0 0 0 10px;float:right;border:1px solid rgba(0,0,0,.1);-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.widget_recent_reviews li a:hover img{-webkit-box-shadow:0 0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(0,0,0,.1)}.widget_recent_reviews li .star-rating{margin-bottom:.8em}.widget_product_categories li li{margin:0 0 0 1em}.product_list_widget .reviewer{display:block;line-height:1}.product_list_widget li:after{display:table!important}.widget_price_filter .price_slider_wrapper .ui-slider{border-radius:1em;background-color:rgba(0,0,0,.07);border:0;position:relative;text-align:left;margin-left:.5em;margin-right:.5em;margin-bottom:1em}.btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,.btDarkSkin.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider{background-color:rgba(255,255,255,.2)}.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#a2a2a2;border-radius:1em;cursor:ew-resize;outline:0;top:-.25em;margin-left:-.5em}.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:rgba(0,0,0,.07)}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal{height:.5em}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max{right:-1px}.widget_price_filter .price_slider_amount{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.widget_price_filter .price_slider_amount .button{display:block;float:none;-webkit-order:3;-ms-flex-order:3;order:3}.widget_price_filter .price_slider_amount .price_label{display:block;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;text-align:left;padding-top:8px}.widget_price_filter .price_slider_amount .price_label span{font-weight:600}.widget_layered_nav ul li.chosen a:before,.widget_layered_nav_filters ul li.chosen a:before{text-indent:0;display:block;float:left;content:'\e680';font-family:Icon7Stroke;margin-right:.5em;background-color:transparent;position:relative}.btBox .tagcloud a{display:inline-block;text-transform:uppercase;margin:0 2px 2px 0;font-size:.8em!important;line-height:1;font-weight:400;color:inherit!important}.rtl .btBox .tagcloud a{padding-right:0;padding-left:2em}.btHardRoundedButtons .btBox .tagcloud a{border-radius:50px}.btSoftRoundedButtons .btBox .tagcloud a{border-radius:4px}.btBox .tagcloud a:hover{color:#51acfb!important;background:transparent}.btBox .tagcloud a:not(:last-child):after{content:"/";display:inline-block;opacity:.4;vertical-align:middle;margin:0 0 0 .4em;line-height:1}.btTags ul{list-style:none;margin:0;padding:0}.btTags ul li{display:inline-block;padding:0;margin:0;line-height:1}.btTextLeft .btTags ul li{float:left}.btTextRight .btTags ul li{float:right}.btTags ul li a{text-transform:uppercase;font-size:.8em!important;font-weight:400;color:inherit!important}.btTags ul li a:hover{color:#51acfb!important}.btTags ul li:not(:last-child) a:after{content:"/";display:inline-block;opacity:.4;margin:0 .4em;line-height:1}.btInstaWrap{padding:.3em 0 1em}.btInstaGrid{margin:0 -5px}.btInstaGrid span{display:block;width:33.3333%;padding:0 5px 10px 5px;float:left}.btInstaGrid span:hover img{opacity:.6}.btInstaGrid span:nth-child(3n+1){clear:left}.btInstaGrid img{display:block;width:100%;opacity:1;-webkit-backface-visibility:hidden;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;transition:opacity 200ms ease}.btBox .btImage{margin-bottom:.5em}.btBox .btImage img{width:auto;margin:auto}.btIconWidget .btIconWidgetText{opacity:.5}.topTools .btIconWidget,.topBarInMenu .btIconWidget{position:relative;display:inline-block;line-height:inherit;margin-left:1em;margin-right:0}.rtl .topTools .btIconWidget,.rtl .topBarInMenu .btIconWidget{margin-left:0;margin-right:1em}.topTools .btIconWidget .btIconWidgetIcon,.topBarInMenu .btIconWidget .btIconWidgetIcon{line-height:inherit;display:inline-block;vertical-align:middle}.topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon,.topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon{padding:0}.topTools .btIconWidget:hover,.topBarInMenu .btIconWidget:hover{color:#51acfb}.btMenuHorizontal .topTools .btIconWidget:not(:first-child),.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child){margin-left:1em;margin-right:0}.rtl.btMenuHorizontal .topTools .btIconWidget:not(:first-child),.rtl.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child){margin-right:1em;margin-left:0}.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon{margin-right:.5em}.rtl.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,.rtl.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon{margin-right:0;margin-left:.5em}.topTools .btIconWidgetContent,.topBarInMenu .btIconWidgetContent{line-height:inherit;display:inline-block;margin-left:.5em;vertical-align:middle}.topTools .btIconWidgetTitle,.topTools .btIconWidgetText,.topBarInMenu .btIconWidgetTitle,.topBarInMenu .btIconWidgetText{display:inline-block;line-height:inherit}.topTools .btIconWidgetTitle,.topBarInMenu .btIconWidgetTitle{margin-right:.5em}.topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon_holder:before{font-size:1.4em;vertical-align:middle}.btSidebar .btIconWidget,footer .btIconWidget,.topBarInLogoArea .btIconWidget{margin:0 0 1.6em;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:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.btMenuVertical .btSidebar .btIconWidget,.btMenuVertical footer .btIconWidget,.btMenuVertical .topBarInLogoArea .btIconWidget{margin:0 0 2em;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-flow:inherit;-ms-flex-flow:inherit;flex-flow:inherit;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;float:none}.btSidebar .btIconWidget .btIconWidgetIcon,footer .btIconWidget .btIconWidgetIcon,.topBarInLogoArea .btIconWidget .btIconWidgetIcon{line-height:1;padding:0 .2em 0 0;text-align:left;margin:0;font-size:3em}.btSidebar .btIconWidget .btIconWidgetContent,footer .btIconWidget .btIconWidgetContent,.topBarInLogoArea .btIconWidget .btIconWidgetContent{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: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}.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle{font-size:.7em;text-transform:uppercase}.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,footer .btIconWidget .btIconWidgetContent .btIconWidgetText,.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText{font-size:1.1em;display:block;line-height:1;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.btSidebar .btIconWidget:hover .btIconWidgetText,footer .btIconWidget:hover .btIconWidgetText,.topBarInLogoArea .btIconWidget:hover .btIconWidgetText{color:#51acfb}.btSidebar .btIconWidget.btCartWidget,footer .btIconWidget.btCartWidget,.topBarInLogoArea .btIconWidget.btCartWidget{margin:0}.topBarInLogoArea .btIconWidget{margin:0 0 0 1em;float:right}.rtl.topBarInLogoArea .btIconWidget{margin-right:0;margin-left:1em;float:left}.btAccentIconWidget.btIconWidget .btIconWidgetIcon{color:#51acfb}.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetIcon,.btSiteFooterWidgets .btBox.widget_shopping_cart .verticalMenuCartToggler{display:none}.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li,.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:nth-child(2n){width:auto;float:none;padding:.8em 0;margin:0}.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:first-child{padding:0 0 .8em}.btSiteFooterWidgets .btSearch,.btSidebar .btSearch,.btSidebar .widget_product_search,.woocommerce .btSidebar .btSearch{padding:0 38px 0 0}.rtl .btSiteFooterWidgets .btSearch,.rtl .btSidebar .btSearch,.rtl .btSidebar .widget_product_search,.rtl .woocommerce .btSidebar .btSearch{padding:0 0 0 38px}.btSiteFooterWidgets .btSearch .port,.btSidebar .btSearch .port,.btSidebar .widget_product_search .port,.woocommerce .btSidebar .btSearch .port{padding:0}.btSiteFooterWidgets .btSearch input[type="text"],.btSiteFooterWidgets .btSearch input[type="search"],.btSidebar .btSearch input[type="text"],.btSidebar .btSearch input[type="search"],.btSidebar .widget_product_search input[type="text"],.btSidebar .widget_product_search input[type="search"],.woocommerce .btSidebar .btSearch input[type="text"],.woocommerce .btSidebar .btSearch input[type="search"]{padding:0 10px;background:transparent;height:38px;width:100%;display:block}.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"],.btSoftRoundedButtons .woocommerce .btSidebar .btSearch input[type="text"],.btSoftRoundedButtons .woocommerce .btSidebar .btSearch input[type="search"]{border-radius:4px 0 0 4px}.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"],.rtl.btSoftRoundedButtons .woocommerce .btSidebar .btSearch input[type="text"],.rtl.btSoftRoundedButtons .woocommerce .btSidebar .btSearch input[type="search"]{border-radius:0 4px 4px 0}.btSiteFooterWidgets .btSearch button,.btSiteFooterWidgets .btSearch input[type=submit],.btSidebar .btSearch button,.btSidebar .btSearch input[type=submit],.btSidebar .widget_product_search button,.btSidebar .widget_product_search input[type=submit],.woocommerce .btSidebar .btSearch button,.woocommerce .btSidebar .btSearch input[type=submit]{width:38px;height:38px;float:right;margin:-38px -38px 0 0;cursor:pointer;padding:0!important;background-color:transparent!important;border:none}.rtl .btSiteFooterWidgets .btSearch button,.rtl .btSiteFooterWidgets .btSearch input[type=submit],.rtl .btSidebar .btSearch button,.rtl .btSidebar .btSearch input[type=submit],.rtl .btSidebar .widget_product_search button,.rtl .btSidebar .widget_product_search input[type=submit],.rtl .woocommerce .btSidebar .btSearch button,.rtl .woocommerce .btSidebar .btSearch input[type=submit]{float:left;margin:-38px 0 0 -38px}.btSiteFooterWidgets .btSearch button,.btSidebar .btSearch button,.btSidebar .widget_product_search button,.woocommerce .btSidebar .btSearch button{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.btSiteFooterWidgets .btSearch button:before,.btSidebar .btSearch button:before,.btSidebar .widget_product_search button:before,.woocommerce .btSidebar .btSearch button:before{font-family:FontAwesome;content:"\f002";display:inline-block;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.btLightSkin .btSiteFooterWidgets .btSearch button:before,.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:before,.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:before,.btLightSkin .btSidebar .btSearch button:before,.btDarkSkin .btLightSkin .btSidebar .btSearch button:before,.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button:before,.btLightSkin .btSidebar .widget_product_search button:before,.btDarkSkin .btLightSkin .btSidebar .widget_product_search button:before,.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search button:before,.btLightSkin .woocommerce .btSidebar .btSearch button:before,.btDarkSkin .btLightSkin .woocommerce .btSidebar .btSearch button:before,.btLightSkin .btDarkSkin .btLightSkin .woocommerce .btSidebar .btSearch button:before{color:#252525}.btDarkSkin .btSiteFooterWidgets .btSearch button:before,.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:before,.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:before,.btDarkSkin .btSidebar .btSearch button:before,.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,.btDarkSkin .btSidebar .widget_product_search button:before,.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:before,.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:before,.btDarkSkin .woocommerce .btSidebar .btSearch button:before,.btLightSkin .btDarkSkin .woocommerce .btSidebar .btSearch button:before,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce .btSidebar .btSearch button:before{color:#fff}.btSiteFooterWidgets .btSearch button:hover:before,.btSidebar .btSearch button:hover:before,.btSidebar .widget_product_search button:hover:before,.woocommerce .btSidebar .btSearch button:hover:before{color:#51acfb}.btSiteFooterWidgets .btSearch .bt_bb_icon,.btSidebar .btSearch .bt_bb_icon,.btSidebar .widget_product_search .bt_bb_icon,.woocommerce .btSidebar .btSearch .bt_bb_icon{display:none}.btTopToolsRight .btSearch .bt_bb_icon,.btTopToolsRight .widget_shopping_cart .bt_bb_icon{margin-left:0;padding-left:.5em}.btTopToolsLeft .btSearch .bt_bb_icon,.btTopToolsLeft .widget_shopping_cart .bt_bb_icon{margin-left:.5em;padding-left:.5em}.woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before{font-family:FontAwesome;content:"\f002";display:inline-block;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.btLightSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before,.btDarkSkin .btLightSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before,.btLightSkin .btDarkSkin .btLightSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before{color:#252525}.btDarkSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before,.btLightSkin .btDarkSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before{color:#fff}.widget_search .btSearch .bt_bb_icon{padding:0}.btSearchInner.btFromTopBox{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-transform:translate(0,100%);-moz-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.15);box-shadow:0 0 50px 0 rgba(0,0,0,.15);opacity:0;pointer-events:none;-webkit-transition:all 800ms ease;-moz-transition:all 800ms ease;transition:all 800ms ease;z-index:99998}.btLightSkin .btSearchInner.btFromTopBox,.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox,.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox{background:#fff}.btDarkSkin .btSearchInner.btFromTopBox,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox{background:#252525}.btSearchInner.btFromTopBox .btSearchInnerContent{text-align:center;position:absolute;left:0;right:0;bottom:0;top:0}.btSearchInner.btFromTopBox form{text-align:center;position:absolute;height:6.75em;left:0;right:0;top:50%;margin:-3.375em 10% 0}.btSearchInner.btFromTopBox .btSearchInnerClose{display:block;position:absolute;right:0;top:0;cursor:pointer}.rtl .btSearchInner.btFromTopBox .btSearchInnerClose{right:auto;left:0}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon{padding:0}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon{width:auto;height:auto;-webkit-transition:none;-moz-transition:none;transition:none}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before{font:8em/1 Icon7Stroke;content:"\e680";width:auto;height:auto;-webkit-transition:none;-moz-transition:none;transition:none}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder{color:#51acfb;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder{color:#0688f9;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.btSearchInner.btFromTopBox input[type="text"]{padding:0 2em 0 1em;height:2.25em;line-height:2.25em;font-size:3em;font-weight:300;border:none;text-align:left;-webkit-transition:500ms ease all;-moz-transition:500ms ease all;transition:500ms ease all}.rtl .btSearchInner.btFromTopBox input[type="text"]{padding:0 1em 0 2em}.btLightSkin .btSearchInner.btFromTopBox input[type="text"],.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]{color:#252525;-webkit-box-shadow:0 0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 0 2px rgba(0,0,0,.1) inset}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]{color:#fff;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset}.btSearchInner.btFromTopBox input[type="text"]:focus{border:none;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease}.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus{-webkit-box-shadow:0 0 0 3px #252525 inset;box-shadow:0 0 0 3px #252525 inset}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus{-webkit-box-shadow:0 0 0 3px #fff inset;box-shadow:0 0 0 3px #fff inset}.btHardRoundedButtons .btSearchInner.btFromTopBox input[type="text"]{border-radius:100px}.btSoftRoundedButtons .btSearchInner.btFromTopBox input[type="text"]{border-radius:10px}.btSquareButtons .btSearchInner.btFromTopBox input[type="text"]{border-radius:0}.btSearchInner.btFromTopBox button{border:0!important;position:absolute;margin:0;right:0;top:0;border-radius:0;width:6.75em;height:6.75em;background:transparent!important;cursor:pointer;-webkit-box-shadow:none!important;box-shadow:none!important}.rtl .btSearchInner.btFromTopBox button{right:auto;left:0}.btSearchInner.btFromTopBox button:before{font:4em/1 Icon7Stroke;display:block;content:"\e618";color:#fff;font-weight:400;text-align:center;-webkit-transition:color 300ms ease;-moz-transition:color 300ms ease;transition:color 300ms ease}.btLightSkin .btSearchInner.btFromTopBox button:before,.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before,.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before{color:rgba(0,0,0,.1)}.btDarkSkin .btSearchInner.btFromTopBox button:before,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before{color:rgba(255,255,255,.5)}.btSearchInner.btFromTopBox button:hover:before{color:#51acfb;-webkit-transition:color 300ms ease;-moz-transition:color 300ms ease;transition:color 300ms ease}.btTopToolsSearchOpen .btSearchInner.btFromTopBox{opacity:1;pointer-events:auto;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder{color:rgba(255,255,255,.2)}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder{color:rgba(255,255,255,.2)}.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder{color:rgba(255,255,255,.2)}div.btButtonWidget{font-size:.75rem;display:inline-block;line-height:1;width:auto}.btHardRoundedButtons div.btButtonWidget a{border-radius:50px}.btSoftRoundedButtons div.btButtonWidget a{border-radius:4px}div.btButtonWidget.btSquareButtonWidget a{border-radius:0}div.btButtonWidget.btRoundButtonWidget a{border-radius:50px}div.btButtonWidget.btRoundedButtonWidget a{border-radius:4px}div.btButtonWidget a.btButtonWidgetLink{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;position:relative;overflow:hidden;padding:1.5em 2em;text-decoration:none;font-weight:500;text-align:center;background-color:#51acfb;color:#fff;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.btStickyHeaderActive .mainHeader div.btButtonWidget a.btButtonWidgetLink{padding:1em 2em}div.btButtonWidget a.btButtonWidgetLink:before{content:"";display:block;top:0;bottom:0;position:absolute;width:40px;left:-60px;-webkit-transform:skewX(-20deg);-moz-transform:skewX(-20deg);-ms-transform:skewX(-20deg);transform:skewX(-20deg);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);-webkit-transition:0ms ease all;-moz-transition:0ms ease all;transition:0ms ease all;opacity:.5}div.btButtonWidget a.btButtonWidgetLink:hover{color:#fff}div.btButtonWidget a.btButtonWidgetLink:hover:before{left:110%;-webkit-transition:800ms ease all;-moz-transition:800ms ease all;transition:800ms ease all;opacity:.2}.btMenuHorizontal div.btButtonWidget:not(:first-child){margin-left:2.5em;margin-right:0}.rtl.btMenuHorizontal div.btButtonWidget:not(:first-child){margin-right:2.5em;margin-left:0}.btMenuHorizontal div.btButtonWidget:not(.btWithLink){padding-left:1em;margin:0}.btMenuVertical div.btButtonWidget{display:block;float:none;width:100%;margin:1em auto 0 auto}.btAccentDarkHeader div.btButtonWidget a{background-color:#252525}.btAccentDarkHeader .topBarInMenu div.btButtonWidget a{background-color:#51acfb}.btLightAccentHeader div.btButtonWidget a{background-color:#252525}.btAccentLightHeader div.btButtonWidget a{background-color:#252525}.btOpacityLightHeader.btMenuVertical div.btButtonWidget a{background-color:#252525}.bt_bb_headline .bt_bb_headline_superheadline{margin-bottom:1em}.bt_bb_headline h1,.bt_bb_headline h2,.bt_bb_headline h3,.bt_bb_headline h4,.bt_bb_headline h5,.bt_bb_headline h6{margin:0;padding:0}.bt_bb_headline .bt_bb_headline_content a{color:inherit}.bt_bb_video{padding-bottom:0}.bt_bb_section{position:relative}.bt_bb_section[class*="dark_solid"]:before{background-color:rgba(0,0,0,.35)}.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_row.bt_bb_column_gap_0{-webkit-justify-content:inherit;justify-content:inherit}.bt_bb_section[class*="cross_bottom"]:before{background:url(../../../themes/prohauz/overlay/cross_grid.png);background-repeat:no-repeat;background-position:bottom}.bt_bb_section[class*="cross_top"]:before{background:url(../../../themes/prohauz/overlay/cross_grid.png);background-repeat:no-repeat;background-position:top}.bt_bb_headline{position:relative;z-index:1}.bt_bb_headline .bt_bb_headline_superheadline{display:block;font-family:"Montserrat";font-size:.8rem;font-weight:600;margin-bottom:.3rem}.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline{font-size:1.2rem;margin-bottom:.7rem}.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline{font-size:.9rem;margin-bottom:.8rem}.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline{font-size:.8rem;margin-bottom:.7rem}.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline{font-size:.8rem}.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline{font-size:.75rem}.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline{font-size:.7rem;margin-bottom:.4rem}.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline{font-size:.6rem;margin-bottom:.5rem}.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-family:"Montserrat";margin-top:1.1em;line-height:1.75em;font-size:1.1em;font-weight:600}.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.3rem;margin-top:1rem;line-height:1.4em}.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.3rem;margin-top:1.2rem;line-height:1.5em}.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.2rem;margin-top:1.2rem}.bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.1rem;margin-top:.5em}.bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1rem;margin-top:.5rem}.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{margin-top:.9rem}.bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:.9rem;margin-top:.5rem;line-height:1.4}.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:.8rem;margin-top:.8rem;line-height:1.2}.bt_bb_subheadline_font_weight_bolder.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-weight:800}.bt_bb_subheadline_font_weight_bold.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-weight:700}.bt_bb_subheadline_font_weight_semi-bold.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-weight:600}.bt_bb_subheadline_font_weight_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-weight:500}.bt_bb_subheadline_font_weight_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-weight:400}.bt_bb_subheadline_font_weight_light.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-weight:300}.bt_bb_subheadline_font_weight_lighter.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-weight:200}.bt_bb_subheadline_font_weight_thin.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-weight:100}.bt_bb_headline h1 b,.bt_bb_headline h2 b,.bt_bb_headline h3 b,.bt_bb_headline h4 b,.bt_bb_headline h5 b,.bt_bb_headline h6 b{color:#51acfb;font-weight:inherit}.bt_bb_headline h1 strong,.bt_bb_headline h2 strong,.bt_bb_headline h3 strong,.bt_bb_headline h4 strong,.bt_bb_headline h5 strong,.bt_bb_headline h6 strong{font-weight:700}.bt_bb_headline h1 em,.bt_bb_headline h2 em,.bt_bb_headline h3 em,.bt_bb_headline h4 em,.bt_bb_headline h5 em,.bt_bb_headline h6 em{font-style:normal;font-weight:200}.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;line-height:1.1}.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.75rem;line-height:1.1}.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:2.5rem;line-height:1.2}.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:1.8rem}.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:1.3rem}.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:.9rem}.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:.8rem}.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:800}.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:700}.bt_bb_font_weight_semi-bold.bt_bb_headline h1,.bt_bb_font_weight_semi-bold.bt_bb_headline h2,.bt_bb_font_weight_semi-bold.bt_bb_headline h3,.bt_bb_font_weight_semi-bold.bt_bb_headline h4,.bt_bb_font_weight_semi-bold.bt_bb_headline h5,.bt_bb_font_weight_semi-bold.bt_bb_headline h6{font-weight:600}.bt_bb_font_weight_medium.bt_bb_headline h1,.bt_bb_font_weight_medium.bt_bb_headline h2,.bt_bb_font_weight_medium.bt_bb_headline h3,.bt_bb_font_weight_medium.bt_bb_headline h4,.bt_bb_font_weight_medium.bt_bb_headline h5,.bt_bb_font_weight_medium.bt_bb_headline h6{font-weight:500}.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:400}.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:300}.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: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_dash_top.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:after,.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:after{margin:.5em 0 .3em;width:1.5em;border-width:0 0 2px;border-color:inherit}.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:before,.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:before,.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:before,.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:before,.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:before,.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:before{border-width:0 0 2px}.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:before,.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:before{margin-top:.4em}.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after{margin-bottom:0;margin-top:.48em;width:1.5em;border-width:0 0 2px;border-color:inherit}.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after{margin-bottom:.2em;margin-top:.3em}.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after{margin-top:.3em}.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after{margin-top:.7em}.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after{margin-top:.7em}.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after{margin-top:.8em}.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:before,.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:before,.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:before,.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:before,.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:before,.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:before{margin:.4em 0 .3em}.btHasBgImage.bt_bb_headline .bt_bb_headline_content span{display:inline-block;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-repeat:no-repeat;background-size:cover;background-position:center center;background-color:#51acfb}.btHasBgImage.bt_bb_headline .bt_bb_headline_content span:before,.btHasBgImage.bt_bb_headline .bt_bb_headline_content span:after{content:'';display:none}.bt_bb_headline.bt_bb_style_square{min-height:18em;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_headline.bt_bb_style_square:before{content:' ';z-index:-1;border:10px solid;border-color:inherit;opacity:.2;width:18em;height:18em;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.bt_bb_size_large.bt_bb_headline.bt_bb_style_square{min-height:11em!important}.bt_bb_size_large.bt_bb_headline.bt_bb_style_square:before{width:11em!important;height:11em!important}.bt_bb_size_normal.bt_bb_headline.bt_bb_style_square{min-height:10em!important}.bt_bb_size_normal.bt_bb_headline.bt_bb_style_square:before{width:10em!important;height:10em!important}.bt_bb_size_medium.bt_bb_headline.bt_bb_style_square{min-height:8em!important}.bt_bb_size_medium.bt_bb_headline.bt_bb_style_square:before{width:8em!important;height:8em!important}.bt_bb_size_small.bt_bb_headline.bt_bb_style_square{min-height:5em!important}.bt_bb_size_small.bt_bb_headline.bt_bb_style_square:before{width:5em!important;height:5em!important}.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_style_square{min-height:3em!important}.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_style_square:before{width:3em!important;height:3em!important}.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_style_square,.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_style_square,.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_style_square,.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_style_square,.bt_bb_align_right.bt_bb_headline.bt_bb_style_square,.bt_bb_align_right .bt_bb_headline.bt_bb_style_square{padding-right:3em}.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_style_square,.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_style_square,.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_style_square,.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_style_square,.bt_bb_align_left.bt_bb_headline.bt_bb_style_square,.bt_bb_align_left .bt_bb_headline.bt_bb_style_square.bt_bb_headline.bt_bb_style_square{padding-left:3em}.bt_bb_headline.bt_bb_style_square.bt_bb_superheadline{min-height:19em}.bt_bb_headline.bt_bb_style_square.bt_bb_superheadline:before{width:19em;height:19em}.bt_bb_headline.bt_bb_align_right.bt_bb_style_square:before{left:auto}.bt_bb_headline.bt_bb_align_left.bt_bb_style_square:before{right:auto}.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content{padding-left:2em;padding-right:2em}.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image{margin:0 -2em}.bt_bb_row.bt_bb_negative_margin_small,.bt_bb_row_inner.bt_bb_negative_margin_small{position:relative;margin-top:-1em;z-index:1}.bt_bb_row.bt_bb_negative_margin_normal,.bt_bb_row_inner.bt_bb_negative_margin_normal{margin-top:-2em;position:relative;z-index:1}.bt_bb_row.bt_bb_negative_margin_medium,.bt_bb_row_inner.bt_bb_negative_margin_medium{margin-top:-4em;position:relative;z-index:1}.bt_bb_row.bt_bb_negative_margin_large,.bt_bb_row_inner.bt_bb_negative_margin_large{margin-top:-8em;position:relative;z-index:1}.bt_bb_row.bt_bb_negative_margin_extralarge,.bt_bb_row_inner.bt_bb_negative_margin_extralarge{margin-top:-16em;position:relative;z-index:1}.bt_bb_row.bt_bb_style_shadow,.bt_bb_row_inner.bt_bb_style_shadow{-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.2);box-shadow:0 10px 20px -10px rgba(0,0,0,.2)}.bt_bb_row.bt_bb_style_border,.bt_bb_row_inner.bt_bb_style_border{border:1px solid rgba(255,255,255,.3)}.bt_bb_column .bt_bb_column_content{background-size:cover}.bt_bb_column.bt_bb_style_shadow{-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.2);box-shadow:0 10px 20px -10px rgba(0,0,0,.2)}.bt_bb_column.bt_bb_style_inner_shadow .bt_bb_column_content{-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.2);box-shadow:0 10px 20px -10px rgba(0,0,0,.2)}.bt_bb_column.bt_bb_style_hover_shadow .bt_bb_column_content{-webkit-transition:all 450ms ease;-moz-transition:all 450ms ease;transition:all 450ms ease}.bt_bb_column.bt_bb_style_hover_shadow:hover .bt_bb_column_content{-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.2);box-shadow:0 10px 20px -10px rgba(0,0,0,.2)}.bt_bb_column.bt_bb_style_border_shadow .bt_bb_column_content{-webkit-transition:all 450ms ease;-moz-transition:all 450ms ease;transition:all 450ms ease;border:1px solid #dcdcdc}.bt_bb_column.bt_bb_style_border_shadow:hover .bt_bb_column_content{-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.2);box-shadow:0 10px 20px -10px rgba(0,0,0,.2)}@media (min-width:768px){.btClientImage{margin-top:-50px}}@media (min-width:991px){.btSpecialCase .bt_bb_column_content{max-width:800px;margin:0 auto}.btSpecialLeftCase .bt_bb_column_content{max-width:700px;margin-left:auto}}@media (min-width:1200px){.btBoxedLeft1200{padding-left:-webkit-calc(50vw - 608px);padding-left:-moz-calc(50vw - 608px);padding-left:calc(50vw - 608px)}.touch .btBoxedLeft1200{padding-left:-webkit-calc(50vw - 600px);padding-left:-moz-calc(50vw - 600px);padding-left:calc(50vw - 600px)}}.bt_bb_column.bt_bb_padding_0 .bt_bb_column_content{padding-left:0;padding-right:0}.bt_bb_column_inner.bt_bb_padding_0 .bt_bb_column_inner_content{padding-left:0;padding-right:0}.bt_bb_column.bt_bb_padding_5 .bt_bb_column_content{padding-left:5px;padding-right:5px}.bt_bb_column_inner.bt_bb_padding_5 .bt_bb_column_inner_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_inner.bt_bb_padding_10 .bt_bb_column_inner_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_inner.bt_bb_padding_15 .bt_bb_column_inner_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_inner.bt_bb_padding_20 .bt_bb_column_inner_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_inner.bt_bb_padding_25 .bt_bb_column_inner_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_inner.bt_bb_padding_30 .bt_bb_column_inner_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_inner.bt_bb_padding_35 .bt_bb_column_inner_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_inner.bt_bb_padding_40 .bt_bb_column_inner_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_inner.bt_bb_padding_45 .bt_bb_column_inner_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_inner.bt_bb_padding_50 .bt_bb_column_inner_content{padding-left:50px;padding-right:50px}.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content{padding-left:60px;padding-right:60px}.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content{padding-left:60px;padding-right:60px}.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content{padding-left:70px;padding-right:70px}.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content{padding-left:70px;padding-right:70px}.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content{padding-left:80px;padding-right:80px}.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content{padding-left:80px;padding-right:80px}.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content{padding-left:90px;padding-right:90px}.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content{padding-left:90px;padding-right:90px}.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content{padding-left:100px;padding-right:100px}.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content{padding-left:100px;padding-right:100px}.bt_bb_column_inner.bt_bb_style_shadow{-webkit-box-shadow:0 20px 32px -10px rgba(0,0,0,.2);box-shadow:0 20px 32px -10px rgba(0,0,0,.2)}.bt_bb_column_inner.bt_bb_style_inner_shadow .bt_bb_column_inner_content{-webkit-box-shadow:0 20px 32px -10px rgba(0,0,0,.2);box-shadow:0 20px 32px -10px rgba(0,0,0,.2)}.bt_bb_column_inner.bt_bb_style_hover_shadow .bt_bb_column_inner_content{-webkit-transition:all 450ms ease;-moz-transition:all 450ms ease;transition:all 450ms ease}.bt_bb_column_inner.bt_bb_style_hover_shadow:hover .bt_bb_column_inner_content{-webkit-box-shadow:0 20px 32px -10px rgba(0,0,0,.1);box-shadow:0 20px 32px -10px rgba(0,0,0,.1)}.bt_bb_column_inner.bt_bb_style_border_shadow .bt_bb_column_inner_content{-webkit-transition:all 450ms ease;-moz-transition:all 450ms ease;transition:all 450ms ease;border:1px solid #dcdcdc}.bt_bb_column_inner.bt_bb_style_border_shadow:hover .bt_bb_column_inner_content{-webkit-box-shadow:0 20px 32px -10px rgba(0,0,0,.1);box-shadow:0 20px 32px -10px rgba(0,0,0,.1)}.bt_bb_separator.bt_bb_top_spacing_0{margin-top:0}.bt_bb_separator.bt_bb_bottom_spacing_0{margin-bottom:0}.bt_bb_separator.bt_bb_top_spacing_5{margin-top:5px}.bt_bb_separator.bt_bb_bottom_spacing_5{margin-bottom:5px}.bt_bb_separator.bt_bb_top_spacing_10{margin-top:10px}.bt_bb_separator.bt_bb_bottom_spacing_10{margin-bottom:10px}.bt_bb_separator.bt_bb_top_spacing_15{margin-top:15px}.bt_bb_separator.bt_bb_bottom_spacing_15{margin-bottom:15px}.bt_bb_separator.bt_bb_top_spacing_20{margin-top:20px}.bt_bb_separator.bt_bb_bottom_spacing_20{margin-bottom:20px}.bt_bb_separator.bt_bb_top_spacing_25{margin-top:25px}.bt_bb_separator.bt_bb_bottom_spacing_25{margin-bottom:25px}.bt_bb_separator.bt_bb_top_spacing_30{margin-top:30px}.bt_bb_separator.bt_bb_bottom_spacing_30{margin-bottom:30px}.bt_bb_separator.bt_bb_top_spacing_35{margin-top:35px}.bt_bb_separator.bt_bb_bottom_spacing_35{margin-bottom:35px}.bt_bb_separator.bt_bb_top_spacing_40{margin-top:40px}.bt_bb_separator.bt_bb_bottom_spacing_40{margin-bottom:40px}.bt_bb_separator.bt_bb_top_spacing_45{margin-top:45px}.bt_bb_separator.bt_bb_bottom_spacing_45{margin-bottom:45px}.bt_bb_separator.bt_bb_top_spacing_50{margin-top:50px}.bt_bb_separator.bt_bb_bottom_spacing_50{margin-bottom:50px}.bt_bb_separator.bt_bb_top_spacing_60{margin-top:60px}.bt_bb_separator.bt_bb_bottom_spacing_60{margin-bottom:60px}.bt_bb_separator.bt_bb_top_spacing_70{margin-top:70px}.bt_bb_separator.bt_bb_bottom_spacing_70{margin-bottom:70px}.bt_bb_separator.bt_bb_top_spacing_80{margin-top:80px}.bt_bb_separator.bt_bb_bottom_spacing_80{margin-bottom:80px}.bt_bb_separator.bt_bb_top_spacing_90{margin-top:90px}.bt_bb_separator.bt_bb_bottom_spacing_90{margin-bottom:90px}.bt_bb_separator.bt_bb_top_spacing_100{margin-top:100px}.bt_bb_separator.bt_bb_bottom_spacing_100{margin-bottom:100px}.bt_bb_separator.bt_bb_bottom_spacing_normal{margin-bottom:2em}.bt_bb_separator.bt_bb_bottom_spacing_medium{margin-bottom:4em}.bt_bb_image.bt_bb_content_display_show-on-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)}.bt_bb_image.bt_bb_style_border{border:10px solid rgba(255,255,255,.2)}.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.05,1.05,1.05);-moz-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}.bt_bb_image.bt_bb_hover_style_move-up{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.bt_bb_image.bt_bb_hover_style_move-up:hover{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_0 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:0;padding-right:0}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_5 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:5px;padding-right:5px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_10 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:10px;padding-right:10px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_15 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:15px;padding-right:15px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_20 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:20px;padding-right:20px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_25 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:25px;padding-right:25px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_30 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:30px;padding-right:30px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_35 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:35px;padding-right:35px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_40 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:40px;padding-right:40px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_45 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:45px;padding-right:45px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_50 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:50px;padding-right:50px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_60 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:60px;padding-right:60px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_70 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:70px;padding-right:70px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_80 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:80px;padding-right:80px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_90 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:90px;padding-right:90px}.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_100 .bt_bb_image_content .bt_bb_image_content_flex{padding-left:100px;padding-right:100px}.rtl .mfp-arrow-left{left:12%}.bt_bb_progress_bar .bt_bb_progress_bar_bg{height:10px;top:inherit;background:#252525!important}.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_bg{border-radius:4px}.bt_bb_progress_bar .bt_bb_progress_bar_inner{height:10px}.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_inner{border-radius:4px}.bt_bb_progress_bar.btProgressTitleExists .bt_bb_progress_bar_text{float:right}.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar{border-radius:4px}.bt_bb_progress_bar.bt_bb_size_small{font-size:.8em}.bt_bb_progress_bar.bt_bb_size_small .bt_bb_progress_bar_inner{padding-top:.3em;padding-bottom:.3em}.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_inner{background:transparent;background-image:-webkit-linear-gradient(135deg,#51acfb 33%,#dd1515 66%);background-image:-moz-linear-gradient(135deg,#51acfb 33%,#dd1515 66%);background-image:-ms-linear-gradient(135deg,#51acfb 33%,#dd1515 66%);background-image:-o-linear-gradient(135deg,#51acfb 33%,#dd1515 66%);background-image:-webkit-linear-gradient(315deg,#51acfb 33%,#dd1515 66%);background-image:-moz-linear-gradient(315deg,#51acfb 33%,#dd1515 66%);background-image:linear-gradient(135deg,#51acfb 33%,#dd1515 66%)}.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_bg{background-color:transparent!important}.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner{border:2px solid #000}.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg{background-color:transparent!important}.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner{border-bottom:4px solid #000}.bt_bb_price_list{border-width:4px}.bt_bb_price_list .bt_bb_price_list_title{font-size:1.1em;text-transform:uppercase;font-weight:500;letter-spacing:1px}.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency{font-size:4em}.rtl .bt_bb_price_list ul{margin:0}.bt_bb_price_list ul li{border-width:4px 0 0}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image{margin-bottom:0}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-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_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a:hover img{-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content{padding:1em}.btLightSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content,.btDarkSkin .btLightSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content,.btLightSkin .btDarkSkin .btLightSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content{background:rgba(0,0,0,.04)}.btDarkSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content,.btLightSkin .btDarkSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content,.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content{background:rgba(0,0,0,.1)}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta{padding:0 0 .4em;line-height:1}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>div{display:inline-block;font-size:.8em;font-family:"Montserrat";padding:0 .5px 0 0!important;opacity:.6;font-weight:500;line-height:1;text-transform:uppercase}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>div:not(:last-child):after{content:'/';padding:0 5px}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>div:not(.bt_bb_latest_posts_item_comments):before{content:''}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta>div.bt_bb_latest_posts_item_comments:before{content:'\f0e6';padding:0 .2em;font-family:FontAwesome}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta div:not(:last-child):after{content:'/';font-size:.8em}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a{color:inherit}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a:hover{color:#51acfb}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category{line-height:0}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories{line-height:1}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li{margin:0}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a{background:transparent;color:inherit;font-family:"Montserrat";font-weight:500;text-transform:uppercase;font-size:.8rem;line-height:1;padding:0}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a:hover{color:#51acfb}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.7em;max-height:3.4em;line-height:1.5em!important;color:inherit;font-size:1.4em;font-weight:700;margin:0}.btHeadingWeight_default .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-weight:700}.btHeadingWeight_black .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-weight:900}.btHeadingWeight_bolder .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-weight:800}.btHeadingWeight_bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-weight:700}.btHeadingWeight_semi-bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-weight:600}.btHeadingWeight_medium .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-weight:500}.btHeadingWeight_normal .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-weight:400}.btHeadingWeight_light .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-weight:300}.btHeadingWeight_lighter .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-weight:200}.btHeadingWeight_thin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title{font-weight:100}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a{color:inherit}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover{color:#51acfb}.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height:1.7em;max-height:6.8em}.bt_bb_post_grid_filter{padding:2.5em 2em}.bt_bb_masonry_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner{-webkit-transition:all 450ms ease;-moz-transition:all 450ms ease;transition:all 450ms ease}.bt_bb_masonry_post_grid .bt_bb_grid_item:hover .bt_bb_grid_item_inner{-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.2);box-shadow:0 10px 20px -10px rgba(0,0,0,.2)}.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item{text-transform:uppercase;font-size:.8em;font-weight:500;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease;opacity:.8}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content{padding:1.5em 2em 2em;background:#fbfbfb;border:1px solid #dcdcdc}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category{display:inline-block;border:2px solid rgba(0,0,0,.07);padding:0}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li{margin:0}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a{color:inherit;font-family:"Montserrat";background:transparent;font-weight:500}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover{background:transparent;color:#51acfb}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta{display:inline-block;font-family:"Montserrat"}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span{font-weight:500;position:relative;padding:0 1.5em 0 0;font-size:12px}.rtl .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span{padding:0 0 0 1.5em}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:not(:last-child):after{content:"/";opacity:.4;position:absolute;right:8px}.rtl .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:not(:last-child):after{right:auto;left:8px}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before{display:none}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before{display:none}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a{color:inherit}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a:hover{color:#51acfb}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before{content:"\f075";color:rgba(37,37,37,.4)}.rtl .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before{margin:0 0 0 5px}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share{margin-top:1.5em}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon{padding:0 .5em}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title+.bt_bb_grid_item_post_excerpt:not(:empty){margin-top:0}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a{color:inherit}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover{color:#51acfb}.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height:1.7em;max-height:6.8em}.bt_bb_masonry_post_grid .bt_bb_post_grid_loader{margin-top:4em!important}.bt_bb_masonry_image_grid .bt_bb_grid_item img{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-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_masonry_image_grid .bt_bb_grid_item:hover img{-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}.bt_bb_icon{position:relative}.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before{font-size:1rem;width:2em;height:2em;line-height:1.7em}.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before{font-size:1.2rem;width:2.2em;height:2.2em;line-height:1.2em}.bt_bb_size_medium.bt_bb_icon .bt_bb_icon_holder:before{font-size:2.5rem;width:1.7em;height:1.7em;line-height:1.7em}.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before{font-size:2.1rem;width:1.7em;height:1.7em;line-height:1.7em}.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before{font-size:3.2rem;width:1.7em;height:1.7em;line-height:1.7em}.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_medium.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_size_xsmall.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before{width:auto;height:auto;min-width:1em}.bt_bb_style_filled.bt_bb_icon .bt_bb_icon_holder{color:inherit}.bt_bb_icon .bt_bb_icon_holder>span{padding-left:.3em;font-weight:700;font-family:"Montserrat";-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>span{font-size:.75em;padding-left:.8em}.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder>span{padding-left:.8em}.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder>span{padding-left:.8em}.bt_bb_size_medium.bt_bb_icon .bt_bb_icon_holder>span{font-size:1.4em;padding-left:.5em}.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder>span{font-size:2.4rem}.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder>span{font-size:3.8rem}.rtl .bt_bb_icon .bt_bb_icon_holder>span{padding-left:0;padding-right:.3em}.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.bt_bb_style_borderless.bt_bb_size_normal{padding-right:1em}.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.bt_bb_style_borderless.bt_bb_size_normal{padding-left:1em}.bt_bb_icon.bt_bb_negative_margin_small{margin-top:-2em}.bt_bb_icon.bt_bb_negative_margin_normal{margin-top:-3.5em}.bt_bb_icon.bt_bb_negative_margin_normal.bt_bb_size_small{margin-top:-2em}.bt_bb_icon.bt_bb_negative_margin_normal.bt_bb_size_medium{margin-top:-3.1em}.bt_bb_icon.bt_bb_negative_margin_normal.bt_bb_size_normal{margin-top:-2.7em}.bt_bb_icon.bt_bb_negative_margin_normal.bt_bb_size_large{margin-top:-3.9em}.bt_bb_icon.bt_bb_negative_margin_normal.bt_bb_size_xlarge{margin-top:-5em}.bt_bb_icon.bt_bb_negative_margin_medium{margin-top:-8em}.bt_bb_icon.btPlayIcon .bt_bb_icon_holder:before{padding-left:10px}@media (max-width:1399px){.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before{font-size:3rem!important}.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder>span{font-size:3rem!important}}@media (max-width:780px){.bt_bb_icon.bt_bb_negative_margin_small{margin-top:-1em}.bt_bb_icon.bt_bb_negative_margin_normal{margin-top:-2em}.bt_bb_icon.bt_bb_negative_margin_medium{margin-top:-4em}}@media (max-width:480px){.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before{font-size:2rem!important}.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before{font-size:1.3rem!important}.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder>span{font-size:2rem!important}.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder>span{font-size:1.3rem!important}}.bt_bb_rating{display:block;float:none;margin:0}.bt_bb_rating .bt_bb_rating_icon{display:inline-block}.bt_bb_align_right .bt_bb_align_left.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center .bt_bb_align_left.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_right .bt_bb_align_left .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center .bt_bb_align_left .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_left.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_left .bt_bb_rating .bt_bb_rating_icon{padding-right:.5em}.bt_bb_align_left .bt_bb_align_center.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center .bt_bb_rating .bt_bb_rating_icon{padding:0 .25em}.bt_bb_align_left .bt_bb_align_right.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_right.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_right .bt_bb_rating .bt_bb_rating_icon{padding-left:.5em}.bt_bb_button{margin-bottom:.5em;display:inline-block}.btSoftRoundedButtons .bt_bb_button a{border-radius:4px}.btHardRoundedButtons .bt_bb_button a{border-radius:50px}.bt_bb_button .bt_bb_button_text{letter-spacing:1px}.bt_bb_button a{font-weight:500;color:#fff;background:#252525;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;position:relative;overflow:hidden;line-height:1;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-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;text-decoration:none}.bt_bb_button:hover a{color:#fff;background:#252525;-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.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{margin-left:1.2em}.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{margin-right:1.2em}.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder{-webkit-order:1;-ms-flex-order:1;order:1;margin-right:1.5em}.rtl .bt_bb_button.bt_bb_icon_position_left .bt_bb_link{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder{margin-left:1.5em}.rtl .bt_bb_button.bt_bb_icon_position_right .bt_bb_link{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bt_bb_button.bt_bb_style_clean{margin:0!important}.bt_bb_button.bt_bb_style_clean a{background-color:transparent;padding:.5em 0!important}.bt_bb_button.bt_bb_style_clean a:hover{color:#252525}.bt_bb_align_left .bt_bb_align_right.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_center .bt_bb_align_right.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_left .bt_bb_align_right .bt_bb_button.bt_bb_style_clean a,.bt_bb_align_center .bt_bb_align_right .bt_bb_button.bt_bb_style_clean a,.bt_bb_align_right.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_right .bt_bb_button.bt_bb_style_clean a{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_align_right .bt_bb_align_left.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_center .bt_bb_align_left.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_right .bt_bb_align_left .bt_bb_button.bt_bb_style_clean a,.bt_bb_align_center .bt_bb_align_left .bt_bb_button.bt_bb_style_clean a,.bt_bb_align_left.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_left .bt_bb_button.bt_bb_style_clean a{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_button.bt_bb_style_outline a{background:transparent;-webkit-box-shadow:0 0 0 2px #252525 inset;box-shadow:0 0 0 2px #252525 inset;color:#252525}.bt_bb_button.bt_bb_style_outline a:hover{-webkit-box-shadow:0 0 0 3em #252525 inset;box-shadow:0 0 0 3em #252525 inset;border:none}.bt_bb_button.bt_bb_style_filled a:before{content:"";display:block;top:0;bottom:0;position:absolute;width:90px;left:-80%;-webkit-transform:skewX(-30deg);-moz-transform:skewX(-30deg);-ms-transform:skewX(-30deg);transform:skewX(-30deg);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);-webkit-transition:0ms ease all;-moz-transition:0ms ease all;transition:0ms ease all;opacity:.5}.bt_bb_button.bt_bb_style_filled a:hover:before{left:110%;-webkit-transition:800ms ease all;-moz-transition:800ms ease all;transition:800ms ease all;opacity:.2}.bt_bb_size_small.bt_bb_button{font-size:.7em;min-width:130px}.bt_bb_size_small.bt_bb_button a{padding:1.3em 1.5em}.bt_bb_button.bt_bb_style_clean.bt_bb_size_small{font-size:.8em}.bt_bb_size_medium.bt_bb_button{font-size:.9em;min-width:150px}.bt_bb_size_normal.bt_bb_button{font-size:.9em;min-width:195px}.bt_bb_size_normal.bt_bb_button a{padding:1.5em 2em}.bt_bb_size_large.bt_bb_button{font-size:1em;min-width:230px}.bt_bb_size_large.bt_bb_button a{padding:2em 2.5em}.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder{font-size:3.5em}.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder{width:1em}.bt_bb_size_huge.bt_bb_service .bt_bb_icon_holder{font-size:5.2em}.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder{-webkit-box-shadow:0 0 0 2px #000 inset;box-shadow:0 0 0 2px #000 inset}.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-left:1em}.rtl .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-right:1em}.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-right:1em}.rtl .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-left:1em}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:500;font-size:.85rem;font-family:"Montserrat";padding-bottom:.8em;line-height:1.5}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title a{color:inherit;line-height:1.5}.bt_bb_title_size_extrasmall.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-size:.7rem}.bt_bb_title_size_small.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-size:.8rem}.bt_bb_title_size_normal.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-size:1rem}.bt_bb_title_size_large.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-size:1.3rem}.bt_bb_title_size_extralarge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-size:1.5rem}.bt_bb_title_size_huge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-size:1.8rem}.btHeadingWeight_default .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:700}.btHeadingWeight_black .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:900}.btHeadingWeight_bolder .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:800}.btHeadingWeight_bold .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:700}.btHeadingWeight_semi-bold .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:600}.btHeadingWeight_medium .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:500}.btHeadingWeight_normal .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:400}.btHeadingWeight_light .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:300}.btHeadingWeight_lighter .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:200}.btHeadingWeight_thin .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:100}.bt_bb_title_weight_thin.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:100}.bt_bb_title_weight_lighter.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:200}.bt_bb_title_weight_light.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:300}.bt_bb_title_weight_normal.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:400}.bt_bb_title_weight_medium.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:500}.bt_bb_title_weight_semi_bold.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:600}.bt_bb_title_weight_bold.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:700}.bt_bb_title_weight_bolder.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-weight:800}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text{font-size:.9em;line-height:1.6em}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text em{font-style:normal}.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text b{color:#51acfb}.bt_bb_service:hover .bt_bb_service_content_title a{color:#51acfb}.bt_bb_service.btNoText{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bt_bb_service.btNoText .bt_bb_service_content .bt_bb_service_content_title{padding:0}@media (max-width:768px){.bt_bb_title_size_extralarge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-size:1.3rem}.bt_bb_title_size_huge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title{font-size:1.3rem}}.bt_bb_content_slider_item.slick-slide{position:relative}.bt_bb_slider.slick-slider button.slick-arrow{background-color:rgba(0,0,0,.3)}.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list{position:static!important;max-width:1200px;margin:0 auto;overflow:hidden}.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list .slick-track{position:relative}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item{overflow:hidden}.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item .bt_bb_content_slider_item_content{max-width:1280px;padding:0 40px;margin:0 auto}.bt_bb_content_slider.bt_bb_multiple_slides .slick-slide{position:relative}.bt_bb_height_keep-height.bt_bb_multiple_slides .slick-slider .slick-slide.bt_bb_single_article_slider_item{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.bt_bb_content_slider.bt_bb_multiple_slides.bt_bb_border_separator .slick-slider{border-right:1px solid #ccc;border-left:1px solid #ccc}.bt_bb_show_dots_below .slick-track{padding:1em 0}.bt_bb_show_dots_below .slick-dots{position:relative;padding:1em 0 0;bottom:0}.slick-dots li{background:#a2a2a2;border:none;height:13px;width:13px;margin:0 7px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.slick-dots li:hover{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}button.slick-arrow{border-radius:50%;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;width:94px;height:94px;top:45%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}button.slick-arrow:hover{opacity:.7;background-color:transparent}button.slick-arrow:hover:before{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}button.slick-arrow:before{color:#fff;display:block;font-size:94px;font-family:Icon7Stroke;line-height:94px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}button.slick-arrow.slick-next{right:1em}button.slick-arrow.slick-next:before{content:'\e684'}button.slick-arrow.slick-prev{left:1em}button.slick-arrow.slick-prev:before{content:'\e686'}.bt_bb_arrows_style_filled button.slick-arrow{background-color:#fff;width:70px;height:70px;-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.1);box-shadow:0 6px 10px 0 rgba(0,0,0,.1)}.bt_bb_arrows_style_filled button.slick-arrow:before{color:#252525;font-size:64px;line-height:64px}.bt_bb_arrows_style_filled button.slick-arrow:hover{-webkit-box-shadow:none;box-shadow:none;opacity:1}.bt_bb_arrows_size_small button.slick-arrow{width:54px;height:54px;margin-top:-15px}.bt_bb_arrows_size_small button.slick-arrow:before{font-size:50px;line-height:50px}.bt_bb_arrows_size_large button.slick-arrow{width:146px;height:146px;margin-top:-37.5px}.bt_bb_arrows_size_large button.slick-arrow:before{font-size:146px;line-height:146px}.bt_bb_arrows_style_filled.bt_bb_arrows_size_large button.slick-arrow{width:90px;height:90px}.bt_bb_arrows_style_filled.bt_bb_arrows_size_large button.slick-arrow:before{font-size:104px;line-height:104px}.bt_bb_show_dots_below button.slick-arrow{top:40%}.bt_bb_arrows_style_filled .slick-dots li.slick-active,.bt_bb_arrows_style_filled .slick-dots li:hover{background:#252525}.bt_bb_layout_boxed_800 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider{overflow:visible}.bt_bb_layout_boxed_800 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list{margin:0 4em}.bt_bb_layout_boxed_800 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next{right:-1em}.bt_bb_layout_boxed_800 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev{left:-1em}.bt_bb_layout_boxed_900 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider{overflow:visible}.bt_bb_layout_boxed_900 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list{margin:0 4em}.bt_bb_layout_boxed_900 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next{right:-1em}.bt_bb_layout_boxed_900 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev{left:-1em}.bt_bb_layout_boxed_1000 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider{overflow:visible}.bt_bb_layout_boxed_1000 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list{margin:0 4em}.bt_bb_layout_boxed_1000 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next{right:-1em}.bt_bb_layout_boxed_1000 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev{left:-1em}.bt_bb_layout_boxed_1100 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider{overflow:visible}.bt_bb_layout_boxed_1100 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list{margin:0 4em}.bt_bb_layout_boxed_1100 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next{right:-1em}.bt_bb_layout_boxed_1100 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev{left:-1em}.bt_bb_layout_boxed_1200 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider{overflow:visible}.bt_bb_layout_boxed_1200 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list{margin:0 4em}.bt_bb_layout_boxed_1200 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next{right:-1em}.bt_bb_layout_boxed_1200 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev{left:-1em}.bt_bb_layout_boxed_1300 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider{overflow:visible}.bt_bb_layout_boxed_1300 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list{margin:0 4em}.bt_bb_layout_boxed_1300 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next{right:-1em}.bt_bb_layout_boxed_1300 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev{left:-1em}.bt_bb_layout_boxed_1400 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider{overflow:visible}.bt_bb_layout_boxed_1400 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list{margin:0 4em}.bt_bb_layout_boxed_1400 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next{right:-1em}.bt_bb_layout_boxed_1400 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev{left:-1em}.bt_bb_layout_boxed_1500 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider{overflow:visible}.bt_bb_layout_boxed_1500 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list{margin:0 4em}.bt_bb_layout_boxed_1500 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next{right:-1em}.bt_bb_layout_boxed_1500 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev{left:-1em}.bt_bb_layout_boxed_1600 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider{overflow:visible}.bt_bb_layout_boxed_1600 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list{margin:0 4em}.bt_bb_layout_boxed_1600 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next{right:-1em}.bt_bb_layout_boxed_1600 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev{left:-1em}@media (max-width:1350px){.bt_bb_arrows_size_large button.slick-arrow{width:60px;height:60px;margin-top:-37.5px}.bt_bb_arrows_size_large button.slick-arrow:before{font-size:55px;line-height:60px}}@media (max-width:991px){.bt_bb_section:not(.bt_bb_layout_wide) .slick-list{margin:0 1em!important}}@media (max-width:768px){.slick-dots li .btSlickDotData{display:none}button.slick-arrow{display:none!important}}.bt_bb_content_slider_item.bt_bb_style_gray_border .bt_bb_content_slider_item_content{background:#fbfbfb;border:1px solid #dcdcdc;-webkit-transition:all 450ms ease;-moz-transition:all 450ms ease;transition:all 450ms ease}.bt_bb_content_slider_item.bt_bb_style_gray .bt_bb_content_slider_item_content{background:#fbfbfb;-webkit-transition:all 450ms ease;-moz-transition:all 450ms ease;transition:all 450ms ease}.bt_bb_content_slider_item.bt_bb_style_white .bt_bb_content_slider_item_content{background:#fff;-webkit-transition:all 450ms ease;-moz-transition:all 450ms ease;transition:all 450ms ease}.bt_bb_content_slider_item.bt_bb_style_white_border .bt_bb_content_slider_item_content{background:#fff;border:1px solid #dcdcdc;-webkit-transition:all 450ms ease;-moz-transition:all 450ms ease;transition:all 450ms ease}.bt_bb_gap_small .slick-list .slick-slide.bt_bb_style_gray_border .content,.bt_bb_gap_small .slick-list .slick-slide.bt_bb_style_gray .content,.bt_bb_gap_small .slick-list .slick-slide.bt_bb_style_white .content,.bt_bb_gap_small .slick-list .slick-slide.bt_bb_style_white_border .content{margin:0 .25rem;padding:0 .5rem}.bt_bb_gap_normal .slick-list .slick-slide.bt_bb_style_gray_border .content,.bt_bb_gap_normal .slick-list .slick-slide.bt_bb_style_gray .content,.bt_bb_gap_normal .slick-list .slick-slide.bt_bb_style_white .content,.bt_bb_gap_normal .slick-list .slick-slide.bt_bb_style_white_border .content{margin:0 .5rem;padding:0 1rem}.bt_bb_gap_large .slick-list .slick-slide.bt_bb_style_gray_border .content,.bt_bb_gap_large .slick-list .slick-slide.bt_bb_style_gray .content,.bt_bb_gap_large .slick-list .slick-slide.bt_bb_style_white .content,.bt_bb_gap_large .slick-list .slick-slide.bt_bb_style_white_border .content{margin:0 1rem;padding:0 2rem}.bt_bb_content_slider.bt_bb_arrows_position_no_arrows button.slick-arrow{display:none!important}.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev{top:auto;bottom:40px;-webkit-transform:translateX(40px)!important;-moz-transform:translateX(40px)!important;-ms-transform:translateX(40px)!important;transform:translateX(40px)!important}.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next{right:0;left:140px;top:auto;bottom:40px;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important}.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next{left:140px}.bt_bb_arrows_size_large.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next{left:140px}.bt_bb_layout_wide .bt_bb_arrows_size_large.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next{left:150px}.bt_bb_arrows_size_small.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next{left:75px}.bt_bb_layout_wide .bt_bb_arrows_size_small.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next{left:95px}.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev{top:auto;bottom:40px;left:auto!important;right:140px;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important}.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev{right:140px}.bt_bb_arrows_size_large.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev{right:140px}.bt_bb_layout_wide .bt_bb_arrows_size_large.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev{right:150px}.bt_bb_arrows_size_small.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev{right:75px}.bt_bb_layout_wide .bt_bb_arrows_size_small.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev{right:95px}.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next{top:auto;bottom:40px;-webkit-transform:translateX(-40px)!important;-moz-transform:translateX(-40px)!important;-ms-transform:translateX(-40px)!important;transform:translateX(-40px)!important}.bt_bb_accordion .bt_bb_accordion_item{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.bt_bb_accordion .bt_bb_accordion_item.btNoNumber .bt_bb_accordion_item_title{max-width:100%}.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.bt_bb_align_left .bt_bb_align_right.rtl .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_center .bt_bb_align_right.rtl .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_left .bt_bb_align_right .rtl .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_center .bt_bb_align_right .rtl .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_right.rtl .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_right .rtl .bt_bb_accordion .bt_bb_accordion_item{-webkit-flex-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item{border-radius:4px}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_number{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%;padding:1em;line-height:2;font-weight:600;text-align:center;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease;background-color:#51acfb;color:inherit!important}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_number{padding:1em 0}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{-webkit-flex:1 0 90%;-ms-flex:1 0 90%;flex:1 0 90%;min-width:90%;font-size:.9em;font-weight:600;font-family:"Montserrat";padding:1.5em;color:inherit!important;display:inline-block;float:left;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;transition:all 200ms ease}.btNoNumber.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{max-width:100%}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after{content:"+";font-family:"Montserrat";font-size:1.2em;line-height:1;color:inherit!important;display:inline-block;text-align:right;float:right;padding:2px 0}.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after,.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after,.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after,.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after,.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after,.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after{float:left}.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{border:none}.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{border-radius:4px}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content{padding:1em 3em 1em 12%;-webkit-flex-basis:100%;flex-basis:100%}.bt_bb_accordion .bt_bb_accordion_item.btNoNumber .bt_bb_accordion_item_content{padding:1em 1.5em}.bt_bb_accordion .bt_bb_accordion_item:hover .bt_bb_accordion_item_title{border:none!important;background:#51acfb}.bt_bb_accordion .bt_bb_accordion_item:hover .bt_bb_accordion_item_title:after{content:"-"}.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title{border:none!important;background:#51acfb}.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after{content:"-"}.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item{border:none;background:white!important;margin-bottom:.3em;-webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,.1);box-shadow:0 4px 5px 0 rgba(0,0,0,.1)}.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title{background:transparent}.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item:hover .bt_bb_accordion_item_title{background:transparent}.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.btNoNumber .bt_bb_accordion_item_content{padding:1em 0}.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item{border-width:0 3px 3px}.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item:first-child{border-width:3px}@media (max-width:480px){.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_number{padding:1.5rem .2rem;min-width:10%;line-height:1}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title{padding:1.5rem;line-height:initial}.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after{display:none}}@media (max-width:350px){.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_number{display:none}}.bt_bb_custom_menu div ul{margin:0}.bt_bb_custom_menu div ul>li{list-style:none;margin-left:0;padding:.8em 0;border-bottom:1px solid rgba(255,255,255,.3)}.bt_bb_custom_menu div ul>li:first-child{padding-top:0}.bt_bb_custom_menu div ul a{color:inherit;font-size:1em}.bt_bb_custom_menu div ul a:hover{color:#51acfb}.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{border:2px solid grey;line-height:1.3;border-radius:0}.bt_bb_cost_calculator .bt_bb_widget_select_selected>div:last-child{margin-top:0}.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount{background:rgba(0,0,0,.25)}.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_cost_calculator_item_title{font-size:.8em;opacity:.6;font-weight:500;text-transform:uppercase}.bt_bb_map_content{max-width:1280px;margin:auto;padding:4em 0}.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location{padding:2em}@media (max-width:640px){.bt_bb_map_content{padding:0}.bt_bb_map_content .bt_bb_map_content_wrapper{padding:0}.bt_bb_map.bt_bb_maps_with_content .bt_bb_map_map{height:600px!important;position:relative}}.bt_bb_tab_content{padding-top:1em}.bt_bb_tabs.bt_bb_style_outline ul.bt_bb_tabs_header,.bt_bb_tabs.bt_bb_style_filled ul.bt_bb_tabs_header{border-width:3px}.bt_bb_tabs.bt_bb_style_outline ul.bt_bb_tabs_header li,.bt_bb_tabs.bt_bb_style_filled ul.bt_bb_tabs_header li{border-width:0 0 0 3px}.bt_bb_tabs.bt_bb_style_outline ul.bt_bb_tabs_header li:first-child,.bt_bb_tabs.bt_bb_style_filled ul.bt_bb_tabs_header li:first-child{border-width:0}.bt_bb_align_right .bt_bb_align_left.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_center .bt_bb_align_left.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_right .bt_bb_align_left .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_center .bt_bb_align_left .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_left.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_left .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li{margin-right:1em}.bt_bb_align_left .bt_bb_align_right.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_center .bt_bb_align_right.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_left .bt_bb_align_right .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_center .bt_bb_align_right .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_right.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_right .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li{margin-left:1em}.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li.on{border-color:#51acfb}.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li span{padding:1em 0}.bt_bb_counter_holder{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;line-height:1}.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_counter_holder{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_align_left .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_counter_holder{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_counter_holder .bt_bb_counter_text{display:inline-block;opacity:.7;font-weight:100}.bt_bb_counter_holder .bt_bb_counter{display:inline-block;height:1em;line-height:1;font-family:"Montserrat";font-weight:700}.btHeadingWeight_bolder .bt_bb_counter_holder .bt_bb_counter{font-weight:800}.btHeadingWeight_bold .bt_bb_counter_holder .bt_bb_counter{font-weight:700}.btHeadingWeight_semi-bold .bt_bb_counter_holder .bt_bb_counter{font-weight:600}.btHeadingWeight_medium .bt_bb_counter_holder .bt_bb_counter{font-weight:500}.btHeadingWeight_normal .bt_bb_counter_holder .bt_bb_counter{font-weight:400}.btHeadingWeight_light .bt_bb_counter_holder .bt_bb_counter{font-weight:300}.btHeadingWeight_lighter .bt_bb_counter_holder .bt_bb_counter{font-weight:200}.btHeadingWeight_thin .bt_bb_counter_holder .bt_bb_counter{font-weight:100}.bt_bb_counter_holder .bt_bb_counter span.onedigit{height:1em}.bt_bb_counter_holder .bt_bb_counter span.onedigit span{height:1em}.bt_bb_counter_holder.bt_bb_size_xsmall{font-size:1em}.bt_bb_counter_holder.bt_bb_size_small{font-size:1.5em}.bt_bb_counter_holder.bt_bb_size_normal{font-size:2.5em}.bt_bb_counter_holder.bt_bb_size_large{font-size:4em}.bt_bb_counter_holder.bt_bb_size_xlarge{font-size:5.8em}@media (max-width:780px){.bt_bb_counter_holder.bt_bb_size_large{font-size:2em}.bt_bb_counter_holder.bt_bb_size_xlarge{font-size:3em}}.bt_bb_counter_icon_holder{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bt_bb_align_right .bt_bb_align_left.bt_bb_counter_icon_holder,.bt_bb_align_center .bt_bb_align_left.bt_bb_counter_icon_holder,.bt_bb_align_right .bt_bb_align_left .bt_bb_counter_icon_holder,.bt_bb_align_center .bt_bb_align_left .bt_bb_counter_icon_holder,.bt_bb_align_left.bt_bb_counter_icon_holder,.bt_bb_align_left .bt_bb_counter_icon_holder{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_icon_holder,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_icon_holder,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_icon_holder,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_icon_holder,.bt_bb_align_center.bt_bb_counter_icon_holder,.bt_bb_align_center .bt_bb_counter_icon_holder{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bt_bb_align_left .bt_bb_align_right.bt_bb_counter_icon_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_icon_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_icon_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_icon_holder,.bt_bb_align_right.bt_bb_counter_icon_holder,.bt_bb_align_right .bt_bb_counter_icon_holder{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bt_bb_counter_icon_holder .bt_bb_counter_icon_box{padding:.7em}.bt_bb_align_right .bt_bb_align_left.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center .bt_bb_align_left.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_right .bt_bb_align_left .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center .bt_bb_align_left .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_left.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_left .bt_bb_counter_icon_holder .bt_bb_counter_icon_box{text-align:left}.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center .bt_bb_counter_icon_holder .bt_bb_counter_icon_box{text-align:center}.bt_bb_align_left .bt_bb_align_right.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_right.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_right .bt_bb_counter_icon_holder .bt_bb_counter_icon_box{text-align:right}.bt_bb_counter_icon_holder .bt_bb_counter_icon_box .bt_bb_icon_holder:before{opacity:.4;line-height:1}.bt_bb_counter_icon_holder .bt_bb_counter_icon_content .bt_bb_counter_icon_text{display:block;padding-left:.5em}.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_number .bt_bb_counter_holder{font-size:4.5em}.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_box .bt_bb_icon_holder:before{font-size:4em}.bt_bb_counter_icon_holder.bt_bb_size_normal .bt_bb_counter_icon_number .bt_bb_counter_holder{font-size:3.5em}.bt_bb_counter_icon_holder.bt_bb_size_normal .bt_bb_counter_icon_text{font-size:.9em}.bt_bb_counter_icon_holder.bt_bb_size_normal .bt_bb_counter_icon_box{padding:0 .7em}.bt_bb_counter_icon_holder.bt_bb_size_normal .bt_bb_counter_icon_box .bt_bb_icon_holder:before{font-size:3.4em}.bt_bb_counter_icon_holder.bt_bb_size_small .bt_bb_counter_icon_number .bt_bb_counter_holder{font-size:2.5em}.bt_bb_counter_icon_holder.bt_bb_size_small .bt_bb_counter_icon_text{font-size:.8em}.bt_bb_counter_icon_holder.bt_bb_size_small .bt_bb_counter_icon_box{padding:0 .7em}.bt_bb_counter_icon_holder.bt_bb_size_small .bt_bb_counter_icon_box .bt_bb_icon_holder:before{font-size:2.5em}@media (max-width:1200px){.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_number .bt_bb_counter_holder{font-size:4em}.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_box .bt_bb_icon_holder:before{font-size:3.5em}}@media (max-width:780px){.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_number .bt_bb_counter_holder{font-size:3.5em}.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_box .bt_bb_icon_holder:before{font-size:3em}}@media (max-width:768px){.btCounterHolder .btCountdownHolder .days,.btCounterHolder .btCountdownHolder .hours,.btCounterHolder .btCountdownHolder .minutes,.btCounterHolder .btCountdownHolder .seconds{float:none;width:100%}}.bt_bb_progress_bar_advanced>.container>svg>path:first-child{opacity:.25}.darkSkinSelector .wpcf7-form input:not([type='radio']),.darkSkinSelector .wpcf7-form input:not([type='checkbox']),.darkSkinSelector .wpcf7-form textarea,.darkSkinSelector .wpcf7-form .fancy-select .trigger{color:#252525}.wpcf7-form .fancy-select .trigger{line-height:3.2em}.wpcf7-form .fancy-select .options.overflowing{bottom:3.35em}.wpcf7-form .wpcf7-submit{font-size:.8em!important;background-color:#51acfb!important;color:#fff!important;border:0;cursor:pointer;font-weight:500!important;padding:1.3em 1.5em!important;line-height:.5!important;text-transform:uppercase;width:auto!important;min-width:130px;letter-spacing:1px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;position:relative;overflow:hidden}.wpcf7-form .wpcf7-submit:before{content:"";display:block;top:0;bottom:0;position:absolute;width:40px;left:-60px;-webkit-transform:skewX(-20deg);-moz-transform:skewX(-20deg);-ms-transform:skewX(-20deg);transform:skewX(-20deg);-webkit-transition:350ms ease all;-moz-transition:350ms ease all;transition:350ms ease all;background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);opacity:.5}.wpcf7-form .wpcf7-submit:hover{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.wpcf7-form .wpcf7-submit:hover:before{left:110%;-webkit-transition:800ms ease all;-moz-transition:800ms ease all;transition:800ms ease all;opacity:.2}.bt_bb_align_center .wpcf7-form .wpcf7-submit{margin-left:auto;margin-right:auto}.bt_bb_align_right .wpcf7-form .wpcf7-submit{margin-left:auto}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{border:2px solid #51acfb;margin:2em 0 1em}span.wpcf7-not-valid-tip{color:#51acfb}.btNewsletter{display:-ms-flexbox;display:-webkit-flex;display:flex}.btNewsletter .btNewsletterColumn{-webkit-flex:1 0 80%;-ms-flex:1 0 80%;flex:1 0 80%;max-width:80%;padding-right:1em;height:60px}.btNewsletter .btNewsletterColumn input{font-size:1.2em;line-height:1;background-color:#fff;color:#252525;-webkit-box-shadow:none;box-shadow:none;border:none}.btNewsletter .btNewsletterButton{height:60px;-webkit-flex:1 0 20%;-ms-flex:1 0 20%;flex:1 0 20%;max-width:20%}.btNewsletter .btNewsletterButton input{font-size:.9em!important;height:60px;font-weight:700!important;padding:1em 3.5em!important;border:3px solid #252525;color:#252525!important}.btNewsletter .btNewsletterButton input:hover{color:#fff!important;background-color:#252525!important}@media (max-width:991px){.btNewsletter{display:block}.btNewsletter .btNewsletterColumn{max-width:100%;padding-right:0;padding-bottom:10px}}.btContact .btContactRow{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:1em}.btContact .btContactRow .btContactColumnLeft{-webkit-flex:1 0 60%;-ms-flex:1 0 60%;flex:1 0 60%;max-width:60%;padding-right:1em}.btContact .btContactRow .btContactColumnRight{-webkit-flex:1 0 40%;-ms-flex:1 0 40%;flex:1 0 40%;max-width:40%}.btContact .btContactRow input{background:#fff}.btContact textarea{height:210px;background:#fff}.btContact .btContactMessage{padding-bottom:3em}.btContact p{margin:0!important}.btContact p input{display:inline-block;float:left}.btContact .fancy-select .trigger{background:#fff}.btContact label{-webkit-flex-basis:100%;flex-basis:100%}.btContact .wpcf7-form-control-wrap{-webkit-flex-basis:100%;flex-basis:100%}.btContact input[type='date']:before{width:0%!important}@media (max-width:991px){.btContactRow{display:block!important}.btContactRow .btContactColumnLeft,.btContactRow .btContactColumnRight{max-width:100%!important;padding-right:0!important;padding-bottom:10px!important}}@media (max-width:992px){.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column{margin-bottom:20px}.bt_bb_column_gap_0.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_0.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_0.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_0.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_0.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_0.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_0.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_0.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_0.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:0}.bt_bb_column_inner_gap_0.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_0.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_0.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_0.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_0.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:0}.bt_bb_column_gap_5.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_5.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_5.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_5.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_5.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_5.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_5.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_5.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_5.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:5px}.bt_bb_column_inner_gap_5.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_5.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_5.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_5.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_5.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:5px}.bt_bb_column_gap_10.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_10.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_10.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_10.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_10.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_10.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_10.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_10.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_10.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:10px}.bt_bb_column_inner_gap_10.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_10.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_10.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_10.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_10.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:10px}.bt_bb_column_gap_15.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_15.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_15.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_15.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_15.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_15.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_15.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_15.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_15.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:15px}.bt_bb_column_inner_gap_15.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_15.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_15.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_15.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_15.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:15px}.bt_bb_column_gap_20.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_20.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_20.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_20.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_20.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_20.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_20.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_20.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_20.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:20px}.bt_bb_column_inner_gap_20.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_20.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_20.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_20.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_20.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:20px}.bt_bb_column_gap_25.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_25.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_25.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_25.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_25.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_25.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_25.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_25.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_25.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:25px}.bt_bb_column_inner_gap_25.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_25.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_25.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_25.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_25.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:25px}.bt_bb_column_gap_30.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_30.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_30.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_30.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_30.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_30.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_30.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_30.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_30.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:30px}.bt_bb_column_inner_gap_30.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_30.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_30.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_30.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_30.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:30px}.bt_bb_column_gap_35.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_35.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_35.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_35.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_35.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_35.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_35.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_35.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_35.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:35px}.bt_bb_column_inner_gap_35.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_35.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_35.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_35.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_35.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:35px}.bt_bb_column_gap_40.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_40.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_40.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_40.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_40.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_40.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_40.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_40.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_40.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:40px}.bt_bb_column_inner_gap_40.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_40.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_40.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_40.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_40.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:40px}.bt_bb_column_gap_45.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_45.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_45.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_45.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_45.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_45.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_45.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_45.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_45.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:45px}.bt_bb_column_inner_gap_45.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_45.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_45.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_45.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_45.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:45px}.bt_bb_column_gap_50.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_50.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_50.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_50.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_50.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_50.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_50.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_50.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_50.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:50px}.bt_bb_column_inner_gap_50.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_50.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_50.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_50.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_50.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:50px}.bt_bb_column_gap_60.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_60.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_60.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_60.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_60.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_60.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_60.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_60.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_60.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:60px}.bt_bb_column_inner_gap_60.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_60.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_60.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_60.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_60.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:60px}.bt_bb_column_gap_70.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_70.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_70.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_70.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_70.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_70.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_70.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_70.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_70.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:70px}.bt_bb_column_inner_gap_70.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_70.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_70.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_70.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_70.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:70px}.bt_bb_column_gap_80.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_80.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_80.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_80.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_80.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_80.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_80.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_80.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_80.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:80px}.bt_bb_column_inner_gap_80.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_80.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_80.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_80.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_80.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:80px}.bt_bb_column_gap_90.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_90.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_90.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_90.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_90.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_90.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_90.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_90.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_90.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:90px}.bt_bb_column_inner_gap_90.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_90.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_90.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_90.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_90.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:90px}.bt_bb_column_gap_100.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],.bt_bb_column_gap_100.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],.bt_bb_column_gap_100.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],.bt_bb_column_gap_100.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],.bt_bb_column_gap_100.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],.bt_bb_column_gap_100.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_100.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_100.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_100.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"]{margin-bottom:100px}.bt_bb_column_inner_gap_100.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],.bt_bb_column_inner_gap_100.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],.bt_bb_column_inner_gap_100.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],.bt_bb_column_inner_gap_100.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],.bt_bb_column_inner_gap_100.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"]{margin-bottom:100px}}@media (max-width:620px){.bt_bb_column_gap_0.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_0.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_0.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_0.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:0}.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:0}.bt_bb_column_gap_5.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_5.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_5.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_5.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:10px}.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:10px}.bt_bb_column_gap_10.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_10.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_10.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_10.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:20px}.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:20px}.bt_bb_column_gap_15.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_15.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_15.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_15.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:30px}.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:30px}.bt_bb_column_gap_20.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_20.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_20.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_20.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:40px}.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:40px}.bt_bb_column_gap_25.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_25.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_25.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_25.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:50px}.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:50px}.bt_bb_column_gap_30.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_30.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_30.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_30.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:60px}.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:60px}.bt_bb_column_gap_35.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_35.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_35.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_35.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:70px}.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:70px}.bt_bb_column_gap_40.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_40.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_40.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_40.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:80px}.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:80px}.bt_bb_column_gap_45.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_45.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_45.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_45.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:90px}.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:90px}.bt_bb_column_gap_50.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_50.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_50.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_50.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:100px}.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:100px}.bt_bb_column_gap_60.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_60.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_60.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_60.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:120px}.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:120px}.bt_bb_column_gap_70.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_70.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_70.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_70.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:140px}.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:140px}.bt_bb_column_gap_80.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_80.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_80.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_80.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:160px}.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:160px}.bt_bb_column_gap_90.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_90.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_90.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_90.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:180px}.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:180px}.bt_bb_column_gap_100.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_100.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],.bt_bb_column_gap_100.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],.bt_bb_column_gap_100.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"]{margin-bottom:200px}.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"]{margin-bottom:200px}}@media (max-width:768px){.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span,.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span,.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span{clear:none}}.btLandingTitle.bt_bb_headline h1{font-size:13em}.btLandingTitle.bt_bb_headline.btHasBgImage .bt_bb_headline_content span{text-shadow:12px 10px 18px rgba(0,0,0,.1);padding-left:5px;position:relative;overflow:hidden;background-color:#51acfb}.animated .btLandingTitle.bt_bb_headline.btHasBgImage .bt_bb_headline_content span:before{content:"";display:block;top:0;bottom:0;position:absolute;width:90px;left:-80%;-webkit-transform:skewX(-30deg);-moz-transform:skewX(-30deg);-ms-transform:skewX(-30deg);transform:skewX(-30deg);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);-webkit-transition:0ms ease-in-out all;-moz-transition:0ms ease-in-out all;transition:0ms ease-in-out all;opacity:.2;-webkit-animation:shineTitle 10s ease-in-out 0s 3;-moz-animation:shineTitle 10s ease-in-out 0s 3;animation:shineTitle 10s ease-in-out 0s 3}@-webkit-keyframes shineTitle{1%{left:-80%;opacity:0}15%{opacity:.5}30%{left:110%;opacity:0}}@-moz-keyframes shineTitle{1%{left:-80%;opacity:0}15%{opacity:.5}30%{left:110%;opacity:0}}@keyframes shineTitle{1%{left:-80%;opacity:0}15%{opacity:.5}30%{left:110%;opacity:0}}@media (max-width:1399px){.btLandingTitle.bt_bb_headline h1{font-size:7em!important}}@media (max-width:480px){.btLandingTitle.bt_bb_headline h1{font-size:5em!important}}.btDemoPreview{-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1)}.btDemoPreview.bt_bb_image.bt_bb_hover_style_scroll:hover img{-webkit-transform:translateY(-webkit-calc(-100% + 560px));-webkit-transform:translateY(calc(-100% + 560px));-moz-transform:translateY(-moz-calc(-100% + 560px));-moz-transform:translateY(calc(-100% + 560px));-ms-transform:translateY(calc(-100% + 560px));transform:translateY(-webkit-calc(-100% + 560px));transform:translateY(-moz-calc(-100% + 560px));transform:translateY(calc(-100% + 560px))}.btLandingSquare:before{border:15px solid white!important;opacity:1!important}.btLandingGraySquare:before{border:15px solid #f8f8f8!important;opacity:1!important}.btLandingWhiteSquare:before{border:15px solid #313131!important;opacity:1!important}.btLandingIcon{padding:0 1.5em!important}.btLandingNewsletter input[type='email']{border:none;border-bottom:3px solid #363636;margin-bottom:.7em;font-size:2.5em;height:2em;border-radius:0!important}.btLandingNewsletter input[type='email']:focus{-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important;border:none;border-bottom:3px solid #fff}.btLandingNewsletter input[type='email']::placeholder{font-size:1em;font-weight:300;opacity:.4}.btLandingNewsletter input[type='submit']{background-color:#dd1515!important;padding:2.2em 4em!important;font-size:.9em!important;line-height:0!important;min-width:270px}.woocommerce-result-count,.woocommerce-ordering{width:50%;float:left;margin:0;line-height:3em;margin-bottom:2em}.btLightSkin .woocommerce-result-count,.btDarkSkin .btLightSkin .woocommerce-result-count,.btLightSkin .btDarkSkin .btLightSkin .woocommerce-result-count,.btLightSkin .woocommerce-ordering,.btDarkSkin .btLightSkin .woocommerce-ordering,.btLightSkin .btDarkSkin .btLightSkin .woocommerce-ordering{color:#c3c3c3}.btDarkSkin .woocommerce-result-count,.btLightSkin .btDarkSkin .woocommerce-result-count,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-result-count,.btDarkSkin .woocommerce-ordering,.btLightSkin .btDarkSkin .woocommerce-ordering,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-ordering{color:rgba(255,255,255,.6)}.rtl .woocommerce-result-count,.rtl .woocommerce-ordering{float:right}.woocommerce-ordering{padding-left:1em}.rtl .woocommerce-ordering{padding-left:0;padding-right:1em}.woocommerce-ordering .trigger{line-height:3}.products ul,ul.products{margin:0 -1em 2rem;padding:0;list-style:none;clear:both;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.products ul li.product,ul.products li.product{width:100%;padding:0 1em;margin:0 0 2rem;position:relative;list-style:none}.woocommerce-page .products ul li.product,.woocommerce-page ul.products li.product{-webkit-flex:0 0 33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}.columns-2 .products ul li.product,.columns-2 ul.products li.product{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.columns-3 .products ul li.product,.columns-3 ul.products li.product{-webkit-flex:0 0 33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}.columns-4 .products ul li.product,.columns-4.products ul li.product,.columns-4 ul.products li.product,.columns-4ul.products li.product{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.columns-5 .products ul li.product,.columns-5 ul.products li.product{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.columns-6 .products ul li.product,.columns-6 ul.products li.product{-webkit-flex:0 0 16.6666%;-ms-flex:0 0 16.6666%;flex:0 0 16.6666%;max-width:16.6666%}.products ul li.product.first,ul.products li.product.first{clear:both}.products ul li.product:hover .btWooShopLoopItemInner,ul.products li.product:hover .btWooShopLoopItemInner{-webkit-box-shadow:0 20px 32px -10px rgba(0,0,0,.1);box-shadow:0 20px 32px -10px rgba(0,0,0,.1)}.products ul li.product .btWooShopLoopItemInner,ul.products li.product .btWooShopLoopItemInner{border:1px solid rgba(0,0,0,.07);padding:0 2em 5rem;text-align:center;-webkit-transition:all 450ms ease;-moz-transition:all 450ms ease;transition:all 450ms ease;position:relative}.products ul li.product .btWooShopLoopItemInner:after,ul.products li.product .btWooShopLoopItemInner:after{content:" ";display:table;width:100%;clear:both}.btDarkSkin .products ul li.product .btWooShopLoopItemInner,.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner,.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner,.btDarkSkin ul.products li.product .btWooShopLoopItemInner,.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner,.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner{border:1px solid rgba(255,255,255,.2)}.products ul li.product .btWooShopLoopItemInner .bt_bb_image,ul.products li.product .btWooShopLoopItemInner .bt_bb_image{margin-left:-2em;margin-right:-2em;margin-bottom:1.75em;float:none}.products ul li.product .btWooShopLoopItemInner .bt_bb_image img,ul.products li.product .btWooShopLoopItemInner .bt_bb_image img{margin:0 auto;width:100%}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline{margin:1em 0 0}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline{margin-bottom:1em}.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before,ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before{content:'-';opacity:0}.products ul li.product .btWooShopLoopItemInner .price,ul.products li.product .btWooShopLoopItemInner .price{display:block;font-weight:600;margin-bottom:1em;margin-top:.5em}.products ul li.product .btWooShopLoopItemInner .price:after,ul.products li.product .btWooShopLoopItemInner .price:after{content:" ";display:table;width:100%;clear:both}.products ul li.product .btWooShopLoopItemInner .price del,ul.products li.product .btWooShopLoopItemInner .price del{color:inherit;opacity:.5;display:inline-block;margin:0 5px 0 0}.products ul li.product .btWooShopLoopItemInner .price ins,ul.products li.product .btWooShopLoopItemInner .price ins{background:0 0;font-weight:700;text-decoration:none}.products ul li.product .btWooShopLoopItemInner .price .from,ul.products li.product .btWooShopLoopItemInner .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;opacity:.5}.products ul li.product .btWooShopLoopItemInner a.button,ul.products li.product .btWooShopLoopItemInner a.button{text-decoration:none;text-transform:uppercase;display:inline-block;position:relative;font-size:.8em;min-width:160px;padding:1.3em 1.5em;line-height:1.1;position:absolute;bottom:2em;left:auto;right:auto;top:auto;margin:0 auto;-webkit-transform:translate(-50%,0%);-moz-transform:translate(-50%,0%);-ms-transform:translate(-50%,0%);transform:translate(-50%,0%)}.btSoftRoundedButtons .products ul li.product .btWooShopLoopItemInner a.button,.btSoftRoundedButtons ul.products li.product .btWooShopLoopItemInner a.button{border-radius:4px}.btHardRoundedButtons .products ul li.product .btWooShopLoopItemInner a.button,.btHardRoundedButtons ul.products li.product .btWooShopLoopItemInner a.button{border-radius:50px}.products ul li.product .btWooShopLoopItemInner .added:after,.products ul li.product .btWooShopLoopItemInner .loading:after,ul.products li.product .btWooShopLoopItemInner .added:after,ul.products li.product .btWooShopLoopItemInner .loading:after{z-index:5;font:400 .8em/1em WooCommerce;vertical-align:middle;text-align:center;-webkit-font-smoothing:antialiased;width:1.8em;height:1.8em;line-height:1.8em;border-radius:50%;background-color:#bbb;color:#fff;position:absolute;top:3px;right:3px}.products ul li.product .btWooShopLoopItemInner .loading:after,ul.products li.product .btWooShopLoopItemInner .loading:after{content:"\e01c";-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.products ul li.product .btWooShopLoopItemInner .added:after,ul.products li.product .btWooShopLoopItemInner .added:after{content:"\e017"}.products ul li.product .btWooShopLoopItemInner .added_to_cart,ul.products li.product .btWooShopLoopItemInner .added_to_cart{display:block;font-size:.7em;margin-left:.5em;color:#bbb;text-transform:uppercase;position:absolute;bottom:6.4em;top:auto;left:auto;right:auto;margin:0 auto;width:100%;text-align:center}.products ul li.product .btWooShopLoopItemInner .added_to_cart:hover,ul.products li.product .btWooShopLoopItemInner .added_to_cart:hover{color:#51acfb}.products ul li.product .onsale,ul.products li.product .onsale{position:absolute;top:1em;right:2em;left:auto;background:#dd1515;color:#fff;opacity:.9;z-index:1;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%}.woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}nav.woocommerce-pagination{clear:both;display:block;text-align:center;margin-bottom:3em}nav.woocommerce-pagination ul{display:inline-block;padding:0;margin:0}nav.woocommerce-pagination ul li{margin:0;padding:0 .2em;display:inline-block}nav.woocommerce-pagination ul li a,nav.woocommerce-pagination ul li span{margin:0;padding:0;width:1.5em;text-align:center;line-height:1.5em;display:block;font-weight:400;color:#51acfb}.btHardRoundedButtons nav.woocommerce-pagination ul li a,.btHardRoundedButtons nav.woocommerce-pagination ul li span{border-radius:50px}.btSoftRoundedButtons nav.woocommerce-pagination ul li a,.btSoftRoundedButtons nav.woocommerce-pagination ul li span{border-radius:4px}nav.woocommerce-pagination ul li a.next.page-numbers{font-size:1.3em;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}nav.woocommerce-pagination ul li a.next.page-numbers:hover{-webkit-transform:translateX(5px);-moz-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}nav.woocommerce-pagination ul li a.prev.page-numbers{font-size:1.3em;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}nav.woocommerce-pagination ul li a.prev.page-numbers:hover{-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}nav.woocommerce-pagination ul li a:focus,nav.woocommerce-pagination ul li a.next,nav.woocommerce-pagination ul li a.prev{color:#51acfb}nav.woocommerce-pagination ul li a:hover{color:#a2a2a2}nav.woocommerce-pagination ul li span.current{color:#a2a2a2}div.product{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1em;position:relative}div.product .onsale{position:absolute;top:1em;left:2em;background:#dd1515;color:#fff;opacity:.9;z-index:1;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%}.rtl div.product .onsale{left:0;right:2em}div.product div.images{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;padding:0 .5em;margin:0 0 1em;position:relative}div.product div.images .woocommerce-product-gallery__trigger{position:absolute;z-index:1;width:2em}div.product div.images .woocommerce-product-gallery__wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{padding:1em .5em}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{border:1px solid rgba(0,0,0,.05);width:100%;display:block}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;padding:0;margin:0 .5em;border:1px solid rgba(0,0,0,.05)}div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img{border:none;display:block;width:100%}div.product div.images.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}div.product div.images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%}div.product div.images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image{-webkit-flex:0 0 33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}div.product div.images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%}div.product div.images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%}div.product div.images.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image{-webkit-flex:0 0 16.666%;-ms-flex:0 0 16.666%;flex:0 0 16.666%}div.product div.images .woocommerce-product-gallery__image{float:left;padding:0 px 0 0}div.product div.images .woocommerce-product-gallery__image img{border:0}div.product div.images .woocommerce-product-gallery__image:first-child{float:none;overflow:hidden;margin:0 px 0 0;padding:0;width:auto!important}div.product div.images .woocommerce-product-gallery__trigger{position:absolute;right:70px;top:20px;font-size:0;line-height:0;z-index:1}div.product div.images .woocommerce-product-gallery__trigger:after{display:block;font-family:FontAwesome;content:"\f002";-webkit-box-shadow:0 0 0 2em #51acfb inset,0 0 0 2em rgba(255,255,255,.5) inset;box-shadow:0 0 0 2em #51acfb inset,0 0 0 2em rgba(255,255,255,.5) inset;border-radius:50%;font-size:19.2px;color:#fff;width:36.8px;line-height:36.8px;text-align:center;-webkit-transition:300ms ease all;-moz-transition:300ms ease all;transition:300ms ease all}div.product div.images .woocommerce-product-gallery__trigger:hover:after{-webkit-box-shadow:0 0 0 1px #51acfb inset,0 0 0 2em rgba(255,255,255,.5) inset;box-shadow:0 0 0 1px #51acfb inset,0 0 0 2em rgba(255,255,255,.5) inset;color:#51acfb}div.product div.summary{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;padding:1em;margin-bottom:1em}div.product div.summary header{margin-bottom:2em}div.product div.summary .price{font-size:3em;line-height:1}div.product div.summary .woocommerce-product-details__short-description{margin-bottom:3em}div.product div.summary .group_table .price{font-size:2em}div.product div.summary div[itemprop="description"]{margin-bottom:2em}div.product div.summary form.cart .quantity{width:100px;margin-right:.5em;display:inline;float:left}.rtl div.product div.summary form.cart .quantity{margin-right:0;margin-left:.5em;float:right}div.product div.summary form.cart .quantity input{height:100%;display:inline;float:left}div.product div.summary form.cart button.single_add_to_cart_button{margin-top:0;display:inline;float:left}div.product div.summary form.cart button.single_add_to_cart_button:hover{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;margin-top:0}div.product div.summary form.cart:after{content:" ";display:table;width:100%;clear:both}div.product span.btProductSKU{display:block}div.product div.product-description,div.product div.products,div.product div.product-meta,div.product section.products.related{padding:0 1em;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}div.product div.product-description .bt_bb_tabs{margin-bottom:2em}div.product div.product-description .bt_bb_tabs ul.bt_bb_tabs_header{display:none}.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs ul.bt_bb_tabs_header{display:inline-block;margin:0 0 1em}div.product div.product-description .bt_bb_tabs ul.bt_bb_tabs_header li{margin-right:1em}div.product div.product-description .bt_bb_tabs ul.bt_bb_tabs_header li span{padding:1em 0}.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tab_content{padding-top:0}div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header{display:none}.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header{display:inline-block;margin:0 0 2em}div.product div.product-meta .btArticleShareEtc{max-width:initial}div.product table.variations{border:none;display:block}div.product table.variations tbody,div.product table.variations tr,div.product table.variations td{padding:0;border:none;display:block}div.product table.variations tr{padding-bottom:1em}div.product section.products.upsells{width:100%;padding:0 1em}table.shop_table .coupon{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}table.shop_table .coupon label{margin-right:.5em;opacity:1;font-size:1em;font-weight:400}table.shop_table .coupon .input-text{margin-right:1em;color:#51acfb;padding:0;height:2em;padding:0 .5em}.rtl table.shop_table .coupon .input-text{margin-left:1em}table.shop_table button[name="apply_coupon"]{margin-top:0!important;width:auto;line-height:1.2!important;min-width:150px!important}table.shop_table button[name="update_cart"]{margin-top:0!important;top:-1px;line-height:1.2!important}table.shop_table{margin-bottom:2em;border:none}table.shop_table td,table.shop_table th{border-left:none;border-right:none}table.shop_table td a,table.shop_table th a{color:inherit}table.shop_table td a:hover,table.shop_table th a:hover{color:#51acfb}table.shop_table td.product-remove{width:3em}table.shop_table td.product-remove a.remove{display:inline-block;font-size:1rem;text-align:center;padding:0;width:1rem;height:1rem;line-height:1.1rem;color:#fff;background-color:#bbb;border-radius:3px}.btDarkSkin table.shop_table td.product-remove a.remove,.btLightSkin .btDarkSkin table.shop_table td.product-remove a.remove,.btDarkSkin.btLightSkin .btDarkSkin table.shop_table td.product-remove a.remove{background:rgba(0,0,0,.07)}table.shop_table td.product-remove a.remove:hover{background-color:#dd1515;color:#fff}table.shop_table td.product-thumbnail{width:100px;text-align:center;line-height:0}table.shop_table td.product-thumbnail img{width:80px;height:auto;display:inline-block;-webkit-box-shadow:none;box-shadow:none}table.shop_table .product-quantity{text-align:center}table.shop_table .product-quantity .quantity{width:70px;display:inline-block}table.shop_table .product-subtotal,table.shop_table .product-total,table.shop_table .product-price,table.shop_table .order-actions{text-align:right}.wc-proceed-to-checkout{text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.wc-proceed-to-checkout .checkout-button{display:block;margin:0 auto}label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{font-size:1em;opacity:1;font-weight:700}.cart-collaterals{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1em}.cart-collaterals .cross-sells{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;padding:0 1em;-webkit-order:2;-ms-flex-order:2;order:2}.cart-collaterals .cart_totals{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;padding:0 1em 2em 1em;-webkit-order:1;-ms-flex-order:1;order:1}.cart-collaterals .cross-sells ul.products li.product{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cart-collaterals .cart_totals th{text-align:left}.cart-collaterals .cart_totals td{text-align:right}.btLightSkin tr.cart-subtotal,.btDarkSkin .btLightSkin tr.cart-subtotal,.btLightSkin .btDarkSkin .btLightSkin tr.cart-subtotal,.btLightSkin tfoot,.btDarkSkin .btLightSkin tfoot,.btLightSkin .btDarkSkin .btLightSkin tfoot{border-top:2px solid rgba(0,0,0,.07)}.btDarkSkin tr.cart-subtotal,.btLightSkin .btDarkSkin tr.cart-subtotal,.btDarkSkin.btLightSkin .btDarkSkin tr.cart-subtotal,.btDarkSkin tfoot,.btLightSkin .btDarkSkin tfoot,.btDarkSkin.btLightSkin .btDarkSkin tfoot{border-top:2px solid rgba(255,255,255,.2)}.btLightSkin tr.order-total,.btDarkSkin .btLightSkin tr.order-total,.btLightSkin .btDarkSkin .btLightSkin tr.order-total,.btLightSkin tfoot,.btDarkSkin .btLightSkin tfoot,.btLightSkin .btDarkSkin .btLightSkin tfoot{border-bottom:2px solid rgba(0,0,0,.07)}.btDarkSkin tr.order-total,.btLightSkin .btDarkSkin tr.order-total,.btDarkSkin.btLightSkin .btDarkSkin tr.order-total,.btDarkSkin tfoot,.btLightSkin .btDarkSkin tfoot,.btDarkSkin.btLightSkin .btDarkSkin tfoot{border-bottom:2px solid rgba(255,255,255,.2)}table.woocommerce-checkout-review-order-table td.product-total,table.woocommerce-checkout-review-order-table tr.cart-subtotal td,table.woocommerce-checkout-review-order-table tr.order-total td{text-align:right}ul.wc_payment_methods{margin:0;list-style:none}.rtl ul.wc_payment_methods{text-align:right}ul.wc_payment_methods li:not(.woocommerce-info){margin-left:0;padding-left:0}ul.wc_payment_methods li label{opacity:1}ul.wc_payment_methods li .input-radio{margin-right:.2em}ul.wc_payment_methods li img{max-height:40px;margin-left:10px;vertical-align:middle}ul.wc_payment_methods li .about_paypal{margin-left:.5em;color:#51acfb}ul.wc_payment_methods li div.payment_box{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px;margin:10px 0;background-color:#dfdcde}.btDarkSkin ul.wc_payment_methods li div.payment_box,.btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box,.btDarkSkin.btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box{background:#000}ul.wc_payment_methods li div.payment_box:before{content:"";display:block;border:10px solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;left:1em;top:-20px}.btDarkSkin ul.wc_payment_methods li div.payment_box:before,.btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box:before,.btDarkSkin.btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box:before{border-color:#000;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent}ul.wc_payment_methods li div.payment_box span.help{font-size:.857em}ul.wc_payment_methods li div.payment_box p:last-child{margin-bottom:0}ul.woocommerce-shipping-methods{list-style:none;margin:0 0 1em;padding:0}ul.woocommerce-shipping-methods li{margin:0;text-align:right}#customer_details .col-1,#customer_details .col-2{margin-bottom:2em}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0 0 2em;padding:0}.woocommerce-MyAccount-navigation ul li{margin:0 .5em 0 0;padding:0;display:inline-block}.woocommerce-MyAccount-navigation ul li a{display:inline-block;padding:.5em 1em;border-bottom:2px solid #51acfb}.woocommerce-MyAccount-navigation ul li.is-active a{color:#252525;border-color:#252525}.btDarkSkin .woocommerce-MyAccount-navigation ul li.is-active a,.btLightSkin .btDarkSkin .woocommerce-MyAccount-navigation ul li.is-active a,.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-MyAccount-navigation ul li.is-active a{color:#fff;border-color:#fff}.woocommerce-MyAccount-navigation .shop_table{margin-bottom:2em}.woocommerce-MyAccount-navigation .shop_table tfoot{text-align:right}.woocommerce-orders-table__cell-order-actions a{width:100%;display:inline-block;text-align:center}.woocommerce-EditAccountForm fieldset{margin-bottom:2em}.col2-set{width:100%}.col2-set .col-1{float:left;width:48%}.col2-set .col-2{float:right;width:48%}img{height:auto;max-width:100%}div.product form.cart .reset_variations,form .form-row label.hidden{visibility:hidden}form fieldset{padding:2em;border:1px solid rgba(0,0,0,.1)}form .form-row{margin:0 0 1em}form input[type="submit"].button{text-align:center}form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;-moz-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}form .form-row label{display:block;margin-bottom:.5em}form .form-row label.inline,form .form-row label.checkbox{display:inline;margin-bottom:0;vertical-align:middle;line-height:1;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}form .form-row label.inline:hover,form .form-row label.checkbox:hover{opacity:1}form .form-row select{cursor:pointer;margin:0}form .form-row .select2-container{line-height:2.5em}.rtlform .form-row .select2-container{text-align:right}form .form-row .select2-container .select2-choice{padding-left:1em;height:3.2em;line-height:3.2em}.rtlform .form-row .select2-container .select2-choice{padding-left:0;padding-right:1em}form .form-row .select2-container .select2-selection--single{border:1px solid rgba(0,0,0,.1)}form .form-row .required{color:red;font-weight:700;border:0}form .form-row .input-checkbox{margin:0 8px 0 0;vertical-align:middle;width:auto;display:inline}form .form-row textarea{height:5em;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}form .form-row.woocommerce-invalid .select2-container,form .form-row.woocommerce-invalid input.input-text,form .form-row.woocommerce-invalid select{border-color:#a00}form .form-row.woocommerce-validated .select2-container,form .form-row.woocommerce-validated input.input-text,form .form-row.woocommerce-validated select{border-color:#69bf29}form .form-row::-webkit-input-placeholder{line-height:normal}form .form-row:-moz-placeholder{line-height:normal}form .form-row:-ms-input-placeholder{line-height:normal}.blockUI.blockOverlay{position:relative}.blockUI.blockOverlay:before,.loader:before{height:1em;width:1em;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;display:block;content:"";-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 1em 1em 3em;margin:0 0 2em;position:relative;background-color:rgba(0,0,0,.07);color:inherit;border-top:4px solid;border-color:#b9b9b9;list-style:none!important;width:auto;word-wrap:break-word}.woocommerce-info a:not(.button),.woocommerce-message a:not(.button){color:#51acfb;text-decoration:underline}.woocommerce-error{border-top-color:#dd1515}.woocommerce-error a{color:#fff}.woocommerce-info a.button,.woocommerce-message a.button{color:#fff;text-align:center;margin:0!important;padding:.5em!important}.woocommerce-info a.button:hover,.woocommerce-message a.button:hover{text-decoration:none}.woocommerce-error a:hover{color:#fff}.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after{content:" ";display:table;width:100%;clear:both}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{font-family:Icon7Stroke;font-size:1.5em;font-weight:400;position:absolute;left:.5em}.woocommerce-message:before,.woocommerce-info:before{content:"\e647";color:#51acfb}.woocommerce-error:before{content:'\e67b';color:#dd1515}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right;border:none!important;padding:0 .5em!important;line-height:inherit!important}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none!important;padding-left:0!important;margin-left:0!important}small.note{display:block;color:#777;font-size:.857em;margin-top:10px}.woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em}.woocommerce-breadcrumb a{color:inherit}.woocommerce-breadcrumb:after,.woocommerce-breadcrumb:before{content:" ";display:table}.wc-credit-card-form-card-cvc.visa,.wc-credit-card-form-card-expiry.visa,.wc-credit-card-form-card-number.visa{background-image:url(../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.png)}.wc-credit-card-form-card-cvc.mastercard,.wc-credit-card-form-card-expiry.mastercard,.wc-credit-card-form-card-number.mastercard{background-image:url(../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png)}.wc-credit-card-form-card-cvc.laser,.wc-credit-card-form-card-expiry.laser,.wc-credit-card-form-card-number.laser{background-image:url(../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.png)}.wc-credit-card-form-card-cvc.dinersclub,.wc-credit-card-form-card-expiry.dinersclub,.wc-credit-card-form-card-number.dinersclub{background-image:url(../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.png)}.wc-credit-card-form-card-cvc.maestro,.wc-credit-card-form-card-expiry.maestro,.wc-credit-card-form-card-number.maestro{background-image:url(../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.png)}.wc-credit-card-form-card-cvc.jcb,.wc-credit-card-form-card-expiry.jcb,.wc-credit-card-form-card-number.jcb{background-image:url(../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.png)}.wc-credit-card-form-card-cvc.amex,.wc-credit-card-form-card-expiry.amex,.wc-credit-card-form-card-number.amex{background-image:url(../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.png)}.wc-credit-card-form-card-cvc.discover,.wc-credit-card-form-card-expiry.discover,.wc-credit-card-form-card-number.discover{background-image:url(../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.png)}.products>h1,.products>h2,.products>h3,.products>h4,.products>h5,.products>h6,.products>h7,.products>h8,div.bt_bb_tab_content>h1,div.bt_bb_tab_content>h2,div.bt_bb_tab_content>h3,div.bt_bb_tab_content>h4,div.bt_bb_tab_content>h5,div.bt_bb_tab_content>h6,div.bt_bb_tab_content>h7,div.bt_bb_tab_content>h8,.cross-sells>h1,.cross-sells>h2,.cross-sells>h3,.cross-sells>h4,.cross-sells>h5,.cross-sells>h6,.cross-sells>h7,.cross-sells>h8,.comment-respond>h1,.comment-respond>h2,.comment-respond>h3,.comment-respond>h4,.comment-respond>h5,.comment-respond>h6,.comment-respond>h7,.comment-respond>h8,section.related.products>h1,section.related.products>h2,section.related.products>h3,section.related.products>h4,section.related.products>h5,section.related.products>h6,section.related.products>h7,section.related.products>h8,div.cart_totals>h1,div.cart_totals>h2,div.cart_totals>h3,div.cart_totals>h4,div.cart_totals>h5,div.cart_totals>h6,div.cart_totals>h7,div.cart_totals>h8,div.woocommerce-billing-fields>h1,div.woocommerce-billing-fields>h2,div.woocommerce-billing-fields>h3,div.woocommerce-billing-fields>h4,div.woocommerce-billing-fields>h5,div.woocommerce-billing-fields>h6,div.woocommerce-billing-fields>h7,div.woocommerce-billing-fields>h8,div.woocommerce-additional-fields>h1,div.woocommerce-additional-fields>h2,div.woocommerce-additional-fields>h3,div.woocommerce-additional-fields>h4,div.woocommerce-additional-fields>h5,div.woocommerce-additional-fields>h6,div.woocommerce-additional-fields>h7,div.woocommerce-additional-fields>h8,div.woocommerce-shipping-fields>h1,div.woocommerce-shipping-fields>h2,div.woocommerce-shipping-fields>h3,div.woocommerce-shipping-fields>h4,div.woocommerce-shipping-fields>h5,div.woocommerce-shipping-fields>h6,div.woocommerce-shipping-fields>h7,div.woocommerce-shipping-fields>h8,form.woocommerce-checkout>h1,form.woocommerce-checkout>h2,form.woocommerce-checkout>h3,form.woocommerce-checkout>h4,form.woocommerce-checkout>h5,form.woocommerce-checkout>h6,form.woocommerce-checkout>h7,form.woocommerce-checkout>h8,div.woocommerce-MyAccount-content>h1,div.woocommerce-MyAccount-content>h2,div.woocommerce-MyAccount-content>h3,div.woocommerce-MyAccount-content>h4,div.woocommerce-MyAccount-content>h5,div.woocommerce-MyAccount-content>h6,div.woocommerce-MyAccount-content>h7,div.woocommerce-MyAccount-content>h8,div.woocommerce-MyAccount-content header>h1,div.woocommerce-MyAccount-content header>h2,div.woocommerce-MyAccount-content header>h3,div.woocommerce-MyAccount-content header>h4,div.woocommerce-MyAccount-content header>h5,div.woocommerce-MyAccount-content header>h6,div.woocommerce-MyAccount-content header>h7,div.woocommerce-MyAccount-content header>h8,div.woocommerce-MyAccount-content form>h1,div.woocommerce-MyAccount-content form>h2,div.woocommerce-MyAccount-content form>h3,div.woocommerce-MyAccount-content form>h4,div.woocommerce-MyAccount-content form>h5,div.woocommerce-MyAccount-content form>h6,div.woocommerce-MyAccount-content form>h7,div.woocommerce-MyAccount-content form>h8,.woocommerce-customer-details>h1,.woocommerce-customer-details>h2,.woocommerce-customer-details>h3,.woocommerce-customer-details>h4,.woocommerce-customer-details>h5,.woocommerce-customer-details>h6,.woocommerce-customer-details>h7,.woocommerce-customer-details>h8,.woocommerce-order-details>h1,.woocommerce-order-details>h2,.woocommerce-order-details>h3,.woocommerce-order-details>h4,.woocommerce-order-details>h5,.woocommerce-order-details>h6,.woocommerce-order-details>h7,.woocommerce-order-details>h8{margin:0 0 1em;padding:0;font-size:1.4em}.woocommerce .btSidebar a.button,.woocommerce .btContent a.button,.woocommerce-page .btSidebar a.button,.woocommerce-page .btContent a.button,.woocommerce .btSidebar input[type="submit"],.woocommerce .btContent input[type="submit"],.woocommerce-page .btSidebar input[type="submit"],.woocommerce-page .btContent input[type="submit"],.woocommerce .btSidebar button[type="submit"],.woocommerce .btContent button[type="submit"],.woocommerce-page .btSidebar button[type="submit"],.woocommerce-page .btContent button[type="submit"],.woocommerce .btSidebar input.button,.woocommerce .btContent input.button,.woocommerce-page .btSidebar input.button,.woocommerce-page .btContent input.button,.woocommerce .btSidebar input.alt:hover,.woocommerce .btContent input.alt:hover,.woocommerce-page .btSidebar input.alt:hover,.woocommerce-page .btContent input.alt:hover,.woocommerce .btSidebar a.button.alt:hover,.woocommerce .btContent a.button.alt:hover,.woocommerce-page .btSidebar a.button.alt:hover,.woocommerce-page .btContent a.button.alt:hover,.woocommerce .btSidebar .button.alt:hover,.woocommerce .btContent .button.alt:hover,.woocommerce-page .btSidebar .button.alt:hover,.woocommerce-page .btContent .button.alt:hover,.woocommerce .btSidebar button.alt:hover,.woocommerce .btContent button.alt:hover,.woocommerce-page .btSidebar button.alt:hover,.woocommerce-page .btContent button.alt:hover,div.woocommerce a.button,div.woocommerce input[type="submit"],div.woocommerce button[type="submit"],div.woocommerce input.button,div.woocommerce input.alt:hover,div.woocommerce a.button.alt:hover,div.woocommerce .button.alt:hover,div.woocommerce button.alt:hover{font-size:.8em;font-weight:500;min-width:130px;padding:1.3em 1.5em;line-height:1.1;text-align:center;text-transform:uppercase;cursor:pointer;background:#51acfb;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;position:relative;overflow:hidden;margin-top:1em;display:inline-block}.woocommerce .btSidebar a.button:before,.woocommerce .btContent a.button:before,.woocommerce-page .btSidebar a.button:before,.woocommerce-page .btContent a.button:before,.woocommerce .btSidebar input[type="submit"]:before,.woocommerce .btContent input[type="submit"]:before,.woocommerce-page .btSidebar input[type="submit"]:before,.woocommerce-page .btContent input[type="submit"]:before,.woocommerce .btSidebar button[type="submit"]:before,.woocommerce .btContent button[type="submit"]:before,.woocommerce-page .btSidebar button[type="submit"]:before,.woocommerce-page .btContent button[type="submit"]:before,.woocommerce .btSidebar input.button:before,.woocommerce .btContent input.button:before,.woocommerce-page .btSidebar input.button:before,.woocommerce-page .btContent input.button:before,.woocommerce .btSidebar input.alt:hover:before,.woocommerce .btContent input.alt:hover:before,.woocommerce-page .btSidebar input.alt:hover:before,.woocommerce-page .btContent input.alt:hover:before,.woocommerce .btSidebar a.button.alt:hover:before,.woocommerce .btContent a.button.alt:hover:before,.woocommerce-page .btSidebar a.button.alt:hover:before,.woocommerce-page .btContent a.button.alt:hover:before,.woocommerce .btSidebar .button.alt:hover:before,.woocommerce .btContent .button.alt:hover:before,.woocommerce-page .btSidebar .button.alt:hover:before,.woocommerce-page .btContent .button.alt:hover:before,.woocommerce .btSidebar button.alt:hover:before,.woocommerce .btContent button.alt:hover:before,.woocommerce-page .btSidebar button.alt:hover:before,.woocommerce-page .btContent button.alt:hover:before,div.woocommerce a.button:before,div.woocommerce input[type="submit"]:before,div.woocommerce button[type="submit"]:before,div.woocommerce input.button:before,div.woocommerce input.alt:hover:before,div.woocommerce a.button.alt:hover:before,div.woocommerce .button.alt:hover:before,div.woocommerce button.alt:hover:before{content:"";display:block;top:0;bottom:0;position:absolute;width:40px;left:-60px;pointer-events:none;-webkit-transform:skewX(-20deg);-moz-transform:skewX(-20deg);-ms-transform:skewX(-20deg);transform:skewX(-20deg);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);-webkit-transition:0ms ease all;-moz-transition:0ms ease all;transition:0ms ease all;opacity:0}.woocommerce .btSidebar a.button:hover,.woocommerce .btContent a.button:hover,.woocommerce-page .btSidebar a.button:hover,.woocommerce-page .btContent a.button:hover,.woocommerce .btSidebar input[type="submit"]:hover,.woocommerce .btContent input[type="submit"]:hover,.woocommerce-page .btSidebar input[type="submit"]:hover,.woocommerce-page .btContent input[type="submit"]:hover,.woocommerce .btSidebar button[type="submit"]:hover,.woocommerce .btContent button[type="submit"]:hover,.woocommerce-page .btSidebar button[type="submit"]:hover,.woocommerce-page .btContent button[type="submit"]:hover,.woocommerce .btSidebar input.button:hover,.woocommerce .btContent input.button:hover,.woocommerce-page .btSidebar input.button:hover,.woocommerce-page .btContent input.button:hover,.woocommerce .btSidebar input.alt:hover:hover,.woocommerce .btContent input.alt:hover:hover,.woocommerce-page .btSidebar input.alt:hover:hover,.woocommerce-page .btContent input.alt:hover:hover,.woocommerce .btSidebar a.button.alt:hover:hover,.woocommerce .btContent a.button.alt:hover:hover,.woocommerce-page .btSidebar a.button.alt:hover:hover,.woocommerce-page .btContent a.button.alt:hover:hover,.woocommerce .btSidebar .button.alt:hover:hover,.woocommerce .btContent .button.alt:hover:hover,.woocommerce-page .btSidebar .button.alt:hover:hover,.woocommerce-page .btContent .button.alt:hover:hover,.woocommerce .btSidebar button.alt:hover:hover,.woocommerce .btContent button.alt:hover:hover,.woocommerce-page .btSidebar button.alt:hover:hover,.woocommerce-page .btContent button.alt:hover:hover,div.woocommerce a.button:hover,div.woocommerce input[type="submit"]:hover,div.woocommerce button[type="submit"]:hover,div.woocommerce input.button:hover,div.woocommerce input.alt:hover:hover,div.woocommerce a.button.alt:hover:hover,div.woocommerce .button.alt:hover:hover,div.woocommerce button.alt:hover:hover{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.woocommerce .btSidebar a.button:hover:before,.woocommerce .btContent a.button:hover:before,.woocommerce-page .btSidebar a.button:hover:before,.woocommerce-page .btContent a.button:hover:before,.woocommerce .btSidebar input[type="submit"]:hover:before,.woocommerce .btContent input[type="submit"]:hover:before,.woocommerce-page .btSidebar input[type="submit"]:hover:before,.woocommerce-page .btContent input[type="submit"]:hover:before,.woocommerce .btSidebar button[type="submit"]:hover:before,.woocommerce .btContent button[type="submit"]:hover:before,.woocommerce-page .btSidebar button[type="submit"]:hover:before,.woocommerce-page .btContent button[type="submit"]:hover:before,.woocommerce .btSidebar input.button:hover:before,.woocommerce .btContent input.button:hover:before,.woocommerce-page .btSidebar input.button:hover:before,.woocommerce-page .btContent input.button:hover:before,.woocommerce .btSidebar input.alt:hover:hover:before,.woocommerce .btContent input.alt:hover:hover:before,.woocommerce-page .btSidebar input.alt:hover:hover:before,.woocommerce-page .btContent input.alt:hover:hover:before,.woocommerce .btSidebar a.button.alt:hover:hover:before,.woocommerce .btContent a.button.alt:hover:hover:before,.woocommerce-page .btSidebar a.button.alt:hover:hover:before,.woocommerce-page .btContent a.button.alt:hover:hover:before,.woocommerce .btSidebar .button.alt:hover:hover:before,.woocommerce .btContent .button.alt:hover:hover:before,.woocommerce-page .btSidebar .button.alt:hover:hover:before,.woocommerce-page .btContent .button.alt:hover:hover:before,.woocommerce .btSidebar button.alt:hover:hover:before,.woocommerce .btContent button.alt:hover:hover:before,.woocommerce-page .btSidebar button.alt:hover:hover:before,.woocommerce-page .btContent button.alt:hover:hover:before,div.woocommerce a.button:hover:before,div.woocommerce input[type="submit"]:hover:before,div.woocommerce button[type="submit"]:hover:before,div.woocommerce input.button:hover:before,div.woocommerce input.alt:hover:hover:before,div.woocommerce a.button.alt:hover:hover:before,div.woocommerce .button.alt:hover:hover:before,div.woocommerce button.alt:hover:hover:before{left:110%;-webkit-transition:700ms ease all;-moz-transition:700ms ease all;transition:700ms ease all;opacity:.5}.btHardRoundedButtons.woocommerce .btSidebar a.button,.btHardRoundedButtons.woocommerce .btContent a.button,.btHardRoundedButtons.woocommerce-page .btSidebar a.button,.btHardRoundedButtons.woocommerce-page .btContent a.button,.btHardRoundedButtons.woocommerce .btSidebar input[type="submit"],.btHardRoundedButtons.woocommerce .btContent input[type="submit"],.btHardRoundedButtons.woocommerce-page .btSidebar input[type="submit"],.btHardRoundedButtons.woocommerce-page .btContent input[type="submit"],.btHardRoundedButtons.woocommerce .btSidebar button[type="submit"],.btHardRoundedButtons.woocommerce .btContent button[type="submit"],.btHardRoundedButtons.woocommerce-page .btSidebar button[type="submit"],.btHardRoundedButtons.woocommerce-page .btContent button[type="submit"],.btHardRoundedButtons.woocommerce .btSidebar input.button,.btHardRoundedButtons.woocommerce .btContent input.button,.btHardRoundedButtons.woocommerce-page .btSidebar input.button,.btHardRoundedButtons.woocommerce-page .btContent input.button,.btHardRoundedButtons.woocommerce .btSidebar input.alt:hover,.btHardRoundedButtons.woocommerce .btContent input.alt:hover,.btHardRoundedButtons.woocommerce-page .btSidebar input.alt:hover,.btHardRoundedButtons.woocommerce-page .btContent input.alt:hover,.btHardRoundedButtons.woocommerce .btSidebar a.button.alt:hover,.btHardRoundedButtons.woocommerce .btContent a.button.alt:hover,.btHardRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,.btHardRoundedButtons.woocommerce-page .btContent a.button.alt:hover,.btHardRoundedButtons.woocommerce .btSidebar .button.alt:hover,.btHardRoundedButtons.woocommerce .btContent .button.alt:hover,.btHardRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,.btHardRoundedButtons.woocommerce-page .btContent .button.alt:hover,.btHardRoundedButtons.woocommerce .btSidebar button.alt:hover,.btHardRoundedButtons.woocommerce .btContent button.alt:hover,.btHardRoundedButtons.woocommerce-page .btSidebar button.alt:hover,.btHardRoundedButtons.woocommerce-page .btContent button.alt:hover,.btHardRoundedButtonsdiv.woocommerce a.button,.btHardRoundedButtonsdiv.woocommerce input[type="submit"],.btHardRoundedButtonsdiv.woocommerce button[type="submit"],.btHardRoundedButtonsdiv.woocommerce input.button,.btHardRoundedButtonsdiv.woocommerce input.alt:hover,.btHardRoundedButtonsdiv.woocommerce a.button.alt:hover,.btHardRoundedButtonsdiv.woocommerce .button.alt:hover,.btHardRoundedButtonsdiv.woocommerce button.alt:hover{border-radius:50px}.btSoftRoundedButtons.woocommerce .btSidebar a.button,.btSoftRoundedButtons.woocommerce .btContent a.button,.btSoftRoundedButtons.woocommerce-page .btSidebar a.button,.btSoftRoundedButtons.woocommerce-page .btContent a.button,.btSoftRoundedButtons.woocommerce .btSidebar input[type="submit"],.btSoftRoundedButtons.woocommerce .btContent input[type="submit"],.btSoftRoundedButtons.woocommerce-page .btSidebar input[type="submit"],.btSoftRoundedButtons.woocommerce-page .btContent input[type="submit"],.btSoftRoundedButtons.woocommerce .btSidebar button[type="submit"],.btSoftRoundedButtons.woocommerce .btContent button[type="submit"],.btSoftRoundedButtons.woocommerce-page .btSidebar button[type="submit"],.btSoftRoundedButtons.woocommerce-page .btContent button[type="submit"],.btSoftRoundedButtons.woocommerce .btSidebar input.button,.btSoftRoundedButtons.woocommerce .btContent input.button,.btSoftRoundedButtons.woocommerce-page .btSidebar input.button,.btSoftRoundedButtons.woocommerce-page .btContent input.button,.btSoftRoundedButtons.woocommerce .btSidebar input.alt:hover,.btSoftRoundedButtons.woocommerce .btContent input.alt:hover,.btSoftRoundedButtons.woocommerce-page .btSidebar input.alt:hover,.btSoftRoundedButtons.woocommerce-page .btContent input.alt:hover,.btSoftRoundedButtons.woocommerce .btSidebar a.button.alt:hover,.btSoftRoundedButtons.woocommerce .btContent a.button.alt:hover,.btSoftRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,.btSoftRoundedButtons.woocommerce-page .btContent a.button.alt:hover,.btSoftRoundedButtons.woocommerce .btSidebar .button.alt:hover,.btSoftRoundedButtons.woocommerce .btContent .button.alt:hover,.btSoftRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,.btSoftRoundedButtons.woocommerce-page .btContent .button.alt:hover,.btSoftRoundedButtons.woocommerce .btSidebar button.alt:hover,.btSoftRoundedButtons.woocommerce .btContent button.alt:hover,.btSoftRoundedButtons.woocommerce-page .btSidebar button.alt:hover,.btSoftRoundedButtons.woocommerce-page .btContent button.alt:hover,.btSoftRoundedButtonsdiv.woocommerce a.button,.btSoftRoundedButtonsdiv.woocommerce input[type="submit"],.btSoftRoundedButtonsdiv.woocommerce button[type="submit"],.btSoftRoundedButtonsdiv.woocommerce input.button,.btSoftRoundedButtonsdiv.woocommerce input.alt:hover,.btSoftRoundedButtonsdiv.woocommerce a.button.alt:hover,.btSoftRoundedButtonsdiv.woocommerce .button.alt:hover,.btSoftRoundedButtonsdiv.woocommerce button.alt:hover{border-radius:3px}.woocommerce .btSidebar a.button,.woocommerce .btContent a.button,.woocommerce-page .btSidebar a.button,.woocommerce-page .btContent a.button,.woocommerce .btSidebar input[type="submit"],.woocommerce .btContent input[type="submit"],.woocommerce-page .btSidebar input[type="submit"],.woocommerce-page .btContent input[type="submit"],.woocommerce .btSidebar button[type="submit"],.woocommerce .btContent button[type="submit"],.woocommerce-page .btSidebar button[type="submit"],.woocommerce-page .btContent button[type="submit"],.woocommerce .btSidebar input.button,.woocommerce .btContent input.button,.woocommerce-page .btSidebar input.button,.woocommerce-page .btContent input.button,.woocommerce .btSidebar input.alt:hover,.woocommerce .btContent input.alt:hover,.woocommerce-page .btSidebar input.alt:hover,.woocommerce-page .btContent input.alt:hover,.woocommerce .btSidebar a.button.alt:hover,.woocommerce .btContent a.button.alt:hover,.woocommerce-page .btSidebar a.button.alt:hover,.woocommerce-page .btContent a.button.alt:hover,.woocommerce .btSidebar .button.alt:hover,.woocommerce .btContent .button.alt:hover,.woocommerce-page .btSidebar .button.alt:hover,.woocommerce-page .btContent .button.alt:hover,.woocommerce .btSidebar button.alt:hover,.woocommerce .btContent button.alt:hover,.woocommerce-page .btSidebar button.alt:hover,.woocommerce-page .btContent button.alt:hover,div.woocommerce a.button,div.woocommerce input[type="submit"],div.woocommerce button[type="submit"],div.woocommerce input.button,div.woocommerce input.alt:hover,div.woocommerce a.button.alt:hover,div.woocommerce .button.alt:hover,div.woocommerce button.alt:hover{border:none;background:#51acfb;color:#fff}.woocommerce .btSidebar a.button:hover,.woocommerce .btContent a.button:hover,.woocommerce-page .btSidebar a.button:hover,.woocommerce-page .btContent a.button:hover,.woocommerce .btSidebar input[type="submit"]:hover,.woocommerce .btContent input[type="submit"]:hover,.woocommerce-page .btSidebar input[type="submit"]:hover,.woocommerce-page .btContent input[type="submit"]:hover,.woocommerce .btSidebar button[type="submit"]:hover,.woocommerce .btContent button[type="submit"]:hover,.woocommerce-page .btSidebar button[type="submit"]:hover,.woocommerce-page .btContent button[type="submit"]:hover,.woocommerce .btSidebar input.button:hover,.woocommerce .btContent input.button:hover,.woocommerce-page .btSidebar input.button:hover,.woocommerce-page .btContent input.button:hover,.woocommerce .btSidebar input.alt,.woocommerce .btContent input.alt,.woocommerce-page .btSidebar input.alt,.woocommerce-page .btContent input.alt,.woocommerce .btSidebar a.button.alt,.woocommerce .btContent a.button.alt,.woocommerce-page .btSidebar a.button.alt,.woocommerce-page .btContent a.button.alt,.woocommerce .btSidebar .button.alt,.woocommerce .btContent .button.alt,.woocommerce-page .btSidebar .button.alt,.woocommerce-page .btContent .button.alt,.woocommerce .btSidebar button.alt,.woocommerce .btContent button.alt,.woocommerce-page .btSidebar button.alt,.woocommerce-page .btContent button.alt,div.woocommerce a.button:hover,div.woocommerce input[type="submit"]:hover,div.woocommerce button[type="submit"]:hover,div.woocommerce input.button:hover,div.woocommerce input.alt,div.woocommerce a.button.alt,div.woocommerce .button.alt,div.woocommerce button.alt{display:inline-block;border:none;background:#51acfb;color:#fff}.woocommerce .btSidebar a.checkout-button,.woocommerce .btContent a.checkout-button,.woocommerce-page .btSidebar a.checkout-button,.woocommerce-page .btContent a.checkout-button,.woocommerce .btSidebar input#place_order,.woocommerce .btContent input#place_order,.woocommerce-page .btSidebar input#place_order,.woocommerce-page .btContent input#place_order,.woocommerce .btSidebar input[name="save_address"],.woocommerce .btContent input[name="save_address"],.woocommerce-page .btSidebar input[name="save_address"],.woocommerce-page .btContent input[name="save_address"],div.woocommerce a.checkout-button,div.woocommerce input#place_order,div.woocommerce input[name="save_address"]{width:100%;float:none;display:block;text-align:center!important}span.btNoStarRating{display:none}.star-rating:before{content:"\f005\f005\f005\f005\f005";letter-spacing:3px;opacity:.2}.star-rating{overflow:hidden;position:relative;line-height:1;font-family:FontAwesome;margin:0;display:inline-block}.star-rating .rating{display:none}.star-rating span{overflow:hidden;top:0;left:0;position:absolute}.rtl .star-rating span{left:auto;right:0}.star-rating span:before{content:"\f005\f005\f005\f005\f005";letter-spacing:3px;color:#51acfb}.header.large .star-rating{line-height:inherit;margin-top:2px}.widget_recent_reviews .star-rating{font-size:12px}.products .star-rating{margin:7px 0 0}.widget_recent_reviews li a:after,.widget_recent_reviews .reviewer:after{display:table;content:' '}p.stars{position:relative;letter-spacing:.25em;margin-bottom:3em}p.stars a{display:inline-block;font-weight:700;text-indent:-9999px;border-bottom:0!important;outline:0;position:absolute;top:0;left:0}.rtl p.stars a{left:auto;right:0}p.stars a:last-child{border-right:0}p.stars a[class^="star-"]:after{font-family:FontAwesome;text-indent:0;position:absolute;top:0;left:0;color:rgba(0,0,0,.1)}.btDarkSkin p.stars a[class^="star-"]:after,.btLightSkin .btDarkSkin p.stars a[class^="star-"]:after,.btDarkSkin.btLightSkin .btDarkSkin p.stars a[class^="star-"]:after{color:rgba(255,255,255,.2)}.rtl p.stars a[class^="star-"]:after{left:auto;right:0}p.stars a[class^="star-"].active:after,p.stars a[class^="star-"]:hover:after{color:#51acfb}p.stars a.star-1{width:1em;z-index:10}p.stars a.star-1:after{content:"\f005"}p.stars a.star-2{width:2em;z-index:9}p.stars a.star-2:after{content:"\f005\f005"}p.stars a.star-3{width:3em;z-index:8}p.stars a.star-3:after{content:"\f005\f005\f005"}p.stars a.star-4{width:4em;z-index:7}p.stars a.star-4:after{content:"\f005\f005\f005\f005"}p.stars a.star-5{width:5em;border:0;z-index:6}p.stars a.star-5:after{content:"\f005\f005\f005\f005\f005"}@-webkit-keyframes spin{from{-webkit-transform:rotateX(0);transform:rotateX(0)}to{-webkit-transform:rotateX(100%);transform:rotateX(100%)}}@-moz-keyframes spin{from{-moz-transform:rotateX(0);transform:rotateX(0)}to{-moz-transform:rotateX(100%);transform:rotateX(100%)}}@keyframes spin{from{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);transform:rotateX(0)}to{-webkit-transform:rotateX(100%);-moz-transform:rotateX(100%);-ms-transform:rotateX(100%);transform:rotateX(100%)}}.comment-respond p.form-submit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;margin:0 auto}.comment-respond input[type="submit"]{padding:0!important}@font-face{font-display:swap;font-family:star;src:url(../../../plugins/woocommerce/assets/fonts/star.eot);src:url(../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);src:url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.pswp__bg{background:rgba(0,0,0,.5)}form .form-row .select2-container .select2-selection--single{height:3.2em}.btHardRoundedButtons form .form-row .select2-container .select2-selection--single{border-radius:50px;padding-left:.5em;padding-right:.5em}.btSoftRoundedButtons form .form-row .select2-container .select2-selection--single{border-radius:3px}.select2-container .select2-selection--single .select2-selection__rendered{line-height:3.2;padding:0 .8em}.select2-container--default .select2-selection--single .select2-selection__arrow b{left:-20%;top:90%}.select2-dropdown{border:1px solid rgba(0,0,0,.1)}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid rgba(0,0,0,.1)}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#51acfb}.woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],.woocommerce-page .btSidebar .widget_product_search button[type="submit"]{color:#252525!important;overflow:inherit;width:38px!important;height:38px!important;min-width:auto!important;float:right;margin:-38px -38px 0 0}.btDarkSkin .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],.btLightSkin .btDarkSkin .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],.btDarkSkin .woocommerce-page .btSidebar .widget_product_search button[type="submit"],.btLightSkin .btDarkSkin .woocommerce-page .btSidebar .widget_product_search button[type="submit"],.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-page .btSidebar .widget_product_search button[type="submit"]{color:#fff!important}.woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"]:before,.woocommerce-page .btSidebar .widget_product_search button[type="submit"]:before{font-family:FontAwesome;content:"\f002";position:relative;top:auto;left:auto;opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"]:hover,.woocommerce-page .btSidebar .widget_product_search button[type="submit"]:hover{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.woocommerce-cart-form thead tr{background-color:#51acfb}.woocommerce-cart-form thead tr th{color:#fff}.woocommerce-grouped-product-list.group_table{border:none}.woocommerce-grouped-product-list.group_table td,.woocommerce-grouped-product-list.group_table th{padding:.5em .8em;border-left:none;border-right:none}.woocommerce-grouped-product-list.group_table td label,.woocommerce-grouped-product-list.group_table th label{opacity:1;font-size:1em;font-weight:400}.woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__quantity{padding-left:0}.woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__quantity .quantity{width:80px!important;margin:0!important}.woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__price{text-align:right;padding-right:0}.woocommerce-page ul.products.columns-2 li.product{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.woocommerce-page ul.products.columns-4 li.product{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.woocommerce-page ul.products.columns-5 li.product{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.woocommerce-page ul.products.columns-6 li.product{-webkit-flex:0 0 16.6666%;-ms-flex:0 0 16.6666%;flex:0 0 16.6666%;max-width:16.6666%}.btQuoteBooking .btQuoteItem label{margin-top:16px}.btQuoteBooking .btContactNext{border-color:#51acfb;color:#51acfb;border-radius:0;font-size:1em;font-weight:500}.btHardRoundedButtons .btQuoteBooking .btContactNext{border-radius:50px}.btSoftRoundedButtons .btQuoteBooking .btContactNext{border-radius:4px}.btQuoteBooking .btContactNext:hover{-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}.btQuoteBooking .btQuoteSlider{border-radius:50px;background:#fff!important;height:12px;margin-top:20px}.btLightSkin .btQuoteBooking .btQuoteSlider,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider{border:1px solid rgba(0,0,0,.1);color:#252525}.btDarkSkin .btQuoteBooking .btQuoteSlider,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider{border:1px solid rgba(255,255,255,.5);color:#fff;background-color:transparent}.btLightSkin .btQuoteBooking .btQuoteSwitch,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch{border:1px solid rgba(0,0,0,.1);background:#fff}.btDarkSkin .btQuoteBooking .btQuoteSwitch,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch{border:1px solid rgba(255,255,255,.5);background:#252525}.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner{background:rgba(0,0,0,.1)}.btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner{background:rgba(0,0,0,.1)}.btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner{background:rgba(255,255,255,.5)}.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner{background:#51acfb}.btQuoteBooking .btQuoteSwitch+.btQuoteItemDescription{text-align:left;max-width:250px}.btQuoteBooking input[type="text"],.btQuoteBooking input[type="email"],.btQuoteBooking input[type="password"],.btQuoteBooking .btQuoteBooking textarea,.btQuoteBooking .fancy-select .trigger,.btQuoteBooking .ddcommon.borderRadius .ddTitleText,.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText{height:3.2em;border-radius:0}.btQuoteBooking input[type="text"]:focus,.btQuoteBooking input[type="email"]:focus,.btQuoteBooking input[type="password"]:focus,.btQuoteBooking .btQuoteBooking textarea:focus,.btQuoteBooking .fancy-select .trigger:focus,.btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus{-webkit-box-shadow:0 0 4px 0 #51acfb;box-shadow:0 0 4px 0 #51acfb}.btLightSkin .btQuoteBooking input[type="text"],.btDarkSkin .btLightSkin .btQuoteBooking input[type="text"],.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"],.btLightSkin .btQuoteBooking input[type="email"],.btDarkSkin .btLightSkin .btQuoteBooking input[type="email"],.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"],.btLightSkin .btQuoteBooking input[type="password"],.btDarkSkin .btLightSkin .btQuoteBooking input[type="password"],.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"],.btLightSkin .btQuoteBooking .btQuoteBooking textarea,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea,.btLightSkin .btQuoteBooking .fancy-select .trigger,.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger,.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText{background-color:#fff;border:1px solid rgba(0,0,0,.1);color:#252525}.btLightSkin .btQuoteBooking input[type="text"]:focus,.btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:focus,.btLightSkin .btQuoteBooking input[type="email"]:focus,.btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:focus,.btLightSkin .btQuoteBooking input[type="password"]:focus,.btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:focus,.btLightSkin .btQuoteBooking .btQuoteBooking textarea:focus,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea:focus,.btLightSkin .btQuoteBooking .fancy-select .trigger:focus,.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus{-webkit-box-shadow:0 0 4px 0 #51acfb;box-shadow:0 0 4px 0 #51acfb}.btDarkSkin .btQuoteBooking input[type="text"],.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"],.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"],.btDarkSkin .btQuoteBooking input[type="email"],.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"],.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"],.btDarkSkin .btQuoteBooking input[type="password"],.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"],.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"],.btDarkSkin .btQuoteBooking .btQuoteBooking textarea,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea,.btDarkSkin .btQuoteBooking .fancy-select .trigger,.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger,.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText{background-color:#252525;border:1px solid rgba(255,255,255,.5);color:#fff}.btDarkSkin .btQuoteBooking input[type="text"]:focus,.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:focus,.btDarkSkin .btQuoteBooking input[type="email"]:focus,.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:focus,.btDarkSkin .btQuoteBooking input[type="password"]:focus,.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:focus,.btDarkSkin .btQuoteBooking .btQuoteBooking textarea:focus,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea:focus,.btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus{-webkit-box-shadow:0 0 4px 0 #51acfb;box-shadow:0 0 4px 0 #51acfb}.btHardRoundedButtons .btQuoteBooking .btQuoteItem textarea{border-radius:4px}.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,.btQuoteBooking .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText{-webkit-box-shadow:5px 0 0 #51acfb inset,0 2px 10px rgba(0,0,0,.2);box-shadow:5px 0 0 #51acfb inset,0 2px 10px rgba(0,0,0,.2)}.btQuoteBooking .ddTitleText .ddlabel .description{color:#666!important}.btLightSkin .btQuoteBooking .btQuoteWrapper:before,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteWrapper:before,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteWrapper:before{border:1px solid rgba(0,0,0,.1)}.btDarkSkin .btQuoteBooking .btQuoteWrapper:before,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteWrapper:before,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteWrapper:before{border:1px solid rgba(255,255,255,.5)}.btQuoteBooking .ui-slider .ui-slider-handle{background:#51acfb;min-width:45px;height:45px;top:-20px}.btQuoteBooking .btQuoteSliderValue{font-size:.8em;color:#fff;min-width:45px;height:45px;line-height:45px}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal{color:#fff;background:#51acfb;border-radius:0}.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal{border-radius:50px;overflow:hidden}.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal{border-radius:4px;overflow:hidden}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc{border-radius:0}.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc:not(.currencyAfter){border-top-right-radius:50px;border-bottom-right-radius:50px;overflow:hidden}.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc:not(.currencyAfter){border-top-right-radius:4px;border-bottom-right-radius:4px;overflow:hidden}.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc.currencyAfter{border-top-left-radius:50px;border-bottom-right-radius:50px;overflow:hidden}.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc.currencyAfter{border-top-left-radius:4px;border-bottom-right-radius:4px;overflow:hidden}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency{border-radius:0;font-size:1.2em;line-height:1.9}.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency:not(.currencyAfter){border-top-left-radius:50px;border-bottom-left-radius:50px;overflow:hidden}.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency:not(.currencyAfter){border-top-left-radius:4px;border-bottom-left-radius:4px;overflow:hidden}.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter{border-top-right-radius:50px;border-bottom-left-radius:50px;overflow:hidden}.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter{border-top-right-radius:4px;border-bottom-left-radius:4px;overflow:hidden}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc{font-size:1.2em;line-height:1.9}.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,.btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea{-webkit-box-shadow:0 0 0 1px #51acfb inset;box-shadow:0 0 0 1px #51acfb inset;border-color:#51acfb}.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btLightSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus{-webkit-box-shadow:0 0 0 1px #252525 inset!important;box-shadow:0 0 0 1px #252525 inset!important;border-color:#252525}.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,.btDarkSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus{border-color:#252525;-webkit-box-shadow:0 0 0 1px #fff inset!important;box-shadow:0 0 0 1px #fff inset!important}.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText{-webkit-box-shadow:0 0 0 2px #51acfb inset;box-shadow:0 0 0 2px #51acfb inset}.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText{-webkit-box-shadow:0 0 0 2px #252525 inset!important;box-shadow:0 0 0 2px #252525 inset!important}.btQuoteBooking .btSubmitMessage{color:#51acfb}.btQuoteBooking .btContactSubmit{line-height:inherit;background-color:#51acfb}.btQuoteBooking .btTotalNextWrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;width:auto!important;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding-right:0!important;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:initial}.btQuoteBooking .btTotalNextWrapper:after{display:none}.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper{padding-right:0!important}.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn{-webkit-flex:0 0 160px;-ms-flex:0 0 160px;flex:0 0 160px;width:160px;max-width:160px}.btQuoteBooking .btQuoteBookingForm .boldBtn{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex:0 1 0%;-ms-flex:0 1 0%;flex:0 1 0%;float:none;margin-right:0!important;margin-left:0!important;width:0;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;max-width:0}.btQuoteBooking .btContactNext{-webkit-transform:translate(160px,0);-moz-transform:translate(160px,0);-ms-transform:translate(160px,0);transform:translate(160px,0)}.btQuoteBooking .btQuoteBookingForm .btQuoteTotal{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;float:none}.btQuoteBooking .btQuoteTotalText{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;text-transform:uppercase;font-weight:400;font-size:.85em}.btQuoteBooking .btPayPalButton{border-radius:0}.btHardRoundedButtons .btQuoteBooking .btPayPalButton{border-radius:50px}.btSoftRoundedButtons .btQuoteBooking .btPayPalButton{border-radius:4px}.btDatePicker .ui-datepicker-header{background-color:#51acfb}@media (max-width:480px){.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal{display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc,.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency{font-size:2.5em!important}.btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal,.btQuoteBooking .btQuoteBookingForm .btQuoteTotal{display:-ms-flexbox;display:-webkit-flex;display:flex}}@media (max-width:440px){.btQuoteBooking .btTotalNextWrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn,.btQuoteBooking .btQuoteBookingForm .boldBtn{-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;width:100%;max-width:100%;padding-top:0}.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext,.btQuoteBooking .btQuoteBookingForm .btContactNext{width:100%}.btQuoteBooking .btQuoteBookingForm .btContactNext{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm{margin:0!important}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteItem{padding:0;margin:0 0 10px}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteItem label{width:100%;padding:0;margin:0;font-size:.85em;font-weight:500;font-family:"Montserrat";color:#fff}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteSelect .ddcommon.borderRadius .ddTitleText{border:1px solid rgba(255,255,255,.4)}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteSelect .ddcommon.borderRadius .ddTitleText .ddlabel{color:#fff!important}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteSelect .ddcommon.borderRadiusTp .ddTitleText{border:1px solid rgba(255,255,255,.4);-webkit-box-shadow:none!important;box-shadow:none!important;background:transparent!important}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteSelect .ddcommon.borderRadiusTp .ddTitleText .ddlabel{font-weight:400;color:#fff!important}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal{background:transparent;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;overflow:visible}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalText{-webkit-flex-basis:100%;flex-basis:100%;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;text-align:left;padding:2em 0 .5em 0;overflow:visible}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency{font-size:3.8em;font-weight:400;line-height:1;background:transparent;overflow:visible;padding:0}.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc{font-size:3.8em;font-weight:400;line-height:1;overflow:visible;background:transparent;padding:0}.btSpecialQuote.btQuoteBooking .ddTitle .arrow:before{content:"\f107";font-family:FontAwesome;font-size:1.3em;width:20px;height:20px;border:none;color:#fff;line-height:1.5}.btSpecialQuote.btQuoteBooking .borderRadiusTp .ddTitle .arrow:before{content:"\f106"}.btSpecialQuote.btQuoteBooking.btTransparentQuote .btQuoteSelect .ddcommon.borderRadius .ddTitleText{background:transparent}.btSpecialQuote.btQuoteBooking.btHeatingQuote .btQuoteSliderValue{color:#252525}.btSpecialQuote.btQuoteBooking.btHeatingQuote .ddTitle .arrow:before{color:#252525}.btSpecialQuote.btQuoteBooking.btHeatingQuote .btQuoteTotal{overflow:visible}.btSpecialQuote.btQuoteBooking.btHeatingQuote .btQuoteTotal .btQuoteTotalCurrency,.btSpecialQuote.btQuoteBooking.btHeatingQuote .btQuoteTotal .btQuoteTotalCalc{color:#51acfb;font-weight:500}.btSpecialQuote.btQuoteBooking.btHeatingQuote .btQuoteBookingForm .btQuoteItem .btQuoteItemInput .btQuoteSelect .ddcommon.borderRadius .ddTitleText{background-color:#fff!important}.btSpecialQuote.btQuoteBooking.btHeatingQuote .btQuoteBookingForm .btQuoteItem .btQuoteItemInput .btQuoteSelect .ddcommon.borderRadius .ddTitleText .ddlabel{color:#252525!important}.btSpecialQuote.btQuoteBooking.btHeatingQuote .btQuoteBookingForm .btQuoteItem .btQuoteItemInput .btQuoteSelect .ddcommon.borderRadiusTp .ddTitleText{background-color:#fff!important}.btSpecialQuote.btQuoteBooking.btHeatingQuote .btQuoteBookingForm .btQuoteItem .btQuoteItemInput .btQuoteSelect .ddcommon.borderRadiusTp .ddTitleText .ddlabel{color:#252525!important}.bt_bb_progress_bar_advanced>div{position:relative}.bt_bb_progress_bar_advanced .progressbar-text{font-size:2.33em;font-weight:700;color:inherit;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;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important}.btHeadingWeight_default .bt_bb_progress_bar_advanced .progressbar-text{font-weight:700}.btHeadingWeight_bolder .bt_bb_progress_bar_advanced .progressbar-text{font-weight:800}.btHeadingWeight_bold .bt_bb_progress_bar_advanced .progressbar-text{font-weight:700}.btHeadingWeight_semi-bold .bt_bb_progress_bar_advanced .progressbar-text{font-weight:600}.btHeadingWeight_medium .bt_bb_progress_bar_advanced .progressbar-text{font-weight:500}.btHeadingWeight_normal .bt_bb_progress_bar_advanced .progressbar-text{font-weight:400}.btHeadingWeight_light .bt_bb_progress_bar_advanced .progressbar-text{font-weight:300}.btHeadingWeight_lighter .bt_bb_progress_bar_advanced .progressbar-text{font-weight:200}.btHeadingWeight_thin .bt_bb_progress_bar_advanced .progressbar-text{font-weight:100}a .bt_bb_progress_bar_advanced .progressbar-text{color:#51acfb}a:hover .bt_bb_progress_bar_advanced .progressbar-text{color:inherit}.bt_bb_progress_bar_advanced[data-container-type="semi-circle"] .progressbar-text{margin-bottom:.5em}.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_small{font-size:.75em}.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_normal{font-size:1em}.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_medium{font-size:1.5em}.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_large{font-size:2.25em}.bt_bb_progress_bar_advanced p{font-family:"Montserrat";font-weight:500;margin:2em 0 0;line-height:1.5}.bt_bb_steps .bt_bb_steps_icon_holder{width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:1em}.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_before{-webkit-flex:1 0 25%;-ms-flex:1 0 25%;flex:1 0 25%;-webkit-order:1;-ms-flex-order:1;order:1;background:inherit;height:4px}.bt_bb_step_first.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_before{height:0}.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon{-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%;-webkit-order:2;-ms-flex-order:2;order:2;max-width:7em;height:7em;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon .bt_bb_icon_holder{font-size:3.4em;color:#252525;-webkit-box-shadow:0 0 0 3px #252525 inset;box-shadow:0 0 0 3px #252525 inset;background-color:transparent;border-radius:50%;-webkit-transition:all 280ms ease;-moz-transition:all 280ms ease;transition:all 280ms ease;display:block;text-align:center;line-height:2;height:100%;width:100%}.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon:hover .bt_bb_icon_holder{-webkit-box-shadow:0 0 0 2em #252525 inset;box-shadow:0 0 0 2em #252525 inset;color:#fff}.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_after{-webkit-flex:1 0 25%;-ms-flex:1 0 25%;flex:1 0 25%;-webkit-order:3;-ms-flex-order:3;order:3;background:inherit;height:4px}.bt_bb_step_last.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_after{height:0}.bt_bb_steps .bt_bb_steps_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}.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title{font-weight:600;font-size:1.3rem;font-family:"Montserrat";letter-spacing:1px;padding-bottom:1em;line-height:1}.btHeadingWeight_default .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title{font-weight:700}.btHeadingWeight_bolder .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title{font-weight:800}.btHeadingWeight_semi-bold .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title{font-weight:700}.btHeadingWeight_bold .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title{font-weight:600}.btHeadingWeight_normal .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title{font-weight:500}.btHeadingWeight_light .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title{font-weight:400}.btHeadingWeight_lighter .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title{font-weight:300}.btHeadingWeight_thin .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title{font-weight:300}.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_text{font-size:.9em;line-height:1.5em}.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_text em{opacity:.3;font-style:normal}.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_text b{color:#51acfb}.bt_bb_steps:hover .bt_bb_steps_content_title a{color:#51acfb}@media (max-width:1200px){.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_before,.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_after{height:0}}.bt_bb_single_product{overflow:hidden}.bt_bb_single_product .bt_bb_single_product_image{padding-bottom:1em;overflow:hidden}.bt_bb_single_product .bt_bb_single_product_image a{text-decoration:none}.bt_bb_single_product .bt_bb_single_product_image a img{display:block;-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-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_single_product .bt_bb_single_product_image a:hover img{-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_categories span.btProductCategories a.btProductCategory{font-family:"Montserrat";color:inherit;opacity:.7;font-size:.75em;font-weight:600}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_categories span.btProductCategories a.btProductCategory:hover{color:#51acfb}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_categories span.btProductCategories a.btProductCategory:not(:first-child):before{content:' ';display:inline-block;margin:-2px 10px 0 10px;letter-spacing:inherit;width:4px;height:4px;border-radius:50%;line-height:inherit;vertical-align:middle;background-color:#51acfb}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:700;font-family:"Montserrat";padding-bottom:1.5rem}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title a{color:inherit}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title a:hover{color:#51acfb}.btHeadingWeight_default .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:700}.btHeadingWeight_bolder .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:800}.btHeadingWeight_bold .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:700}.btHeadingWeight_semi-bold .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:600}.btHeadingWeight_medium .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:500}.btHeadingWeight_normal .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:400}.btHeadingWeight_light .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:300}.btHeadingWeight_lighter .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:200}.btHeadingWeight_thin .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:100}.bt_bb_title_size_small.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-size:1rem;padding-bottom:.5rem}.bt_bb_title_size_normal.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-size:1.3rem}.bt_bb_title_size_medium.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-size:1.5rem}.bt_bb_title_size_large.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-size:1.8rem;line-height:1.2}.bt_bb_title_weight_thin.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:100}.bt_bb_title_weight_lighter.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:200}.bt_bb_title_weight_light.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:300}.bt_bb_title_weight_normal.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:400}.bt_bb_title_weight_medium.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:500}.bt_bb_title_weight_bold.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:600}.bt_bb_title_weight_semi_bold.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:700}.bt_bb_title_weight_bolder.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title{font-weight:800}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_description{font-family:"Montserrat";padding-bottom:1.5rem}.bt_bb_title_size_small.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_description{font-size:.8rem;line-height:1.5;padding-bottom:.5rem}.bt_bb_title_size_normal.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_description{font-size:.9rem;line-height:1.7}.bt_bb_title_size_normal.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_description{font-size:.9em;line-height:1.5}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price{font-family:"Montserrat";font-size:1.2em;line-height:1;padding-bottom:1.5rem;font-weight:700}.bt_bb_title_size_small.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price{padding-bottom:.8rem}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart p{margin:0}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a{display:block!important;text-align:center;max-width:230px;padding:1em!important;margin:0}.bt_bb_align_left .bt_bb_align_center.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a,.bt_bb_align_right .bt_bb_align_center.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a,.bt_bb_align_left .bt_bb_align_center .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a,.bt_bb_align_right .bt_bb_align_center .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a,.bt_bb_align_center.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a,.bt_bb_align_center .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a{margin:0 auto}.btSoftRoundedButtons .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a{border-radius:4px}.btHardRoundedButtons .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a{border-radius:50px}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a.added_to_cart{display:block!important;font-size:.7em;margin-left:.5em;color:#bbb;text-transform:uppercase;background:transparent}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a.added_to_cart:hover{color:#51acfb}.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a.added:after{content:"\e017";padding:.3em;z-index:5;font:400 .8em/1em WooCommerce;vertical-align:middle;text-align:center;-webkit-font-smoothing:antialiased;width:2em;height:2em;margin:0 0 0 .5em;border-radius:50%;background-color:#bbb;color:#fff}.bt_bb_single_product.bt_bb_layout_horizontal{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.bt_bb_single_product.bt_bb_layout_horizontal .bt_bb_single_product_image{-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%;max-width:50%;padding-bottom:0}.bt_bb_single_product.bt_bb_layout_horizontal .bt_bb_single_product_content{-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%;max-width:50%;padding:3em}.bt_bb_single_product.bt_bb_layout_horizontal .bt_bb_single_product_content .bt_bb_single_product_price_cart a.add_to_cart_button{display:inline-block!important;float:left;width:100%}.bt_bb_single_product.bt_bb_layout_horizontal .bt_bb_single_product_content .bt_bb_single_product_price_cart a.added_to_cart{display:inline-block!important}@media (max-width:991px){.bt_bb_single_product.bt_bb_layout_horizontal .bt_bb_single_product_image,.bt_bb_single_product.bt_bb_layout_horizontal bt_bb_single_product_content{-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;max-width:100%}}.bt_bb_before_after_image{position:relative}.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle{height:38px;width:38px;position:absolute;left:50%;top:50%;margin-left:-19px;margin-top:-19px;background:#FFF;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-box-shadow:0 0 12px rgba(0,0,0,.2);-moz-box-shadow:0 0 12px rgba(0,0,0,.2);box-shadow:0 0 12px rgba(0,0,0,.2);z-index:40;cursor:pointer;-webkit-transition:150ms ease background;-moz-transition:150ms ease background;transition:150ms ease background}.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before,.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after{content:" ";display:block;background:#fff;position:absolute;z-index:30;-webkit-box-shadow:0 0 12px rgba(0,0,0,.2);-moz-box-shadow:0 0 12px rgba(0,0,0,.2);box-shadow:0 0 12px rgba(0,0,0,.2);width:1px;height:9999px;left:50%;margin-left:-.5px}.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before{bottom:50%;margin-bottom:22px;-webkit-box-shadow:0 3px 0 white,0 0 12px rgba(0,0,0,.2);-moz-box-shadow:0 3px 0 white,0 0 12px rgba(0,0,0,.2);box-shadow:0 3px 0 white,0 0 12px rgba(0,0,0,.2)}.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after{top:50%;margin-top:22px;-webkit-box-shadow:0 -3px 0 white,0 0 12px rgba(0,0,0,.2);-moz-box-shadow:0 -3px 0 white,0 0 12px rgba(0,0,0,.2);box-shadow:0 -3px 0 white,0 0 12px rgba(0,0,0,.2)}.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow{background:#F1F1F1;border-radius:100%;display:block;position:absolute;left:3px;top:3px;right:3px;bottom:3px;-webkit-transition:150ms ease color;-moz-transition:150ms ease color;transition:150ms ease color}.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow:before{content:'\f053';font-family:FontAwesome;color:#252525;padding:0 .2em 0 .3em;line-height:2.5;font-size:.9em}.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow:after{content:'\f054';font-family:FontAwesome;color:#252525;padding:0 .3em 0 .2em;line-height:2.5;font-size:.9em}.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:hover{background:#51acfb}.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:hover .bt_bb_before_after_image-left-arrow{background:#FFF;opacity:1}.bt_bb_before_after_image .bt_bb_before_after_image-container{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;z-index:0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none}.bt_bb_before_after_image .bt_bb_before_after_image-container img{max-width:100%;position:absolute;top:0;display:block;pointer-events:none}.bt_bb_before_after_image .bt_bb_before_after_image-container.active .bt_bb_before_after_image-handle{background:#51acfb}.bt_bb_before_after_image .bt_bb_before_after_image-container.active .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow{background:#FFF;opacity:1}.bt_bb_before_after_image .bt_bb_before_after_image-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bt_bb_before_after_image .bt_bb_before_after_image-before{z-index:20}.bt_bb_before_after_image .bt_bb_before_after_image-after{z-index:10}.bt_bb_before_after_image .bt_bb_before_after_image_block{position:absolute;left:0;top:0;background:#51acfb;color:#fff;padding:2em 3em;text-align:center;max-width:40%;pointer-events:none}.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline{font-family:Montserrat;font-weight:700;display:block;font-size:35px;line-height:1}.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline:after{width:30px;height:2px;display:block;margin:5px auto;content:""}.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_subheadline{font-weight:700;display:block;font-size:20px;line-height:1.25}.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_smaler_subheadline{display:block;font-size:20px;line-height:1.25}.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder,.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder{position:absolute;bottom:0;font-size:16px;font-weight:700;padding:.75em 1.25em;pointer-events:none}.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder{left:0}.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder{right:0}@media (max-width:992px){.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline{font-size:25px}.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_subheadline{font-size:17px}.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_smaler_subheadline{font-size:17px}}@media (max-width:768px){.bt_bb_before_after_image .bt_bb_before_after_image_block{max-width:100%;position:relative}.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder,.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder{bottom:auto;top:0;font-size:14px}}@media (max-width:1399px){.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:3.75rem}.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline{font-size:.9rem}.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.3rem}}@media (max-width:992px){.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:2.5rem}.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:2.5rem}.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline{font-size:.8rem}.bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline{font-size:.8rem}.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.2rem}.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.1rem}.bt_bb_headline.bt_bb_style_square:before{width:15em;height:15em}body{font-size:14px}}@media (max-width:768px){blockquote p{line-height:1.5}blockquote:before{font-size:1.2em}blockquote:after{opacity:.2;width:9em;height:9em}}@media (max-width:360px){.bt_bb_size_huge.bt_bb_headline h1,.bt_bb_size_extralarge.bt_bb_headline h1,.bt_bb_size_large.bt_bb_headline h1,.bt_bb_size_huge.bt_bb_headline h2,.bt_bb_size_extralarge.bt_bb_headline h2,.bt_bb_size_large.bt_bb_headline h2,.bt_bb_size_huge.bt_bb_headline h3,.bt_bb_size_extralarge.bt_bb_headline h3,.bt_bb_size_large.bt_bb_headline h3,.bt_bb_size_huge.bt_bb_headline h4,.bt_bb_size_extralarge.bt_bb_headline h4,.bt_bb_size_large.bt_bb_headline h4,.bt_bb_size_huge.bt_bb_headline h5,.bt_bb_size_extralarge.bt_bb_headline h5,.bt_bb_size_large.bt_bb_headline h5,.bt_bb_size_huge.bt_bb_headline h6,.bt_bb_size_extralarge.bt_bb_headline h6,.bt_bb_size_large.bt_bb_headline h6{font-size:1.8rem}.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,.bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,.bt_bb_size_large.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline{font-size:.8rem}.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline{font-size:1.1rem}body{font-size:13px}.btMenuVertical .mainHeader{width:260px}.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop{-webkit-transform:translateX(260px);-moz-transform:translateX(260px);-ms-transform:translateX(260px);transform:translateX(260px)}.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop{-webkit-transform:translateX(-260px);-moz-transform:translateX(-260px);-ms-transform:translateX(-260px);transform:translateX(-260px)}.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop{-webkit-transform:translateX(260px)!important;-moz-transform:translateX(260px)!important;-ms-transform:translateX(260px)!important;transform:translateX(260px)!important}.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter{-webkit-transform:translateX(260px);-moz-transform:translateX(260px);-ms-transform:translateX(260px);transform:translateX(260px)}.btMenuVerticalRight.btMenuVerticalOn .btContentWrap{-webkit-transform:translateX(-260px);-moz-transform:translateX(-260px);-ms-transform:translateX(-260px);transform:translateX(-260px)}}@media (max-width:1199px){.widget_shopping_cart .buttons .button{width:100%}.widget_shopping_cart .buttons .button.checkout{margin-top:10px}}@media (max-width:992px){.col2-set .col-1,.col2-set .col-2,.cart-collaterals .cross-sells,.cart-collaterals .cart_totals{float:none;-webkit-flex-basis:100%;flex-basis:100%;display:block;width:100%}ul.products li.product{-webkit-flex-basis:50%!important;flex-basis:50%!important}table.shop_table input[name="update_cart"]{width:auto}}@media (max-width:768px){div.product{display:block}div.product div.summary,div.product div.images{text-align:center;margin-bottom:2rem;padding:0}div.product div.summary .price{text-align:center;margin-bottom:2rem}div.product form.cart{text-align:center;margin-bottom:2rem}}@media (max-width:768px){ul.products.columns-3 li.product{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important}}@media (max-width:768px){ul.products.columns-4 li.product{-webkit-flex-basis:50%!important;flex-basis:50%!important;max-width:50%!important}}@media (max-width:620px){ul.products li.product{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important}.woocommerce-result-count,.woocommerce-ordering{width:100%;padding:0!important}table.shop_table_responsive{display:block}table.shop_table_responsive tbody th,table.shop_table_responsive thead{display:none}table.shop_table_responsive tbody{display:block;width:100%!important}table.shop_table_responsive tr,table.shop_table_responsive th{display:block;width:100%!important;margin-bottom:2em;padding-bottom:2em;border-bottom:1px solid #252525}.btDarkSkin table.shop_table_responsive tr,.btLightSkin .btDarkSkin table.shop_table_responsive tr,.btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive tr,.btDarkSkin table.shop_table_responsive th,.btLightSkin .btDarkSkin table.shop_table_responsive th,.btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive th{border-bottom:1px solid #fff}table.shop_table_responsive tr td,table.shop_table_responsive th td{display:block;width:100%!important;clear:left;text-align:center!important;word-break:break-word;border:none;padding:.5em 0 0}table.shop_table_responsive tr td.product-remove,table.shop_table_responsive th td.product-remove{padding:.5em;text-align:center}table.shop_table_responsive tr td:not(.product-remove):not(.product-thumbnail):not(.actions):before,table.shop_table_responsive th td:not(.product-remove):not(.product-thumbnail):not(.actions):before{content:attr(data-title) ": ";font-weight:700}table.shop_table_responsive tr td.product-thumbnail img,table.shop_table_responsive th td.product-thumbnail img{width:100%}.cart-collaterals{display:block}table.shop_table .coupon{display:block}table.shop_table .coupon input[name="coupon_code"]{margin-bottom:1em}table.shop_table .coupon button{margin-bottom:1em!important;min-width:130px!important}table.shop_table input[name="update_cart"]{margin-top:1em;float:none;width:100%}}@media (max-width:991px){.bt_bb_parallax{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;transform:none!important;background-attachment:inherit!important;-webkit-transition-property:none!important;-moz-transition-property:none!important;transition-property:none!important;background-position:center!important}}.wp-block-separator{margin:1em auto;max-width:100px}.wp-block-separator.is-style-wide{max-width:100%}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){border-bottom:1px solid #8f98a1}.wp-block-gallery{margin:0}p.has-drop-cap:not(:focus):first-letter{float:left;font-size:3.4em;line-height:.9;font-weight:800}p.has-background{border-radius:none}.btSoftRoundedButtons p.has-background{border-radius:4px}.btHardRoundedButtons p.has-background{border-radius:4px}.wp-block-quote p{font-size:1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.3em}.wp-block-quote.is-large cite,.wp-block-quote.is-style-large cite{text-align:center}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:inherit}.wp-block-file .wp-block-file__button{border-radius:none}.btSoftRoundedButtons .wp-block-file .wp-block-file__button{border-radius:4px}.btHardRoundedButtons .wp-block-file .wp-block-file__button{border-radius:50px}.wp-block-button__link{font-size:.9em;padding:.8em 2.2em;font-weight:500;color:#fff!important}.wp-block-button__link:hover{color:#51acfb!important}.wp-block-button{margin-bottom:1em!important}.wp-block-categories{display:inline-block}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.btPostSingleItemStandard.btPortfolioSingle .btArticleContent,.btPostSingleItemStandard.btPortfolioSingle .btArticleShareEtc{max-width:none}.btPreloader{display:none!important}.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom{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:block}.bt_bb_headline.bt_bb_style_square{min-height:1em}.bt_bb_headline.bt_bb_style_square:before{display:none}.bt_bb_parallax{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;background-attachment:local;background-position:0 0!important}.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper{overflow:visible}.btSidebar .btIconWidget .btIconWidgetContent{display:block}blockquote:after{left:32%}.bt_bb_headline.btHasBgImage .bt_bb_headline_content span{background-image:none!important;background-color:transparent}.products ul li.product .btWooShopLoopItemInner a.button,ul.products li.product .btWooShopLoopItemInner a.button{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;display:block;position:relative;bottom:auto;min-width:auto}.products ul li.product .btWooShopLoopItemInner .added_to_cart,ul.products li.product .btWooShopLoopItemInner .added_to_cart{bottom:3.4em}}.wpcf7-date{width:100%}.wpcf7-date:before{width:100%;content:attr(placeholder)}.wpcf7-date:hover:before{width:0%;content:""}.wpcf7-date.bt-date-input-has-value:before{display:none}.wpcf7-date.placeholderclass:before{width:0%;content:""}