:root {
 --bdt-breakpoint-s: 640px;
 --bdt-breakpoint-m: 960px;
 --bdt-breakpoint-l: 1200px;
 --bdt-breakpoint-xl: 1600px;
}
a.bdt-link-muted,
.bdt-link-muted a,
.bdt-link-toggle .bdt-link-muted {
 color: #999;
}
a.bdt-link-muted:hover,
.bdt-link-muted a:hover,
.bdt-link-toggle:hover .bdt-link-muted {
 color: #666;
}
a.bdt-link-text,
.bdt-link-text a,
.bdt-link-toggle .bdt-link-text {
 color: inherit;
}
a.bdt-link-text:hover,
.bdt-link-text a:hover,
.bdt-link-toggle:hover .bdt-link-text {
 color: #999;
}
a.bdt-link-heading,
.bdt-link-heading a,
.bdt-link-toggle .bdt-link-heading {
 color: inherit;
}
a.bdt-link-heading:hover,
.bdt-link-heading a:hover,
.bdt-link-toggle:hover .bdt-link-heading {
 color: #1e87f0;
 text-decoration: none;
}
a.bdt-link-reset,
.bdt-link-reset a {
 color: inherit !important;
 text-decoration: none !important;
}
.bdt-link-toggle {
 color: inherit !important;
 text-decoration: none !important;
}
[class*="bdt-divider"] {
 border: none;
 margin-bottom: 20px;
}
* + [class*="bdt-divider"] {
 margin-top: 20px;
}
.bdt-divider-icon {
 position: relative;
 height: 20px;
 background-image: url("../../images/backgrounds/divider-icon.svg");
 background-repeat: no-repeat;
 background-position: 50% 50%;
}
.bdt-divider-icon::before,
.bdt-divider-icon::after {
 content: "";
 position: absolute;
 top: 50%;
 max-width: calc(50% - (50px / 2));
 border-bottom: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-divider-icon::before {
 right: calc(50% + (50px / 2));
 width: 100%;
}
.bdt-divider-icon::after {
 left: calc(50% + (50px / 2));
 width: 100%;
}
.bdt-divider-small {
 line-height: 0;
}
.bdt-divider-small::after {
 content: "";
 display: inline-block;
 width: 100px;
 max-width: 100%;
 border-top: 1px solid rgba(214, 214, 214, 0.49);
 vertical-align: top;
}
.bdt-divider-vertical {
 width: max-content;
 height: 100px;
 margin-left: auto;
 margin-right: auto;
 border-left: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-list {
 padding: 0;
 list-style: none;
}
.bdt-list > * {
 break-inside: avoid-column;
}
.bdt-list > * > :last-child {
 margin-bottom: 0;
}
.bdt-list > :nth-child(n + 2),
.bdt-list > * > ul {
 margin-top: 10px;
}
.bdt-list-disc > *,
.bdt-list-circle > *,
.bdt-list-square > *,
.bdt-list-decimal > *,
.bdt-list-hyphen > * {
 padding-left: 30px;
}
.bdt-list-decimal {
 counter-reset: decimal;
}
.bdt-list-decimal > * {
 counter-increment: decimal;
}
.bdt-list-disc > ::before,
.bdt-list-circle > ::before,
.bdt-list-square > ::before,
.bdt-list-decimal > ::before,
.bdt-list-hyphen > ::before {
 content: "";
 position: relative;
 left: -30px;
 width: 30px;
 height: 1.5em;
 margin-bottom: -1.5em;
 display: list-item;
 list-style-position: inside;
 text-align: right;
}
.bdt-list-disc > ::before {
 list-style-type: disc;
}
.bdt-list-circle > ::before {
 list-style-type: circle;
}
.bdt-list-square > ::before {
 list-style-type: square;
}
.bdt-list-decimal > ::before {
 content: counter(decimal, decimal) "\200A.\00A0";
}
.bdt-list-hyphen > ::before {
 content: "–\00A0\00A0";
}
.bdt-list-muted > ::before {
 color: #999 !important;
}
.bdt-list-emphasis > ::before {
 color: #333 !important;
}
.bdt-list-primary > ::before {
 color: #1e87f0 !important;
}
.bdt-list-secondary > ::before {
 color: #222 !important;
}
.bdt-list-bullet > * {
 padding-left: 30px;
}
.bdt-list-bullet > ::before {
 content: "";
 display: list-item;
 position: relative;
 left: -30px;
 width: 30px;
 height: 1.5em;
 margin-bottom: -1.5em;
 background-image: url("../../images/backgrounds/list-bullet.svg");
 background-repeat: no-repeat;
 background-position: 50% 50%;
}
.bdt-list-divider > :nth-child(n + 2) {
 margin-top: 10px;
 padding-top: 10px;
 border-top: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-list-striped > * {
 padding: 10px 10px;
}
.bdt-list-striped > :nth-of-type(odd) {
 background: #f8f8f8;
}
.bdt-list-striped > :nth-child(n + 2) {
 margin-top: 0;
}
.bdt-list-large > :nth-child(n + 2),
.bdt-list-large > * > ul {
 margin-top: 20px;
}
.bdt-list-collapse > :nth-child(n + 2),
.bdt-list-collapse > * > ul {
 margin-top: 0;
}
.bdt-list-large.bdt-list-divider > :nth-child(n + 2) {
 margin-top: 20px;
 padding-top: 20px;
}
.bdt-list-collapse.bdt-list-divider > :nth-child(n + 2) {
 margin-top: 0;
 padding-top: 0;
}
.bdt-list-large.bdt-list-striped > * {
 padding: 20px 10px;
}
.bdt-list-collapse.bdt-list-striped > * {
 padding-top: 0;
 padding-bottom: 0;
}
.bdt-list-large.bdt-list-striped > :nth-child(n + 2),
.bdt-list-collapse.bdt-list-striped > :nth-child(n + 2) {
 margin-top: 0;
}
.bdt-description-list > dt {
 color: #333;
}
.bdt-description-list > dt:nth-child(n + 2) {
 margin-top: 20px;
}
.bdt-description-list-divider > dt:nth-child(n + 2) {
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-table {
 border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
 margin-bottom: 20px;
}
* + .bdt-table {
 margin-top: 20px;
}
.bdt-table th {
 padding: 16px 12px;
 text-align: left;
 vertical-align: bottom;
 font-size: 16px;
 font-weight: bold;
 color: #666;
}
.bdt-table td {
 padding: 16px 12px;
 vertical-align: top;
}
.bdt-table td > :last-child {
 margin-bottom: 0;
}
.bdt-table tfoot {
 font-size: 0.875rem;
}
.bdt-table caption {
 font-size: 0.875rem;
 text-align: left;
 color: #999;
}
.bdt-table-middle,
.bdt-table-middle td {
 vertical-align: middle !important;
}
.bdt-table-divider > tr:not(:first-child),
.bdt-table-divider > :not(:first-child) > tr,
.bdt-table-divider > :first-child > tr:not(:first-child) {
 border-top: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-table-striped > tr:nth-of-type(odd),
.bdt-table-striped tbody tr:nth-of-type(odd) {
 background: #f8f8f8;
}
.bdt-table-hover > tr:hover,
.bdt-table-hover tbody tr:hover {
 background: #ffd;
}
.bdt-table > tr.bdt-active,
.bdt-table tbody tr.bdt-active {
 background: #ffd;
}
.bdt-table-small th,
.bdt-table-small td {
 padding: 10px 12px;
}
.bdt-table-large th,
.bdt-table-large td {
 padding: 22px 12px;
}
.bdt-table-justify th:first-child,
.bdt-table-justify td:first-child {
 padding-left: 0;
}
.bdt-table-justify th:last-child,
.bdt-table-justify td:last-child {
 padding-right: 0;
}
.bdt-table-shrink {
 width: 1px;
}
.bdt-table-expand {
 min-width: 150px;
}
.bdt-table-link {
 padding: 0 !important;
}
.bdt-table-link > a {
 display: block;
 padding: 16px 12px;
}
.bdt-table-small .bdt-table-link > a {
 padding: 10px 12px;
}
@media (max-width: 959px) {
 .bdt-table-responsive,
 .bdt-table-responsive tbody,
 .bdt-table-responsive th,
 .bdt-table-responsive td,
 .bdt-table-responsive tr {
  display: block;
 }
 .bdt-table-responsive thead {
  display: none;
 }
 .bdt-table-responsive th,
 .bdt-table-responsive td {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
 }
 .bdt-table-responsive th:not(:first-child):not(.bdt-table-link),
 .bdt-table-responsive td:not(:first-child):not(.bdt-table-link),
 .bdt-table-responsive .bdt-table-link:not(:first-child) > a {
  padding-top: 5px !important;
 }
 .bdt-table-responsive th:not(:last-child):not(.bdt-table-link),
 .bdt-table-responsive td:not(:last-child):not(.bdt-table-link),
 .bdt-table-responsive .bdt-table-link:not(:last-child) > a {
  padding-bottom: 5px !important;
 }
 .bdt-table-justify.bdt-table-responsive th,
 .bdt-table-justify.bdt-table-responsive td {
  padding-left: 0;
  padding-right: 0;
 }
}
.bdt-icon {
 margin: 0;
 border: none;
 border-radius: 0;
 overflow: visible;
 font: inherit;
 color: inherit;
 text-transform: none;
 padding: 0;
 background-color: transparent;
 display: inline-block;
 fill: currentcolor;
 line-height: 0;
}
button.bdt-icon:not(:disabled) {
 cursor: pointer;
}
.bdt-icon::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.bdt-icon:not(.bdt-preserve) [fill*="#"]:not(.bdt-preserve) {
 fill: currentcolor;
}
.bdt-icon:not(.bdt-preserve) [stroke*="#"]:not(.bdt-preserve) {
 stroke: currentcolor;
}
.bdt-icon > * {
 transform: translate(0, 0);
}
.bdt-icon-image {
 width: 20px;
 height: 20px;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 background-size: contain;
 vertical-align: middle;
 object-fit: scale-down;
 max-width: none;
}
.bdt-icon-link {
 color: #999;
 text-decoration: none !important;
}
.bdt-icon-link:hover {
 color: #666;
}
.bdt-icon-link:active,
.bdt-active > .bdt-icon-link {
 color: #595959;
}
.bdt-icon-button {
 box-sizing: border-box;
 width: 36px;
 height: 36px;
 border-radius: 500px;
 background: #f8f8f8;
 color: #999;
 vertical-align: middle;
 display: inline-flex;
 justify-content: center;
 align-items: center;
}
.bdt-icon-button:hover {
 background-color: #ebebeb;
 color: #666;
}
.bdt-icon-button:active,
.bdt-active > .bdt-icon-button {
 background-color: #dfdfdf;
 color: #666;
}
.bdt-range {
 -webkit-appearance: none;
 box-sizing: border-box;
 margin: 0;
 vertical-align: middle;
 max-width: 100%;
 width: 100%;
 background: transparent;
}
.bdt-range:focus {
 outline: none;
}
.bdt-range::-moz-focus-outer {
 border: none;
}
.bdt-range:not(:disabled)::-webkit-slider-thumb {
 cursor: pointer;
}
.bdt-range:not(:disabled)::-moz-range-thumb {
 cursor: pointer;
}
.bdt-range::-webkit-slider-runnable-track {
 height: 3px;
 background: #ebebeb;
}
.bdt-range:focus::-webkit-slider-runnable-track,
.bdt-range:active::-webkit-slider-runnable-track {
 background: #dedede;
}
.bdt-range::-moz-range-track {
 height: 3px;
 background: #ebebeb;
}
.bdt-range:focus::-moz-range-track {
 background: #dedede;
}
.bdt-range::-webkit-slider-thumb {
 -webkit-appearance: none;
 margin-top: -7px;
 height: 15px;
 width: 15px;
 border-radius: 500px;
 background: #666;
}
.bdt-range::-moz-range-thumb {
 border: none;
 height: 15px;
 width: 15px;
 margin-top: -7px;
 border-radius: 500px;
 background: #666;
}
.bdt-input,
.bdt-select,
.bdt-textarea,
.bdt-radio,
.bdt-checkbox {
 box-sizing: border-box;
 margin: 0;
 border-radius: 0;
 font: inherit;
}
.bdt-input {
 overflow: visible;
}
.bdt-select {
 text-transform: none;
}
.bdt-select optgroup {
 font: inherit;
 font-weight: bold;
}
.bdt-textarea {
 overflow: auto;
}
.bdt-input[type="search"]::-webkit-search-cancel-button,
.bdt-input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
.bdt-input[type="number"]::-webkit-inner-spin-button,
.bdt-input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
.bdt-input::-moz-placeholder,
.bdt-textarea::-moz-placeholder {
 opacity: 1;
}
.bdt-radio:not(:disabled),
.bdt-checkbox:not(:disabled) {
 cursor: pointer;
}
.bdt-fieldset {
 border: none;
 margin: 0;
 padding: 0;
}
.bdt-input,
.bdt-textarea {
 -webkit-appearance: none;
}
.bdt-input,
.bdt-select,
.bdt-textarea {
 max-width: 100%;
 width: 100%;
 border: 0 none;
 padding: 0 10px;
 background: #f8f8f8;
 color: #666;
 border-radius: 3px;
}
.bdt-input,
.bdt-select:not([multiple]):not([size]) {
 height: 40px;
 vertical-align: middle;
 display: inline-block;
}
.bdt-input:not(input),
.bdt-select:not(select) {
 line-height: 40px;
}
.bdt-select[multiple],
.bdt-select[size],
.bdt-textarea {
 padding-top: 6px;
 padding-bottom: 6px;
 vertical-align: top;
}
.bdt-select[multiple],
.bdt-select[size] {
 resize: vertical;
}
.bdt-input:focus,
.bdt-select:focus,
.bdt-textarea:focus {
 outline: none;
 background-color: #ebebeb;
 color: #666;
}
.bdt-input:disabled,
.bdt-select:disabled,
.bdt-textarea:disabled {
 background-color: #f8f8f8;
 color: #999;
}
.bdt-input::placeholder {
 color: #999;
}
.bdt-textarea::placeholder {
 color: #999;
}
.bdt-form-small {
 font-size: 0.875rem;
}
.bdt-form-small:not(textarea):not([multiple]):not([size]) {
 height: 30px;
 padding-left: 8px;
 padding-right: 8px;
}
textarea.bdt-form-small,
[multiple].bdt-form-small,
[size].bdt-form-small {
 padding: 5px 8px;
}
.bdt-form-small:not(select):not(input):not(textarea) {
 line-height: 30px;
}
.bdt-form-large {
 font-size: 1.25rem;
}
.bdt-form-large:not(textarea):not([multiple]):not([size]) {
 height: 55px;
 padding-left: 12px;
 padding-right: 12px;
}
textarea.bdt-form-large,
[multiple].bdt-form-large,
[size].bdt-form-large {
 padding: 7px 12px;
}
.bdt-form-large:not(select):not(input):not(textarea) {
 line-height: 55px;
}
.bdt-form-danger,
.bdt-form-danger:focus {
 color: #f0506e;
}
.bdt-form-success,
.bdt-form-success:focus {
 color: #32d296;
}
.bdt-form-blank {
 background: none;
}
input.bdt-form-width-xsmall {
 width: 50px;
}
select.bdt-form-width-xsmall {
 width: 75px;
}
.bdt-form-width-small {
 width: 130px;
}
.bdt-form-width-medium {
 width: 200px;
}
.bdt-form-width-large {
 width: 500px;
}
.bdt-select:not([multiple]):not([size]) {
 -webkit-appearance: none;
 -moz-appearance: none;
 padding-right: 20px;
 background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
 background-repeat: no-repeat;
 background-position: 100% 50%;
}
.bdt-select:not([multiple]):not([size]) option {
 color: #666;
}
.bdt-select:not([multiple]):not([size]):disabled {
 background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.bdt-input[list] {
 padding-right: 20px;
 background-repeat: no-repeat;
 background-position: 100% 50%;
}
.bdt-input[list]:hover,
.bdt-input[list]:focus {
 background-image: url("../../images/backgrounds/form-datalist.svg");
}
.bdt-input[list]::-webkit-calendar-picker-indicator {
 display: none !important;
}
.bdt-radio,
.bdt-checkbox {
 display: inline-block;
 height: 16px;
 width: 16px;
 overflow: hidden;
 margin-top: -4px;
 vertical-align: middle;
 -webkit-appearance: none;
 -moz-appearance: none;
 background-color: #ebebeb;
 background-repeat: no-repeat;
 background-position: 50% 50%;
}
.bdt-radio {
 border-radius: 50%;
}
.bdt-radio:focus,
.bdt-checkbox:focus {
 background-color: #dedede;
 outline: none;
}
.bdt-radio:checked,
.bdt-checkbox:checked,
.bdt-checkbox:indeterminate {
 background-color: #1e87f0;
}
.bdt-radio:checked:focus,
.bdt-checkbox:checked:focus,
.bdt-checkbox:indeterminate:focus {
 background-color: #0e6dcd;
}
.bdt-radio:checked {
 background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.bdt-checkbox:checked {
 background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.bdt-checkbox:indeterminate {
 background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.bdt-radio:disabled,
.bdt-checkbox:disabled {
 background-color: #f8f8f8;
}
.bdt-radio:disabled:checked {
 background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.bdt-checkbox:disabled:checked {
 background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.bdt-checkbox:disabled:indeterminate {
 background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.bdt-legend {
 width: 100%;
 color: inherit;
 padding: 0;
 font-size: 1.5rem;
 line-height: 1.4;
}
.bdt-form-custom {
 display: inline-block;
 position: relative;
 max-width: 100%;
 vertical-align: middle;
}
.bdt-form-custom select,
.bdt-form-custom input[type="file"] {
 position: absolute;
 top: 0;
 z-index: 1;
 width: 100%;
 height: 100%;
 left: 0;
 -webkit-appearance: none;
 opacity: 0;
 cursor: pointer;
}
.bdt-form-custom input[type="file"] {
 font-size: 500px;
 overflow: hidden;
}
.bdt-form-stacked .bdt-form-label {
 display: block;
 margin-bottom: 10px;
}
@media (max-width: 959px) {
 .bdt-form-horizontal .bdt-form-label {
  display: block;
  margin-bottom: 10px;
 }
}
@media (min-width: 960px) {
 .bdt-form-horizontal .bdt-form-label {
  width: 200px;
  margin-top: 7px;
  float: left;
 }
 .bdt-form-horizontal .bdt-form-controls {
  margin-left: 215px;
 }
 .bdt-form-horizontal .bdt-form-controls-text {
  padding-top: 7px;
 }
}
.bdt-form-icon {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 40px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 color: #999;
}
.bdt-form-icon:hover {
 color: #666;
}
.bdt-form-icon:not(a):not(button):not(input) {
 pointer-events: none;
}
.bdt-form-icon:not(.bdt-form-icon-flip) ~ .bdt-input {
 padding-left: 40px !important;
}
.bdt-form-icon-flip {
 right: 0;
 left: auto;
}
.bdt-form-icon-flip ~ .bdt-input {
 padding-right: 40px !important;
}
.bdt-button {
 margin: 0;
 border: none;
 overflow: visible;
 font: inherit;
 color: inherit;
 text-transform: none;
 -webkit-appearance: none;
 border-radius: 0;
 display: inline-block;
 box-sizing: border-box;
 padding: 0 30px;
 vertical-align: middle;
 font-size: 16px;
 line-height: 40px;
 text-align: center;
 text-decoration: none;
 border-radius: 3px;
}
.bdt-button:not(:disabled) {
 cursor: pointer;
}
.bdt-button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.bdt-button:hover {
 text-decoration: none;
}
.bdt-button-default {
 background-color: #f8f8f8;
 color: #333;
}
.bdt-button-default:hover {
 background-color: #ebebeb;
 color: #333;
}
.bdt-button-default:active,
.bdt-button-default.bdt-active {
 background-color: #dfdfdf;
 color: #333;
}
.bdt-button-primary {
 background-color: #1e87f0;
 color: #fff;
}
.bdt-button-primary:hover {
 background-color: #0f7ae5;
 color: #fff;
}
.bdt-button-primary:active,
.bdt-button-primary.bdt-active {
 background-color: #0e6dcd;
 color: #fff;
}
.bdt-button-secondary {
 background-color: #222;
 color: #fff;
}
.bdt-button-secondary:hover {
 background-color: #151515;
 color: #fff;
}
.bdt-button-secondary:active,
.bdt-button-secondary.bdt-active {
 background-color: #080808;
 color: #fff;
}
.bdt-button-danger {
 background-color: #f0506e;
 color: #fff;
}
.bdt-button-danger:hover {
 background-color: #ee395b;
 color: #fff;
}
.bdt-button-danger:active,
.bdt-button-danger.bdt-active {
 background-color: #ec2147;
 color: #fff;
}
.bdt-button-default:disabled,
.bdt-button-primary:disabled,
.bdt-button-secondary:disabled,
.bdt-button-danger:disabled {
 background-color: #f8f8f8;
 color: #999;
}
.bdt-button-small {
 padding: 0 15px;
 line-height: 30px;
 font-size: 0.875rem;
}
.bdt-button-large {
 padding: 0 40px;
 line-height: 55px;
 font-size: 1.25rem;
}
.bdt-button-text {
 padding: 0;
 line-height: 1.5;
 background: none;
 color: #333;
}
.bdt-button-text:hover {
 color: #999;
}
.bdt-button-text:disabled {
 color: #999;
}
.bdt-button-link {
 padding: 0;
 line-height: 1.5;
 background: none;
 color: #333;
}
.bdt-button-link:hover {
 color: #999;
 text-decoration: none;
}
.bdt-button-link:disabled {
 color: #999;
 text-decoration: none;
}
.bdt-button-group {
 display: inline-flex;
 vertical-align: middle;
 position: relative;
}
.bdt-progress {
 vertical-align: baseline;
 display: block;
 width: 100%;
 border: 0;
 background-color: #f8f8f8;
 margin-bottom: 20px;
 height: 15px;
}
* + .bdt-progress {
 margin-top: 20px;
}
.bdt-progress::-webkit-progress-bar {
 background-color: transparent;
}
.bdt-progress::-webkit-progress-value {
 background-color: #1e87f0;
 transition: width 0.6s ease;
}
.bdt-progress::-moz-progress-bar {
 background-color: #1e87f0;
 transition: width 0.6s ease;
}
.bdt-section {
 display: flow-root;
 box-sizing: border-box;
 padding-top: 40px;
 padding-bottom: 40px;
}
@media (min-width: 960px) {
 .bdt-section {
  padding-top: 70px;
  padding-bottom: 70px;
 }
}
.bdt-section > :last-child {
 margin-bottom: 0;
}
.bdt-section-xsmall {
 padding-top: 20px;
 padding-bottom: 20px;
}
.bdt-section-small {
 padding-top: 40px;
 padding-bottom: 40px;
}
.bdt-section-large {
 padding-top: 70px;
 padding-bottom: 70px;
}
@media (min-width: 960px) {
 .bdt-section-large {
  padding-top: 140px;
  padding-bottom: 140px;
 }
}
.bdt-section-xlarge {
 padding-top: 140px;
 padding-bottom: 140px;
}
@media (min-width: 960px) {
 .bdt-section-xlarge {
  padding-top: 210px;
  padding-bottom: 210px;
 }
}
.bdt-section-default {
 background: #fff;
}
.bdt-section-muted {
 background: #f8f8f8;
}
.bdt-section-primary {
 background: #1e87f0;
}
.bdt-section-secondary {
 background: #222;
}
.bdt-container {
 display: flow-root;
 box-sizing: content-box;
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
 padding-left: 15px;
 padding-right: 15px;
}
@media (min-width: 640px) {
 .bdt-container {
  padding-left: 30px;
  padding-right: 30px;
 }
}
@media (min-width: 960px) {
 .bdt-container {
  padding-left: 40px;
  padding-right: 40px;
 }
}
.bdt-container > :last-child {
 margin-bottom: 0;
}
.bdt-container .bdt-container {
 padding-left: 0;
 padding-right: 0;
}
.bdt-container-xsmall {
 max-width: 750px;
}
.bdt-container-small {
 max-width: 900px;
}
.bdt-container-large {
 max-width: 1400px;
}
.bdt-container-xlarge {
 max-width: 1600px;
}
.bdt-container-expand {
 max-width: none;
}
.bdt-container-expand-left {
 margin-left: 0;
}
.bdt-container-expand-right {
 margin-right: 0;
}
@media (min-width: 640px) {
 .bdt-container-expand-left.bdt-container-xsmall,
 .bdt-container-expand-right.bdt-container-xsmall {
  max-width: calc(50% + (750px / 2) - 30px);
 }
 .bdt-container-expand-left.bdt-container-small,
 .bdt-container-expand-right.bdt-container-small {
  max-width: calc(50% + (900px / 2) - 30px);
 }
}
@media (min-width: 960px) {
 .bdt-container-expand-left,
 .bdt-container-expand-right {
  max-width: calc(50% + (1200px / 2) - 40px);
 }
 .bdt-container-expand-left.bdt-container-xsmall,
 .bdt-container-expand-right.bdt-container-xsmall {
  max-width: calc(50% + (750px / 2) - 40px);
 }
 .bdt-container-expand-left.bdt-container-small,
 .bdt-container-expand-right.bdt-container-small {
  max-width: calc(50% + (900px / 2) - 40px);
 }
 .bdt-container-expand-left.bdt-container-large,
 .bdt-container-expand-right.bdt-container-large {
  max-width: calc(50% + (1400px / 2) - 40px);
 }
 .bdt-container-expand-left.bdt-container-xlarge,
 .bdt-container-expand-right.bdt-container-xlarge {
  max-width: calc(50% + (1600px / 2) - 40px);
 }
}
.bdt-container-item-padding-remove-left,
.bdt-container-item-padding-remove-right {
 width: calc(100% + 15px);
}
.bdt-container-item-padding-remove-left {
 margin-left: -15px;
}
.bdt-container-item-padding-remove-right {
 margin-right: -15px;
}
@media (min-width: 640px) {
 .bdt-container-item-padding-remove-left,
 .bdt-container-item-padding-remove-right {
  width: calc(100% + 30px);
 }
 .bdt-container-item-padding-remove-left {
  margin-left: -30px;
 }
 .bdt-container-item-padding-remove-right {
  margin-right: -30px;
 }
}
@media (min-width: 960px) {
 .bdt-container-item-padding-remove-left,
 .bdt-container-item-padding-remove-right {
  width: calc(100% + 40px);
 }
 .bdt-container-item-padding-remove-left {
  margin-left: -40px;
 }
 .bdt-container-item-padding-remove-right {
  margin-right: -40px;
 }
}
.bdt-tile {
 display: flow-root;
 position: relative;
 box-sizing: border-box;
 padding-left: 15px;
 padding-right: 15px;
 padding-top: 40px;
 padding-bottom: 40px;
}
@media (min-width: 640px) {
 .bdt-tile {
  padding-left: 30px;
  padding-right: 30px;
 }
}
@media (min-width: 960px) {
 .bdt-tile {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
 }
}
.bdt-tile > :last-child {
 margin-bottom: 0;
}
.bdt-tile-xsmall {
 padding-top: 20px;
 padding-bottom: 20px;
}
.bdt-tile-small {
 padding-top: 40px;
 padding-bottom: 40px;
}
.bdt-tile-large {
 padding-top: 70px;
 padding-bottom: 70px;
}
@media (min-width: 960px) {
 .bdt-tile-large {
  padding-top: 140px;
  padding-bottom: 140px;
 }
}
.bdt-tile-xlarge {
 padding-top: 140px;
 padding-bottom: 140px;
}
@media (min-width: 960px) {
 .bdt-tile-xlarge {
  padding-top: 210px;
  padding-bottom: 210px;
 }
}
.bdt-tile-default {
 background-color: #fff;
}
.bdt-tile-muted {
 background-color: #f8f8f8;
}
.bdt-tile-primary {
 background-color: #1e87f0;
}
.bdt-tile-secondary {
 background-color: #222;
}
.bdt-card {
 position: relative;
 box-sizing: border-box;
}
.bdt-card-body {
 display: flow-root;
 padding: 30px 30px;
}
.bdt-card-header {
 display: flow-root;
 padding: 15px 30px;
}
.bdt-card-footer {
 display: flow-root;
 padding: 15px 30px;
}
@media (min-width: 1200px) {
 .bdt-card-body {
  padding: 40px 40px;
 }
 .bdt-card-header {
  padding: 20px 40px;
 }
 .bdt-card-footer {
  padding: 20px 40px;
 }
}
.bdt-card-body > :last-child,
.bdt-card-header > :last-child,
.bdt-card-footer > :last-child {
 margin-bottom: 0;
}
.bdt-card-title {
 font-size: 1.5rem;
 line-height: 1.4;
}
.bdt-card-badge {
 position: absolute;
 top: 15px;
 right: 15px;
 z-index: 1;
 height: 22px;
 padding: 0 10px;
 background: #1e87f0;
 color: #fff;
 font-size: 0.875rem;
 display: flex;
 justify-content: center;
 align-items: center;
 line-height: 0;
}
.bdt-card-badge:first-child + * {
 margin-top: 0;
}
.bdt-card-hover:not(.bdt-card-default):not(.bdt-card-primary):not(
  .bdt-card-secondary
 ):hover {
 background-color: #f8f8f8;
}
.bdt-card-default {
 background-color: #f8f8f8;
 color: #666;
}
.bdt-card-default .bdt-card-title {
 color: #333;
}
.bdt-card-default.bdt-card-hover:hover {
 background-color: #ebebeb;
}
.bdt-card-primary {
 background-color: #1e87f0;
 color: #fff;
}
.bdt-card-primary .bdt-card-title {
 color: #fff;
}
.bdt-card-primary.bdt-card-hover:hover {
 background-color: #0f7ae5;
}
.bdt-card-secondary {
 background-color: #222;
 color: #fff;
}
.bdt-card-secondary .bdt-card-title {
 color: #fff;
}
.bdt-card-secondary.bdt-card-hover:hover {
 background-color: #151515;
}
.bdt-card-small.bdt-card-body,
.bdt-card-small .bdt-card-body {
 padding: 20px 20px;
}
.bdt-card-small .bdt-card-header {
 padding: 13px 20px;
}
.bdt-card-small .bdt-card-footer {
 padding: 13px 20px;
}
@media (min-width: 1200px) {
 .bdt-card-large.bdt-card-body,
 .bdt-card-large .bdt-card-body {
  padding: 70px 70px;
 }
 .bdt-card-large .bdt-card-header {
  padding: 35px 70px;
 }
 .bdt-card-large .bdt-card-footer {
  padding: 35px 70px;
 }
}
.bdt-close {
 color: #999;
}
.bdt-close:hover {
 color: #666;
}
.bdt-spinner > * {
 animation: bdt-spinner-rotate 1.4s linear infinite;
}
@keyframes bdt-spinner-rotate {
 0% {
  transform: rotate(0deg);
 }
 100% {
  transform: rotate(270deg);
 }
}
.bdt-spinner > * > * {
 stroke-dasharray: 88px;
 stroke-dashoffset: 0;
 transform-origin: center;
 animation: bdt-spinner-dash 1.4s ease-in-out infinite;
 stroke-width: 1;
 stroke-linecap: round;
}
@keyframes bdt-spinner-dash {
 0% {
  stroke-dashoffset: 88px;
 }
 50% {
  stroke-dashoffset: 22px;
  transform: rotate(135deg);
 }
 100% {
  stroke-dashoffset: 88px;
  transform: rotate(450deg);
 }
}
.bdt-totop {
 padding: 5px;
 color: #999;
}
.bdt-totop:hover {
 color: #666;
}
.bdt-totop:active {
 color: #333;
}
.bdt-marker {
 padding: 5px;
 background: #222;
 color: #fff;
}
.bdt-marker:hover {
 color: #fff;
}
.bdt-alert {
 position: relative;
 margin-bottom: 20px;
 padding: 15px 29px 15px 15px;
 background: #f8f8f8;
 color: #666;
}
* + .bdt-alert {
 margin-top: 20px;
}
.bdt-alert > :last-child {
 margin-bottom: 0;
}
.bdt-alert-close {
 position: absolute;
 top: 20px;
 right: 15px;
}
.bdt-alert-close:first-child + * {
 margin-top: 0;
}
.bdt-alert-primary {
 background: #d8eafc;
 color: #1e87f0;
}
.bdt-alert-success {
 background: #edfbf6;
 color: #32d296;
}
.bdt-alert-warning {
 background: #fff6ee;
 color: #faa05a;
}
.bdt-alert-danger {
 background: #fef4f6;
 color: #f0506e;
}
.bdt-placeholder {
 margin-bottom: 20px;
 padding: 30px 30px;
 background: #f8f8f8;
}
* + .bdt-placeholder {
 margin-top: 20px;
}
.bdt-placeholder > :last-child {
 margin-bottom: 0;
}
.bdt-badge {
 box-sizing: border-box;
 min-width: 18px;
 height: 18px;
 padding: 0 5px;
 border-radius: 500px;
 vertical-align: middle;
 background: #1e87f0;
 color: #fff;
 font-size: 11px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 line-height: 0;
}
.bdt-badge:hover {
 text-decoration: none;
}
.bdt-label {
 display: inline-block;
 padding: 0 10px;
 background: #1e87f0;
 line-height: 1.5;
 font-size: 0.875rem;
 color: #fff;
 vertical-align: middle;
 white-space: nowrap;
}
.bdt-label-success {
 background-color: #32d296;
 color: #fff;
}
.bdt-label-warning {
 background-color: #faa05a;
 color: #fff;
}
.bdt-label-danger {
 background-color: #f0506e;
 color: #fff;
}
.bdt-overlay {
 padding: 30px 30px;
}
.bdt-overlay > :last-child {
 margin-bottom: 0;
}
.bdt-overlay-default {
 background: rgba(0, 0, 0, 0.5);
}
.bdt-overlay-primary {
 background: rgba(34, 34, 34, 0.8);
}
.bdt-article {
 display: flow-root;
}
.bdt-article > :last-child {
 margin-bottom: 0;
}
.bdt-article + .bdt-article {
 margin-top: 70px;
}
.bdt-article-title {
 font-size: 2.23125rem;
 line-height: 1.2;
}
@media (min-width: 960px) {
 .bdt-article-title {
  font-size: 2.625rem;
 }
}
.bdt-article-meta {
 font-size: 0.875rem;
 line-height: 1.4;
 color: #999;
}
.bdt-comment-body {
 display: flow-root;
 overflow-wrap: break-word;
 word-wrap: break-word;
}
.bdt-comment-header {
 display: flow-root;
 margin-bottom: 20px;
}
.bdt-comment-body > :last-child,
.bdt-comment-header > :last-child {
 margin-bottom: 0;
}
.bdt-comment-title {
 font-size: 1.25rem;
 line-height: 1.4;
}
.bdt-comment-meta {
 font-size: 0.875rem;
 line-height: 1.4;
 color: #999;
}
.bdt-comment-list {
 padding: 0;
 list-style: none;
}
.bdt-comment-list > :nth-child(n + 2) {
 margin-top: 70px;
}
.bdt-comment-list .bdt-comment ~ ul {
 margin: 70px 0 0 0;
 padding-left: 30px;
 list-style: none;
}
@media (min-width: 960px) {
 .bdt-comment-list .bdt-comment ~ ul {
  padding-left: 100px;
 }
}
.bdt-comment-list .bdt-comment ~ ul > :nth-child(n + 2) {
 margin-top: 70px;
}
.bdt-search {
 display: inline-block;
 position: relative;
 max-width: 100%;
 margin: 0;
}
.bdt-search-input::-webkit-search-cancel-button,
.bdt-search-input::-webkit-search-decoration {
 -webkit-appearance: none;
}
.bdt-search-input::-moz-placeholder {
 opacity: 1;
}
.bdt-search-input {
 box-sizing: border-box;
 margin: 0;
 border-radius: 0;
 font: inherit;
 overflow: visible;
 -webkit-appearance: none;
 vertical-align: middle;
 width: 100%;
 border: none;
 color: #666;
}
.bdt-search-input:focus {
 outline: none;
}
.bdt-search-input::placeholder {
 color: #999;
}
.bdt-search .bdt-search-icon {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 color: #999;
}
.bdt-search .bdt-search-icon:hover {
 color: #999;
}
.bdt-search .bdt-search-icon:not(a):not(button):not(input) {
 pointer-events: none;
}
.bdt-search .bdt-search-icon-flip {
 right: 0;
 left: auto;
}
.bdt-search-default {
 width: 240px;
}
.bdt-search-default .bdt-search-input {
 height: 40px;
 padding-left: 10px;
 padding-right: 10px;
 background: #f8f8f8;
}
.bdt-search-default .bdt-search-input:focus {
 background-color: #ebebeb;
}
.bdt-search-default .bdt-search-icon {
 width: 40px;
}
.bdt-search-default
 .bdt-search-icon:not(.bdt-search-icon-flip)
 ~ .bdt-search-input {
 padding-left: 40px;
}
.bdt-search-default .bdt-search-icon-flip ~ .bdt-search-input {
 padding-right: 40px;
}
.bdt-search-navbar {
 width: 400px;
}
.bdt-search-navbar .bdt-search-input {
 height: 40px;
 background: transparent;
 font-size: 1.5rem;
}
.bdt-search-navbar .bdt-search-icon {
 width: 40px;
}
.bdt-search-navbar
 .bdt-search-icon:not(.bdt-search-icon-flip)
 ~ .bdt-search-input {
 padding-left: 40px;
}
.bdt-search-navbar .bdt-search-icon-flip ~ .bdt-search-input {
 padding-right: 40px;
}
.bdt-search-large {
 width: 500px;
}
.bdt-search-large .bdt-search-input {
 height: 80px;
 background: transparent;
 font-size: 2.625rem;
}
.bdt-search-large .bdt-search-icon {
 width: 80px;
}
.bdt-search-large
 .bdt-search-icon:not(.bdt-search-icon-flip)
 ~ .bdt-search-input {
 padding-left: 80px;
}
.bdt-search-large .bdt-search-icon-flip ~ .bdt-search-input {
 padding-right: 80px;
}
.bdt-search-toggle {
 color: #999;
}
.bdt-search-toggle:hover {
 color: #666;
}
.bdt-accordion {
 padding: 0;
 list-style: none;
}
.bdt-accordion > :nth-child(n + 2) {
 margin-top: 20px;
}
.bdt-accordion-title {
 display: block;
 font-size: 1.25rem;
 line-height: 1.4;
 color: #333;
}
.bdt-accordion-title:hover {
 color: #666;
 text-decoration: none;
}
.bdt-accordion-content {
 display: flow-root;
 margin-top: 20px;
}
.bdt-accordion-content > :last-child {
 margin-bottom: 0;
}
.bdt-drop {
 display: none;
 position: absolute;
 z-index: 1020;
 --bdt-position-offset: 20px;
 --bdt-position-viewport-offset: 15px;
 box-sizing: border-box;
 width: 300px;
}
.bdt-drop.bdt-open {
 display: block;
}
.bdt-drop-stack .bdt-drop-grid > * {
 width: 100% !important;
}
.bdt-dropdown {
 display: none;
 position: absolute;
 z-index: 1020;
 --bdt-position-offset: 10px;
 --bdt-position-viewport-offset: 15px;
 box-sizing: border-box;
 min-width: 200px;
 padding: 15px;
 background: #f8f8f8;
 color: #666;
}
.bdt-dropdown.bdt-open {
 display: block;
}
.bdt-dropdown > :last-child {
 margin-bottom: 0;
}
.bdt-dropdown-large {
 padding: 40px;
}
.bdt-dropdown-nav > li > a {
 color: #999;
}
.bdt-dropdown-nav > li > a:hover,
.bdt-dropdown-nav > li.bdt-active > a {
 color: #666;
}
.bdt-dropdown-nav .bdt-nav-subtitle {
 font-size: 0.875rem;
}
.bdt-dropdown-nav .bdt-nav-header {
 color: #333;
}
.bdt-dropdown-nav .bdt-nav-divider {
 border-top: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-dropdown-nav .bdt-nav-sub a {
 color: #999;
}
.bdt-dropdown-nav .bdt-nav-sub a:hover,
.bdt-dropdown-nav .bdt-nav-sub li.bdt-active > a {
 color: #666;
}
.bdt-dropdown-stack .bdt-dropdown-grid > * {
 width: 100% !important;
}
.bdt-dropbar {
 --bdt-position-offset: 0;
 --bdt-position-shift-offset: 0;
 --bdt-position-viewport-offset: 0;
 display: none;
 position: absolute;
 z-index: 1020;
 box-sizing: border-box;
 padding: 15px 15px 15px 15px;
 background: #f8f8f8;
 color: #666;
}
.bdt-dropbar.bdt-open {
 display: block;
}
.bdt-dropbar > :last-child {
 margin-bottom: 0;
}
@media (min-width: 640px) {
 .bdt-dropbar {
  padding-left: 30px;
  padding-right: 30px;
 }
}
@media (min-width: 960px) {
 .bdt-dropbar {
  padding-left: 40px;
  padding-right: 40px;
 }
}
.bdt-dropbar-large {
 padding-top: 40px;
 padding-bottom: 40px;
}
.bdt-modal {
 display: none;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1010;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 padding: 15px 15px;
 background: rgba(0, 0, 0, 0.6);
 opacity: 0;
 transition: opacity 0.15s linear;
}
@media (min-width: 640px) {
 .bdt-modal {
  padding: 50px 30px;
 }
}
@media (min-width: 960px) {
 .bdt-modal {
  padding-left: 40px;
  padding-right: 40px;
 }
}
.bdt-modal.bdt-open {
 opacity: 1;
}
.bdt-modal-page {
 overflow: hidden;
}
.bdt-modal-dialog {
 position: relative;
 box-sizing: border-box;
 margin: 0 auto;
 width: 600px;
 max-width: 100% !important;
 background: #fff;
 opacity: 0;
 transform: translateY(-100px);
 transition: 0.3s linear;
 transition-property: opacity, transform;
 border-radius: 3px;
}
.bdt-open > .bdt-modal-dialog {
 opacity: 1;
 transform: translateY(0);
}
.bdt-modal-container .bdt-modal-dialog {
 width: 1200px;
}
.bdt-modal-full {
 padding: 0;
 background: none;
}
.bdt-modal-full .bdt-modal-dialog {
 margin: 0;
 width: 100%;
 max-width: 100%;
 transform: translateY(0);
}
.bdt-modal-body {
 display: flow-root;
 padding: 20px 20px;
}
.bdt-modal-header {
 display: flow-root;
 padding: 10px 20px;
 background: #f8f8f8;
}
.bdt-modal-footer {
 display: flow-root;
 padding: 10px 20px;
 background: #f8f8f8;
}
@media (min-width: 640px) {
 .bdt-modal-body {
  padding: 30px 30px;
 }
 .bdt-modal-header {
  padding: 15px 30px;
 }
 .bdt-modal-footer {
  padding: 15px 30px;
 }
}
.bdt-modal-body > :last-child,
.bdt-modal-header > :last-child,
.bdt-modal-footer > :last-child {
 margin-bottom: 0;
}
.bdt-modal-title {
 font-size: 1.6rem;
 line-height: 1.3;
 font-weight: 400;
}
[class*="bdt-modal-close-"] {
 position: absolute;
 z-index: 1010;
 top: 10px;
 right: 10px;
 padding: 5px;
}
[class*="bdt-modal-close-"]:first-child + * {
 margin-top: 0;
}
.bdt-modal-close-outside {
 top: 0;
 right: -5px;
 transform: translate(0, -100%);
 color: #fff;
}
.bdt-modal-close-outside:hover {
 color: #fff;
}
@media (min-width: 960px) {
 .bdt-modal-close-outside {
  right: 0;
  transform: translate(100%, -100%);
 }
}
.bdt-slideshow {
 -webkit-tap-highlight-color: transparent;
}
.bdt-slideshow-items {
 position: relative;
 z-index: 0;
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
 -webkit-touch-callout: none;
 touch-action: pan-y;
}
.bdt-slideshow-items > * {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 overflow: hidden;
 will-change: transform, opacity;
}
.bdt-slideshow-items > :not(.bdt-active) {
 display: none;
}
.bdt-slider {
 -webkit-tap-highlight-color: transparent;
}
.bdt-slider-container {
 overflow: hidden;
}
.bdt-slider-container-offset {
 margin: -11px -25px -39px -25px;
 padding: 11px 25px 39px 25px;
}
.bdt-slider-items {
 will-change: transform;
 position: relative;
 touch-action: pan-y;
}
.bdt-slider-items:not(.bdt-grid) {
 display: flex;
 margin: 0;
 padding: 0;
 list-style: none;
 -webkit-touch-callout: none;
}
.bdt-slider-items.bdt-grid {
 flex-wrap: nowrap;
}
.bdt-slider-items > * {
 flex: none;
 max-width: 100%;
 position: relative;
}
.bdt-sticky {
 position: relative;
 z-index: 980;
 box-sizing: border-box;
}
.bdt-sticky-fixed {
 margin: 0 !important;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
.bdt-sticky[class*="bdt-animation-"] {
 animation-duration: 0.2s;
}
.bdt-sticky.bdt-animation-reverse {
 animation-duration: 0.2s;
}
.bdt-sticky-placeholder {
 pointer-events: none;
}
.bdt-offcanvas {
 display: none;
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 1000;
}
.bdt-offcanvas-flip .bdt-offcanvas {
 right: 0;
 left: auto;
}
.bdt-offcanvas-bar {
 position: absolute;
 top: 0;
 bottom: 0;
 left: -270px;
 box-sizing: border-box;
 width: 270px;
 padding: 20px 20px;
 background: #222;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}
@media (min-width: 640px) {
 .bdt-offcanvas-bar {
  left: -350px;
  width: 350px;
  padding: 30px 30px;
 }
}
.bdt-offcanvas-flip .bdt-offcanvas-bar {
 left: auto;
 right: -270px;
}
@media (min-width: 640px) {
 .bdt-offcanvas-flip .bdt-offcanvas-bar {
  right: -350px;
 }
}
.bdt-open > .bdt-offcanvas-bar {
 left: 0;
}
.bdt-offcanvas-flip .bdt-open > .bdt-offcanvas-bar {
 left: auto;
 right: 0;
}
.bdt-offcanvas-bar-animation {
 transition: left 0.3s ease-out;
}
.bdt-offcanvas-flip .bdt-offcanvas-bar-animation {
 transition-property: right;
}
.bdt-offcanvas-reveal {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 0;
 overflow: hidden;
 transition: width 0.3s ease-out;
}
.bdt-offcanvas-reveal .bdt-offcanvas-bar {
 left: 0;
}
.bdt-offcanvas-flip .bdt-offcanvas-reveal .bdt-offcanvas-bar {
 left: auto;
 right: 0;
}
.bdt-open > .bdt-offcanvas-reveal {
 width: 270px;
}
@media (min-width: 640px) {
 .bdt-open > .bdt-offcanvas-reveal {
  width: 350px;
 }
}
.bdt-offcanvas-flip .bdt-offcanvas-reveal {
 right: 0;
 left: auto;
}
.bdt-offcanvas-close {
 position: absolute;
 z-index: 1000;
 top: 5px;
 right: 5px;
 padding: 5px;
}
@media (min-width: 640px) {
 .bdt-offcanvas-close {
  top: 10px;
  right: 10px;
 }
}
.bdt-offcanvas-close:first-child + * {
 margin-top: 0;
}
.bdt-offcanvas-overlay {
 width: 100vw;
 touch-action: none;
}
.bdt-offcanvas-overlay::before {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: rgba(0, 0, 0, 0.1);
 opacity: 0;
 transition: opacity 0.15s linear;
}
.bdt-offcanvas-overlay.bdt-open::before {
 opacity: 1;
}
.bdt-offcanvas-page,
.bdt-offcanvas-container {
 overflow-x: hidden;
 overflow-x: clip;
}
.bdt-offcanvas-container {
 position: relative;
 left: 0;
 transition: left 0.3s ease-out;
 box-sizing: border-box;
 width: 100%;
}
:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation {
 left: 270px;
}
.bdt-offcanvas-flip.bdt-offcanvas-container-animation {
 left: -270px;
}
@media (min-width: 640px) {
 :not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation {
  left: 350px;
 }
 .bdt-offcanvas-flip.bdt-offcanvas-container-animation {
  left: -350px;
 }
}
.bdt-switcher {
 margin: 0;
 padding: 0;
 list-style: none;
}
.bdt-switcher > :not(.bdt-active) {
 display: none;
}
.bdt-switcher > * > :last-child {
 margin-bottom: 0;
}
.bdt-leader {
 overflow: hidden;
}
.bdt-leader-fill::after {
 display: inline-block;
 margin-left: 15px;
 width: 0;
 content: attr(data-fill);
 white-space: nowrap;
}
.bdt-leader-fill.bdt-leader-hide::after {
 display: none;
}
:root {
 --bdt-leader-fill-content: .;
}
.bdt-notification {
 position: fixed;
 top: 10px;
 left: 10px;
 z-index: 1040;
 box-sizing: border-box;
 width: 450px;
}
.bdt-notification-top-right,
.bdt-notification-bottom-right {
 left: auto;
 right: 10px;
}
.bdt-notification-top-center,
.bdt-notification-bottom-center {
 left: 50%;
 margin-left: -225px;
}
.bdt-notification-bottom-left,
.bdt-notification-bottom-right,
.bdt-notification-bottom-center {
 top: auto;
 bottom: 10px;
}
@media (max-width: 639px) {
 .bdt-notification {
  left: 10px;
  right: 10px;
  width: auto;
  margin: 0;
 }
}
.bdt-notification-message {
 position: relative;
 padding: 15px;
 background: #f8f8f8;
 color: #666;
 font-size: 1.25rem;
 line-height: 1.4;
 cursor: pointer;
}
* + .bdt-notification-message {
 margin-top: 10px;
}
.bdt-notification-close {
 display: none;
 position: absolute;
 top: 20px;
 right: 15px;
}
.bdt-notification-message:hover .bdt-notification-close {
 display: block;
}
.bdt-notification-message-primary {
 color: #1e87f0;
}
.bdt-notification-message-success {
 color: #32d296;
}
.bdt-notification-message-warning {
 color: #faa05a;
}
.bdt-notification-message-danger {
 color: #f0506e;
}
.bdt-tooltip {
 display: none;
 position: absolute;
 z-index: 1030;
 --bdt-position-offset: 10px;
 --bdt-position-viewport-offset: 10;
 top: 0;
 box-sizing: border-box;
 max-width: 200px;
 padding: 3px 6px;
 background: #666;
 border-radius: 2px;
 color: #fff;
 font-size: 12px;
}
.bdt-tooltip.bdt-active {
 display: block;
}
.bdt-sortable {
 position: relative;
}
.bdt-sortable > :last-child {
 margin-bottom: 0;
}
.bdt-sortable-drag {
 position: fixed !important;
 z-index: 1050 !important;
 pointer-events: none;
}
.bdt-sortable-placeholder {
 opacity: 0;
 pointer-events: none;
}
.bdt-sortable-empty {
 min-height: 50px;
}
.bdt-sortable-handle:hover {
 cursor: move;
}
.bdt-countdown-number {
 font-variant-numeric: tabular-nums;
 font-size: 2rem;
 line-height: 0.8;
}
@media (min-width: 640px) {
 .bdt-countdown-number {
  font-size: 4rem;
 }
}
@media (min-width: 960px) {
 .bdt-countdown-number {
  font-size: 6rem;
 }
}
.bdt-countdown-separator {
 font-size: 1rem;
 line-height: 1.6;
}
@media (min-width: 640px) {
 .bdt-countdown-separator {
  font-size: 2rem;
 }
}
@media (min-width: 960px) {
 .bdt-countdown-separator {
  font-size: 3rem;
 }
}
.bdt-grid {
 display: flex;
 flex-wrap: wrap;
 margin: 0;
 padding: 0;
 list-style: none;
}
.bdt-grid > * {
 margin: 0;
}
.bdt-grid > * > :last-child {
 margin-bottom: 0;
}
.bdt-grid {
 margin-left: -30px;
}
.bdt-grid > * {
 padding-left: 30px;
}
.bdt-grid + .bdt-grid,
.bdt-grid > .bdt-grid-margin,
* + .bdt-grid-margin {
 margin-top: 30px;
}
@media (min-width: 1200px) {
 .bdt-grid {
  margin-left: -40px;
 }
 .bdt-grid > * {
  padding-left: 40px;
 }
 .bdt-grid + .bdt-grid,
 .bdt-grid > .bdt-grid-margin,
 * + .bdt-grid-margin {
  margin-top: 40px;
 }
}
.bdt-grid-small,
.bdt-grid-column-small {
 margin-left: -15px;
}
.bdt-grid-small > *,
.bdt-grid-column-small > * {
 padding-left: 15px;
}
.bdt-grid + .bdt-grid-small,
.bdt-grid + .bdt-grid-row-small,
.bdt-grid-small > .bdt-grid-margin,
.bdt-grid-row-small > .bdt-grid-margin,
* + .bdt-grid-margin-small {
 margin-top: 15px;
}
.bdt-grid-medium,
.bdt-grid-column-medium {
 margin-left: -30px;
}
.bdt-grid-medium > *,
.bdt-grid-column-medium > * {
 padding-left: 30px;
}
.bdt-grid + .bdt-grid-medium,
.bdt-grid + .bdt-grid-row-medium,
.bdt-grid-medium > .bdt-grid-margin,
.bdt-grid-row-medium > .bdt-grid-margin,
* + .bdt-grid-margin-medium {
 margin-top: 30px;
}
.bdt-grid-large,
.bdt-grid-column-large {
 margin-left: -40px;
}
.bdt-grid-large > *,
.bdt-grid-column-large > * {
 padding-left: 40px;
}
.bdt-grid + .bdt-grid-large,
.bdt-grid + .bdt-grid-row-large,
.bdt-grid-large > .bdt-grid-margin,
.bdt-grid-row-large > .bdt-grid-margin,
* + .bdt-grid-margin-large {
 margin-top: 40px;
}
@media (min-width: 1200px) {
 .bdt-grid-large,
 .bdt-grid-column-large {
  margin-left: -70px;
 }
 .bdt-grid-large > *,
 .bdt-grid-column-large > * {
  padding-left: 70px;
 }
 .bdt-grid + .bdt-grid-large,
 .bdt-grid + .bdt-grid-row-large,
 .bdt-grid-large > .bdt-grid-margin,
 .bdt-grid-row-large > .bdt-grid-margin,
 * + .bdt-grid-margin-large {
  margin-top: 70px;
 }
}
.bdt-grid-collapse,
.bdt-grid-column-collapse {
 margin-left: 0;
}
.bdt-grid-collapse > *,
.bdt-grid-column-collapse > * {
 padding-left: 0;
}
.bdt-grid + .bdt-grid-collapse,
.bdt-grid + .bdt-grid-row-collapse,
.bdt-grid-collapse > .bdt-grid-margin,
.bdt-grid-row-collapse > .bdt-grid-margin {
 margin-top: 0;
}
.bdt-grid-divider > * {
 position: relative;
}
.bdt-grid-divider > :not(.bdt-first-column)::before {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 border-left: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-grid-divider.bdt-grid-stack > .bdt-grid-margin::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 border-top: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-grid-divider {
 margin-left: -60px;
}
.bdt-grid-divider > * {
 padding-left: 60px;
}
.bdt-grid-divider > :not(.bdt-first-column)::before {
 left: 30px;
}
.bdt-grid-divider.bdt-grid-stack > .bdt-grid-margin {
 margin-top: 60px;
}
.bdt-grid-divider.bdt-grid-stack > .bdt-grid-margin::before {
 top: -30px;
 left: 60px;
}
@media (min-width: 1200px) {
 .bdt-grid-divider {
  margin-left: -80px;
 }
 .bdt-grid-divider > * {
  padding-left: 80px;
 }
 .bdt-grid-divider > :not(.bdt-first-column)::before {
  left: 40px;
 }
 .bdt-grid-divider.bdt-grid-stack > .bdt-grid-margin {
  margin-top: 80px;
 }
 .bdt-grid-divider.bdt-grid-stack > .bdt-grid-margin::before {
  top: -40px;
  left: 80px;
 }
}
.bdt-grid-divider.bdt-grid-small,
.bdt-grid-divider.bdt-grid-column-small {
 margin-left: -30px;
}
.bdt-grid-divider.bdt-grid-small > *,
.bdt-grid-divider.bdt-grid-column-small > * {
 padding-left: 30px;
}
.bdt-grid-divider.bdt-grid-small > :not(.bdt-first-column)::before,
.bdt-grid-divider.bdt-grid-column-small > :not(.bdt-first-column)::before {
 left: 15px;
}
.bdt-grid-divider.bdt-grid-small.bdt-grid-stack > .bdt-grid-margin,
.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack > .bdt-grid-margin {
 margin-top: 30px;
}
.bdt-grid-divider.bdt-grid-small.bdt-grid-stack > .bdt-grid-margin::before {
 top: -15px;
 left: 30px;
}
.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack > .bdt-grid-margin::before {
 top: -15px;
}
.bdt-grid-divider.bdt-grid-column-small.bdt-grid-stack
 > .bdt-grid-margin::before {
 left: 30px;
}
.bdt-grid-divider.bdt-grid-medium,
.bdt-grid-divider.bdt-grid-column-medium {
 margin-left: -60px;
}
.bdt-grid-divider.bdt-grid-medium > *,
.bdt-grid-divider.bdt-grid-column-medium > * {
 padding-left: 60px;
}
.bdt-grid-divider.bdt-grid-medium > :not(.bdt-first-column)::before,
.bdt-grid-divider.bdt-grid-column-medium > :not(.bdt-first-column)::before {
 left: 30px;
}
.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack > .bdt-grid-margin,
.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack > .bdt-grid-margin {
 margin-top: 60px;
}
.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack > .bdt-grid-margin::before {
 top: -30px;
 left: 60px;
}
.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack
 > .bdt-grid-margin::before {
 top: -30px;
}
.bdt-grid-divider.bdt-grid-column-medium.bdt-grid-stack
 > .bdt-grid-margin::before {
 left: 60px;
}
.bdt-grid-divider.bdt-grid-large,
.bdt-grid-divider.bdt-grid-column-large {
 margin-left: -80px;
}
.bdt-grid-divider.bdt-grid-large > *,
.bdt-grid-divider.bdt-grid-column-large > * {
 padding-left: 80px;
}
.bdt-grid-divider.bdt-grid-large > :not(.bdt-first-column)::before,
.bdt-grid-divider.bdt-grid-column-large > :not(.bdt-first-column)::before {
 left: 40px;
}
.bdt-grid-divider.bdt-grid-large.bdt-grid-stack > .bdt-grid-margin,
.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack > .bdt-grid-margin {
 margin-top: 80px;
}
.bdt-grid-divider.bdt-grid-large.bdt-grid-stack > .bdt-grid-margin::before {
 top: -40px;
 left: 80px;
}
.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack > .bdt-grid-margin::before {
 top: -40px;
}
.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack
 > .bdt-grid-margin::before {
 left: 80px;
}
@media (min-width: 1200px) {
 .bdt-grid-divider.bdt-grid-large,
 .bdt-grid-divider.bdt-grid-column-large {
  margin-left: -140px;
 }
 .bdt-grid-divider.bdt-grid-large > *,
 .bdt-grid-divider.bdt-grid-column-large > * {
  padding-left: 140px;
 }
 .bdt-grid-divider.bdt-grid-large > :not(.bdt-first-column)::before,
 .bdt-grid-divider.bdt-grid-column-large > :not(.bdt-first-column)::before {
  left: 70px;
 }
 .bdt-grid-divider.bdt-grid-large.bdt-grid-stack > .bdt-grid-margin,
 .bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack > .bdt-grid-margin {
  margin-top: 140px;
 }
 .bdt-grid-divider.bdt-grid-large.bdt-grid-stack > .bdt-grid-margin::before {
  top: -70px;
  left: 140px;
 }
 .bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack
  > .bdt-grid-margin::before {
  top: -70px;
 }
 .bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack
  > .bdt-grid-margin::before {
  left: 140px;
 }
}
.bdt-grid-match > *,
.bdt-grid-item-match {
 display: flex;
 flex-wrap: wrap;
}
.bdt-grid-match > * > :not([class*="bdt-width"]),
.bdt-grid-item-match > :not([class*="bdt-width"]) {
 box-sizing: border-box;
 width: 100%;
 flex: auto;
}
.bdt-nav,
.bdt-nav ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.bdt-nav li > a {
 display: flex;
 align-items: center;
 column-gap: 0.25em;
 text-decoration: none;
}
.bdt-nav > li > a {
 padding: 5px 0;
}
ul.bdt-nav-sub {
 padding: 5px 0 5px 15px;
}
.bdt-nav-sub ul {
 padding-left: 15px;
}
.bdt-nav-sub a {
 padding: 2px 0;
}
.bdt-nav-parent-icon {
 margin-left: auto;
}
.bdt-nav > li > a[aria-expanded="true"] .bdt-nav-parent-icon {
 transform: rotate(180deg);
}
.bdt-nav-header {
 padding: 5px 0;
 text-transform: uppercase;
 font-size: 0.875rem;
}
.bdt-nav-header:not(:first-child) {
 margin-top: 20px;
}
.bdt-nav .bdt-nav-divider {
 margin: 5px 0;
}
.bdt-nav-default {
 font-size: 16px;
 line-height: 1.5;
}
.bdt-nav-default > li > a {
 color: #999;
}
.bdt-nav-default > li > a:hover {
 color: #666;
}
.bdt-nav-default > li.bdt-active > a {
 color: #333;
}
.bdt-nav-default .bdt-nav-subtitle {
 font-size: 0.875rem;
}
.bdt-nav-default .bdt-nav-header {
 color: #333;
}
.bdt-nav-default .bdt-nav-divider {
 border-top: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-nav-default .bdt-nav-sub {
 font-size: 16px;
 line-height: 1.5;
}
.bdt-nav-default .bdt-nav-sub a {
 color: #999;
}
.bdt-nav-default .bdt-nav-sub a:hover {
 color: #666;
}
.bdt-nav-default .bdt-nav-sub li.bdt-active > a {
 color: #333;
}
.bdt-nav-primary {
 font-size: 1.5rem;
 line-height: 1.5;
}
.bdt-nav-primary > li > a {
 color: #999;
}
.bdt-nav-primary > li > a:hover {
 color: #666;
}
.bdt-nav-primary > li.bdt-active > a {
 color: #333;
}
.bdt-nav-primary .bdt-nav-subtitle {
 font-size: 1.25rem;
}
.bdt-nav-primary .bdt-nav-header {
 color: #333;
}
.bdt-nav-primary .bdt-nav-divider {
 border-top: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-nav-primary .bdt-nav-sub {
 font-size: 1.25rem;
 line-height: 1.5;
}
.bdt-nav-primary .bdt-nav-sub a {
 color: #999;
}
.bdt-nav-primary .bdt-nav-sub a:hover {
 color: #666;
}
.bdt-nav-primary .bdt-nav-sub li.bdt-active > a {
 color: #333;
}
.bdt-nav-secondary {
 font-size: 16px;
 line-height: 1.5;
}
.bdt-nav-secondary > li > a {
 color: #333;
}
.bdt-nav-secondary > li > a:hover {
 color: #333;
}
.bdt-nav-secondary > li.bdt-active > a {
 color: #333;
}
.bdt-nav-secondary .bdt-nav-subtitle {
 font-size: 0.875rem;
 color: #999;
}
.bdt-nav-secondary > li > a:hover .bdt-nav-subtitle {
 color: #666;
}
.bdt-nav-secondary > li.bdt-active > a .bdt-nav-subtitle {
 color: #333;
}
.bdt-nav-secondary .bdt-nav-header {
 color: #333;
}
.bdt-nav-secondary .bdt-nav-divider {
 border-top: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-nav-secondary .bdt-nav-sub {
 font-size: 0.875rem;
 line-height: 1.5;
}
.bdt-nav-secondary .bdt-nav-sub a {
 color: #999;
}
.bdt-nav-secondary .bdt-nav-sub a:hover {
 color: #666;
}
.bdt-nav-secondary .bdt-nav-sub li.bdt-active > a {
 color: #333;
}
.bdt-nav-center {
 text-align: center;
}
.bdt-nav-center li > a {
 justify-content: center;
}
.bdt-nav-center .bdt-nav-sub,
.bdt-nav-center .bdt-nav-sub ul {
 padding-left: 0;
}
.bdt-nav-center .bdt-nav-parent-icon {
 margin-left: 4px;
}
.bdt-nav.bdt-nav-divider
 > :not(.bdt-nav-header, .bdt-nav-divider)
 + :not(.bdt-nav-header, .bdt-nav-divider) {
 margin-top: 5px;
 padding-top: 5px;
 border-top: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-navbar {
 display: flex;
 position: relative;
}
.bdt-navbar-container:not(.bdt-navbar-transparent) {
 background: #f8f8f8;
}
.bdt-navbar-left,
.bdt-navbar-right,
[class*="bdt-navbar-center"] {
 display: flex;
 gap: 0;
 align-items: center;
}
.bdt-navbar-right {
 margin-left: auto;
}
.bdt-navbar-center:only-child {
 margin-left: auto;
 margin-right: auto;
 position: relative;
}
.bdt-navbar-center:not(:only-child) {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: max-content;
 box-sizing: border-box;
 z-index: 990;
}
.bdt-navbar-center-left,
.bdt-navbar-center-right {
 position: absolute;
 top: 0;
}
.bdt-navbar-center-left {
 right: calc(100% + 0px);
}
.bdt-navbar-center-right {
 left: calc(100% + 0px);
}
[class*="bdt-navbar-center-"] {
 width: max-content;
 box-sizing: border-box;
}
.bdt-navbar-nav {
 display: flex;
 gap: 0;
 margin: 0;
 padding: 0;
 list-style: none;
}
.bdt-navbar-left,
.bdt-navbar-right,
.bdt-navbar-center:only-child {
 flex-wrap: wrap;
}
.bdt-navbar-nav > li > a,
.bdt-navbar-item,
.bdt-navbar-toggle {
 display: flex;
 justify-content: center;
 align-items: center;
 column-gap: 0.25em;
 box-sizing: border-box;
 min-height: 80px;
 font-size: 16px;
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 text-decoration: none;
}
.bdt-navbar-nav > li > a {
 padding: 0 15px;
 color: #999;
}
.bdt-navbar-nav > li:hover > a,
.bdt-navbar-nav > li > a[aria-expanded="true"] {
 color: #666;
}
.bdt-navbar-nav > li > a:active {
 color: #333;
}
.bdt-navbar-nav > li.bdt-active > a {
 color: #333;
}
.bdt-navbar-parent-icon {
 margin-left: 4px;
}
.bdt-navbar-nav > li > a[aria-expanded="true"] .bdt-navbar-parent-icon {
 transform: rotate(180deg);
}
.bdt-navbar-item {
 padding: 0 15px;
 color: #666;
}
.bdt-navbar-item > :last-child {
 margin-bottom: 0;
}
.bdt-navbar-toggle {
 padding: 0 15px;
 color: #999;
}
.bdt-navbar-toggle:hover,
.bdt-navbar-toggle[aria-expanded="true"] {
 color: #666;
 text-decoration: none;
}
.bdt-navbar-subtitle {
 font-size: 0.875rem;
}
.bdt-navbar-justify .bdt-navbar-left,
.bdt-navbar-justify .bdt-navbar-right,
.bdt-navbar-justify .bdt-navbar-nav,
.bdt-navbar-justify .bdt-navbar-nav > li,
.bdt-navbar-justify .bdt-navbar-item,
.bdt-navbar-justify .bdt-navbar-toggle {
 flex-grow: 1;
}
.bdt-navbar-dropdown {
 display: none;
 position: absolute;
 z-index: 1020;
 --bdt-position-offset: 0;
 --bdt-position-shift-offset: 0;
 --bdt-position-viewport-offset: 15px;
 box-sizing: border-box;
 width: 200px;
 padding: 15px;
 background: #f8f8f8;
 color: #666;
}
.bdt-navbar-dropdown.bdt-open {
 display: block;
}
.bdt-navbar-dropdown > :last-child {
 margin-bottom: 0;
}
.bdt-navbar-dropdown-grid {
 margin-left: -30px;
}
.bdt-navbar-dropdown-grid > * {
 padding-left: 30px;
}
.bdt-navbar-dropdown-grid > .bdt-grid-margin {
 margin-top: 30px;
}
.bdt-navbar-dropdown-stack .bdt-navbar-dropdown-grid > * {
 width: 100% !important;
}
.bdt-navbar-dropdown-width-2:not(.bdt-navbar-dropdown-stack) {
 width: 400px;
}
.bdt-navbar-dropdown-width-3:not(.bdt-navbar-dropdown-stack) {
 width: 600px;
}
.bdt-navbar-dropdown-width-4:not(.bdt-navbar-dropdown-stack) {
 width: 800px;
}
.bdt-navbar-dropdown-width-5:not(.bdt-navbar-dropdown-stack) {
 width: 1000px;
}
.bdt-navbar-dropdown-large {
 --bdt-position-shift-offset: 0;
 padding: 40px;
}
.bdt-navbar-dropdown-dropbar {
 width: auto;
 background: transparent;
 padding: 15px 0 15px 0;
 --bdt-position-offset: 0;
 --bdt-position-shift-offset: 0;
 --bdt-position-viewport-offset: 15px;
}
@media (min-width: 640px) {
 .bdt-navbar-dropdown-dropbar {
  --bdt-position-viewport-offset: 30px;
 }
}
@media (min-width: 960px) {
 .bdt-navbar-dropdown-dropbar {
  --bdt-position-viewport-offset: 40px;
 }
}
.bdt-navbar-dropdown-dropbar-large {
 --bdt-position-shift-offset: 0;
 padding-top: 40px;
 padding-bottom: 40px;
}
.bdt-navbar-dropdown-nav > li > a {
 color: #999;
}
.bdt-navbar-dropdown-nav > li > a:hover {
 color: #666;
}
.bdt-navbar-dropdown-nav > li.bdt-active > a {
 color: #333;
}
.bdt-navbar-dropdown-nav .bdt-nav-subtitle {
 font-size: 0.875rem;
}
.bdt-navbar-dropdown-nav .bdt-nav-header {
 color: #333;
}
.bdt-navbar-dropdown-nav .bdt-nav-divider {
 border-top: 1px solid rgba(214, 214, 214, 0.49);
}
.bdt-navbar-dropdown-nav .bdt-nav-sub a {
 color: #999;
}
.bdt-navbar-dropdown-nav .bdt-nav-sub a:hover {
 color: #666;
}
.bdt-navbar-dropdown-nav .bdt-nav-sub li.bdt-active > a {
 color: #333;
}
.bdt-navbar-dropbar {
 display: block !important;
 z-index: 980;
 padding: 0;
 left: 0;
 right: 0;
}
.bdt-subnav {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 margin-left: -20px;
 padding: 0;
 list-style: none;
}
.bdt-subnav > * {
 flex: none;
 padding-left: 20px;
 position: relative;
}
.bdt-subnav > * > :first-child {
 display: flex;
 align-items: center;
 column-gap: 0.25em;
 color: #999;
}
.bdt-subnav > * > a:hover {
 color: #666;
 text-decoration: none;
}
.bdt-subnav > .bdt-active > a {
 color: #333;
}
.bdt-subnav-divider {
 margin-left: -41px;
}
.bdt-subnav-divider > * {
 display: flex;
 align-items: center;
}
.bdt-subnav-divider > ::before {
 content: "";
 height: 1.5em;
 margin-left: 0;
 margin-right: 20px;
 border-left: 1px solid transparent;
}
.bdt-subnav-divider > :nth-child(n + 2):not(.bdt-first-column)::before {
 border-left-color: rgba(214, 214, 214, 0.49);
}
.bdt-subnav-pill > * > :first-child {
 padding: 5px 10px;
 background: transparent;
 color: #999;
}
.bdt-subnav-pill > * > a:hover {
 background-color: #f8f8f8;
 color: #666;
}
.bdt-subnav-pill > * > a:active {
 background-color: #f8f8f8;
 color: #666;
}
.bdt-subnav-pill > .bdt-active > a {
 background-color: #1e87f0;
 color: #fff;
}
.bdt-subnav > .bdt-disabled > a {
 color: #999;
}
.bdt-breadcrumb {
 padding: 0;
 list-style: none;
}
.bdt-breadcrumb > * {
 display: contents;
}
.bdt-breadcrumb > * > * {
 font-size: 0.875rem;
 color: #999;
}
.bdt-breadcrumb > * > :hover {
 color: #666;
 text-decoration: none;
}
.bdt-breadcrumb > :last-child > span,
.bdt-breadcrumb > :last-child > a:not([href]) {
 color: #666;
}
.bdt-breadcrumb > :nth-child(n + 2):not(.bdt-first-column)::before {
 content: "/";
 display: inline-block;
 margin: 0 20px 0 calc(20px - 4px);
 font-size: 0.875rem;
 color: #999;
}
.bdt-pagination {
 display: flex;
 flex-wrap: wrap;
 margin-left: 0;
 padding: 0;
 list-style: none;
}
.bdt-pagination > * {
 flex: none;
 padding-left: 0;
 position: relative;
}
.bdt-pagination > * > * {
 display: block;
 padding: 5px 10px;
 color: #999;
}
.bdt-pagination > * > :hover {
 color: #666;
 text-decoration: none;
}
.bdt-pagination > .bdt-active > * {
 color: #666;
}
.bdt-pagination > .bdt-disabled > * {
 color: #999;
}
.bdt-tab {
 display: flex;
 flex-wrap: wrap;
 margin-left: -20px;
 padding: 0;
 list-style: none;
}
.bdt-tab > * {
 flex: none;
 padding-left: 20px;
 position: relative;
}
.bdt-tab > * > a {
 display: flex;
 align-items: center;
 column-gap: 0.25em;
 justify-content: center;
 padding: 10px 15px;
 color: #999;
}
.bdt-tab > * > a:hover {
 color: #666;
 text-decoration: none;
}
.bdt-tab > .bdt-active > a {
 color: #333;
}
.bdt-tab > .bdt-disabled > a {
 color: #999;
}
.bdt-tab-left,
.bdt-tab-right {
 flex-direction: column;
 margin-left: 0;
}
.bdt-tab-left > *,
.bdt-tab-right > * {
 padding-left: 0;
}
.bdt-tab-left > * > a {
 justify-content: left;
}
.bdt-tab-right > * > a {
 justify-content: left;
}
.bdt-slidenav {
 padding: 5px 10px;
 color: rgba(102, 102, 102, 0.5);
}
.bdt-slidenav:hover {
 color: rgba(102, 102, 102, 0.9);
}
.bdt-slidenav:active {
 color: rgba(102, 102, 102, 0.5);
}
.bdt-slidenav-large {
 padding: 10px 10px;
}
.bdt-slidenav-container {
 display: flex;
}
.bdt-dotnav {
 display: flex;
 flex-wrap: wrap;
 margin: 0;
 padding: 0;
 list-style: none;
 margin-left: -12px;
}
.bdt-dotnav > * {
 flex: none;
 padding-left: 12px;
}
.bdt-dotnav > * > * {
 display: block;
 box-sizing: border-box;
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background: rgba(102, 102, 102, 0.2);
 text-indent: 100%;
 overflow: hidden;
 white-space: nowrap;
}
.bdt-dotnav > * > :hover {
 background-color: rgba(102, 102, 102, 0.6);
}
.bdt-dotnav > * > :active {
 background-color: rgba(102, 102, 102, 0.2);
}
.bdt-dotnav > .bdt-active > * {
 background-color: rgba(102, 102, 102, 0.6);
}
.bdt-dotnav-vertical {
 flex-direction: column;
 margin-left: 0;
 margin-top: -12px;
}
.bdt-dotnav-vertical > * {
 padding-left: 0;
 padding-top: 12px;
}
.bdt-thumbnav {
 display: flex;
 flex-wrap: wrap;
 margin: 0;
 padding: 0;
 list-style: none;
 margin-left: -15px;
}
.bdt-thumbnav > * {
 padding-left: 15px;
}
.bdt-thumbnav > * > * {
 display: inline-block;
}
.bdt-thumbnav-vertical {
 flex-direction: column;
 margin-left: 0;
 margin-top: -15px;
}
.bdt-thumbnav-vertical > * {
 padding-left: 0;
 padding-top: 15px;
}
.bdt-iconnav {
 display: flex;
 flex-wrap: wrap;
 margin: 0;
 padding: 0;
 list-style: none;
 margin-left: -10px;
}
.bdt-iconnav > * {
 padding-left: 10px;
}
.bdt-iconnav > * > a {
 display: flex;
 align-items: center;
 column-gap: 0.25em;
 line-height: 0;
 color: #999;
 text-decoration: none;
}
.bdt-iconnav > * > a:hover {
 color: #666;
}
.bdt-iconnav > .bdt-active > a {
 color: #666;
}
.bdt-iconnav-vertical {
 flex-direction: column;
 margin-left: 0;
 margin-top: -10px;
}
.bdt-iconnav-vertical > * {
 padding-left: 0;
 padding-top: 10px;
}
.bdt-lightbox {
 display: none;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1010;
 background: #000;
 opacity: 0;
 transition: opacity 0.15s linear;
 touch-action: pinch-zoom;
}
.bdt-lightbox.bdt-open {
 display: block;
 opacity: 1;
}
.bdt-lightbox :focus {
 outline-color: rgba(255, 255, 255, 0.7);
}
.bdt-lightbox :focus-visible {
 outline-color: rgba(255, 255, 255, 0.7);
}
.bdt-lightbox-page {
 overflow: hidden;
}
.bdt-lightbox-items > * {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 display: none;
 justify-content: center;
 align-items: center;
 color: rgba(255, 255, 255, 0.7);
 will-change: transform, opacity;
}
.bdt-lightbox-items > * > * {
 max-width: 100vw;
 max-height: 100vh;
}
.bdt-lightbox-items > * > :not(iframe) {
 width: auto;
 height: auto;
}
.bdt-lightbox-items > .bdt-active {
 display: flex;
}
.bdt-lightbox-toolbar {
 padding: 10px 10px;
 background: rgba(0, 0, 0, 0.3);
 color: rgba(255, 255, 255, 0.7);
}
.bdt-lightbox-toolbar > * {
 color: rgba(255, 255, 255, 0.7);
}
.bdt-lightbox-toolbar-icon {
 padding: 5px;
 color: rgba(255, 255, 255, 0.7);
}
.bdt-lightbox-toolbar-icon:hover {
 color: #fff;
}
.bdt-lightbox-button {
 box-sizing: border-box;
 width: 50px;
 height: 50px;
 background: rgba(0, 0, 0, 0.3);
 color: rgba(255, 255, 255, 0.7);
 display: inline-flex;
 justify-content: center;
 align-items: center;
}
.bdt-lightbox-button:hover {
 color: #fff;
}
.bdt-lightbox-caption:empty {
 display: none;
}
.bdt-lightbox-iframe {
 width: 80%;
 height: 80%;
}
[class*="bdt-animation-"] {
 animation: 0.5s ease-out both;
}
.bdt-animation-fade {
 animation-name: bdt-fade;
 animation-duration: 0.8s;
 animation-timing-function: linear;
}
.bdt-animation-scale-up {
 animation-name: bdt-fade, bdt-scale-up;
}
.bdt-animation-scale-down {
 animation-name: bdt-fade, bdt-scale-down;
}
.bdt-animation-slide-top {
 animation-name: bdt-fade, bdt-slide-top;
}
.bdt-animation-slide-bottom {
 animation-name: bdt-fade, bdt-slide-bottom;
}
.bdt-animation-slide-left {
 animation-name: bdt-fade, bdt-slide-left;
}
.bdt-animation-slide-right {
 animation-name: bdt-fade, bdt-slide-right;
}
.bdt-animation-slide-top-small {
 animation-name: bdt-fade, bdt-slide-top-small;
}
.bdt-animation-slide-bottom-small {
 animation-name: bdt-fade, bdt-slide-bottom-small;
}
.bdt-animation-slide-left-small {
 animation-name: bdt-fade, bdt-slide-left-small;
}
.bdt-animation-slide-right-small {
 animation-name: bdt-fade, bdt-slide-right-small;
}
.bdt-animation-slide-top-medium {
 animation-name: bdt-fade, bdt-slide-top-medium;
}
.bdt-animation-slide-bottom-medium {
 animation-name: bdt-fade, bdt-slide-bottom-medium;
}
.bdt-animation-slide-left-medium {
 animation-name: bdt-fade, bdt-slide-left-medium;
}
.bdt-animation-slide-right-medium {
 animation-name: bdt-fade, bdt-slide-right-medium;
}
.bdt-animation-kenburns {
 animation-name: bdt-kenburns;
 animation-duration: 15s;
}
.bdt-animation-shake {
 animation-name: bdt-shake;
}
.bdt-animation-stroke {
 animation-name: bdt-stroke;
 animation-duration: 2s;
 stroke-dasharray: var(--bdt-animation-stroke);
}
.bdt-animation-reverse {
 animation-direction: reverse;
 animation-timing-function: ease-in;
}
.bdt-animation-fast {
 animation-duration: 0.1s;
}
.bdt-animation-toggle:not(:hover):not(:focus) [class*="bdt-animation-"] {
 animation-name: none;
}
@keyframes bdt-fade {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes bdt-scale-up {
 0% {
  transform: scale(0.9);
 }
 100% {
  transform: scale(1);
 }
}
@keyframes bdt-scale-down {
 0% {
  transform: scale(1.1);
 }
 100% {
  transform: scale(1);
 }
}
@keyframes bdt-slide-top {
 0% {
  transform: translateY(-100%);
 }
 100% {
  transform: translateY(0);
 }
}
@keyframes bdt-slide-bottom {
 0% {
  transform: translateY(100%);
 }
 100% {
  transform: translateY(0);
 }
}
@keyframes bdt-slide-left {
 0% {
  transform: translateX(-100%);
 }
 100% {
  transform: translateX(0);
 }
}
@keyframes bdt-slide-right {
 0% {
  transform: translateX(100%);
 }
 100% {
  transform: translateX(0);
 }
}
@keyframes bdt-slide-top-small {
 0% {
  transform: translateY(-10px);
 }
 100% {
  transform: translateY(0);
 }
}
@keyframes bdt-slide-bottom-small {
 0% {
  transform: translateY(10px);
 }
 100% {
  transform: translateY(0);
 }
}
@keyframes bdt-slide-left-small {
 0% {
  transform: translateX(-10px);
 }
 100% {
  transform: translateX(0);
 }
}
@keyframes bdt-slide-right-small {
 0% {
  transform: translateX(10px);
 }
 100% {
  transform: translateX(0);
 }
}
@keyframes bdt-slide-top-medium {
 0% {
  transform: translateY(-50px);
 }
 100% {
  transform: translateY(0);
 }
}
@keyframes bdt-slide-bottom-medium {
 0% {
  transform: translateY(50px);
 }
 100% {
  transform: translateY(0);
 }
}
@keyframes bdt-slide-left-medium {
 0% {
  transform: translateX(-50px);
 }
 100% {
  transform: translateX(0);
 }
}
@keyframes bdt-slide-right-medium {
 0% {
  transform: translateX(50px);
 }
 100% {
  transform: translateX(0);
 }
}
@keyframes bdt-kenburns {
 0% {
  transform: scale(1);
 }
 100% {
  transform: scale(1.2);
 }
}
@keyframes bdt-shake {
 0%,
 100% {
  transform: translateX(0);
 }
 10% {
  transform: translateX(-9px);
 }
 20% {
  transform: translateX(8px);
 }
 30% {
  transform: translateX(-7px);
 }
 40% {
  transform: translateX(6px);
 }
 50% {
  transform: translateX(-5px);
 }
 60% {
  transform: translateX(4px);
 }
 70% {
  transform: translateX(-3px);
 }
 80% {
  transform: translateX(2px);
 }
 90% {
  transform: translateX(-1px);
 }
}
@keyframes bdt-stroke {
 0% {
  stroke-dashoffset: var(--bdt-animation-stroke);
 }
 100% {
  stroke-dashoffset: 0;
 }
}
[class*="bdt-child-width"] > * {
 box-sizing: border-box;
 width: 100%;
}
.bdt-child-width-1-2 > * {
 width: 50%;
}
.bdt-child-width-1-3 > * {
 width: calc(100% * 1 / 3.001);
}
.bdt-child-width-1-4 > * {
 width: 25%;
}
.bdt-child-width-1-5 > * {
 width: 20%;
}
.bdt-child-width-1-6 > * {
 width: calc(100% * 1 / 6.001);
}
.bdt-child-width-auto > * {
 width: auto;
}
.bdt-child-width-expand > :not([class*="bdt-width"]) {
 flex: 1;
 min-width: 1px;
}
@media (min-width: 640px) {
 .bdt-child-width-1-1\@s > * {
  width: 100%;
 }
 .bdt-child-width-1-2\@s > * {
  width: 50%;
 }
 .bdt-child-width-1-3\@s > * {
  width: calc(100% * 1 / 3.001);
 }
 .bdt-child-width-1-4\@s > * {
  width: 25%;
 }
 .bdt-child-width-1-5\@s > * {
  width: 20%;
 }
 .bdt-child-width-1-6\@s > * {
  width: calc(100% * 1 / 6.001);
 }
 .bdt-child-width-auto\@s > * {
  width: auto;
 }
 .bdt-child-width-expand\@s > :not([class*="bdt-width"]) {
  flex: 1;
  min-width: 1px;
 }
}
@media (min-width: 960px) {
 .bdt-child-width-1-1\@m > * {
  width: 100%;
 }
 .bdt-child-width-1-2\@m > * {
  width: 50%;
 }
 .bdt-child-width-1-3\@m > * {
  width: calc(100% * 1 / 3.001);
 }
 .bdt-child-width-1-4\@m > * {
  width: 25%;
 }
 .bdt-child-width-1-5\@m > * {
  width: 20%;
 }
 .bdt-child-width-1-6\@m > * {
  width: calc(100% * 1 / 6.001);
 }
 .bdt-child-width-auto\@m > * {
  width: auto;
 }
 .bdt-child-width-expand\@m > :not([class*="bdt-width"]) {
  flex: 1;
  min-width: 1px;
 }
}
@media (min-width: 1200px) {
 .bdt-child-width-1-1\@l > * {
  width: 100%;
 }
 .bdt-child-width-1-2\@l > * {
  width: 50%;
 }
 .bdt-child-width-1-3\@l > * {
  width: calc(100% * 1 / 3.001);
 }
 .bdt-child-width-1-4\@l > * {
  width: 25%;
 }
 .bdt-child-width-1-5\@l > * {
  width: 20%;
 }
 .bdt-child-width-1-6\@l > * {
  width: calc(100% * 1 / 6.001);
 }
 .bdt-child-width-auto\@l > * {
  width: auto;
 }
 .bdt-child-width-expand\@l > :not([class*="bdt-width"]) {
  flex: 1;
  min-width: 1px;
 }
}
@media (min-width: 1600px) {
 .bdt-child-width-1-1\@xl > * {
  width: 100%;
 }
 .bdt-child-width-1-2\@xl > * {
  width: 50%;
 }
 .bdt-child-width-1-3\@xl > * {
  width: calc(100% * 1 / 3.001);
 }
 .bdt-child-width-1-4\@xl > * {
  width: 25%;
 }
 .bdt-child-width-1-5\@xl > * {
  width: 20%;
 }
 .bdt-child-width-1-6\@xl > * {
  width: calc(100% * 1 / 6.001);
 }
 .bdt-child-width-auto\@xl > * {
  width: auto;
 }
 .bdt-child-width-expand\@xl > :not([class*="bdt-width"]) {
  flex: 1;
  min-width: 1px;
 }
}
[class*="bdt-width"] {
 box-sizing: border-box;
 width: 100%;
 max-width: 100%;
}
.bdt-width-1-2 {
 width: 50%;
}
.bdt-width-1-3 {
 width: calc(100% * 1 / 3.001);
}
.bdt-width-2-3 {
 width: calc(100% * 2 / 3.001);
}
.bdt-width-1-4 {
 width: 25%;
}
.bdt-width-3-4 {
 width: 75%;
}
.bdt-width-1-5 {
 width: 20%;
}
.bdt-width-2-5 {
 width: 40%;
}
.bdt-width-3-5 {
 width: 60%;
}
.bdt-width-4-5 {
 width: 80%;
}
.bdt-width-1-6 {
 width: calc(100% * 1 / 6.001);
}
.bdt-width-5-6 {
 width: calc(100% * 5 / 6.001);
}
.bdt-width-small {
 width: 150px;
}
.bdt-width-medium {
 width: 300px;
}
.bdt-width-large {
 width: 450px;
}
.bdt-width-xlarge {
 width: 600px;
}
.bdt-width-2xlarge {
 width: 750px;
}
.bdt-width-auto {
 width: auto;
}
.bdt-width-expand {
 flex: 1;
 min-width: 1px;
}
@media (min-width: 640px) {
 .bdt-width-1-1\@s {
  width: 100%;
 }
 .bdt-width-1-2\@s {
  width: 50%;
 }
 .bdt-width-1-3\@s {
  width: calc(100% * 1 / 3.001);
 }
 .bdt-width-2-3\@s {
  width: calc(100% * 2 / 3.001);
 }
 .bdt-width-1-4\@s {
  width: 25%;
 }
 .bdt-width-3-4\@s {
  width: 75%;
 }
 .bdt-width-1-5\@s {
  width: 20%;
 }
 .bdt-width-2-5\@s {
  width: 40%;
 }
 .bdt-width-3-5\@s {
  width: 60%;
 }
 .bdt-width-4-5\@s {
  width: 80%;
 }
 .bdt-width-1-6\@s {
  width: calc(100% * 1 / 6.001);
 }
 .bdt-width-5-6\@s {
  width: calc(100% * 5 / 6.001);
 }
 .bdt-width-small\@s {
  width: 150px;
 }
 .bdt-width-medium\@s {
  width: 300px;
 }
 .bdt-width-large\@s {
  width: 450px;
 }
 .bdt-width-xlarge\@s {
  width: 600px;
 }
 .bdt-width-2xlarge\@s {
  width: 750px;
 }
 .bdt-width-auto\@s {
  width: auto;
 }
 .bdt-width-expand\@s {
  flex: 1;
  min-width: 1px;
 }
}
@media (min-width: 960px) {
 .bdt-width-1-1\@m {
  width: 100%;
 }
 .bdt-width-1-2\@m {
  width: 50%;
 }
 .bdt-width-1-3\@m {
  width: calc(100% * 1 / 3.001);
 }
 .bdt-width-2-3\@m {
  width: calc(100% * 2 / 3.001);
 }
 .bdt-width-1-4\@m {
  width: 25%;
 }
 .bdt-width-3-4\@m {
  width: 75%;
 }
 .bdt-width-1-5\@m {
  width: 20%;
 }
 .bdt-width-2-5\@m {
  width: 40%;
 }
 .bdt-width-3-5\@m {
  width: 60%;
 }
 .bdt-width-4-5\@m {
  width: 80%;
 }
 .bdt-width-1-6\@m {
  width: calc(100% * 1 / 6.001);
 }
 .bdt-width-5-6\@m {
  width: calc(100% * 5 / 6.001);
 }
 .bdt-width-small\@m {
  width: 150px;
 }
 .bdt-width-medium\@m {
  width: 300px;
 }
 .bdt-width-large\@m {
  width: 450px;
 }
 .bdt-width-xlarge\@m {
  width: 600px;
 }
 .bdt-width-2xlarge\@m {
  width: 750px;
 }
 .bdt-width-auto\@m {
  width: auto;
 }
 .bdt-width-expand\@m {
  flex: 1;
  min-width: 1px;
 }
}
@media (min-width: 1200px) {
 .bdt-width-1-1\@l {
  width: 100%;
 }
 .bdt-width-1-2\@l {
  width: 50%;
 }
 .bdt-width-1-3\@l {
  width: calc(100% * 1 / 3.001);
 }
 .bdt-width-2-3\@l {
  width: calc(100% * 2 / 3.001);
 }
 .bdt-width-1-4\@l {
  width: 25%;
 }
 .bdt-width-3-4\@l {
  width: 75%;
 }
 .bdt-width-1-5\@l {
  width: 20%;
 }
 .bdt-width-2-5\@l {
  width: 40%;
 }
 .bdt-width-3-5\@l {
  width: 60%;
 }
 .bdt-width-4-5\@l {
  width: 80%;
 }
 .bdt-width-1-6\@l {
  width: calc(100% * 1 / 6.001);
 }
 .bdt-width-5-6\@l {
  width: calc(100% * 5 / 6.001);
 }
 .bdt-width-small\@l {
  width: 150px;
 }
 .bdt-width-medium\@l {
  width: 300px;
 }
 .bdt-width-large\@l {
  width: 450px;
 }
 .bdt-width-xlarge\@l {
  width: 600px;
 }
 .bdt-width-2xlarge\@l {
  width: 750px;
 }
 .bdt-width-auto\@l {
  width: auto;
 }
 .bdt-width-expand\@l {
  flex: 1;
  min-width: 1px;
 }
}
@media (min-width: 1600px) {
 .bdt-width-1-1\@xl {
  width: 100%;
 }
 .bdt-width-1-2\@xl {
  width: 50%;
 }
 .bdt-width-1-3\@xl {
  width: calc(100% * 1 / 3.001);
 }
 .bdt-width-2-3\@xl {
  width: calc(100% * 2 / 3.001);
 }
 .bdt-width-1-4\@xl {
  width: 25%;
 }
 .bdt-width-3-4\@xl {
  width: 75%;
 }
 .bdt-width-1-5\@xl {
  width: 20%;
 }
 .bdt-width-2-5\@xl {
  width: 40%;
 }
 .bdt-width-3-5\@xl {
  width: 60%;
 }
 .bdt-width-4-5\@xl {
  width: 80%;
 }
 .bdt-width-1-6\@xl {
  width: calc(100% * 1 / 6.001);
 }
 .bdt-width-5-6\@xl {
  width: calc(100% * 5 / 6.001);
 }
 .bdt-width-small\@xl {
  width: 150px;
 }
 .bdt-width-medium\@xl {
  width: 300px;
 }
 .bdt-width-large\@xl {
  width: 450px;
 }
 .bdt-width-xlarge\@xl {
  width: 600px;
 }
 .bdt-width-2xlarge\@xl {
  width: 750px;
 }
 .bdt-width-auto\@xl {
  width: auto;
 }
 .bdt-width-expand\@xl {
  flex: 1;
  min-width: 1px;
 }
}
.bdt-width-max-content {
 width: max-content;
}
.bdt-width-min-content {
 width: min-content;
}
[class*="bdt-height"] {
 box-sizing: border-box;
}
.bdt-height-1-1 {
 height: 100%;
}
.bdt-height-viewport {
 min-height: 100vh;
}
.bdt-height-viewport-2 {
 min-height: 200vh;
}
.bdt-height-viewport-3 {
 min-height: 300vh;
}
.bdt-height-viewport-4 {
 min-height: 400vh;
}
.bdt-height-small {
 height: 150px;
}
.bdt-height-medium {
 height: 300px;
}
.bdt-height-large {
 height: 450px;
}
.bdt-height-max-small {
 max-height: 150px;
}
.bdt-height-max-medium {
 max-height: 300px;
}
.bdt-height-max-large {
 max-height: 450px;
}
.bdt-text-lead {
 font-size: 1.5rem;
 line-height: 1.5;
 color: #333;
}
.bdt-text-meta {
 font-size: 0.875rem;
 line-height: 1.4;
 color: #999;
}
.bdt-text-small {
 font-size: 0.875rem;
 line-height: 1.5;
}
.bdt-text-large {
 font-size: 1.5rem;
 line-height: 1.5;
}
.bdt-text-default {
 font-size: 16px;
 line-height: 1.5;
}
.bdt-text-light {
 font-weight: 300;
}
.bdt-text-normal {
 font-weight: 400;
}
.bdt-text-bold {
 font-weight: 700;
}
.bdt-text-lighter {
 font-weight: lighter;
}
.bdt-text-bolder {
 font-weight: bolder;
}
.bdt-text-italic {
 font-style: italic;
}
.bdt-text-capitalize {
 text-transform: capitalize !important;
}
.bdt-text-uppercase {
 text-transform: uppercase !important;
}
.bdt-text-lowercase {
 text-transform: lowercase !important;
}
.bdt-text-decoration-none {
 text-decoration: none !important;
}
.bdt-text-muted {
 color: #999 !important;
}
.bdt-text-emphasis {
 color: #333 !important;
}
.bdt-text-primary {
 color: #1e87f0 !important;
}
.bdt-text-secondary {
 color: #222 !important;
}
.bdt-text-success {
 color: #32d296 !important;
}
.bdt-text-warning {
 color: #faa05a !important;
}
.bdt-text-danger {
 color: #f0506e !important;
}
.bdt-text-background {
 -webkit-background-clip: text;
 color: transparent !important;
 display: inline-block;
 background-color: #1e87f0;
}
.bdt-text-left {
 text-align: left !important;
}
.bdt-text-right {
 text-align: right !important;
}
.bdt-text-center {
 text-align: center !important;
}
.bdt-text-justify {
 text-align: justify !important;
}
@media (min-width: 640px) {
 .bdt-text-left\@s {
  text-align: left !important;
 }
 .bdt-text-right\@s {
  text-align: right !important;
 }
 .bdt-text-center\@s {
  text-align: center !important;
 }
}
@media (min-width: 960px) {
 .bdt-text-left\@m {
  text-align: left !important;
 }
 .bdt-text-right\@m {
  text-align: right !important;
 }
 .bdt-text-center\@m {
  text-align: center !important;
 }
}
@media (min-width: 1200px) {
 .bdt-text-left\@l {
  text-align: left !important;
 }
 .bdt-text-right\@l {
  text-align: right !important;
 }
 .bdt-text-center\@l {
  text-align: center !important;
 }
}
@media (min-width: 1600px) {
 .bdt-text-left\@xl {
  text-align: left !important;
 }
 .bdt-text-right\@xl {
  text-align: right !important;
 }
 .bdt-text-center\@xl {
  text-align: center !important;
 }
}
.bdt-text-top {
 vertical-align: top !important;
}
.bdt-text-middle {
 vertical-align: middle !important;
}
.bdt-text-bottom {
 vertical-align: bottom !important;
}
.bdt-text-baseline {
 vertical-align: baseline !important;
}
.bdt-text-nowrap {
 white-space: nowrap;
}
.bdt-text-truncate {
 max-width: 100%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
th.bdt-text-truncate,
td.bdt-text-truncate {
 max-width: 0;
}
.bdt-text-break {
 overflow-wrap: break-word;
}
th.bdt-text-break,
td.bdt-text-break {
 word-break: break-word;
}
[class*="bdt-column-"] {
 column-gap: 30px;
}
@media (min-width: 1200px) {
 [class*="bdt-column-"] {
  column-gap: 40px;
 }
}
[class*="bdt-column-"] img {
 transform: translate3d(0, 0, 0);
}
.bdt-column-divider {
 column-rule: 1px solid rgba(214, 214, 214, 0.49);
 column-gap: 60px;
}
@media (min-width: 1200px) {
 .bdt-column-divider {
  column-gap: 80px;
 }
}
.bdt-column-1-2 {
 column-count: 2;
}
.bdt-column-1-3 {
 column-count: 3;
}
.bdt-column-1-4 {
 column-count: 4;
}
.bdt-column-1-5 {
 column-count: 5;
}
.bdt-column-1-6 {
 column-count: 6;
}
@media (min-width: 640px) {
 .bdt-column-1-2\@s {
  column-count: 2;
 }
 .bdt-column-1-3\@s {
  column-count: 3;
 }
 .bdt-column-1-4\@s {
  column-count: 4;
 }
 .bdt-column-1-5\@s {
  column-count: 5;
 }
 .bdt-column-1-6\@s {
  column-count: 6;
 }
}
@media (min-width: 960px) {
 .bdt-column-1-2\@m {
  column-count: 2;
 }
 .bdt-column-1-3\@m {
  column-count: 3;
 }
 .bdt-column-1-4\@m {
  column-count: 4;
 }
 .bdt-column-1-5\@m {
  column-count: 5;
 }
 .bdt-column-1-6\@m {
  column-count: 6;
 }
}
@media (min-width: 1200px) {
 .bdt-column-1-2\@l {
  column-count: 2;
 }
 .bdt-column-1-3\@l {
  column-count: 3;
 }
 .bdt-column-1-4\@l {
  column-count: 4;
 }
 .bdt-column-1-5\@l {
  column-count: 5;
 }
 .bdt-column-1-6\@l {
  column-count: 6;
 }
}
@media (min-width: 1600px) {
 .bdt-column-1-2\@xl {
  column-count: 2;
 }
 .bdt-column-1-3\@xl {
  column-count: 3;
 }
 .bdt-column-1-4\@xl {
  column-count: 4;
 }
 .bdt-column-1-5\@xl {
  column-count: 5;
 }
 .bdt-column-1-6\@xl {
  column-count: 6;
 }
}
.bdt-column-span {
 column-span: all;
}
[bdt-cover],
[data-bdt-cover] {
 max-width: none;
 position: absolute;
 left: 50%;
 top: 50%;
 --bdt-position-translate-x: -50%;
 --bdt-position-translate-y: -50%;
 transform: translate(
  var(--bdt-position-translate-x),
  var(--bdt-position-translate-y)
 );
}
iframe[bdt-cover],
iframe[data-bdt-cover] {
 pointer-events: none;
}
.bdt-cover-container {
 overflow: hidden;
 position: relative;
}
.bdt-background-default {
 background-color: #fff;
}
.bdt-background-muted {
 background-color: #f8f8f8;
}
.bdt-background-primary {
 background-color: #1e87f0;
}
.bdt-background-secondary {
 background-color: #222;
}
.bdt-background-cover,
.bdt-background-contain,
.bdt-background-width-1-1,
.bdt-background-height-1-1 {
 background-position: 50% 50%;
 background-repeat: no-repeat;
}
.bdt-background-cover {
 background-size: cover;
}
.bdt-background-contain {
 background-size: contain;
}
.bdt-background-width-1-1 {
 background-size: 100%;
}
.bdt-background-height-1-1 {
 background-size: auto 100%;
}
.bdt-background-top-left {
 background-position: 0 0;
}
.bdt-background-top-center {
 background-position: 50% 0;
}
.bdt-background-top-right {
 background-position: 100% 0;
}
.bdt-background-center-left {
 background-position: 0 50%;
}
.bdt-background-center-center {
 background-position: 50% 50%;
}
.bdt-background-center-right {
 background-position: 100% 50%;
}
.bdt-background-bottom-left {
 background-position: 0 100%;
}
.bdt-background-bottom-center {
 background-position: 50% 100%;
}
.bdt-background-bottom-right {
 background-position: 100% 100%;
}
.bdt-background-norepeat {
 background-repeat: no-repeat;
}
.bdt-background-fixed {
 background-attachment: fixed;
 backface-visibility: hidden;
}
@media (pointer: coarse) {
 .bdt-background-fixed {
  background-attachment: scroll;
 }
}
@media (max-width: 639px) {
 .bdt-background-image\@s {
  background-image: none !important;
 }
}
@media (max-width: 959px) {
 .bdt-background-image\@m {
  background-image: none !important;
 }
}
@media (max-width: 1199px) {
 .bdt-background-image\@l {
  background-image: none !important;
 }
}
@media (max-width: 1599px) {
 .bdt-background-image\@xl {
  background-image: none !important;
 }
}
.bdt-background-blend-multiply {
 background-blend-mode: multiply;
}
.bdt-background-blend-screen {
 background-blend-mode: screen;
}
.bdt-background-blend-overlay {
 background-blend-mode: overlay;
}
.bdt-background-blend-darken {
 background-blend-mode: darken;
}
.bdt-background-blend-lighten {
 background-blend-mode: lighten;
}
.bdt-background-blend-color-dodge {
 background-blend-mode: color-dodge;
}
.bdt-background-blend-color-burn {
 background-blend-mode: color-burn;
}
.bdt-background-blend-hard-light {
 background-blend-mode: hard-light;
}
.bdt-background-blend-soft-light {
 background-blend-mode: soft-light;
}
.bdt-background-blend-difference {
 background-blend-mode: difference;
}
.bdt-background-blend-exclusion {
 background-blend-mode: exclusion;
}
.bdt-background-blend-hue {
 background-blend-mode: hue;
}
.bdt-background-blend-saturation {
 background-blend-mode: saturation;
}
.bdt-background-blend-color {
 background-blend-mode: color;
}
.bdt-background-blend-luminosity {
 background-blend-mode: luminosity;
}
[class*="bdt-align"] {
 display: block;
 margin-bottom: 30px;
}
* + [class*="bdt-align"] {
 margin-top: 30px;
}
.bdt-align-center {
 margin-left: auto;
 margin-right: auto;
}
.bdt-align-left {
 margin-top: 0;
 margin-right: 30px;
 float: left;
}
.bdt-align-right {
 margin-top: 0;
 margin-left: 30px;
 float: right;
}
@media (min-width: 640px) {
 .bdt-align-left\@s {
  margin-top: 0;
  margin-right: 30px;
  float: left;
 }
 .bdt-align-right\@s {
  margin-top: 0;
  margin-left: 30px;
  float: right;
 }
}
@media (min-width: 960px) {
 .bdt-align-left\@m {
  margin-top: 0;
  margin-right: 30px;
  float: left;
 }
 .bdt-align-right\@m {
  margin-top: 0;
  margin-left: 30px;
  float: right;
 }
}
@media (min-width: 1200px) {
 .bdt-align-left\@l {
  margin-top: 0;
  float: left;
 }
 .bdt-align-right\@l {
  margin-top: 0;
  float: right;
 }
 .bdt-align-left,
 .bdt-align-left\@s,
 .bdt-align-left\@m,
 .bdt-align-left\@l {
  margin-right: 40px;
 }
 .bdt-align-right,
 .bdt-align-right\@s,
 .bdt-align-right\@m,
 .bdt-align-right\@l {
  margin-left: 40px;
 }
}
@media (min-width: 1600px) {
 .bdt-align-left\@xl {
  margin-top: 0;
  margin-right: 40px;
  float: left;
 }
 .bdt-align-right\@xl {
  margin-top: 0;
  margin-left: 40px;
  float: right;
 }
}
.bdt-svg,
.bdt-svg:not(.bdt-preserve) [fill*="#"]:not(.bdt-preserve) {
 fill: currentcolor;
}
.bdt-svg:not(.bdt-preserve) [stroke*="#"]:not(.bdt-preserve) {
 stroke: currentcolor;
}
.bdt-svg {
 transform: translate(0, 0);
}
.bdt-panel {
 display: flow-root;
 position: relative;
 box-sizing: border-box;
}
.bdt-panel > :last-child {
 margin-bottom: 0;
}
.bdt-panel-scrollable {
 height: 170px;
 padding: 10px;
 border: 1px solid rgba(214, 214, 214, 0.49);
 overflow: auto;
 -webkit-overflow-scrolling: touch;
 resize: both;
}
.bdt-clearfix::before {
 content: "";
 display: table-cell;
}
.bdt-clearfix::after {
 content: "";
 display: table;
 clear: both;
}
.bdt-float-left {
 float: left;
}
.bdt-float-right {
 float: right;
}
[class*="bdt-float-"] {
 max-width: 100%;
}
.bdt-overflow-hidden {
 overflow: hidden;
}
.bdt-overflow-auto {
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}
.bdt-overflow-auto > :last-child {
 margin-bottom: 0;
}
.bdt-box-sizing-content {
 box-sizing: content-box;
}
.bdt-box-sizing-border {
 box-sizing: border-box;
}
.bdt-resize {
 resize: both;
}
.bdt-resize-horizontal {
 resize: horizontal;
}
.bdt-resize-vertical {
 resize: vertical;
}
.bdt-display-block {
 display: block !important;
}
.bdt-display-inline {
 display: inline !important;
}
.bdt-display-inline-block {
 display: inline-block !important;
}
[class*="bdt-inline"] {
 display: inline-block;
 position: relative;
 max-width: 100%;
 vertical-align: middle;
 -webkit-backface-visibility: hidden;
}
.bdt-inline-clip {
 overflow: hidden;
}
.bdt-preserve-width,
.bdt-preserve-width canvas,
.bdt-preserve-width img,
.bdt-preserve-width svg,
.bdt-preserve-width video {
 max-width: none;
}
.bdt-responsive-width,
.bdt-responsive-height {
 box-sizing: border-box;
}
.bdt-responsive-width {
 max-width: 100% !important;
 height: auto;
}
.bdt-responsive-height {
 max-height: 100%;
 width: auto;
 max-width: none;
}
[bdt-responsive],
[data-bdt-responsive] {
 max-width: 100%;
}
.bdt-object-cover {
 object-fit: cover;
}
.bdt-object-contain {
 object-fit: contain;
}
.bdt-object-fill {
 object-fit: fill;
}
.bdt-object-none {
 object-fit: none;
}
.bdt-object-scale-down {
 object-fit: scale-down;
}
.bdt-object-top-left {
 object-position: 0 0;
}
.bdt-object-top-center {
 object-position: 50% 0;
}
.bdt-object-top-right {
 object-position: 100% 0;
}
.bdt-object-center-left {
 object-position: 0 50%;
}
.bdt-object-center-center {
 object-position: 50% 50%;
}
.bdt-object-center-right {
 object-position: 100% 50%;
}
.bdt-object-bottom-left {
 object-position: 0 100%;
}
.bdt-object-bottom-center {
 object-position: 50% 100%;
}
.bdt-object-bottom-right {
 object-position: 100% 100%;
}
.bdt-border-circle {
 border-radius: 50%;
}
.bdt-border-pill {
 border-radius: 500px;
}
.bdt-border-rounded {
 border-radius: 5px;
}
.bdt-inline-clip[class*="bdt-border-"] {
 -webkit-transform: translateZ(0);
}
.bdt-box-shadow-small {
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.bdt-box-shadow-medium {
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bdt-box-shadow-large {
 box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.bdt-box-shadow-xlarge {
 box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
[class*="bdt-box-shadow-hover"] {
 transition: box-shadow 0.1s ease-in-out;
}
.bdt-box-shadow-hover-small:hover {
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.bdt-box-shadow-hover-medium:hover {
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bdt-box-shadow-hover-large:hover {
 box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.bdt-box-shadow-hover-xlarge:hover {
 box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
@supports (filter: blur(0)) {
 .bdt-box-shadow-bottom {
  display: inline-block;
  position: relative;
  z-index: 0;
  max-width: 100%;
  vertical-align: middle;
 }
 .bdt-box-shadow-bottom::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 30px;
  border-radius: 100%;
  background: #444;
  filter: blur(20px);
  will-change: filter;
 }
}
.bdt-dropcap::first-letter,
.bdt-dropcap > p:first-of-type::first-letter {
 display: block;
 margin-right: 10px;
 float: left;
 font-size: 4.5em;
 line-height: 1;
}
@-moz-document url-prefix() {
 .bdt-dropcap::first-letter,
 .bdt-dropcap > p:first-of-type::first-letter {
  margin-top: 1.1%;
 }
}
.bdt-logo {
 font-size: 1.5rem;
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 color: #333;
 text-decoration: none;
}
:where(.bdt-logo) {
 display: inline-block;
 vertical-align: middle;
}
.bdt-logo:hover {
 color: #333;
 text-decoration: none;
}
.bdt-logo :where(img, svg, video) {
 display: block;
}
.bdt-logo-inverse {
 display: none;
}
.bdt-disabled {
 pointer-events: none;
}
.bdt-drag,
.bdt-drag * {
 cursor: move;
}
.bdt-drag iframe {
 pointer-events: none;
}
.bdt-dragover {
 box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
.bdt-blend-multiply {
 mix-blend-mode: multiply;
}
.bdt-blend-screen {
 mix-blend-mode: screen;
}
.bdt-blend-overlay {
 mix-blend-mode: overlay;
}
.bdt-blend-darken {
 mix-blend-mode: darken;
}
.bdt-blend-lighten {
 mix-blend-mode: lighten;
}
.bdt-blend-color-dodge {
 mix-blend-mode: color-dodge;
}
.bdt-blend-color-burn {
 mix-blend-mode: color-burn;
}
.bdt-blend-hard-light {
 mix-blend-mode: hard-light;
}
.bdt-blend-soft-light {
 mix-blend-mode: soft-light;
}
.bdt-blend-difference {
 mix-blend-mode: difference;
}
.bdt-blend-exclusion {
 mix-blend-mode: exclusion;
}
.bdt-blend-hue {
 mix-blend-mode: hue;
}
.bdt-blend-saturation {
 mix-blend-mode: saturation;
}
.bdt-blend-color {
 mix-blend-mode: color;
}
.bdt-blend-luminosity {
 mix-blend-mode: luminosity;
}
.bdt-transform-center {
 transform: translate(-50%, -50%);
}
.bdt-transform-origin-top-left {
 transform-origin: 0 0;
}
.bdt-transform-origin-top-center {
 transform-origin: 50% 0;
}
.bdt-transform-origin-top-right {
 transform-origin: 100% 0;
}
.bdt-transform-origin-center-left {
 transform-origin: 0 50%;
}
.bdt-transform-origin-center-right {
 transform-origin: 100% 50%;
}
.bdt-transform-origin-bottom-left {
 transform-origin: 0 100%;
}
.bdt-transform-origin-bottom-center {
 transform-origin: 50% 100%;
}
.bdt-transform-origin-bottom-right {
 transform-origin: 100% 100%;
}
.bdt-flex {
 display: flex;
}
.bdt-flex-inline {
 display: inline-flex;
}
.bdt-flex-left {
 justify-content: flex-start;
}
.bdt-flex-center {
 justify-content: center;
}
.bdt-flex-right {
 justify-content: flex-end;
}
.bdt-flex-between {
 justify-content: space-between;
}
.bdt-flex-around {
 justify-content: space-around;
}
@media (min-width: 640px) {
 .bdt-flex-left\@s {
  justify-content: flex-start;
 }
 .bdt-flex-center\@s {
  justify-content: center;
 }
 .bdt-flex-right\@s {
  justify-content: flex-end;
 }
 .bdt-flex-between\@s {
  justify-content: space-between;
 }
 .bdt-flex-around\@s {
  justify-content: space-around;
 }
}
@media (min-width: 960px) {
 .bdt-flex-left\@m {
  justify-content: flex-start;
 }
 .bdt-flex-center\@m {
  justify-content: center;
 }
 .bdt-flex-right\@m {
  justify-content: flex-end;
 }
 .bdt-flex-between\@m {
  justify-content: space-between;
 }
 .bdt-flex-around\@m {
  justify-content: space-around;
 }
}
@media (min-width: 1200px) {
 .bdt-flex-left\@l {
  justify-content: flex-start;
 }
 .bdt-flex-center\@l {
  justify-content: center;
 }
 .bdt-flex-right\@l {
  justify-content: flex-end;
 }
 .bdt-flex-between\@l {
  justify-content: space-between;
 }
 .bdt-flex-around\@l {
  justify-content: space-around;
 }
}
@media (min-width: 1600px) {
 .bdt-flex-left\@xl {
  justify-content: flex-start;
 }
 .bdt-flex-center\@xl {
  justify-content: center;
 }
 .bdt-flex-right\@xl {
  justify-content: flex-end;
 }
 .bdt-flex-between\@xl {
  justify-content: space-between;
 }
 .bdt-flex-around\@xl {
  justify-content: space-around;
 }
}
.bdt-flex-stretch {
 align-items: stretch;
}
.bdt-flex-top {
 align-items: flex-start;
}
.bdt-flex-middle {
 align-items: center;
}
.bdt-flex-bottom {
 align-items: flex-end;
}
.bdt-flex-row {
 flex-direction: row;
}
.bdt-flex-row-reverse {
 flex-direction: row-reverse;
}
.bdt-flex-column {
 flex-direction: column;
}
.bdt-flex-column-reverse {
 flex-direction: column-reverse;
}
.bdt-flex-nowrap {
 flex-wrap: nowrap;
}
.bdt-flex-wrap {
 flex-wrap: wrap;
}
.bdt-flex-wrap-reverse {
 flex-wrap: wrap-reverse;
}
.bdt-flex-wrap-stretch {
 align-content: stretch;
}
.bdt-flex-wrap-top {
 align-content: flex-start;
}
.bdt-flex-wrap-middle {
 align-content: center;
}
.bdt-flex-wrap-bottom {
 align-content: flex-end;
}
.bdt-flex-wrap-between {
 align-content: space-between;
}
.bdt-flex-wrap-around {
 align-content: space-around;
}
.bdt-flex-first {
 order: -1;
}
.bdt-flex-last {
 order: 99;
}
@media (min-width: 640px) {
 .bdt-flex-first\@s {
  order: -1;
 }
 .bdt-flex-last\@s {
  order: 99;
 }
}
@media (min-width: 960px) {
 .bdt-flex-first\@m {
  order: -1;
 }
 .bdt-flex-last\@m {
  order: 99;
 }
}
@media (min-width: 1200px) {
 .bdt-flex-first\@l {
  order: -1;
 }
 .bdt-flex-last\@l {
  order: 99;
 }
}
@media (min-width: 1600px) {
 .bdt-flex-first\@xl {
  order: -1;
 }
 .bdt-flex-last\@xl {
  order: 99;
 }
}
.bdt-flex-none {
 flex: none;
}
.bdt-flex-auto {
 flex: auto;
}
.bdt-flex-1 {
 flex: 1;
}
.bdt-margin {
 margin-bottom: 20px;
}
* + .bdt-margin {
 margin-top: 20px !important;
}
.bdt-margin-top {
 margin-top: 20px !important;
}
.bdt-margin-bottom {
 margin-bottom: 20px !important;
}
.bdt-margin-left {
 margin-left: 20px !important;
}
.bdt-margin-right {
 margin-right: 20px !important;
}
.bdt-margin-small {
 margin-bottom: 10px;
}
* + .bdt-margin-small {
 margin-top: 10px !important;
}
.bdt-margin-small-top {
 margin-top: 10px !important;
}
.bdt-margin-small-bottom {
 margin-bottom: 10px !important;
}
.bdt-margin-small-left {
 margin-left: 10px !important;
}
.bdt-margin-small-right {
 margin-right: 10px !important;
}
.bdt-margin-medium {
 margin-bottom: 40px;
}
* + .bdt-margin-medium {
 margin-top: 40px !important;
}
.bdt-margin-medium-top {
 margin-top: 40px !important;
}
.bdt-margin-medium-bottom {
 margin-bottom: 40px !important;
}
.bdt-margin-medium-left {
 margin-left: 40px !important;
}
.bdt-margin-medium-right {
 margin-right: 40px !important;
}
.bdt-margin-large {
 margin-bottom: 40px;
}
* + .bdt-margin-large {
 margin-top: 40px !important;
}
.bdt-margin-large-top {
 margin-top: 40px !important;
}
.bdt-margin-large-bottom {
 margin-bottom: 40px !important;
}
.bdt-margin-large-left {
 margin-left: 40px !important;
}
.bdt-margin-large-right {
 margin-right: 40px !important;
}
@media (min-width: 1200px) {
 .bdt-margin-large {
  margin-bottom: 70px;
 }
 * + .bdt-margin-large {
  margin-top: 70px !important;
 }
 .bdt-margin-large-top {
  margin-top: 70px !important;
 }
 .bdt-margin-large-bottom {
  margin-bottom: 70px !important;
 }
 .bdt-margin-large-left {
  margin-left: 70px !important;
 }
 .bdt-margin-large-right {
  margin-right: 70px !important;
 }
}
.bdt-margin-xlarge {
 margin-bottom: 70px;
}
* + .bdt-margin-xlarge {
 margin-top: 70px !important;
}
.bdt-margin-xlarge-top {
 margin-top: 70px !important;
}
.bdt-margin-xlarge-bottom {
 margin-bottom: 70px !important;
}
.bdt-margin-xlarge-left {
 margin-left: 70px !important;
}
.bdt-margin-xlarge-right {
 margin-right: 70px !important;
}
@media (min-width: 1200px) {
 .bdt-margin-xlarge {
  margin-bottom: 140px;
 }
 * + .bdt-margin-xlarge {
  margin-top: 140px !important;
 }
 .bdt-margin-xlarge-top {
  margin-top: 140px !important;
 }
 .bdt-margin-xlarge-bottom {
  margin-bottom: 140px !important;
 }
 .bdt-margin-xlarge-left {
  margin-left: 140px !important;
 }
 .bdt-margin-xlarge-right {
  margin-right: 140px !important;
 }
}
.bdt-margin-auto {
 margin-left: auto !important;
 margin-right: auto !important;
}
.bdt-margin-auto-top {
 margin-top: auto !important;
}
.bdt-margin-auto-bottom {
 margin-bottom: auto !important;
}
.bdt-margin-auto-left {
 margin-left: auto !important;
}
.bdt-margin-auto-right {
 margin-right: auto !important;
}
.bdt-margin-auto-vertical {
 margin-top: auto !important;
 margin-bottom: auto !important;
}
@media (min-width: 640px) {
 .bdt-margin-auto\@s {
  margin-left: auto !important;
  margin-right: auto !important;
 }
 .bdt-margin-auto-left\@s {
  margin-left: auto !important;
 }
 .bdt-margin-auto-right\@s {
  margin-right: auto !important;
 }
}
@media (min-width: 960px) {
 .bdt-margin-auto\@m {
  margin-left: auto !important;
  margin-right: auto !important;
 }
 .bdt-margin-auto-left\@m {
  margin-left: auto !important;
 }
 .bdt-margin-auto-right\@m {
  margin-right: auto !important;
 }
}
@media (min-width: 1200px) {
 .bdt-margin-auto\@l {
  margin-left: auto !important;
  margin-right: auto !important;
 }
 .bdt-margin-auto-left\@l {
  margin-left: auto !important;
 }
 .bdt-margin-auto-right\@l {
  margin-right: auto !important;
 }
}
@media (min-width: 1600px) {
 .bdt-margin-auto\@xl {
  margin-left: auto !important;
  margin-right: auto !important;
 }
 .bdt-margin-auto-left\@xl {
  margin-left: auto !important;
 }
 .bdt-margin-auto-right\@xl {
  margin-right: auto !important;
 }
}
.bdt-margin-remove {
 margin: 0 !important;
}
.bdt-margin-remove-top {
 margin-top: 0 !important;
}
.bdt-margin-remove-bottom {
 margin-bottom: 0 !important;
}
.bdt-margin-remove-left {
 margin-left: 0 !important;
}
.bdt-margin-remove-right {
 margin-right: 0 !important;
}
.bdt-margin-remove-vertical {
 margin-top: 0 !important;
 margin-bottom: 0 !important;
}
.bdt-margin-remove-adjacent + *,
.bdt-margin-remove-first-child > :first-child {
 margin-top: 0 !important;
}
.bdt-margin-remove-last-child > :last-child {
 margin-bottom: 0 !important;
}
@media (min-width: 640px) {
 .bdt-margin-remove-left\@s {
  margin-left: 0 !important;
 }
 .bdt-margin-remove-right\@s {
  margin-right: 0 !important;
 }
}
@media (min-width: 960px) {
 .bdt-margin-remove-left\@m {
  margin-left: 0 !important;
 }
 .bdt-margin-remove-right\@m {
  margin-right: 0 !important;
 }
}
@media (min-width: 1200px) {
 .bdt-margin-remove-left\@l {
  margin-left: 0 !important;
 }
 .bdt-margin-remove-right\@l {
  margin-right: 0 !important;
 }
}
@media (min-width: 1600px) {
 .bdt-margin-remove-left\@xl {
  margin-left: 0 !important;
 }
 .bdt-margin-remove-right\@xl {
  margin-right: 0 !important;
 }
}
.bdt-padding {
 padding: 30px;
}
@media (min-width: 1200px) {
 .bdt-padding {
  padding: 40px;
 }
}
.bdt-padding-small {
 padding: 15px;
}
.bdt-padding-large {
 padding: 40px;
}
@media (min-width: 1200px) {
 .bdt-padding-large {
  padding: 70px;
 }
}
.bdt-padding-remove {
 padding: 0 !important;
}
.bdt-padding-remove-top {
 padding-top: 0 !important;
}
.bdt-padding-remove-bottom {
 padding-bottom: 0 !important;
}
.bdt-padding-remove-left {
 padding-left: 0 !important;
}
.bdt-padding-remove-right {
 padding-right: 0 !important;
}
.bdt-padding-remove-vertical {
 padding-top: 0 !important;
 padding-bottom: 0 !important;
}
.bdt-padding-remove-horizontal {
 padding-left: 0 !important;
 padding-right: 0 !important;
}
:root {
 --bdt-position-margin-offset: 0.0001px;
}
[class*="bdt-position-top"],
[class*="bdt-position-bottom"],
[class*="bdt-position-left"],
[class*="bdt-position-right"],
[class*="bdt-position-center"] {
 position: absolute !important;
 max-width: calc(100% - (var(--bdt-position-margin-offset) * 2));
 box-sizing: border-box;
}
.bdt-position-top {
 top: 0;
 left: 0;
 right: 0;
}
.bdt-position-bottom {
 bottom: 0;
 left: 0;
 right: 0;
}
.bdt-position-left {
 top: 0;
 bottom: 0;
 left: 0;
}
.bdt-position-right {
 top: 0;
 bottom: 0;
 right: 0;
}
.bdt-position-top-left {
 top: 0;
 left: 0;
}
.bdt-position-top-right {
 top: 0;
 right: 0;
}
.bdt-position-bottom-left {
 bottom: 0;
 left: 0;
}
.bdt-position-bottom-right {
 bottom: 0;
 right: 0;
}
.bdt-position-center {
 top: calc(50% - var(--bdt-position-margin-offset));
 left: calc(50% - var(--bdt-position-margin-offset));
 --bdt-position-translate-x: -50%;
 --bdt-position-translate-y: -50%;
 transform: translate(
  var(--bdt-position-translate-x),
  var(--bdt-position-translate-y)
 );
 width: max-content;
}
[class*="bdt-position-center-left"],
[class*="bdt-position-center-right"] {
 top: calc(50% - var(--bdt-position-margin-offset));
 --bdt-position-translate-y: -50%;
 transform: translate(0, var(--bdt-position-translate-y));
}
.bdt-position-center-left {
 left: 0;
}
.bdt-position-center-right {
 right: 0;
}
.bdt-position-center-left-out {
 right: 100%;
 width: max-content;
}
.bdt-position-center-right-out {
 left: 100%;
 width: max-content;
}
.bdt-position-top-center,
.bdt-position-bottom-center {
 left: calc(50% - var(--bdt-position-margin-offset));
 --bdt-position-translate-x: -50%;
 transform: translate(var(--bdt-position-translate-x), 0);
 width: max-content;
}
.bdt-position-top-center {
 top: 0;
}
.bdt-position-bottom-center {
 bottom: 0;
}
.bdt-position-cover {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}
.bdt-position-small {
 margin: 15px;
 --bdt-position-margin-offset: 15px;
}
.bdt-position-medium {
 margin: 30px;
 --bdt-position-margin-offset: 30px;
}
.bdt-position-large {
 margin: 30px;
 --bdt-position-margin-offset: 30px;
}
@media (min-width: 1200px) {
 .bdt-position-large {
  margin: 50px;
  --bdt-position-margin-offset: 50px;
 }
}
.bdt-position-relative {
 position: relative !important;
}
.bdt-position-absolute {
 position: absolute !important;
}
.bdt-position-fixed {
 position: fixed !important;
}
.bdt-position-sticky {
 position: sticky !important;
}
.bdt-position-z-index {
 z-index: 1;
}
.bdt-position-z-index-zero {
 z-index: 0;
}
.bdt-position-z-index-negative {
 z-index: -1;
}
:where(.bdt-transition-fade),
:where([class*="bdt-transition-scale"]),
:where([class*="bdt-transition-slide"]) {
 --bdt-position-translate-x: 0;
 --bdt-position-translate-y: 0;
}
.bdt-transition-fade,
[class*="bdt-transition-scale"],
[class*="bdt-transition-slide"] {
 --bdt-translate-x: 0;
 --bdt-translate-y: 0;
 --bdt-scale-x: 1;
 --bdt-scale-y: 1;
 transform: translate(
   var(--bdt-position-translate-x),
   var(--bdt-position-translate-y)
  )
  translate(var(--bdt-translate-x), var(--bdt-translate-y))
  scale(var(--bdt-scale-x), var(--bdt-scale-y));
 transition: 0.3s ease-out;
 transition-property: opacity, transform, filter;
 opacity: 0;
}
.bdt-transition-toggle:hover .bdt-transition-fade,
.bdt-transition-toggle:focus .bdt-transition-fade,
.bdt-transition-toggle .bdt-transition-fade:focus-within,
.bdt-transition-active.bdt-active .bdt-transition-fade {
 opacity: 1;
}
[class*="bdt-transition-scale"] {
 -webkit-backface-visibility: hidden;
}
.bdt-transition-scale-up {
 --bdt-scale-x: 1;
 --bdt-scale-y: 1;
}
.bdt-transition-scale-down {
 --bdt-scale-x: 1.03;
 --bdt-scale-y: 1.03;
}
.bdt-transition-toggle:hover .bdt-transition-scale-up,
.bdt-transition-toggle:focus .bdt-transition-scale-up,
.bdt-transition-toggle .bdt-transition-scale-up:focus-within,
.bdt-transition-active.bdt-active .bdt-transition-scale-up {
 --bdt-scale-x: 1.03;
 --bdt-scale-y: 1.03;
 opacity: 1;
}
.bdt-transition-toggle:hover .bdt-transition-scale-down,
.bdt-transition-toggle:focus .bdt-transition-scale-down,
.bdt-transition-toggle .bdt-transition-scale-down:focus-within,
.bdt-transition-active.bdt-active .bdt-transition-scale-down {
 --bdt-scale-x: 1;
 --bdt-scale-y: 1;
 opacity: 1;
}
.bdt-transition-slide-top {
 --bdt-translate-y: -100%;
}
.bdt-transition-slide-bottom {
 --bdt-translate-y: 100%;
}
.bdt-transition-slide-left {
 --bdt-translate-x: -100%;
}
.bdt-transition-slide-right {
 --bdt-translate-x: 100%;
}
.bdt-transition-slide-top-small {
 --bdt-translate-y: calc(-1 * 10px);
}
.bdt-transition-slide-bottom-small {
 --bdt-translate-y: 10px;
}
.bdt-transition-slide-left-small {
 --bdt-translate-x: calc(-1 * 10px);
}
.bdt-transition-slide-right-small {
 --bdt-translate-x: 10px;
}
.bdt-transition-slide-top-medium {
 --bdt-translate-y: calc(-1 * 50px);
}
.bdt-transition-slide-bottom-medium {
 --bdt-translate-y: 50px;
}
.bdt-transition-slide-left-medium {
 --bdt-translate-x: calc(-1 * 50px);
}
.bdt-transition-slide-right-medium {
 --bdt-translate-x: 50px;
}
.bdt-transition-toggle:hover [class*="bdt-transition-slide"],
.bdt-transition-toggle:focus [class*="bdt-transition-slide"],
.bdt-transition-toggle [class*="bdt-transition-slide"]:focus-within,
.bdt-transition-active.bdt-active [class*="bdt-transition-slide"] {
 --bdt-translate-x: 0;
 --bdt-translate-y: 0;
 opacity: 1;
}
.bdt-transition-opaque {
 opacity: 1;
}
.bdt-transition-slow {
 transition-duration: 0.7s;
}
[hidden],
.bdt-hidden {
 display: none !important;
}
@media (min-width: 640px) {
 .bdt-hidden\@s {
  display: none !important;
 }
}
@media (min-width: 960px) {
 .bdt-hidden\@m {
  display: none !important;
 }
}
@media (min-width: 1200px) {
 .bdt-hidden\@l {
  display: none !important;
 }
}
@media (min-width: 1600px) {
 .bdt-hidden\@xl {
  display: none !important;
 }
}
@media (max-width: 639px) {
 .bdt-visible\@s {
  display: none !important;
 }
}
@media (max-width: 959px) {
 .bdt-visible\@m {
  display: none !important;
 }
}
@media (max-width: 1199px) {
 .bdt-visible\@l {
  display: none !important;
 }
}
@media (max-width: 1599px) {
 .bdt-visible\@xl {
  display: none !important;
 }
}
.bdt-invisible {
 visibility: hidden !important;
}
.bdt-visible-toggle:not(:hover):not(:focus)
 .bdt-hidden-hover:not(:focus-within) {
 position: absolute !important;
 width: 0 !important;
 height: 0 !important;
 padding: 0 !important;
 margin: 0 !important;
 overflow: hidden !important;
}
.bdt-visible-toggle:not(:hover):not(:focus)
 .bdt-invisible-hover:not(:focus-within) {
 opacity: 0 !important;
}
@media (hover: none) {
 .bdt-hidden-touch {
  display: none !important;
 }
}
@media (hover) {
 .bdt-hidden-notouch {
  display: none !important;
 }
}
@media print {
 *,
 *::before,
 *::after {
  background: transparent !important;
  color: black !important;
  box-shadow: none !important;
  text-shadow: none !important;
 }
 a,
 a:visited {
  text-decoration: underline;
 }
 pre,
 blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
 }
 thead {
  display: table-header-group;
 }
 tr,
 img {
  page-break-inside: avoid;
 }
 img {
  max-width: 100% !important;
 }
 @page {
  margin: 0.5cm;
 }
 p,
 h2,
 h3 {
  orphans: 3;
  widows: 3;
 }
 h2,
 h3 {
  page-break-after: avoid;
 }
}
.bdt-modal-full {
 overflow-x: hidden;
}
.hook-modal-dialog {
 border-radius: 3px;
}
.hook-modal-title {
 font-weight: 400;
}
.bdt-cover {
 max-width: none !important;
}
.bdt-drop .bdt-card p:empty {
 display: none;
}
.bdt-drop .bdt-card p:not(:first-child) {
 margin-top: 15px;
 margin-bottom: 0;
}
.bdt-tooltip {
 padding: 7px 12px;
 background: #464646;
 border-radius: 3px;
 font-size: 13px;
}
.elementor-align-justify .bdt-button {
 width: 100%;
}
.bdt-notification .bdt-spinner {
 vertical-align: middle;
}
.bdt-notification .bdt-spinner svg {
 width: 20px;
 height: auto;
}
.bdt-notification .bdt-icon {
 margin-right: 10px;
 vertical-align: middle;
 line-height: normal;
}
.bdt-notification .bdt-close {
 top: 50%;
 transform: translateY(-50%);
}
.bdt-notification .bdt-notification-message {
 padding: 20px 40px 20px 20px;
 background: #ffffff;
 font-size: 1rem;
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
 border-radius: 3px;
}
.bdt-slideshow .bdt-slideshow-items {
 padding: 0;
 margin: 0;
}
.bdt-slideshow
 .bdt-slideshow-items[bdt-height-viewport]
 .bdt-slideshow-item
 img {
 width: auto !important;
 height: auto;
}
.bdt-modal-full {
 background-color: #fff;
}
.hook-button {
 border-radius: 3px;
}
.hook-form {
 border-radius: 3px;
}
.bdt-sticky-wrapper {
 width: 100%;
}
.bdt-heading-title:before,
.bdt-heading-tag:before,
.bdt-slide-title:before {
 content: none;
}
.bdt-tippy-tooltip {
 outline: none;
}
[class*="elementor-widget-bdt-"] a:hover {
 text-decoration: none;
}
@media (max-width: 1200px) {
 .bdt-user-login a.elementor-button .elementor-button-icon,
 .bdt-user-register a.elementor-button .elementor-button-icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
 }
}
.rtl .bdt-position-top-center,
.rtl .bdt-position-bottom-center,
.rtl .bdt-position-center {
 right: calc(50% - var(--bdt-position-margin-offset));
 left: auto;
}
.rtl [bdt-cover],
.rtl [data-bdt-cover] {
 right: 50%;
 left: auto;
}
