html,
body,
p,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2; }

button,
input,
select {
  margin: 0; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

img,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol, ul {
  padding-left: 2rem; }

:root {
  --a_font_sans_serif: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --a_font_monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --a_body_font_family: var(--a_font_sans_serif);
  --a_body_font_size: 1rem;
  --a_body_font_weight: 400;
  --a_body_line_height: 1.5;
  --a_border_width: 1px;
  --a_border_color: #dee2e6;
  --a_border_style: solid;
  --a_border_color_translucent: rgba(0, 0, 0, 0.175);
  --a_border_radius: 0.375rem;
  --a_border_radius_small: 0.25rem;
  --a_border_radius_large: 0.5rem;
  --a_border_radius_xl: 1rem;
  --a_border_radius_2xl: 2rem;
  --a_border_radius_pill: 50rem;
  --a_z_index_backdrop: 1050;
  --a_z_index_modal: 1055;
  --a_z_index_backdrop_confirm: 1058;
  --a_z_index_confirm: 1059;
  --a_z_index_dropdown: 1060;
  --a_z_index_tooltip: 1080; }

body {
  margin: 0;
  font-family: var(--a_body_font_family);
  font-size: var(--a_body_font_size);
  font-weight: var(--a_body_font_weight);
  line-height: var(--a_body_line_height);
  color: var(--a_color_text);
  background-color: var(--a_color_body_bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.a_d_inline {
  display: inline !important; }

.a_d_inline_block {
  display: inline-block !important; }

.a_d_block {
  display: block !important; }

.a_d_grid {
  display: grid !important; }

.a_d_table {
  display: table !important; }

.a_d_table_cell {
  display: table-cell !important; }

.a_d_table_row {
  display: table-row !important; }

.a_d_flex {
  display: flex !important; }

.a_d_inline_flex {
  display: inline-flex !important; }

.a_d_none {
  display: none !important; }

@media screen and (max-width: 768px) {
  .a_d_inline_mobile {
    display: inline !important; } }

@media screen and (max-width: 768px) {
  .a_d_inline_block_mobile {
    display: inline-block !important; } }

@media screen and (max-width: 768px) {
  .a_d_block_mobile {
    display: block !important; } }

@media screen and (max-width: 768px) {
  .a_d_grid_mobile {
    display: grid !important; } }

@media screen and (max-width: 768px) {
  .a_d_table_mobile {
    display: table !important; } }

@media screen and (max-width: 768px) {
  .a_d_table_cell_mobile {
    display: table-cell !important; } }

@media screen and (max-width: 768px) {
  .a_d_table_row_mobile {
    display: table-row !important; } }

@media screen and (max-width: 768px) {
  .a_d_flex_mobile {
    display: flex !important; } }

@media screen and (max-width: 768px) {
  .a_d_inline_flex_mobile {
    display: inline-flex !important; } }

@media screen and (max-width: 768px) {
  .a_d_none_mobile {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_d_inline_tablet {
    display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_d_inline_block_tablet {
    display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_d_block_tablet {
    display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_d_grid_tablet {
    display: grid !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_d_table_tablet {
    display: table !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_d_table_cell_tablet {
    display: table-cell !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_d_table_row_tablet {
    display: table-row !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_d_flex_tablet {
    display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_d_inline_flex_tablet {
    display: inline-flex !important; } }

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

@media screen and (max-width: 1023px) {
  .a_d_inline_touch {
    display: inline !important; } }

@media screen and (max-width: 1023px) {
  .a_d_inline_block_touch {
    display: inline-block !important; } }

@media screen and (max-width: 1023px) {
  .a_d_block_touch {
    display: block !important; } }

@media screen and (max-width: 1023px) {
  .a_d_grid_touch {
    display: grid !important; } }

@media screen and (max-width: 1023px) {
  .a_d_table_touch {
    display: table !important; } }

@media screen and (max-width: 1023px) {
  .a_d_table_cell_touch {
    display: table-cell !important; } }

@media screen and (max-width: 1023px) {
  .a_d_table_row_touch {
    display: table-row !important; } }

@media screen and (max-width: 1023px) {
  .a_d_flex_touch {
    display: flex !important; } }

@media screen and (max-width: 1023px) {
  .a_d_inline_flex_touch {
    display: inline-flex !important; } }

@media screen and (max-width: 1023px) {
  .a_d_none_touch {
    display: none !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_d_inline_desktop {
    display: inline !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_d_inline_block_desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_d_block_desktop {
    display: block !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_d_grid_desktop {
    display: grid !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_d_table_desktop {
    display: table !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_d_table_cell_desktop {
    display: table-cell !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_d_table_row_desktop {
    display: table-row !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_d_flex_desktop {
    display: flex !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_d_inline_flex_desktop {
    display: inline-flex !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_d_none_desktop {
    display: none !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_d_inline_widescreen {
    display: inline !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_d_inline_block_widescreen {
    display: inline-block !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_d_block_widescreen {
    display: block !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_d_grid_widescreen {
    display: grid !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_d_table_widescreen {
    display: table !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_d_table_cell_widescreen {
    display: table-cell !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_d_table_row_widescreen {
    display: table-row !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_d_flex_widescreen {
    display: flex !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_d_inline_flex_widescreen {
    display: inline-flex !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_d_none_widescreen {
    display: none !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_d_inline_fullhd {
    display: inline !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_d_inline_block_fullhd {
    display: inline-block !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_d_block_fullhd {
    display: block !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_d_grid_fullhd {
    display: grid !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_d_table_fullhd {
    display: table !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_d_table_cell_fullhd {
    display: table-cell !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_d_table_row_fullhd {
    display: table-row !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_d_flex_fullhd {
    display: flex !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_d_inline_flex_fullhd {
    display: inline-flex !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_d_none_fullhd {
    display: none !important; } }

@media screen and (min-width: 1600px) {
  .a_d_inline_large {
    display: inline !important; } }

@media screen and (min-width: 1600px) {
  .a_d_inline_block_large {
    display: inline-block !important; } }

@media screen and (min-width: 1600px) {
  .a_d_block_large {
    display: block !important; } }

@media screen and (min-width: 1600px) {
  .a_d_grid_large {
    display: grid !important; } }

@media screen and (min-width: 1600px) {
  .a_d_table_large {
    display: table !important; } }

@media screen and (min-width: 1600px) {
  .a_d_table_cell_large {
    display: table-cell !important; } }

@media screen and (min-width: 1600px) {
  .a_d_table_row_large {
    display: table-row !important; } }

@media screen and (min-width: 1600px) {
  .a_d_flex_large {
    display: flex !important; } }

@media screen and (min-width: 1600px) {
  .a_d_inline_flex_large {
    display: inline-flex !important; } }

@media screen and (min-width: 1600px) {
  .a_d_none_large {
    display: none !important; } }

.a_m_1 {
  margin: 0.25rem !important; }

.a_mt_1 {
  margin-top: 0.25rem !important; }

.a_mr_1 {
  margin-right: 0.25rem !important; }

.a_mb_1 {
  margin-bottom: 0.25rem !important; }

.a_ml_1 {
  margin-left: 0.25rem !important; }

.a_mx_1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.a_my_1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.a_m_2 {
  margin: 0.5rem !important; }

.a_mt_2 {
  margin-top: 0.5rem !important; }

.a_mr_2 {
  margin-right: 0.5rem !important; }

.a_mb_2 {
  margin-bottom: 0.5rem !important; }

.a_ml_2 {
  margin-left: 0.5rem !important; }

.a_mx_2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.a_my_2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.a_m_3 {
  margin: 0.75rem !important; }

.a_mt_3 {
  margin-top: 0.75rem !important; }

.a_mr_3 {
  margin-right: 0.75rem !important; }

.a_mb_3 {
  margin-bottom: 0.75rem !important; }

.a_ml_3 {
  margin-left: 0.75rem !important; }

.a_mx_3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important; }

.a_my_3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.a_m_4 {
  margin: 1rem !important; }

.a_mt_4 {
  margin-top: 1rem !important; }

.a_mr_4 {
  margin-right: 1rem !important; }

.a_mb_4 {
  margin-bottom: 1rem !important; }

.a_ml_4 {
  margin-left: 1rem !important; }

.a_mx_4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.a_my_4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.a_m_5 {
  margin: 1.5rem !important; }

.a_mt_5 {
  margin-top: 1.5rem !important; }

.a_mr_5 {
  margin-right: 1.5rem !important; }

.a_mb_5 {
  margin-bottom: 1.5rem !important; }

.a_ml_5 {
  margin-left: 1.5rem !important; }

.a_mx_5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.a_my_5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.a_m_6 {
  margin: 3rem !important; }

.a_mt_6 {
  margin-top: 3rem !important; }

.a_mr_6 {
  margin-right: 3rem !important; }

.a_mb_6 {
  margin-bottom: 3rem !important; }

.a_ml_6 {
  margin-left: 3rem !important; }

.a_mx_6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.a_my_6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.a_m_auto {
  margin: auto !important; }

.a_mt_auto {
  margin-top: auto !important; }

.a_mr_auto {
  margin-right: auto !important; }

.a_mb_auto {
  margin-bottom: auto !important; }

.a_ml_auto {
  margin-left: auto !important; }

.a_mx_auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.a_my_auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.a_m_0 {
  margin: 0 !important; }

.a_mt_0 {
  margin-top: 0 !important; }

.a_mr_0 {
  margin-right: 0 !important; }

.a_mb_0 {
  margin-bottom: 0 !important; }

.a_ml_0 {
  margin-left: 0 !important; }

.a_mx_0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.a_my_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.a_p_1 {
  padding: 0.25rem !important; }

.a_pt_1 {
  padding-top: 0.25rem !important; }

.a_pr_1 {
  padding-right: 0.25rem !important; }

.a_pb_1 {
  padding-bottom: 0.25rem !important; }

.a_pl_1 {
  padding-left: 0.25rem !important; }

.a_px_1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.a_py_1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.a_p_2 {
  padding: 0.5rem !important; }

.a_pt_2 {
  padding-top: 0.5rem !important; }

.a_pr_2 {
  padding-right: 0.5rem !important; }

.a_pb_2 {
  padding-bottom: 0.5rem !important; }

.a_pl_2 {
  padding-left: 0.5rem !important; }

.a_px_2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.a_py_2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.a_p_3 {
  padding: 0.75rem !important; }

.a_pt_3 {
  padding-top: 0.75rem !important; }

.a_pr_3 {
  padding-right: 0.75rem !important; }

.a_pb_3 {
  padding-bottom: 0.75rem !important; }

.a_pl_3 {
  padding-left: 0.75rem !important; }

.a_px_3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }

.a_py_3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.a_p_4 {
  padding: 1rem !important; }

.a_pt_4 {
  padding-top: 1rem !important; }

.a_pr_4 {
  padding-right: 1rem !important; }

.a_pb_4 {
  padding-bottom: 1rem !important; }

.a_pl_4 {
  padding-left: 1rem !important; }

.a_px_4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.a_py_4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.a_p_5 {
  padding: 1.5rem !important; }

.a_pt_5 {
  padding-top: 1.5rem !important; }

.a_pr_5 {
  padding-right: 1.5rem !important; }

.a_pb_5 {
  padding-bottom: 1.5rem !important; }

.a_pl_5 {
  padding-left: 1.5rem !important; }

.a_px_5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.a_py_5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.a_p_6 {
  padding: 3rem !important; }

.a_pt_6 {
  padding-top: 3rem !important; }

.a_pr_6 {
  padding-right: 3rem !important; }

.a_pb_6 {
  padding-bottom: 3rem !important; }

.a_pl_6 {
  padding-left: 3rem !important; }

.a_px_6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.a_py_6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.a_p_0 {
  padding: 0 !important; }

.a_pt_0 {
  padding-top: 0 !important; }

.a_pr_0 {
  padding-right: 0 !important; }

.a_pb_0 {
  padding-bottom: 0 !important; }

.a_pl_0 {
  padding-left: 0 !important; }

.a_px_0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.a_py_0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.a_width_50px {
  width: 50px !important; }

.a_width_100px {
  width: 100px !important; }

.a_width_150px {
  width: 150px !important; }

.a_width_200px {
  width: 200px !important; }

.a_width_250px {
  width: 250px !important; }

.a_width_300px {
  width: 300px !important; }

.a_width_350px {
  width: 350px !important; }

.a_width_400px {
  width: 400px !important; }

.a_width_1 {
  width: 0.25rem !important; }

.a_width_2 {
  width: 0.5rem !important; }

.a_width_3 {
  width: 0.75rem !important; }

.a_width_4 {
  width: 1rem !important; }

.a_width_5 {
  width: 1.5rem !important; }

.a_width_6 {
  width: 3rem !important; }

.a_width_25 {
  width: 25% !important; }

.a_width_50 {
  width: 50% !important; }

.a_width_75 {
  width: 75% !important; }

.a_width_100 {
  width: 100% !important; }

.a_width_auto {
  width: auto !important; }

.a_max_width_100 {
  max-width: 100% !important; }

.a_viewport_width_100 {
  width: 100vw !important; }

.a_min_viewport_width_100 {
  min-width: 100vw !important; }

.a_height_1 {
  height: 0.25rem !important; }

.a_height_2 {
  height: 0.5rem !important; }

.a_height_3 {
  height: 0.75rem !important; }

.a_height_4 {
  height: 1rem !important; }

.a_height_5 {
  height: 1.5rem !important; }

.a_height_6 {
  height: 3rem !important; }

.a_height_25 {
  height: 25% !important; }

.a_height_50 {
  height: 50% !important; }

.a_height_75 {
  height: 75% !important; }

.a_height_100 {
  height: 100% !important; }

.a_height_auto {
  height: auto !important; }

.a_max_height_100 {
  max-height: 100% !important; }

.a_viewport_height_100 {
  height: 100vh !important; }

.a_min_viewport_height_100 {
  min-height: 100vh !important; }

@media screen and (max-width: 768px) {
  .a_width_50px_mobile {
    width: 50px !important; } }

@media screen and (max-width: 768px) {
  .a_width_100px_mobile {
    width: 100px !important; } }

@media screen and (max-width: 768px) {
  .a_width_150px_mobile {
    width: 150px !important; } }

@media screen and (max-width: 768px) {
  .a_width_200px_mobile {
    width: 200px !important; } }

@media screen and (max-width: 768px) {
  .a_width_250px_mobile {
    width: 250px !important; } }

@media screen and (max-width: 768px) {
  .a_width_300px_mobile {
    width: 300px !important; } }

@media screen and (max-width: 768px) {
  .a_width_350px_mobile {
    width: 350px !important; } }

@media screen and (max-width: 768px) {
  .a_width_400px_mobile {
    width: 400px !important; } }

@media screen and (max-width: 768px) {
  .a_width_1_mobile {
    width: 0.25rem !important; } }

@media screen and (max-width: 768px) {
  .a_width_2_mobile {
    width: 0.5rem !important; } }

@media screen and (max-width: 768px) {
  .a_width_3_mobile {
    width: 0.75rem !important; } }

@media screen and (max-width: 768px) {
  .a_width_4_mobile {
    width: 1rem !important; } }

@media screen and (max-width: 768px) {
  .a_width_5_mobile {
    width: 1.5rem !important; } }

@media screen and (max-width: 768px) {
  .a_width_6_mobile {
    width: 3rem !important; } }

@media screen and (max-width: 768px) {
  .a_width_25_mobile {
    width: 25% !important; } }

@media screen and (max-width: 768px) {
  .a_width_50_mobile {
    width: 50% !important; } }

@media screen and (max-width: 768px) {
  .a_width_75_mobile {
    width: 75% !important; } }

@media screen and (max-width: 768px) {
  .a_width_100_mobile {
    width: 100% !important; } }

@media screen and (max-width: 768px) {
  .a_width_auto_mobile {
    width: auto !important; } }

@media screen and (max-width: 768px) {
  .a_max_width_100_mobile {
    max-width: 100% !important; } }

@media screen and (max-width: 768px) {
  .a_viewport_width_100_mobile {
    width: 100vw !important; } }

@media screen and (max-width: 768px) {
  .a_min_viewport_width_100_mobile {
    min-width: 100vw !important; } }

@media screen and (max-width: 768px) {
  .a_height_1_mobile {
    height: 0.25rem !important; } }

@media screen and (max-width: 768px) {
  .a_height_2_mobile {
    height: 0.5rem !important; } }

@media screen and (max-width: 768px) {
  .a_height_3_mobile {
    height: 0.75rem !important; } }

@media screen and (max-width: 768px) {
  .a_height_4_mobile {
    height: 1rem !important; } }

@media screen and (max-width: 768px) {
  .a_height_5_mobile {
    height: 1.5rem !important; } }

@media screen and (max-width: 768px) {
  .a_height_6_mobile {
    height: 3rem !important; } }

@media screen and (max-width: 768px) {
  .a_height_25_mobile {
    height: 25% !important; } }

@media screen and (max-width: 768px) {
  .a_height_50_mobile {
    height: 50% !important; } }

@media screen and (max-width: 768px) {
  .a_height_75_mobile {
    height: 75% !important; } }

@media screen and (max-width: 768px) {
  .a_height_100_mobile {
    height: 100% !important; } }

@media screen and (max-width: 768px) {
  .a_height_auto_mobile {
    height: auto !important; } }

@media screen and (max-width: 768px) {
  .a_max_height_100_mobile {
    max-height: 100% !important; } }

@media screen and (max-width: 768px) {
  .a_viewport_height_100_mobile {
    height: 100vh !important; } }

@media screen and (max-width: 768px) {
  .a_min_viewport_height_100_mobile {
    min-height: 100vh !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_50px_tablet {
    width: 50px !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_100px_tablet {
    width: 100px !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_150px_tablet {
    width: 150px !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_200px_tablet {
    width: 200px !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_250px_tablet {
    width: 250px !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_300px_tablet {
    width: 300px !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_350px_tablet {
    width: 350px !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_400px_tablet {
    width: 400px !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_1_tablet {
    width: 0.25rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_2_tablet {
    width: 0.5rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_3_tablet {
    width: 0.75rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_4_tablet {
    width: 1rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_5_tablet {
    width: 1.5rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_6_tablet {
    width: 3rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_25_tablet {
    width: 25% !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_50_tablet {
    width: 50% !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_75_tablet {
    width: 75% !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_100_tablet {
    width: 100% !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_width_auto_tablet {
    width: auto !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_max_width_100_tablet {
    max-width: 100% !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_viewport_width_100_tablet {
    width: 100vw !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_min_viewport_width_100_tablet {
    min-width: 100vw !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_1_tablet {
    height: 0.25rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_2_tablet {
    height: 0.5rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_3_tablet {
    height: 0.75rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_4_tablet {
    height: 1rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_5_tablet {
    height: 1.5rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_6_tablet {
    height: 3rem !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_25_tablet {
    height: 25% !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_50_tablet {
    height: 50% !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_75_tablet {
    height: 75% !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_100_tablet {
    height: 100% !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_height_auto_tablet {
    height: auto !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_max_height_100_tablet {
    max-height: 100% !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_viewport_height_100_tablet {
    height: 100vh !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_min_viewport_height_100_tablet {
    min-height: 100vh !important; } }

@media screen and (max-width: 1023px) {
  .a_width_50px_touch {
    width: 50px !important; } }

@media screen and (max-width: 1023px) {
  .a_width_100px_touch {
    width: 100px !important; } }

@media screen and (max-width: 1023px) {
  .a_width_150px_touch {
    width: 150px !important; } }

@media screen and (max-width: 1023px) {
  .a_width_200px_touch {
    width: 200px !important; } }

@media screen and (max-width: 1023px) {
  .a_width_250px_touch {
    width: 250px !important; } }

@media screen and (max-width: 1023px) {
  .a_width_300px_touch {
    width: 300px !important; } }

@media screen and (max-width: 1023px) {
  .a_width_350px_touch {
    width: 350px !important; } }

@media screen and (max-width: 1023px) {
  .a_width_400px_touch {
    width: 400px !important; } }

@media screen and (max-width: 1023px) {
  .a_width_1_touch {
    width: 0.25rem !important; } }

@media screen and (max-width: 1023px) {
  .a_width_2_touch {
    width: 0.5rem !important; } }

@media screen and (max-width: 1023px) {
  .a_width_3_touch {
    width: 0.75rem !important; } }

@media screen and (max-width: 1023px) {
  .a_width_4_touch {
    width: 1rem !important; } }

@media screen and (max-width: 1023px) {
  .a_width_5_touch {
    width: 1.5rem !important; } }

@media screen and (max-width: 1023px) {
  .a_width_6_touch {
    width: 3rem !important; } }

@media screen and (max-width: 1023px) {
  .a_width_25_touch {
    width: 25% !important; } }

@media screen and (max-width: 1023px) {
  .a_width_50_touch {
    width: 50% !important; } }

@media screen and (max-width: 1023px) {
  .a_width_75_touch {
    width: 75% !important; } }

@media screen and (max-width: 1023px) {
  .a_width_100_touch {
    width: 100% !important; } }

@media screen and (max-width: 1023px) {
  .a_width_auto_touch {
    width: auto !important; } }

@media screen and (max-width: 1023px) {
  .a_max_width_100_touch {
    max-width: 100% !important; } }

@media screen and (max-width: 1023px) {
  .a_viewport_width_100_touch {
    width: 100vw !important; } }

@media screen and (max-width: 1023px) {
  .a_min_viewport_width_100_touch {
    min-width: 100vw !important; } }

@media screen and (max-width: 1023px) {
  .a_height_1_touch {
    height: 0.25rem !important; } }

@media screen and (max-width: 1023px) {
  .a_height_2_touch {
    height: 0.5rem !important; } }

@media screen and (max-width: 1023px) {
  .a_height_3_touch {
    height: 0.75rem !important; } }

@media screen and (max-width: 1023px) {
  .a_height_4_touch {
    height: 1rem !important; } }

@media screen and (max-width: 1023px) {
  .a_height_5_touch {
    height: 1.5rem !important; } }

@media screen and (max-width: 1023px) {
  .a_height_6_touch {
    height: 3rem !important; } }

@media screen and (max-width: 1023px) {
  .a_height_25_touch {
    height: 25% !important; } }

@media screen and (max-width: 1023px) {
  .a_height_50_touch {
    height: 50% !important; } }

@media screen and (max-width: 1023px) {
  .a_height_75_touch {
    height: 75% !important; } }

@media screen and (max-width: 1023px) {
  .a_height_100_touch {
    height: 100% !important; } }

@media screen and (max-width: 1023px) {
  .a_height_auto_touch {
    height: auto !important; } }

@media screen and (max-width: 1023px) {
  .a_max_height_100_touch {
    max-height: 100% !important; } }

@media screen and (max-width: 1023px) {
  .a_viewport_height_100_touch {
    height: 100vh !important; } }

@media screen and (max-width: 1023px) {
  .a_min_viewport_height_100_touch {
    min-height: 100vh !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_50px_desktop {
    width: 50px !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_100px_desktop {
    width: 100px !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_150px_desktop {
    width: 150px !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_200px_desktop {
    width: 200px !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_250px_desktop {
    width: 250px !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_300px_desktop {
    width: 300px !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_350px_desktop {
    width: 350px !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_400px_desktop {
    width: 400px !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_1_desktop {
    width: 0.25rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_2_desktop {
    width: 0.5rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_3_desktop {
    width: 0.75rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_4_desktop {
    width: 1rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_5_desktop {
    width: 1.5rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_6_desktop {
    width: 3rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_25_desktop {
    width: 25% !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_50_desktop {
    width: 50% !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_75_desktop {
    width: 75% !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_100_desktop {
    width: 100% !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_width_auto_desktop {
    width: auto !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_max_width_100_desktop {
    max-width: 100% !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_viewport_width_100_desktop {
    width: 100vw !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_min_viewport_width_100_desktop {
    min-width: 100vw !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_1_desktop {
    height: 0.25rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_2_desktop {
    height: 0.5rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_3_desktop {
    height: 0.75rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_4_desktop {
    height: 1rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_5_desktop {
    height: 1.5rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_6_desktop {
    height: 3rem !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_25_desktop {
    height: 25% !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_50_desktop {
    height: 50% !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_75_desktop {
    height: 75% !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_100_desktop {
    height: 100% !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_height_auto_desktop {
    height: auto !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_max_height_100_desktop {
    max-height: 100% !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_viewport_height_100_desktop {
    height: 100vh !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_min_viewport_height_100_desktop {
    min-height: 100vh !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_50px_widescreen {
    width: 50px !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_100px_widescreen {
    width: 100px !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_150px_widescreen {
    width: 150px !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_200px_widescreen {
    width: 200px !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_250px_widescreen {
    width: 250px !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_300px_widescreen {
    width: 300px !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_350px_widescreen {
    width: 350px !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_400px_widescreen {
    width: 400px !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_1_widescreen {
    width: 0.25rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_2_widescreen {
    width: 0.5rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_3_widescreen {
    width: 0.75rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_4_widescreen {
    width: 1rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_5_widescreen {
    width: 1.5rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_6_widescreen {
    width: 3rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_25_widescreen {
    width: 25% !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_50_widescreen {
    width: 50% !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_75_widescreen {
    width: 75% !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_100_widescreen {
    width: 100% !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_width_auto_widescreen {
    width: auto !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_max_width_100_widescreen {
    max-width: 100% !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_viewport_width_100_widescreen {
    width: 100vw !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_min_viewport_width_100_widescreen {
    min-width: 100vw !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_1_widescreen {
    height: 0.25rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_2_widescreen {
    height: 0.5rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_3_widescreen {
    height: 0.75rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_4_widescreen {
    height: 1rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_5_widescreen {
    height: 1.5rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_6_widescreen {
    height: 3rem !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_25_widescreen {
    height: 25% !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_50_widescreen {
    height: 50% !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_75_widescreen {
    height: 75% !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_100_widescreen {
    height: 100% !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_height_auto_widescreen {
    height: auto !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_max_height_100_widescreen {
    max-height: 100% !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_viewport_height_100_widescreen {
    height: 100vh !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_min_viewport_height_100_widescreen {
    min-height: 100vh !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_50px_fullhd {
    width: 50px !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_100px_fullhd {
    width: 100px !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_150px_fullhd {
    width: 150px !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_200px_fullhd {
    width: 200px !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_250px_fullhd {
    width: 250px !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_300px_fullhd {
    width: 300px !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_350px_fullhd {
    width: 350px !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_400px_fullhd {
    width: 400px !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_1_fullhd {
    width: 0.25rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_2_fullhd {
    width: 0.5rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_3_fullhd {
    width: 0.75rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_4_fullhd {
    width: 1rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_5_fullhd {
    width: 1.5rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_6_fullhd {
    width: 3rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_25_fullhd {
    width: 25% !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_50_fullhd {
    width: 50% !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_75_fullhd {
    width: 75% !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_100_fullhd {
    width: 100% !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_width_auto_fullhd {
    width: auto !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_max_width_100_fullhd {
    max-width: 100% !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_viewport_width_100_fullhd {
    width: 100vw !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_min_viewport_width_100_fullhd {
    min-width: 100vw !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_1_fullhd {
    height: 0.25rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_2_fullhd {
    height: 0.5rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_3_fullhd {
    height: 0.75rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_4_fullhd {
    height: 1rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_5_fullhd {
    height: 1.5rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_6_fullhd {
    height: 3rem !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_25_fullhd {
    height: 25% !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_50_fullhd {
    height: 50% !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_75_fullhd {
    height: 75% !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_100_fullhd {
    height: 100% !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_height_auto_fullhd {
    height: auto !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_max_height_100_fullhd {
    max-height: 100% !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_viewport_height_100_fullhd {
    height: 100vh !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_min_viewport_height_100_fullhd {
    min-height: 100vh !important; } }

@media screen and (min-width: 1600px) {
  .a_width_50px_large {
    width: 50px !important; } }

@media screen and (min-width: 1600px) {
  .a_width_100px_large {
    width: 100px !important; } }

@media screen and (min-width: 1600px) {
  .a_width_150px_large {
    width: 150px !important; } }

@media screen and (min-width: 1600px) {
  .a_width_200px_large {
    width: 200px !important; } }

@media screen and (min-width: 1600px) {
  .a_width_250px_large {
    width: 250px !important; } }

@media screen and (min-width: 1600px) {
  .a_width_300px_large {
    width: 300px !important; } }

@media screen and (min-width: 1600px) {
  .a_width_350px_large {
    width: 350px !important; } }

@media screen and (min-width: 1600px) {
  .a_width_400px_large {
    width: 400px !important; } }

@media screen and (min-width: 1600px) {
  .a_width_1_large {
    width: 0.25rem !important; } }

@media screen and (min-width: 1600px) {
  .a_width_2_large {
    width: 0.5rem !important; } }

@media screen and (min-width: 1600px) {
  .a_width_3_large {
    width: 0.75rem !important; } }

@media screen and (min-width: 1600px) {
  .a_width_4_large {
    width: 1rem !important; } }

@media screen and (min-width: 1600px) {
  .a_width_5_large {
    width: 1.5rem !important; } }

@media screen and (min-width: 1600px) {
  .a_width_6_large {
    width: 3rem !important; } }

@media screen and (min-width: 1600px) {
  .a_width_25_large {
    width: 25% !important; } }

@media screen and (min-width: 1600px) {
  .a_width_50_large {
    width: 50% !important; } }

@media screen and (min-width: 1600px) {
  .a_width_75_large {
    width: 75% !important; } }

@media screen and (min-width: 1600px) {
  .a_width_100_large {
    width: 100% !important; } }

@media screen and (min-width: 1600px) {
  .a_width_auto_large {
    width: auto !important; } }

@media screen and (min-width: 1600px) {
  .a_max_width_100_large {
    max-width: 100% !important; } }

@media screen and (min-width: 1600px) {
  .a_viewport_width_100_large {
    width: 100vw !important; } }

@media screen and (min-width: 1600px) {
  .a_min_viewport_width_100_large {
    min-width: 100vw !important; } }

@media screen and (min-width: 1600px) {
  .a_height_1_large {
    height: 0.25rem !important; } }

@media screen and (min-width: 1600px) {
  .a_height_2_large {
    height: 0.5rem !important; } }

@media screen and (min-width: 1600px) {
  .a_height_3_large {
    height: 0.75rem !important; } }

@media screen and (min-width: 1600px) {
  .a_height_4_large {
    height: 1rem !important; } }

@media screen and (min-width: 1600px) {
  .a_height_5_large {
    height: 1.5rem !important; } }

@media screen and (min-width: 1600px) {
  .a_height_6_large {
    height: 3rem !important; } }

@media screen and (min-width: 1600px) {
  .a_height_25_large {
    height: 25% !important; } }

@media screen and (min-width: 1600px) {
  .a_height_50_large {
    height: 50% !important; } }

@media screen and (min-width: 1600px) {
  .a_height_75_large {
    height: 75% !important; } }

@media screen and (min-width: 1600px) {
  .a_height_100_large {
    height: 100% !important; } }

@media screen and (min-width: 1600px) {
  .a_height_auto_large {
    height: auto !important; } }

@media screen and (min-width: 1600px) {
  .a_max_height_100_large {
    max-height: 100% !important; } }

@media screen and (min-width: 1600px) {
  .a_viewport_height_100_large {
    height: 100vh !important; } }

@media screen and (min-width: 1600px) {
  .a_min_viewport_height_100_large {
    min-height: 100vh !important; } }

:root {
  --a_color_primary: #0d6efd;
  --a_color_primary_50: #86b7fe;
  --a_color_primary_rgb: 13, 110, 253;
  --a_color_secondary: #6c757d;
  --a_color_secondary_50: #b6babe;
  --a_color_secondary_rgb: 108, 117, 125;
  --a_color_tertiary: #da6c8e;
  --a_color_tertiary_50: #edb6c7;
  --a_color_tertiary_rgb: 108, 117, 125;
  --a_color_link: #0d6efd;
  --a_color_link_hover: #0a58ca;
  --a_color_link_50: #86b7fe;
  --a_color_link_rgb: 13, 110, 253;
  --a_color_info: #0DCAF0FF;
  --a_color_info_50: #86e5f8;
  --a_color_info_rgb: 13, 202, 240;
  --a_color_success: #198754;
  --a_color_success_50: #8cc3aa;
  --a_color_success_rgb: 25, 135, 84;
  --a_color_warning: #FFC107FF;
  --a_color_warning_50: #ffe083;
  --a_color_warning_rgb: 255, 193, 7;
  --a_color_danger: #DC3545FF;
  --a_color_danger_50: #ee9aa2;
  --a_color_danger_rgb: 220, 53, 69;
  --a_color_light: #f8f9fa;
  --a_color_light_rgb: 248, 249, 250;
  --a_color_dark: #212529;
  --a_color_dark_rgb: 33, 37, 41;
  --a_color_white: #fff;
  --a_color_black: #000;
  --a_color_gray_100: #f8f9fa;
  --a_color_gray_200: #e9ecef;
  --a_color_gray_300: #dee2e6;
  --a_color_gray_400: #ced4da;
  --a_color_gray_500: #adb5bd;
  --a_color_gray_600: #6c757d;
  --a_color_gray_700: #495057;
  --a_color_gray_800: #343a40;
  --a_color_gray_900: #212529;
  --a_color_focus: #d0e3a4;
  --a_color_text: #212529;
  --a_color_body_bg: #fff;
  --a_color_primary_text_emphasis: #052c65;
  --a_color_secondary_text_emphasis: #2b2f32;
  --a_color_tertiary_text_emphasis: #572b39;
  --a_color_success_text_emphasis: #0a3622;
  --a_color_info_text_emphasis: #055160;
  --a_color_warning_text_emphasis: #664d03;
  --a_color_danger_text_emphasis: #58151c;
  --a_color_light_text_emphasis: #495057;
  --a_color_dark_text_emphasis: #495057;
  --a_color_primary_bg_subtle: #cfe2ff;
  --a_color_secondary_bg_subtle: #e2e3e5;
  --a_color_tertiary_bg_subtle: #f8e2e8;
  --a_color_success_bg_subtle: #d1e7dd;
  --a_color_info_bg_subtle: #cff4fc;
  --a_color_warning_bg_subtle: #fff3cd;
  --a_color_danger_bg_subtle: #f8d7da;
  --a_color_light_bg_subtle: #fcfcfd;
  --a_color_dark_bg_subtle: #ced4da;
  --a_color_primary_border_subtle: #9ec5fe;
  --a_color_secondary_border_subtle: #c4c8cb;
  --a_color_tertiary_border_subtle: #f0c4d2;
  --a_color_success_border_subtle: #a3cfbb;
  --a_color_info_border_subtle: #9eeaf9;
  --a_color_warning_border_subtle: #ffe69c;
  --a_color_danger_border_subtle: #f1aeb5;
  --a_color_light_border_subtle: #e9ecef;
  --a_color_dark_border_subtle: #adb5bd;
  --a_color_emphasis_color: #000;
  --a_border_width: 1px;
  --a_border_style: solid;
  --a_border_color: var(--a_color_gray_300); }

.a_color_primary {
  color: var(--a_color_primary) !important; }

.a_color_secondary {
  color: var(--a_color_secondary) !important; }

.a_color_tertiary {
  color: var(--a_color_tertiary) !important; }

.a_color_text {
  color: var(--a_color_text) !important; }

.a_color_info {
  color: var(--a_color_info) !important; }

.a_color_success {
  color: var(--a_color_success) !important; }

.a_color_warning {
  color: var(--a_color_warning) !important; }

.a_color_danger {
  color: var(--a_color_danger) !important; }

.a_color_link {
  color: var(--a_color_link) !important; }

.a_color_white {
  color: var(--a_color_white) !important; }

.a_color_black {
  color: var(--a_color_black) !important; }

.a_color_gray_100 {
  color: var(--a_color_gray_100) !important; }

.a_color_gray_200 {
  color: var(--a_color_gray_200) !important; }

.a_color_gray_300 {
  color: var(--a_color_gray_300) !important; }

.a_color_gray_400 {
  color: var(--a_color_gray_400) !important; }

.a_color_gray_500 {
  color: var(--a_color_gray_500) !important; }

.a_color_gray_600 {
  color: var(--a_color_gray_600) !important; }

.a_color_gray_700 {
  color: var(--a_color_gray_700) !important; }

.a_color_gray_800 {
  color: var(--a_color_gray_800) !important; }

.a_color_gray_900 {
  color: var(--a_color_gray_900) !important; }

.a_bg_primary {
  background-color: var(--a_color_primary) !important; }

.a_bg_secondary {
  background-color: var(--a_color_secondary) !important; }

.a_bg_tertiary {
  background-color: var(--a_color_tertiary) !important; }

.a_bg_text {
  background-color: var(--a_color_text) !important; }

.a_bg_info {
  background-color: var(--a_color_info) !important; }

.a_bg_success {
  background-color: var(--a_color_success) !important; }

.a_bg_warning {
  background-color: var(--a_color_warning) !important; }

.a_bg_danger {
  background-color: var(--a_color_danger) !important; }

.a_bg_link {
  background-color: var(--a_color_link) !important; }

.a_bg_white {
  background-color: var(--a_color_white) !important; }

.a_bg_black {
  background-color: var(--a_color_black) !important; }

.a_bg_gray_100 {
  background-color: var(--a_color_gray_100) !important; }

.a_bg_gray_200 {
  background-color: var(--a_color_gray_200) !important; }

.a_bg_gray_300 {
  background-color: var(--a_color_gray_300) !important; }

.a_bg_gray_400 {
  background-color: var(--a_color_gray_400) !important; }

.a_bg_gray_500 {
  background-color: var(--a_color_gray_500) !important; }

.a_bg_gray_600 {
  background-color: var(--a_color_gray_600) !important; }

.a_bg_gray_700 {
  background-color: var(--a_color_gray_700) !important; }

.a_bg_gray_800 {
  background-color: var(--a_color_gray_800) !important; }

.a_bg_gray_900 {
  background-color: var(--a_color_gray_900) !important; }

.a_color_transparent {
  color: transparent !important; }

.a_bg_transparent {
  background-color: transparent !important; }

.a_flex_row {
  flex-direction: row !important; }

.a_flex_column {
  flex-direction: column !important; }

.a_flex_row_reverse {
  flex-direction: row-reverse !important; }

.a_flex_column_reverse {
  flex-direction: column-reverse !important; }

.a_flex_wrap {
  flex-wrap: wrap !important; }

.a_flex_nowrap {
  flex-wrap: nowrap !important; }

.a_flex_wrap_reverse {
  flex-wrap: wrap-reverse !important; }

.a_justify_content_start {
  justify-content: flex-start !important; }

.a_justify_content_end {
  justify-content: flex-end !important; }

.a_justify_content_center {
  justify-content: center !important; }

.a_justify_content_between {
  justify-content: space-between !important; }

.a_justify_content_around {
  justify-content: space-around !important; }

.a_justify_content_evenly {
  justify-content: space-evenly !important; }

.a_align_items_start {
  align-items: flex-start !important; }

.a_align_items_end {
  align-items: flex-end !important; }

.a_align_items_center {
  align-items: center !important; }

.a_align_items_baseline {
  align-items: baseline !important; }

.a_align_items_stretch {
  align-items: stretch !important; }

.a_align_content_start {
  align-content: flex-start !important; }

.a_align_content_end {
  align-content: flex-end !important; }

.a_align_content_center {
  align-content: center !important; }

.a_align_content_between {
  align-content: space-between !important; }

.a_align_content_around {
  align-content: space-around !important; }

.a_align_content_stretch {
  align-content: stretch !important; }

.a_align_self_auto {
  align-self: auto !important; }

.a_align_self_start {
  align-self: flex-start !important; }

.a_align_self_end {
  align-self: flex-end  !important; }

.a_align_self_center {
  align-self: center !important; }

.a_align_self_baseline {
  align-self: baseline !important; }

.a_align_self_stretch {
  align-self: stretch !important; }

.a_justify_self_auto {
  justify-self: auto !important; }

.a_justify_self_start {
  justify-self: flex-start !important; }

.a_justify_self_end {
  justify-self: flex-end  !important; }

.a_justify_self_center {
  justify-self: center !important; }

.a_justify_self_baseline {
  justify-self: baseline !important; }

.a_justify_self_stretch {
  justify-self: stretch !important; }

.a_flex_fill {
  flex: 1 1 auto !important; }

.a_flex_grow_0 {
  flex-grow: 0 !important; }

.a_flex_grow_1 {
  flex-grow: 1 !important; }

.a_flex_shrink_0 {
  flex-shrink: 0 !important; }

.a_flex_shrink_1 {
  flex-shrink: 1 !important; }

.a_columns {
  --a_column_gap_x: 0.75rem;
  --a_column_gap_y: 0.75rem;
  display: flex;
  margin-left: calc(-1 * var(--a_column_gap_x));
  margin-right: calc(-1 * var(--a_column_gap_x)); }
  .a_columns > .a_column {
    padding-left: var(--a_column_gap_x);
    padding-right: var(--a_column_gap_x); }

.a_column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: var(--a_column_gap_y) var(--a_column_gap_x); }

.a_columns_count_1 {
  --a_column_count: 1;
  flex-wrap: wrap; }

.a_columns_count_2 {
  --a_column_count: 2;
  flex-wrap: wrap; }

.a_columns_count_3 {
  --a_column_count: 3;
  flex-wrap: wrap; }

.a_columns_count_4 {
  --a_column_count: 4;
  flex-wrap: wrap; }

.a_columns_count_5 {
  --a_column_count: 5;
  flex-wrap: wrap; }

.a_columns_count_6 {
  --a_column_count: 6;
  flex-wrap: wrap; }

.a_columns_count_7 {
  --a_column_count: 7;
  flex-wrap: wrap; }

.a_columns_count_8 {
  --a_column_count: 8;
  flex-wrap: wrap; }

.a_columns_count_9 {
  --a_column_count: 9;
  flex-wrap: wrap; }

.a_columns_count_10 {
  --a_column_count: 10;
  flex-wrap: wrap; }

.a_columns_count_11 {
  --a_column_count: 11;
  flex-wrap: wrap; }

.a_columns_count_12 {
  --a_column_count: 12;
  flex-wrap: wrap; }

.a_columns_gap_x_0,
.a_columns_gab_x_0 {
  --a_column_gap_x: 0rem; }

.a_columns_gap_y_0,
.a_columns_gab_y_0 {
  --a_column_gap_y: 0rem; }

.a_columns_gap_x_1,
.a_columns_gab_x_1 {
  --a_column_gap_x: 0.25rem; }

.a_columns_gap_y_1,
.a_columns_gab_y_1 {
  --a_column_gap_y: 0.25rem; }

.a_columns_gap_x_2,
.a_columns_gab_x_2 {
  --a_column_gap_x: 0.5rem; }

.a_columns_gap_y_2,
.a_columns_gab_y_2 {
  --a_column_gap_y: 0.5rem; }

.a_columns_gap_x_3,
.a_columns_gab_x_3 {
  --a_column_gap_x: 0.75rem; }

.a_columns_gap_y_3,
.a_columns_gab_y_3 {
  --a_column_gap_y: 0.75rem; }

.a_columns_gap_x_4,
.a_columns_gab_x_4 {
  --a_column_gap_x: 1rem; }

.a_columns_gap_y_4,
.a_columns_gab_y_4 {
  --a_column_gap_y: 1rem; }

.a_columns_gap_x_5,
.a_columns_gab_x_5 {
  --a_column_gap_x: 1.25rem; }

.a_columns_gap_y_5,
.a_columns_gab_y_5 {
  --a_column_gap_y: 1.25rem; }

.a_columns_gap_x_6,
.a_columns_gab_x_6 {
  --a_column_gap_x: 1.5rem; }

.a_columns_gap_y_6,
.a_columns_gab_y_6 {
  --a_column_gap_y: 1.5rem; }

.a_columns_gap_x_7,
.a_columns_gab_x_7 {
  --a_column_gap_x: 1.75rem; }

.a_columns_gap_y_7,
.a_columns_gab_y_7 {
  --a_column_gap_y: 1.75rem; }

.a_columns_gap_x_8,
.a_columns_gab_x_8 {
  --a_column_gap_x: 2rem; }

.a_columns_gap_y_8,
.a_columns_gab_y_8 {
  --a_column_gap_y: 2rem; }

.a_column_1 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 1); }

.a_column_2 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 2); }

.a_column_3 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 3); }

.a_column_4 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 4); }

.a_column_5 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 5); }

.a_column_6 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 6); }

.a_column_7 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 7); }

.a_column_8 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 8); }

.a_column_9 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 9); }

.a_column_10 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 10); }

.a_column_11 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 11); }

.a_column_12 {
  flex: none;
  width: calc(100% / var(--a_column_count) * 12); }

.a_column_offset_0 {
  margin-left: 0; }

.a_column_offset_1 {
  margin-left: calc(100% / var(--a_column_count) * 1); }

.a_column_offset_2 {
  margin-left: calc(100% / var(--a_column_count) * 2); }

.a_column_offset_3 {
  margin-left: calc(100% / var(--a_column_count) * 3); }

.a_column_offset_4 {
  margin-left: calc(100% / var(--a_column_count) * 4); }

.a_column_offset_5 {
  margin-left: calc(100% / var(--a_column_count) * 5); }

.a_column_offset_6 {
  margin-left: calc(100% / var(--a_column_count) * 6); }

.a_column_offset_7 {
  margin-left: calc(100% / var(--a_column_count) * 7); }

.a_column_offset_8 {
  margin-left: calc(100% / var(--a_column_count) * 8); }

.a_column_offset_9 {
  margin-left: calc(100% / var(--a_column_count) * 9); }

.a_column_offset_10 {
  margin-left: calc(100% / var(--a_column_count) * 10); }

.a_column_offset_11 {
  margin-left: calc(100% / var(--a_column_count) * 11); }

@media screen and (max-width: 768px) {
  .a_columns_count_1_mobile {
    --a_column_count: 1;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_2_mobile {
    --a_column_count: 2;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_3_mobile {
    --a_column_count: 3;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_4_mobile {
    --a_column_count: 4;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_5_mobile {
    --a_column_count: 5;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_6_mobile {
    --a_column_count: 6;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_7_mobile {
    --a_column_count: 7;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_8_mobile {
    --a_column_count: 8;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_9_mobile {
    --a_column_count: 9;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_10_mobile {
    --a_column_count: 10;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_11_mobile {
    --a_column_count: 11;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_count_12_mobile {
    --a_column_count: 12;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .a_columns_gap_x_0_mobile,
  .a_columns_gab_x_0_mobile {
    --a_column_gap_x: 0rem; }
  .a_columns_gap_y_0_mobile,
  .a_columns_gab_y_0_mobile {
    --a_column_gap_y: 0rem; } }

@media screen and (max-width: 768px) {
  .a_columns_gap_x_1_mobile,
  .a_columns_gab_x_1_mobile {
    --a_column_gap_x: 0.25rem; }
  .a_columns_gap_y_1_mobile,
  .a_columns_gab_y_1_mobile {
    --a_column_gap_y: 0.25rem; } }

@media screen and (max-width: 768px) {
  .a_columns_gap_x_2_mobile,
  .a_columns_gab_x_2_mobile {
    --a_column_gap_x: 0.5rem; }
  .a_columns_gap_y_2_mobile,
  .a_columns_gab_y_2_mobile {
    --a_column_gap_y: 0.5rem; } }

@media screen and (max-width: 768px) {
  .a_columns_gap_x_3_mobile,
  .a_columns_gab_x_3_mobile {
    --a_column_gap_x: 0.75rem; }
  .a_columns_gap_y_3_mobile,
  .a_columns_gab_y_3_mobile {
    --a_column_gap_y: 0.75rem; } }

@media screen and (max-width: 768px) {
  .a_columns_gap_x_4_mobile,
  .a_columns_gab_x_4_mobile {
    --a_column_gap_x: 1rem; }
  .a_columns_gap_y_4_mobile,
  .a_columns_gab_y_4_mobile {
    --a_column_gap_y: 1rem; } }

@media screen and (max-width: 768px) {
  .a_columns_gap_x_5_mobile,
  .a_columns_gab_x_5_mobile {
    --a_column_gap_x: 1.25rem; }
  .a_columns_gap_y_5_mobile,
  .a_columns_gab_y_5_mobile {
    --a_column_gap_y: 1.25rem; } }

@media screen and (max-width: 768px) {
  .a_columns_gap_x_6_mobile,
  .a_columns_gab_x_6_mobile {
    --a_column_gap_x: 1.5rem; }
  .a_columns_gap_y_6_mobile,
  .a_columns_gab_y_6_mobile {
    --a_column_gap_y: 1.5rem; } }

@media screen and (max-width: 768px) {
  .a_columns_gap_x_7_mobile,
  .a_columns_gab_x_7_mobile {
    --a_column_gap_x: 1.75rem; }
  .a_columns_gap_y_7_mobile,
  .a_columns_gab_y_7_mobile {
    --a_column_gap_y: 1.75rem; } }

@media screen and (max-width: 768px) {
  .a_columns_gap_x_8_mobile,
  .a_columns_gab_x_8_mobile {
    --a_column_gap_x: 2rem; }
  .a_columns_gap_y_8_mobile,
  .a_columns_gab_y_8_mobile {
    --a_column_gap_y: 2rem; } }

@media screen and (max-width: 768px) {
  .a_column_1_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 1); } }

@media screen and (max-width: 768px) {
  .a_column_2_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 2); } }

@media screen and (max-width: 768px) {
  .a_column_3_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 3); } }

@media screen and (max-width: 768px) {
  .a_column_4_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 4); } }

@media screen and (max-width: 768px) {
  .a_column_5_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 5); } }

@media screen and (max-width: 768px) {
  .a_column_6_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 6); } }

@media screen and (max-width: 768px) {
  .a_column_7_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 7); } }

@media screen and (max-width: 768px) {
  .a_column_8_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 8); } }

@media screen and (max-width: 768px) {
  .a_column_9_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 9); } }

@media screen and (max-width: 768px) {
  .a_column_10_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 10); } }

@media screen and (max-width: 768px) {
  .a_column_11_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 11); } }

@media screen and (max-width: 768px) {
  .a_column_12_mobile {
    flex: none;
    width: calc(100% / var(--a_column_count) * 12); } }

@media screen and (max-width: 768px) {
  .a_column_offset_0_mobile {
    margin-left: 0; } }

@media screen and (max-width: 768px) {
  .a_column_offset_1_mobile {
    margin-left: calc(100% / var(--a_column_count) * 1); } }

@media screen and (max-width: 768px) {
  .a_column_offset_2_mobile {
    margin-left: calc(100% / var(--a_column_count) * 2); } }

@media screen and (max-width: 768px) {
  .a_column_offset_3_mobile {
    margin-left: calc(100% / var(--a_column_count) * 3); } }

@media screen and (max-width: 768px) {
  .a_column_offset_4_mobile {
    margin-left: calc(100% / var(--a_column_count) * 4); } }

@media screen and (max-width: 768px) {
  .a_column_offset_5_mobile {
    margin-left: calc(100% / var(--a_column_count) * 5); } }

@media screen and (max-width: 768px) {
  .a_column_offset_6_mobile {
    margin-left: calc(100% / var(--a_column_count) * 6); } }

@media screen and (max-width: 768px) {
  .a_column_offset_7_mobile {
    margin-left: calc(100% / var(--a_column_count) * 7); } }

@media screen and (max-width: 768px) {
  .a_column_offset_8_mobile {
    margin-left: calc(100% / var(--a_column_count) * 8); } }

@media screen and (max-width: 768px) {
  .a_column_offset_9_mobile {
    margin-left: calc(100% / var(--a_column_count) * 9); } }

@media screen and (max-width: 768px) {
  .a_column_offset_10_mobile {
    margin-left: calc(100% / var(--a_column_count) * 10); } }

@media screen and (max-width: 768px) {
  .a_column_offset_11_mobile {
    margin-left: calc(100% / var(--a_column_count) * 11); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_1_tablet {
    --a_column_count: 1;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_2_tablet {
    --a_column_count: 2;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_3_tablet {
    --a_column_count: 3;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_4_tablet {
    --a_column_count: 4;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_5_tablet {
    --a_column_count: 5;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_6_tablet {
    --a_column_count: 6;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_7_tablet {
    --a_column_count: 7;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_8_tablet {
    --a_column_count: 8;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_9_tablet {
    --a_column_count: 9;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_10_tablet {
    --a_column_count: 10;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_11_tablet {
    --a_column_count: 11;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_count_12_tablet {
    --a_column_count: 12;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_gap_x_0_tablet,
  .a_columns_gab_x_0_tablet {
    --a_column_gap_x: 0rem; }
  .a_columns_gap_y_0_tablet,
  .a_columns_gab_y_0_tablet {
    --a_column_gap_y: 0rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_gap_x_1_tablet,
  .a_columns_gab_x_1_tablet {
    --a_column_gap_x: 0.25rem; }
  .a_columns_gap_y_1_tablet,
  .a_columns_gab_y_1_tablet {
    --a_column_gap_y: 0.25rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_gap_x_2_tablet,
  .a_columns_gab_x_2_tablet {
    --a_column_gap_x: 0.5rem; }
  .a_columns_gap_y_2_tablet,
  .a_columns_gab_y_2_tablet {
    --a_column_gap_y: 0.5rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_gap_x_3_tablet,
  .a_columns_gab_x_3_tablet {
    --a_column_gap_x: 0.75rem; }
  .a_columns_gap_y_3_tablet,
  .a_columns_gab_y_3_tablet {
    --a_column_gap_y: 0.75rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_gap_x_4_tablet,
  .a_columns_gab_x_4_tablet {
    --a_column_gap_x: 1rem; }
  .a_columns_gap_y_4_tablet,
  .a_columns_gab_y_4_tablet {
    --a_column_gap_y: 1rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_gap_x_5_tablet,
  .a_columns_gab_x_5_tablet {
    --a_column_gap_x: 1.25rem; }
  .a_columns_gap_y_5_tablet,
  .a_columns_gab_y_5_tablet {
    --a_column_gap_y: 1.25rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_gap_x_6_tablet,
  .a_columns_gab_x_6_tablet {
    --a_column_gap_x: 1.5rem; }
  .a_columns_gap_y_6_tablet,
  .a_columns_gab_y_6_tablet {
    --a_column_gap_y: 1.5rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_gap_x_7_tablet,
  .a_columns_gab_x_7_tablet {
    --a_column_gap_x: 1.75rem; }
  .a_columns_gap_y_7_tablet,
  .a_columns_gab_y_7_tablet {
    --a_column_gap_y: 1.75rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_columns_gap_x_8_tablet,
  .a_columns_gab_x_8_tablet {
    --a_column_gap_x: 2rem; }
  .a_columns_gap_y_8_tablet,
  .a_columns_gab_y_8_tablet {
    --a_column_gap_y: 2rem; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_1_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 1); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_2_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 2); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_3_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 3); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_4_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 4); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_5_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 5); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_6_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 6); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_7_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 7); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_8_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 8); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_9_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 9); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_10_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 10); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_11_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 11); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_12_tablet {
    flex: none;
    width: calc(100% / var(--a_column_count) * 12); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_0_tablet {
    margin-left: 0; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_1_tablet {
    margin-left: calc(100% / var(--a_column_count) * 1); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_2_tablet {
    margin-left: calc(100% / var(--a_column_count) * 2); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_3_tablet {
    margin-left: calc(100% / var(--a_column_count) * 3); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_4_tablet {
    margin-left: calc(100% / var(--a_column_count) * 4); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_5_tablet {
    margin-left: calc(100% / var(--a_column_count) * 5); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_6_tablet {
    margin-left: calc(100% / var(--a_column_count) * 6); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_7_tablet {
    margin-left: calc(100% / var(--a_column_count) * 7); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_8_tablet {
    margin-left: calc(100% / var(--a_column_count) * 8); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_9_tablet {
    margin-left: calc(100% / var(--a_column_count) * 9); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_10_tablet {
    margin-left: calc(100% / var(--a_column_count) * 10); } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_column_offset_11_tablet {
    margin-left: calc(100% / var(--a_column_count) * 11); } }

@media screen and (max-width: 1023px) {
  .a_columns_count_1_touch {
    --a_column_count: 1;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_2_touch {
    --a_column_count: 2;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_3_touch {
    --a_column_count: 3;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_4_touch {
    --a_column_count: 4;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_5_touch {
    --a_column_count: 5;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_6_touch {
    --a_column_count: 6;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_7_touch {
    --a_column_count: 7;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_8_touch {
    --a_column_count: 8;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_9_touch {
    --a_column_count: 9;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_10_touch {
    --a_column_count: 10;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_11_touch {
    --a_column_count: 11;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_count_12_touch {
    --a_column_count: 12;
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .a_columns_gap_x_0_touch,
  .a_columns_gab_x_0_touch {
    --a_column_gap_x: 0rem; }
  .a_columns_gap_y_0_touch,
  .a_columns_gab_y_0_touch {
    --a_column_gap_y: 0rem; } }

@media screen and (max-width: 1023px) {
  .a_columns_gap_x_1_touch,
  .a_columns_gab_x_1_touch {
    --a_column_gap_x: 0.25rem; }
  .a_columns_gap_y_1_touch,
  .a_columns_gab_y_1_touch {
    --a_column_gap_y: 0.25rem; } }

@media screen and (max-width: 1023px) {
  .a_columns_gap_x_2_touch,
  .a_columns_gab_x_2_touch {
    --a_column_gap_x: 0.5rem; }
  .a_columns_gap_y_2_touch,
  .a_columns_gab_y_2_touch {
    --a_column_gap_y: 0.5rem; } }

@media screen and (max-width: 1023px) {
  .a_columns_gap_x_3_touch,
  .a_columns_gab_x_3_touch {
    --a_column_gap_x: 0.75rem; }
  .a_columns_gap_y_3_touch,
  .a_columns_gab_y_3_touch {
    --a_column_gap_y: 0.75rem; } }

@media screen and (max-width: 1023px) {
  .a_columns_gap_x_4_touch,
  .a_columns_gab_x_4_touch {
    --a_column_gap_x: 1rem; }
  .a_columns_gap_y_4_touch,
  .a_columns_gab_y_4_touch {
    --a_column_gap_y: 1rem; } }

@media screen and (max-width: 1023px) {
  .a_columns_gap_x_5_touch,
  .a_columns_gab_x_5_touch {
    --a_column_gap_x: 1.25rem; }
  .a_columns_gap_y_5_touch,
  .a_columns_gab_y_5_touch {
    --a_column_gap_y: 1.25rem; } }

@media screen and (max-width: 1023px) {
  .a_columns_gap_x_6_touch,
  .a_columns_gab_x_6_touch {
    --a_column_gap_x: 1.5rem; }
  .a_columns_gap_y_6_touch,
  .a_columns_gab_y_6_touch {
    --a_column_gap_y: 1.5rem; } }

@media screen and (max-width: 1023px) {
  .a_columns_gap_x_7_touch,
  .a_columns_gab_x_7_touch {
    --a_column_gap_x: 1.75rem; }
  .a_columns_gap_y_7_touch,
  .a_columns_gab_y_7_touch {
    --a_column_gap_y: 1.75rem; } }

@media screen and (max-width: 1023px) {
  .a_columns_gap_x_8_touch,
  .a_columns_gab_x_8_touch {
    --a_column_gap_x: 2rem; }
  .a_columns_gap_y_8_touch,
  .a_columns_gab_y_8_touch {
    --a_column_gap_y: 2rem; } }

@media screen and (max-width: 1023px) {
  .a_column_1_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 1); } }

@media screen and (max-width: 1023px) {
  .a_column_2_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 2); } }

@media screen and (max-width: 1023px) {
  .a_column_3_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 3); } }

@media screen and (max-width: 1023px) {
  .a_column_4_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 4); } }

@media screen and (max-width: 1023px) {
  .a_column_5_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 5); } }

@media screen and (max-width: 1023px) {
  .a_column_6_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 6); } }

@media screen and (max-width: 1023px) {
  .a_column_7_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 7); } }

@media screen and (max-width: 1023px) {
  .a_column_8_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 8); } }

@media screen and (max-width: 1023px) {
  .a_column_9_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 9); } }

@media screen and (max-width: 1023px) {
  .a_column_10_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 10); } }

@media screen and (max-width: 1023px) {
  .a_column_11_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 11); } }

@media screen and (max-width: 1023px) {
  .a_column_12_touch {
    flex: none;
    width: calc(100% / var(--a_column_count) * 12); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_0_touch {
    margin-left: 0; } }

@media screen and (max-width: 1023px) {
  .a_column_offset_1_touch {
    margin-left: calc(100% / var(--a_column_count) * 1); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_2_touch {
    margin-left: calc(100% / var(--a_column_count) * 2); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_3_touch {
    margin-left: calc(100% / var(--a_column_count) * 3); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_4_touch {
    margin-left: calc(100% / var(--a_column_count) * 4); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_5_touch {
    margin-left: calc(100% / var(--a_column_count) * 5); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_6_touch {
    margin-left: calc(100% / var(--a_column_count) * 6); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_7_touch {
    margin-left: calc(100% / var(--a_column_count) * 7); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_8_touch {
    margin-left: calc(100% / var(--a_column_count) * 8); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_9_touch {
    margin-left: calc(100% / var(--a_column_count) * 9); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_10_touch {
    margin-left: calc(100% / var(--a_column_count) * 10); } }

@media screen and (max-width: 1023px) {
  .a_column_offset_11_touch {
    margin-left: calc(100% / var(--a_column_count) * 11); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_1_desktop {
    --a_column_count: 1;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_2_desktop {
    --a_column_count: 2;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_3_desktop {
    --a_column_count: 3;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_4_desktop {
    --a_column_count: 4;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_5_desktop {
    --a_column_count: 5;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_6_desktop {
    --a_column_count: 6;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_7_desktop {
    --a_column_count: 7;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_8_desktop {
    --a_column_count: 8;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_9_desktop {
    --a_column_count: 9;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_10_desktop {
    --a_column_count: 10;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_11_desktop {
    --a_column_count: 11;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_count_12_desktop {
    --a_column_count: 12;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_gap_x_0_desktop,
  .a_columns_gab_x_0_desktop {
    --a_column_gap_x: 0rem; }
  .a_columns_gap_y_0_desktop,
  .a_columns_gab_y_0_desktop {
    --a_column_gap_y: 0rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_gap_x_1_desktop,
  .a_columns_gab_x_1_desktop {
    --a_column_gap_x: 0.25rem; }
  .a_columns_gap_y_1_desktop,
  .a_columns_gab_y_1_desktop {
    --a_column_gap_y: 0.25rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_gap_x_2_desktop,
  .a_columns_gab_x_2_desktop {
    --a_column_gap_x: 0.5rem; }
  .a_columns_gap_y_2_desktop,
  .a_columns_gab_y_2_desktop {
    --a_column_gap_y: 0.5rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_gap_x_3_desktop,
  .a_columns_gab_x_3_desktop {
    --a_column_gap_x: 0.75rem; }
  .a_columns_gap_y_3_desktop,
  .a_columns_gab_y_3_desktop {
    --a_column_gap_y: 0.75rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_gap_x_4_desktop,
  .a_columns_gab_x_4_desktop {
    --a_column_gap_x: 1rem; }
  .a_columns_gap_y_4_desktop,
  .a_columns_gab_y_4_desktop {
    --a_column_gap_y: 1rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_gap_x_5_desktop,
  .a_columns_gab_x_5_desktop {
    --a_column_gap_x: 1.25rem; }
  .a_columns_gap_y_5_desktop,
  .a_columns_gab_y_5_desktop {
    --a_column_gap_y: 1.25rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_gap_x_6_desktop,
  .a_columns_gab_x_6_desktop {
    --a_column_gap_x: 1.5rem; }
  .a_columns_gap_y_6_desktop,
  .a_columns_gab_y_6_desktop {
    --a_column_gap_y: 1.5rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_gap_x_7_desktop,
  .a_columns_gab_x_7_desktop {
    --a_column_gap_x: 1.75rem; }
  .a_columns_gap_y_7_desktop,
  .a_columns_gab_y_7_desktop {
    --a_column_gap_y: 1.75rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_columns_gap_x_8_desktop,
  .a_columns_gab_x_8_desktop {
    --a_column_gap_x: 2rem; }
  .a_columns_gap_y_8_desktop,
  .a_columns_gab_y_8_desktop {
    --a_column_gap_y: 2rem; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_1_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 1); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_2_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 2); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_3_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 3); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_4_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 4); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_5_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 5); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_6_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 6); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_7_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 7); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_8_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 8); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_9_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 9); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_10_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 10); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_11_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 11); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_12_desktop {
    flex: none;
    width: calc(100% / var(--a_column_count) * 12); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_0_desktop {
    margin-left: 0; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_1_desktop {
    margin-left: calc(100% / var(--a_column_count) * 1); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_2_desktop {
    margin-left: calc(100% / var(--a_column_count) * 2); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_3_desktop {
    margin-left: calc(100% / var(--a_column_count) * 3); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_4_desktop {
    margin-left: calc(100% / var(--a_column_count) * 4); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_5_desktop {
    margin-left: calc(100% / var(--a_column_count) * 5); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_6_desktop {
    margin-left: calc(100% / var(--a_column_count) * 6); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_7_desktop {
    margin-left: calc(100% / var(--a_column_count) * 7); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_8_desktop {
    margin-left: calc(100% / var(--a_column_count) * 8); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_9_desktop {
    margin-left: calc(100% / var(--a_column_count) * 9); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_10_desktop {
    margin-left: calc(100% / var(--a_column_count) * 10); } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_column_offset_11_desktop {
    margin-left: calc(100% / var(--a_column_count) * 11); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_1_widescreen {
    --a_column_count: 1;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_2_widescreen {
    --a_column_count: 2;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_3_widescreen {
    --a_column_count: 3;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_4_widescreen {
    --a_column_count: 4;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_5_widescreen {
    --a_column_count: 5;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_6_widescreen {
    --a_column_count: 6;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_7_widescreen {
    --a_column_count: 7;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_8_widescreen {
    --a_column_count: 8;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_9_widescreen {
    --a_column_count: 9;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_10_widescreen {
    --a_column_count: 10;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_11_widescreen {
    --a_column_count: 11;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_count_12_widescreen {
    --a_column_count: 12;
    flex-wrap: wrap; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_gap_x_0_widescreen,
  .a_columns_gab_x_0_widescreen {
    --a_column_gap_x: 0rem; }
  .a_columns_gap_y_0_widescreen,
  .a_columns_gab_y_0_widescreen {
    --a_column_gap_y: 0rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_gap_x_1_widescreen,
  .a_columns_gab_x_1_widescreen {
    --a_column_gap_x: 0.25rem; }
  .a_columns_gap_y_1_widescreen,
  .a_columns_gab_y_1_widescreen {
    --a_column_gap_y: 0.25rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_gap_x_2_widescreen,
  .a_columns_gab_x_2_widescreen {
    --a_column_gap_x: 0.5rem; }
  .a_columns_gap_y_2_widescreen,
  .a_columns_gab_y_2_widescreen {
    --a_column_gap_y: 0.5rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_gap_x_3_widescreen,
  .a_columns_gab_x_3_widescreen {
    --a_column_gap_x: 0.75rem; }
  .a_columns_gap_y_3_widescreen,
  .a_columns_gab_y_3_widescreen {
    --a_column_gap_y: 0.75rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_gap_x_4_widescreen,
  .a_columns_gab_x_4_widescreen {
    --a_column_gap_x: 1rem; }
  .a_columns_gap_y_4_widescreen,
  .a_columns_gab_y_4_widescreen {
    --a_column_gap_y: 1rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_gap_x_5_widescreen,
  .a_columns_gab_x_5_widescreen {
    --a_column_gap_x: 1.25rem; }
  .a_columns_gap_y_5_widescreen,
  .a_columns_gab_y_5_widescreen {
    --a_column_gap_y: 1.25rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_gap_x_6_widescreen,
  .a_columns_gab_x_6_widescreen {
    --a_column_gap_x: 1.5rem; }
  .a_columns_gap_y_6_widescreen,
  .a_columns_gab_y_6_widescreen {
    --a_column_gap_y: 1.5rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_gap_x_7_widescreen,
  .a_columns_gab_x_7_widescreen {
    --a_column_gap_x: 1.75rem; }
  .a_columns_gap_y_7_widescreen,
  .a_columns_gab_y_7_widescreen {
    --a_column_gap_y: 1.75rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_columns_gap_x_8_widescreen,
  .a_columns_gab_x_8_widescreen {
    --a_column_gap_x: 2rem; }
  .a_columns_gap_y_8_widescreen,
  .a_columns_gab_y_8_widescreen {
    --a_column_gap_y: 2rem; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_1_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 1); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_2_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 2); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_3_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 3); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_4_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 4); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_5_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 5); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_6_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 6); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_7_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 7); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_8_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 8); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_9_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 9); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_10_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 10); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_11_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 11); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_12_widescreen {
    flex: none;
    width: calc(100% / var(--a_column_count) * 12); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_0_widescreen {
    margin-left: 0; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_1_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 1); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_2_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 2); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_3_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 3); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_4_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 4); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_5_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 5); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_6_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 6); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_7_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 7); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_8_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 8); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_9_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 9); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_10_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 10); } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_column_offset_11_widescreen {
    margin-left: calc(100% / var(--a_column_count) * 11); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_1_fullhd {
    --a_column_count: 1;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_2_fullhd {
    --a_column_count: 2;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_3_fullhd {
    --a_column_count: 3;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_4_fullhd {
    --a_column_count: 4;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_5_fullhd {
    --a_column_count: 5;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_6_fullhd {
    --a_column_count: 6;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_7_fullhd {
    --a_column_count: 7;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_8_fullhd {
    --a_column_count: 8;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_9_fullhd {
    --a_column_count: 9;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_10_fullhd {
    --a_column_count: 10;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_11_fullhd {
    --a_column_count: 11;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_count_12_fullhd {
    --a_column_count: 12;
    flex-wrap: wrap; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_gap_x_0_fullhd,
  .a_columns_gab_x_0_fullhd {
    --a_column_gap_x: 0rem; }
  .a_columns_gap_y_0_fullhd,
  .a_columns_gab_y_0_fullhd {
    --a_column_gap_y: 0rem; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_gap_x_1_fullhd,
  .a_columns_gab_x_1_fullhd {
    --a_column_gap_x: 0.25rem; }
  .a_columns_gap_y_1_fullhd,
  .a_columns_gab_y_1_fullhd {
    --a_column_gap_y: 0.25rem; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_gap_x_2_fullhd,
  .a_columns_gab_x_2_fullhd {
    --a_column_gap_x: 0.5rem; }
  .a_columns_gap_y_2_fullhd,
  .a_columns_gab_y_2_fullhd {
    --a_column_gap_y: 0.5rem; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_gap_x_3_fullhd,
  .a_columns_gab_x_3_fullhd {
    --a_column_gap_x: 0.75rem; }
  .a_columns_gap_y_3_fullhd,
  .a_columns_gab_y_3_fullhd {
    --a_column_gap_y: 0.75rem; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_gap_x_4_fullhd,
  .a_columns_gab_x_4_fullhd {
    --a_column_gap_x: 1rem; }
  .a_columns_gap_y_4_fullhd,
  .a_columns_gab_y_4_fullhd {
    --a_column_gap_y: 1rem; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_gap_x_5_fullhd,
  .a_columns_gab_x_5_fullhd {
    --a_column_gap_x: 1.25rem; }
  .a_columns_gap_y_5_fullhd,
  .a_columns_gab_y_5_fullhd {
    --a_column_gap_y: 1.25rem; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_gap_x_6_fullhd,
  .a_columns_gab_x_6_fullhd {
    --a_column_gap_x: 1.5rem; }
  .a_columns_gap_y_6_fullhd,
  .a_columns_gab_y_6_fullhd {
    --a_column_gap_y: 1.5rem; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_gap_x_7_fullhd,
  .a_columns_gab_x_7_fullhd {
    --a_column_gap_x: 1.75rem; }
  .a_columns_gap_y_7_fullhd,
  .a_columns_gab_y_7_fullhd {
    --a_column_gap_y: 1.75rem; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_columns_gap_x_8_fullhd,
  .a_columns_gab_x_8_fullhd {
    --a_column_gap_x: 2rem; }
  .a_columns_gap_y_8_fullhd,
  .a_columns_gab_y_8_fullhd {
    --a_column_gap_y: 2rem; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_1_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 1); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_2_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 2); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_3_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 3); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_4_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 4); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_5_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 5); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_6_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 6); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_7_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 7); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_8_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 8); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_9_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 9); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_10_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 10); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_11_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 11); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_12_fullhd {
    flex: none;
    width: calc(100% / var(--a_column_count) * 12); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_0_fullhd {
    margin-left: 0; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_1_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 1); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_2_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 2); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_3_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 3); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_4_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 4); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_5_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 5); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_6_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 6); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_7_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 7); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_8_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 8); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_9_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 9); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_10_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 10); } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_column_offset_11_fullhd {
    margin-left: calc(100% / var(--a_column_count) * 11); } }

@media screen and (min-width: 1600px) {
  .a_columns_count_1_large {
    --a_column_count: 1;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_2_large {
    --a_column_count: 2;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_3_large {
    --a_column_count: 3;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_4_large {
    --a_column_count: 4;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_5_large {
    --a_column_count: 5;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_6_large {
    --a_column_count: 6;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_7_large {
    --a_column_count: 7;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_8_large {
    --a_column_count: 8;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_9_large {
    --a_column_count: 9;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_10_large {
    --a_column_count: 10;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_11_large {
    --a_column_count: 11;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_count_12_large {
    --a_column_count: 12;
    flex-wrap: wrap; } }

@media screen and (min-width: 1600px) {
  .a_columns_gap_x_0_large,
  .a_columns_gab_x_0_large {
    --a_column_gap_x: 0rem; }
  .a_columns_gap_y_0_large,
  .a_columns_gab_y_0_large {
    --a_column_gap_y: 0rem; } }

@media screen and (min-width: 1600px) {
  .a_columns_gap_x_1_large,
  .a_columns_gab_x_1_large {
    --a_column_gap_x: 0.25rem; }
  .a_columns_gap_y_1_large,
  .a_columns_gab_y_1_large {
    --a_column_gap_y: 0.25rem; } }

@media screen and (min-width: 1600px) {
  .a_columns_gap_x_2_large,
  .a_columns_gab_x_2_large {
    --a_column_gap_x: 0.5rem; }
  .a_columns_gap_y_2_large,
  .a_columns_gab_y_2_large {
    --a_column_gap_y: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .a_columns_gap_x_3_large,
  .a_columns_gab_x_3_large {
    --a_column_gap_x: 0.75rem; }
  .a_columns_gap_y_3_large,
  .a_columns_gab_y_3_large {
    --a_column_gap_y: 0.75rem; } }

@media screen and (min-width: 1600px) {
  .a_columns_gap_x_4_large,
  .a_columns_gab_x_4_large {
    --a_column_gap_x: 1rem; }
  .a_columns_gap_y_4_large,
  .a_columns_gab_y_4_large {
    --a_column_gap_y: 1rem; } }

@media screen and (min-width: 1600px) {
  .a_columns_gap_x_5_large,
  .a_columns_gab_x_5_large {
    --a_column_gap_x: 1.25rem; }
  .a_columns_gap_y_5_large,
  .a_columns_gab_y_5_large {
    --a_column_gap_y: 1.25rem; } }

@media screen and (min-width: 1600px) {
  .a_columns_gap_x_6_large,
  .a_columns_gab_x_6_large {
    --a_column_gap_x: 1.5rem; }
  .a_columns_gap_y_6_large,
  .a_columns_gab_y_6_large {
    --a_column_gap_y: 1.5rem; } }

@media screen and (min-width: 1600px) {
  .a_columns_gap_x_7_large,
  .a_columns_gab_x_7_large {
    --a_column_gap_x: 1.75rem; }
  .a_columns_gap_y_7_large,
  .a_columns_gab_y_7_large {
    --a_column_gap_y: 1.75rem; } }

@media screen and (min-width: 1600px) {
  .a_columns_gap_x_8_large,
  .a_columns_gab_x_8_large {
    --a_column_gap_x: 2rem; }
  .a_columns_gap_y_8_large,
  .a_columns_gab_y_8_large {
    --a_column_gap_y: 2rem; } }

@media screen and (min-width: 1600px) {
  .a_column_1_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 1); } }

@media screen and (min-width: 1600px) {
  .a_column_2_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 2); } }

@media screen and (min-width: 1600px) {
  .a_column_3_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 3); } }

@media screen and (min-width: 1600px) {
  .a_column_4_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 4); } }

@media screen and (min-width: 1600px) {
  .a_column_5_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 5); } }

@media screen and (min-width: 1600px) {
  .a_column_6_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 6); } }

@media screen and (min-width: 1600px) {
  .a_column_7_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 7); } }

@media screen and (min-width: 1600px) {
  .a_column_8_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 8); } }

@media screen and (min-width: 1600px) {
  .a_column_9_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 9); } }

@media screen and (min-width: 1600px) {
  .a_column_10_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 10); } }

@media screen and (min-width: 1600px) {
  .a_column_11_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 11); } }

@media screen and (min-width: 1600px) {
  .a_column_12_large {
    flex: none;
    width: calc(100% / var(--a_column_count) * 12); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_0_large {
    margin-left: 0; } }

@media screen and (min-width: 1600px) {
  .a_column_offset_1_large {
    margin-left: calc(100% / var(--a_column_count) * 1); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_2_large {
    margin-left: calc(100% / var(--a_column_count) * 2); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_3_large {
    margin-left: calc(100% / var(--a_column_count) * 3); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_4_large {
    margin-left: calc(100% / var(--a_column_count) * 4); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_5_large {
    margin-left: calc(100% / var(--a_column_count) * 5); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_6_large {
    margin-left: calc(100% / var(--a_column_count) * 6); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_7_large {
    margin-left: calc(100% / var(--a_column_count) * 7); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_8_large {
    margin-left: calc(100% / var(--a_column_count) * 8); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_9_large {
    margin-left: calc(100% / var(--a_column_count) * 9); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_10_large {
    margin-left: calc(100% / var(--a_column_count) * 10); } }

@media screen and (min-width: 1600px) {
  .a_column_offset_11_large {
    margin-left: calc(100% / var(--a_column_count) * 11); } }

.a_sr_only,
.a_sr_only_focusable:not(:focus):not(:focus-within) {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: 0.01em !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -1 !important; }

.a_position_static {
  position: static !important; }

.a_position_relative {
  position: relative !important; }

.a_position_absolute {
  position: absolute !important; }

.a_position_fixed {
  position: fixed !important; }

.a_position_sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.a_position_absolute_all {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.a_top_0 {
  top: 0 !important; }

.a_top_50 {
  top: 50% !important; }

.a_top_100 {
  top: 100% !important; }

.a_bottom_0 {
  bottom: 0 !important; }

.a_bottom_50 {
  bottom: 50% !important; }

.a_bottom_100 {
  bottom: 100% !important; }

.a_start_0 {
  left: 0 !important; }

.a_start_50 {
  left: 50% !important; }

.a_start_100 {
  left: 100% !important; }

.a_end_0 {
  right: 0 !important; }

.a_end_50 {
  right: 50% !important; }

.a_end_100 {
  right: 100% !important; }

.a_translate_middle {
  transform: translate(-50%, -50%) !important; }

.a_translate_middle_x {
  transform: translateX(-50%) !important; }

.a_translate_middle_y {
  transform: translateY(-50%) !important; }

.a_custom_control {
  --a_custom_control_border_radius: var(--a_border_radius);
  --a_custom_control_label_padding: .5rem;
  --a_custom_control_label_width: 100%;
  --a_custom_control_label_color: inherit;
  --a_custom_control_label_disabled_color: #9f9185;
  --a_custom_control_label_text_margin_left: .5rem;
  --a_custom_control_hover_bg: var(--a_color_focus);
  --a_custom_control_input_bg: var(--a_color_white);
  --a_custom_control_input_width: 1.5rem;
  --a_custom_control_input_border_color: var(--a_border_color);
  --a_custom_control_input_border_width: var(--a_border_width);
  --a_custom_control_input_checked_color: var(--a_color_white);
  --a_custom_control_input_checked_border_color: var(--a_color_primary);
  --a_custom_control_input_checked_bg: var(--a_color_primary);
  --a_custom_control_input_checked_disabled_bg:  var(--a_color_primary_50);
  --a_custom_control_input_disabled_bg:  var(--a_color_gray_200);
  --a_custom_control_radio_input_checked_border_color: var(--a_color_white);
  --a_custom_control_radio_input_checked_border_width: 4px;
  --a_custom_control_error_color: var(--a_color_danger);
  position: relative;
  z-index: 1;
  min-height: 1.5rem;
  color-adjust: exact;
  padding-left: 0;
  display: flex;
  hyphens: auto;
  word-break: break-word; }

.a_custom_control_invalid {
  --a_custom_control_input_border_color: var(--a_custom_control_error_color);
  --a_custom_control_input_checked_bg: var(--a_custom_control_error_color);
  --a_custom_control_input_checked_border_color: var(--a_custom_control_error_color);
  --a_custom_control_label_color: var(--a_custom_control_error_color); }

.a_custom_control_input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
  overflow: visible; }

.a_custom_control_label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  padding: var(--a_custom_control_label_padding);
  display: flex;
  align-items: center;
  width: var(--a_custom_control_label_width);
  border-radius: var(--a_custom_control_border_radius);
  color: var(--a_custom_control_label_color); }
  .a_custom_control_label:hover,
  .a_custom_control_input:focus ~ .a_custom_control_label,
  .a_custom_control_input:focus:not(:checked) ~ .a_custom_control_label {
    background-color: var(--a_custom_control_hover_bg); }
  .a_custom_control_label:before {
    display: block;
    pointer-events: none;
    content: "";
    background-color: var(--a_custom_control_input_bg);
    width: var(--a_custom_control_input_width);
    height: var(--a_custom_control_input_width);
    min-width: var(--a_custom_control_input_width);
    min-height: var(--a_custom_control_input_width);
    border: var(--a_custom_control_input_border_color) solid var(--a_custom_control_input_border_width);
    align-self: center;
    border-radius: var(--a_custom_control_border_radius); }
  .a_custom_control_input:checked ~ .a_custom_control_label:before,
  .a_custom_control_input:checked:active ~ .a_custom_control_label:before {
    color: var(--a_custom_control_input_checked_color);
    border-color: var(--a_custom_control_input_checked_border_color);
    background-color: var(--a_custom_control_input_checked_bg); }
  .a_custom_checkbox .a_custom_control_input:checked ~ .a_custom_control_label:before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
  .a_custom_checkbox .a_custom_control_input:indeterminate ~ .a_custom_control_label:before {
    border-color: var(--a_custom_control_input_checked_bg);
    background-color: var(--a_custom_control_input_checked_bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
  .a_custom_control_input:disabled ~ .a_custom_control_label {
    color: var(--a_custom_control_label_disabled_color); }
  .a_custom_checkbox .a_custom_control_input:disabled ~ .a_custom_control_label:before {
    background-color: var(--a_custom_control_input_disabled_bg); }
  .a_custom_checkbox .a_custom_control_input:disabled:indeterminate ~ .a_custom_control_label:before,
  .a_custom_checkbox .a_custom_control_input:disabled:checked ~ .a_custom_control_label:before {
    background-color: var(--a_custom_control_input_checked_disabled_bg); }
  .a_custom_radio .a_custom_control_label:before {
    border-radius: 50%; }
  .a_custom_radio .a_custom_control_input:checked ~ .a_custom_control_label:before {
    background-image: none;
    background-color: var(--a_custom_control_input_checked_bg);
    border: var(--a_custom_control_radio_input_checked_border_width) solid var(--a_custom_control_radio_input_checked_border_color);
    box-shadow: 0 0 0 2px var(--a_custom_control_input_checked_bg); }
  .a_custom_radio .a_custom_control_input:disabled:checked ~ .a_custom_control_label::before {
    background-color: var(--a_custom_control_input_checked_disabled_bg); }

.a_custom_control_label__text {
  margin-left: var(--a_custom_control_label_text_margin_left); }

.a_custom_control_label_width_auto {
  --a_custom_control_label_width: auto; }

.a_list_without_styles {
  padding-left: 0;
  list-style: none; }

.a_list_inline {
  padding-left: 0;
  list-style: none; }

.a_list_inline_item {
  display: inline-block; }
  .a_list_inline_item:not(:last-child) {
    margin-right: 0.5rem; }

.a_list_inline_item_comma {
  display: inline-block; }
  .a_list_inline_item_comma:not(:last-child) {
    margin-right: 0.5rem; }
    .a_list_inline_item_comma:not(:last-child):after {
      content: ","; }

.a_list_dl {
  --a_list_dl_first_column_width: 300px;
  --a_list_dl_last_column_width: 300px;
  --a_list_dl_dt_text_align: left;
  --a_list_dl_item_padding_x: .5rem;
  --a_list_dl_item_padding_y: .25rem;
  --a_list_dl_bg: #fff;
  --a_list_dl_first_column_bg: #f1f4f7;
  --a_list_dl_last_column_bg: transparent;
  --a_list_dl_first_column_border_width: 2px;
  --a_list_dl_last_column_border_width: 2px;
  --a_list_dl_first_column_border_color: #fff;
  --a_list_dl_last_column_border_color: transparent;
  display: flex;
  flex-wrap: wrap;
  width: calc(var(--a_list_dl_first_column_width) + var(--a_list_dl_last_column_width));
  background-color: var(--a_list_dl_bg);
  margin-bottom: 0; }
  .a_list_dl > dt,
  .a_list_dl > dd {
    word-wrap: break-word !important;
    word-break: break-word !important;
    hyphens: auto !important; }
  .a_list_dl > dt {
    width: var(--a_list_dl_first_column_width);
    padding: var(--a_list_dl_item_padding_y) var(--a_list_dl_item_padding_x);
    background-color: var(--a_list_dl_first_column_bg);
    text-align: var(--a_list_dl_dt_text_align); }
    .a_list_dl > dt:not(:nth-last-child(2)) {
      border-bottom: var(--a_list_dl_first_column_border_width) solid var(--a_list_dl_first_column_border_color); }
  .a_list_dl > dd {
    width: var(--a_list_dl_last_column_width);
    padding: var(--a_list_dl_item_padding_y) var(--a_list_dl_item_padding_x);
    background-color: var(--a_list_dl_last_column_bg); }
    .a_list_dl > dd:not(:nth-last-child(1)) {
      border-bottom: var(--a_list_dl_last_column_border_width) solid var(--a_list_dl_last_column_border_color); }

.a_list_dl_dt_right {
  --a_list_dl_dt_text_align: right; }

.a_list_group {
  --a_list_group_color: var(--a_color_text);
  --a_list_group_bg: var(--a_color_body_bg);
  --a_list_group_border_color: var(--a_border_color);
  --a_list_group_border_width: 1px;
  --a_list_group_border_radius: var(--a_border_radius);
  --a_list_group_item_padding_x: 1rem;
  --a_list_group_item_padding_y: 0.5rem;
  --a_list_group_item_not_first_margin_top: 0;
  --a_list_group_item_not_first_border_top_width: 0;
  --a_list_group_item_border_radius: 0;
  --a_list_group_item_first_border_radius: var(--a_list_group_border_radius) var(--a_list_group_border_radius) 0 0;
  --a_list_group_item_last_border_radius: 0 0 var(--a_list_group_border_radius) var(--a_list_group_border_radius);
  --a_list_group_action_color: var(--a_color_secondary);
  --a_list_group_action_hover_color: #000;
  --a_list_group_action_hover_bg: var(--a_color_gray_200);
  --a_list_group_action_active_color: var(--a_color_text);
  --a_list_group_action_active_bg: var(--a_color_secondary);
  --a_list_group_disabled_color: var(--a_color_secondary);
  --a_list_group_disabled_bg: var(--a_color_text);
  --a_list_group_active_color: #fff;
  --a_list_group_active_bg: var(--a_color_primary);
  --a_list_group_active_border_color: var(--a_color_primary);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--a_list_group_border_radius); }

.a_list_group_gap {
  --a_list_group_item_not_first_margin_top: 1rem;
  --a_list_group_item_not_first_border_top_width: 1px;
  --a_list_group_item_border_radius: var(--a_list_group_border_radius);
  --a_list_group_item_first_border_radius: var(--a_list_group_border_radius);
  --a_list_group_item_last_border_radius: var(--a_list_group_border_radius); }

.a_list_group__item_action {
  width: 100%;
  color: var(--a_list_group_action_active_color);
  text-align: inherit; }
  .a_list_group__item_action:hover, .a_list_group__item_action:focus {
    z-index: 1;
    color: var(--a_list_group_action_hover_color);
    text-decoration: none;
    background-color: var(--a_list_group_action_hover_bg); }
  .a_list_group__item_action:active {
    color: var(--a_list_group_action_active_color);
    background-color: var(--a_list_group_action_active_bg); }

.a_list_group__item {
  position: relative;
  display: block;
  padding: var(--a_list_group_item_padding_y) var(--a_list_group_item_padding_x);
  color: var(--a_list_group_color);
  text-decoration: none;
  background-color: var(--a_list_group_bg);
  border: var(--a_list_group_border_width) solid var(--a_list_group_border_color);
  border-radius: var(--a_list_group_item_border_radius); }
  .a_list_group__item:first-child {
    border-radius: var(--a_list_group_item_first_border_radius); }
  .a_list_group__item:last-child {
    border-radius: var(--a_list_group_item_last_border_radius); }
  .a_list_group__item.disabled, .a_list_group__item:disabled {
    color: var(--a_list_group_disabled_color);
    background-color: var(--a_list_group_disabled_bg);
    cursor: none; }
  .a_list_group__item.active {
    z-index: 2;
    color: var(--a_list_group_active_color);
    background-color: var(--a_list_group_active_bg);
    border-color: var(--a_list_group_active_border_color); }
  .a_list_group__item + .a_list_group__item {
    border-top-width: var(--a_list_group_item_not_first_border_top_width);
    margin-top: var(--a_list_group_item_not_first_margin_top); }
    .a_list_group__item + .a_list_group__item.active {
      margin-top: calc(var(--a_list_group_border_width) * -1);
      border-top-width: var(--a_list_group_border_width); }

.a_list_group_edge {
  --a_list_group_border_radius: 0; }
  .a_list_group_edge > .a_list_group__item {
    border-width: 0 0 var(--a_list_group_border_width); }
    .a_list_group_edge > .a_list_group__item:last-child {
      border-bottom-width: 0; }

.a_list_group__item_primary {
  --a_list_group_color: var(--a_color_primary_text_emphasis);
  --a_list_group_bg: var(--a_color_primary_bg_subtle);
  --a_list_group_border_color: var(--a_color_primary_border_subtle);
  --a_list_group_action_hover_color: var(--a_color_emphasis_color);
  --a_list_group_action_hover_bg: var(--a_color_primary_border_subtle);
  --a_list_group_action_active_color: var(--a_color_emphasis_color);
  --a_list_group_action_active_bg: var(--a_color_primary_border_subtle);
  --a_list_group_active_color: var(--a_color_primary_bg_subtle);
  --a_list_group_active_bg: var(--a_color_primary_text_emphasis);
  --a_list_group_active_border_color: var(--a_color_primary_text_emphasis); }

.a_list_group__item_secondary {
  --a_list_group_color: var(--a_color_secondary_text_emphasis);
  --a_list_group_bg: var(--a_color_secondary_bg_subtle);
  --a_list_group_border_color: var(--a_color_secondary_border_subtle);
  --a_list_group_action_hover_color: var(--a_color_emphasis_color);
  --a_list_group_action_hover_bg: var(--a_color_secondary_border_subtle);
  --a_list_group_action_active_color: var(--a_color_emphasis_color);
  --a_list_group_action_active_bg: var(--a_color_secondary_border_subtle);
  --a_list_group_active_color: var(--a_color_secondary_bg_subtle);
  --a_list_group_active_bg: var(--a_color_secondary_text_emphasis);
  --a_list_group_active_border_color: var(--a_color_secondary_text_emphasis); }

.a_list_group__item_tertiary {
  --a_list_group_color: var(--a_color_tertiary_text_emphasis);
  --a_list_group_bg: var(--a_color_tertiary_bg_subtle);
  --a_list_group_border_color: var(--a_color_tertiary_border_subtle);
  --a_list_group_action_hover_color: var(--a_color_emphasis_color);
  --a_list_group_action_hover_bg: var(--a_color_tertiary_border_subtle);
  --a_list_group_action_active_color: var(--a_color_emphasis_color);
  --a_list_group_action_active_bg: var(--a_color_tertiary_border_subtle);
  --a_list_group_active_color: var(--a_color_tertiary_bg_subtle);
  --a_list_group_active_bg: var(--a_color_tertiary_text_emphasis);
  --a_list_group_active_border_color: var(--a_color_tertiary_text_emphasis); }

.a_list_group__item_success {
  --a_list_group_color: var(--a_color_success_text_emphasis);
  --a_list_group_bg: var(--a_color_success_bg_subtle);
  --a_list_group_border_color: var(--a_color_success_border_subtle);
  --a_list_group_action_hover_color: var(--a_color_emphasis_color);
  --a_list_group_action_hover_bg: var(--a_color_success_border_subtle);
  --a_list_group_action_active_color: var(--a_color_emphasis_color);
  --a_list_group_action_active_bg: var(--a_color_success_border_subtle);
  --a_list_group_active_color: var(--a_color_success_bg_subtle);
  --a_list_group_active_bg: var(--a_color_success_text_emphasis);
  --a_list_group_active_border_color: var(--a_color_success_text_emphasis); }

.a_list_group__item_info {
  --a_list_group_color: var(--a_color_info_text_emphasis);
  --a_list_group_bg: var(--a_color_info_bg_subtle);
  --a_list_group_border_color: var(--a_color_info_border_subtle);
  --a_list_group_action_hover_color: var(--a_color_emphasis_color);
  --a_list_group_action_hover_bg: var(--a_color_info_border_subtle);
  --a_list_group_action_active_color: var(--a_color_emphasis_color);
  --a_list_group_action_active_bg: var(--a_color_info_border_subtle);
  --a_list_group_active_color: var(--a_color_info_bg_subtle);
  --a_list_group_active_bg: var(--a_color_info_text_emphasis);
  --a_list_group_active_border_color: var(--a_color_info_text_emphasis); }

.a_list_group__item_warning {
  --a_list_group_color: var(--a_color_warning_text_emphasis);
  --a_list_group_bg: var(--a_color_warning_bg_subtle);
  --a_list_group_border_color: var(--a_color_warning_border_subtle);
  --a_list_group_action_hover_color: var(--a_color_emphasis_color);
  --a_list_group_action_hover_bg: var(--a_color_warning_border_subtle);
  --a_list_group_action_active_color: var(--a_color_emphasis_color);
  --a_list_group_action_active_bg: var(--a_color_warning_border_subtle);
  --a_list_group_active_color: var(--a_color_warning_bg_subtle);
  --a_list_group_active_bg: var(--a_color_warning_text_emphasis);
  --a_list_group_active_border_color: var(--a_color_warning_text_emphasis); }

.a_list_group__item_danger {
  --a_list_group_color: var(--a_color_danger_text_emphasis);
  --a_list_group_bg: var(--a_color_danger_bg_subtle);
  --a_list_group_border_color: var(--a_color_danger_border_subtle);
  --a_list_group_action_hover_color: var(--a_color_emphasis_color);
  --a_list_group_action_hover_bg: var(--a_color_danger_border_subtle);
  --a_list_group_action_active_color: var(--a_color_emphasis_color);
  --a_list_group_action_active_bg: var(--a_color_danger_border_subtle);
  --a_list_group_active_color: var(--a_color_danger_bg_subtle);
  --a_list_group_active_bg: var(--a_color_danger_text_emphasis);
  --a_list_group_active_border_color: var(--a_color_danger_text_emphasis); }

.a_list_group__item_light {
  --a_list_group_color: var(--a_color_light_text_emphasis);
  --a_list_group_bg: var(--a_color_light_bg_subtle);
  --a_list_group_border_color: var(--a_color_light_border_subtle);
  --a_list_group_action_hover_color: var(--a_color_emphasis_color);
  --a_list_group_action_hover_bg: var(--a_color_light_border_subtle);
  --a_list_group_action_active_color: var(--a_color_emphasis_color);
  --a_list_group_action_active_bg: var(--a_color_light_border_subtle);
  --a_list_group_active_color: var(--a_color_light_bg_subtle);
  --a_list_group_active_bg: var(--a_color_light_text_emphasis);
  --a_list_group_active_border_color: var(--a_color_light_text_emphasis); }

.a_list_group__item_dark {
  --a_list_group_color: var(--a_color_dark_text_emphasis);
  --a_list_group_bg: var(--a_color_dark_bg_subtle);
  --a_list_group_border_color: var(--a_color_dark_border_subtle);
  --a_list_group_action_hover_color: var(--a_color_emphasis_color);
  --a_list_group_action_hover_bg: var(--a_color_dark_border_subtle);
  --a_list_group_action_active_color: var(--a_color_emphasis_color);
  --a_list_group_action_active_bg: var(--a_color_dark_border_subtle);
  --a_list_group_active_color: var(--a_color_dark_bg_subtle);
  --a_list_group_active_bg: var(--a_color_dark_text_emphasis);
  --a_list_group_active_border_color: var(--a_color_dark_text_emphasis); }

.a_list_columns > * {
  page-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  overflow: hidden;
  /* fix for firefox */
  display: inline-grid;
  /* fix for firefox */
  width: 100%; }
  @supports (break-inside: avoid-column) {
    .a_list_columns > * {
      overflow: visible; } }

.a_list_columns_2 {
  column-count: 2; }

@media screen and (max-width: 768px) {
  .a_list_columns_2_mobile {
    column-count: 2; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_list_columns_2_tablet {
    column-count: 2; } }

@media screen and (max-width: 1023px) {
  .a_list_columns_2_touch {
    column-count: 2; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_list_columns_2_desktop {
    column-count: 2; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_list_columns_2_widescreen {
    column-count: 2; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_list_columns_2_fullhd {
    column-count: 2; } }

@media screen and (min-width: 1600px) {
  .a_list_columns_2_large {
    column-count: 2; } }

.a_dropdown {
  display: inline-block;
  position: relative; }

.a_dropdown__caret {
  margin-left: .5rem; }

.a_dropdown__menu {
  --a_dropdown_min_width: 10rem;
  --a_dropdown_max_height: 500px;
  --a_dropdown_padding_x: 0;
  --a_dropdown_padding_y: 0.5rem;
  --a_dropdown_spacer: 0.125rem;
  --a_dropdown_font_size: 1rem;
  --a_dropdown_color: var(--a_color_text);
  --a_dropdown_bg: #fff;
  --a_dropdown_border_color: var(--a_border_color);
  --a_dropdown_border_radius: var(--a_border_radius);
  --a_dropdown_border_width: var(--a_border_width);
  --a_dropdown_divider_color: var(--a_color_gray_500);
  --a_dropdown_divider_margin_y: 0.5rem;
  --a_dropdown_link_color: var(--a_color_text);
  --a_dropdown_link_hover_color: #1e2125;
  --a_dropdown_link_hover_bg: var(--a_color_gray_200);
  --a_dropdown_link_active_color: #fff;
  --a_dropdown_link_active_bg: var(--a_color_primary);
  --a_dropdown_link_disabled_color: #adb5bd;
  --a_dropdown_item_padding_x: 1rem;
  --a_dropdown_item_padding_y: 0.25rem;
  --a_dropdown_header_color: #6c757d;
  --a_dropdown_header_padding_x: 1rem;
  --a_dropdown_header_padding_y: 0.5rem;
  --a_select_menu_link_focus_color: var(--a_color_focus);
  z-index: var(--a_z_index_dropdown);
  min-width: var(--a_dropdown_min_width);
  max-height: var(--a_dropdown_max_height);
  padding: var(--a_dropdown_padding_y) var(--a_dropdown_padding_x);
  margin: 0;
  font-size: var(--a_dropdown_font_size);
  color: var(--a_dropdown_color);
  text-align: left;
  list-style: none;
  background-color: var(--a_dropdown_bg);
  background-clip: padding-box;
  border: var(--a_dropdown_border_width) solid var(--a_dropdown_border_color);
  border-radius: var(--a_dropdown_border_radius);
  overflow-x: auto;
  overflow-y: auto;
  display: none; }

.a_dropdown__menu_show {
  display: block; }

.a_dropdown__item {
  display: block;
  width: 100%;
  padding: var(--a_dropdown_item_padding_y) var(--a_dropdown_item_padding_x);
  clear: both;
  font-weight: 400;
  color: var(--a_dropdown_link_color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: inherit; }
  .a_dropdown__item:hover {
    color: var(--a_dropdown_link_hover_color);
    background-color: var(--a_dropdown_link_hover_bg);
    text-decoration: none; }
  .a_dropdown__item:focus {
    box-shadow: inset 0 0 1px 4px var(--a_select_menu_link_focus_color);
    outline: none;
    text-decoration: none; }
  .a_dropdown__item.active, .a_dropdown__item:active {
    color: var(--a_dropdown_link_active_color);
    text-decoration: none;
    background-color: var(--a_dropdown_link_active_bg); }
  .a_dropdown__item.disabled, .a_dropdown__item:disabled {
    color: var(--a_dropdown_link_disabled_color);
    background-color: transparent; }
  .a_dropdown__item:disabled {
    pointer-events: none; }

.a_dropdown__item_text {
  padding: var(--a_dropdown_item_padding_y) var(--a_dropdown_item_padding_x);
  color: var(--a_dropdown_link_color); }

.a_dropdown__divider {
  height: 0;
  margin: var(--a_dropdown_divider_margin_y) 0;
  overflow: hidden;
  border-top: 1px solid var(--a_dropdown_divider_color);
  opacity: 1; }

.a_dropdown__item_header {
  display: block;
  padding: var(--a_dropdown_header_padding_y) var(--a_dropdown_header_padding_x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--a_dropdown_header_color);
  white-space: nowrap; }

.a_fs_1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }

@media (min-width: 1024px) {
  .a_fs_1 {
    font-size: calc(var(--a_body_font_size) * 2.5) !important; }
  h1 {
    font-size: calc(var(--a_body_font_size) * 2.5); } }

.a_fs_2 {
  font-size: calc(1.325rem + .9vw) !important; }

h2 {
  font-size: calc(1.325rem + .9vw); }

@media (min-width: 1024px) {
  .a_fs_2 {
    font-size: calc(var(--a_body_font_size) * 2) !important; }
  h2 {
    font-size: calc(var(--a_body_font_size) * 2); } }

.a_fs_3 {
  font-size: calc(1.3rem + .6vw) !important; }

h3 {
  font-size: calc(1.3rem + .6vw); }

@media (min-width: 1024px) {
  .a_fs_3 {
    font-size: calc(var(--a_body_font_size) * 1.75) !important; }
  h3 {
    font-size: calc(var(--a_body_font_size) * 1.75); } }

.a_fs_4 {
  font-size: calc(1.275rem + .3vw) !important; }

h4 {
  font-size: calc(1.275rem + .3vw); }

@media (min-width: 1024px) {
  .a_fs_4 {
    font-size: calc(var(--a_body_font_size) * 1.5) !important; }
  h4 {
    font-size: calc(var(--a_body_font_size) * 1.5); } }

.a_fs_5 {
  font-size: calc(var(--a_body_font_size) * 1.25) !important; }

h5 {
  font-size: calc(var(--a_body_font_size) * 1.25); }

.a_fs_6 {
  font-size: calc(var(--a_body_font_size) * 1) !important; }

h6 {
  font-size: calc(var(--a_body_font_size) * 1); }

.a_fs_7 {
  font-size: calc(var(--a_body_font_size) * 0.75) !important; }

.a_text_left {
  text-align: left !important; }

.a_text_center {
  text-align: center !important; }

.a_text_right {
  text-align: right !important; }

@media screen and (max-width: 768px) {
  .a_text_left_mobile {
    text-align: left !important; }
  .a_text_center_mobile {
    text-align: center !important; }
  .a_text_right_mobile {
    text-align: right !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .a_text_left_tablet {
    text-align: left !important; }
  .a_text_center_tablet {
    text-align: center !important; }
  .a_text_right_tablet {
    text-align: right !important; } }

@media screen and (max-width: 1023px) {
  .a_text_left_touch {
    text-align: left !important; }
  .a_text_center_touch {
    text-align: center !important; }
  .a_text_right_touch {
    text-align: right !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .a_text_left_desktop {
    text-align: left !important; }
  .a_text_center_desktop {
    text-align: center !important; }
  .a_text_right_desktop {
    text-align: right !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .a_text_left_widescreen {
    text-align: left !important; }
  .a_text_center_widescreen {
    text-align: center !important; }
  .a_text_right_widescreen {
    text-align: right !important; } }

@media screen and (min-width: 1408px) and (max-width: 1599px) {
  .a_text_left_fullhd {
    text-align: left !important; }
  .a_text_center_fullhd {
    text-align: center !important; }
  .a_text_right_fullhd {
    text-align: right !important; } }

@media screen and (min-width: 1600px) {
  .a_text_left_large {
    text-align: left !important; }
  .a_text_center_large {
    text-align: center !important; }
  .a_text_right_large {
    text-align: right !important; } }

.a_text_wrap {
  white-space: normal !important; }

.a_text_nowrap {
  white-space: nowrap !important; }

.a_text_break {
  word-wrap: break-word !important;
  word-break: break-word !important;
  hyphens: auto !important; }

.a_text_wrap_hyphens {
  hyphens: auto !important; }

.a_text_truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.a_text_lowercase {
  text-transform: lowercase !important; }

.a_text_uppercase {
  text-transform: uppercase !important; }

.a_text_capitalize {
  text-transform: capitalize !important; }

.a_text_underline {
  text-decoration: underline !important; }

.a_text_italic {
  font-style: italic !important; }

.a_text_bold {
  font-weight: 700 !important; }

.a_text_bolder {
  font-weight: bolder !important; }

.a_text_semibold {
  font-weight: 600 !important; }

.a_text_light {
  font-weight: 300 !important; }

.a_text_lighter {
  font-weight: lighter !important; }

.a_text_normal {
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  font-weight: normal !important; }

.a_line_height_1 {
  line-height: 1 !important; }

.a_line_height_small {
  line-height: 1.25 !important; }

.a_line_height_base {
  line-height: 1.5 !important; }

.a_line_height_large {
  line-height: 2 !important; }

.a_btn {
  --a_btn_padding_x: 0.75rem;
  --a_btn_padding_y: 0.375rem;
  --a_btn_font_size: 1rem;
  --a_btn_font_weight: 400;
  --a_btn_line_height: 1.5;
  --a_btn_color: #212529;
  --a_btn_bg: transparent;
  --a_btn_border_width: 1px;
  --a_btn_border_color: transparent;
  --a_btn_border_radius: var(--a_border_radius);
  --a_btn_disabled_opacity: 0.65;
  --a_btn_focus_box_shadow: 0 0 0 0.25rem rgba(var(--a_btn_focus_shadow_rgb), .5);
  display: inline-block;
  padding: var(--a_btn_padding_y) var(--a_btn_padding_x);
  font-family: var(--a_btn_font_family);
  font-size: var(--a_btn_font_size);
  font-weight: var(--a_btn_font_weight);
  line-height: var(--a_btn_line_height);
  color: var(--a_btn_color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--a_btn_border_width) solid var(--a_btn_border_color);
  border-radius: var(--a_btn_border_radius);
  background-color: var(--a_btn_bg); }
  .a_btn:hover {
    color: var(--a_btn_hover_color);
    background-color: var(--a_btn_hover_bg);
    border-color: var(--a_btn_hover_border_color); }
  .a_btn_check + .a_btn:hover {
    color: var(--a_btn_color);
    background-color: var(--a_btn_bg);
    border-color: var(--a_btn_border_color); }
  .a_btn:not(.a_btn_link):hover {
    text-decoration: none; }
  .a_btn:focus {
    color: var(--a_btn_focus_color, var(--a_btn_hover_color));
    background-color: var(--a_btn_hover_bg);
    border-color: var(--a_btn_hover_border_color);
    outline: 0;
    box-shadow: var(--a_btn_focus_box_shadow); }
  .a_btn_check:focus-visible + .a_btn {
    border-color: var(--a_btn_hover_border_color);
    outline: 0;
    box-shadow: var(--a_btn_focus_box_shadow); }
  .a_btn_check:checked + .a_btn,
  :not(.a_btn_check) + .a_btn:active, .a_btn:first-child:active, .a_btn.active {
    color: var(--a_btn_active_color);
    background-color: var(--a_btn_active_bg);
    border-color: var(--a_btn_active_border_color); }
  .a_btn.disabled, .a_btn:disabled,
  fieldset:disabled .a_btn {
    color: var(--a_btn_disabled_color);
    background-color: var(--a_btn_disabled_bg);
    border-color: var(--a_btn_disabled_border_color);
    opacity: var(--a_btn_disabled_opacity);
    cursor: not-allowed; }

.a_btn_group_large > .a_btn,
.a_btn_large {
  --a_btn_padding_y: 0.5rem;
  --a_btn_padding_x: 1rem;
  --a_btn_font_size: 1.25rem;
  --a_btn_border_radius: var(--a_border_radius_large); }

.a_btn_group_small > .a_btn,
.a_btn_small {
  --a_btn_padding_y: 0.25rem;
  --a_btn_padding_x: 0.5rem;
  --a_btn_font_size: 0.875rem;
  --a_btn_border_radius: var(--a_border_radius_small); }

.a_btn_primary {
  --a_btn_color: #fff;
  --a_btn_bg: #0d6efd;
  --a_btn_border_color: #0d6efd;
  --a_btn_hover_color: #fff;
  --a_btn_hover_bg: #0b5ed7;
  --a_btn_hover_border_color: #0a58ca;
  --a_btn_focus_shadow_rgb: 49, 132, 253;
  --a_btn_active_color: #fff;
  --a_btn_active_bg: #0a58ca;
  --a_btn_active_border_color: #0a53be;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #fff;
  --a_btn_disabled_bg: #0d6efd;
  --a_btn_disabled_border_color: #0d6efd; }

.a_btn_secondary {
  --a_btn_color: #fff;
  --a_btn_bg: #6c757d;
  --a_btn_border_color: #6c757d;
  --a_btn_hover_color: #fff;
  --a_btn_hover_bg: #5c636a;
  --a_btn_hover_border_color: #565e64;
  --a_btn_focus_shadow_rgb: 130, 138, 145;
  --a_btn_active_color: #fff;
  --a_btn_active_bg: #565e64;
  --a_btn_active_border_color: #51585e;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #fff;
  --a_btn_disabled_bg: #6c757d;
  --a_btn_disabled_border_color: #6c757d; }

.a_btn_tertiary {
  --a_btn_color: #000;
  --a_btn_bg: #da6c8e;
  --a_btn_border_color: #da6c8e;
  --a_btn_hover_color: #000;
  --a_btn_hover_bg: #e0829f;
  --a_btn_hover_border_color: #de7b99;
  --a_btn_focus_shadow_rgb: 185, 92, 121;
  --a_btn_active_color: #000;
  --a_btn_active_bg: #e189a5;
  --a_btn_active_border_color: #de7b99;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #000;
  --a_btn_disabled_bg: #da6c8e;
  --a_btn_disabled_border_color: #da6c8e; }

.a_btn_success {
  --a_btn_color: #fff;
  --a_btn_bg: #198754;
  --a_btn_border_color: #198754;
  --a_btn_hover_color: #fff;
  --a_btn_hover_bg: #157347;
  --a_btn_hover_border_color: #146c43;
  --a_btn_focus_shadow_rgb: 60, 153, 110;
  --a_btn_active_color: #fff;
  --a_btn_active_bg: #146c43;
  --a_btn_active_border_color: #13653f;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #fff;
  --a_btn_disabled_bg: #198754;
  --a_btn_disabled_border_color: #198754; }

.a_btn_info {
  --a_btn_color: #000;
  --a_btn_bg: #0DCAF0FF;
  --a_btn_border_color: #0DCAF0FF;
  --a_btn_hover_color: #000;
  --a_btn_hover_bg: #31d2f2;
  --a_btn_hover_border_color: #25cff2;
  --a_btn_focus_shadow_rgb: 11, 172, 204;
  --a_btn_active_color: #000;
  --a_btn_active_bg: #3dd5f3;
  --a_btn_active_border_color: #25cff2;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #000;
  --a_btn_disabled_bg: #0DCAF0FF;
  --a_btn_disabled_border_color: #0DCAF0FF; }

.a_btn_warning {
  --a_btn_color: #000;
  --a_btn_bg: #FFC107FF;
  --a_btn_border_color: #FFC107FF;
  --a_btn_hover_color: #000;
  --a_btn_hover_bg: #ffca2c;
  --a_btn_hover_border_color: #ffc720;
  --a_btn_focus_shadow_rgb: 217, 164, 6;
  --a_btn_active_color: #000;
  --a_btn_active_bg: #ffcd39;
  --a_btn_active_border_color: #ffc720;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #000;
  --a_btn_disabled_bg: #FFC107FF;
  --a_btn_disabled_border_color: #FFC107FF; }

.a_btn_danger {
  --a_btn_color: #fff;
  --a_btn_bg: #DC3545FF;
  --a_btn_border_color: #DC3545FF;
  --a_btn_hover_color: #fff;
  --a_btn_hover_bg: #bb2d3b;
  --a_btn_hover_border_color: #b02a37;
  --a_btn_focus_shadow_rgb: 225, 83, 97;
  --a_btn_active_color: #fff;
  --a_btn_active_bg: #b02a37;
  --a_btn_active_border_color: #a52834;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #fff;
  --a_btn_disabled_bg: #DC3545FF;
  --a_btn_disabled_border_color: #DC3545FF; }

.a_btn_light {
  --a_btn_color: #000;
  --a_btn_bg: #f8f9fa;
  --a_btn_border_color: #f8f9fa;
  --a_btn_hover_color: #000;
  --a_btn_hover_bg: #d3d4d5;
  --a_btn_hover_border_color: #c6c7c8;
  --a_btn_focus_shadow_rgb: 211, 212, 213;
  --a_btn_active_color: #000;
  --a_btn_active_bg: #c6c7c8;
  --a_btn_active_border_color: #babbbc;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #000;
  --a_btn_disabled_bg: #f8f9fa;
  --a_btn_disabled_border_color: #f8f9fa; }

.a_btn_dark {
  --a_btn_color: #fff;
  --a_btn_bg: #212529;
  --a_btn_border_color: #212529;
  --a_btn_hover_color: #fff;
  --a_btn_hover_bg: #424649;
  --a_btn_hover_border_color: #373b3e;
  --a_btn_focus_shadow_rgb: 66, 70, 73;
  --a_btn_active_color: #fff;
  --a_btn_active_bg: #4d5154;
  --a_btn_active_border_color: #373b3e;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #fff;
  --a_btn_disabled_bg: #212529;
  --a_btn_disabled_border_color: #212529; }

.a_btn_switch {
  --a_btn_color: #000;
  --a_btn_bg: #ffffff;
  --a_btn_border_color: #adb5bd;
  --a_btn_hover_color: #000;
  --a_btn_hover_bg: #d9d9d9;
  --a_btn_hover_border_color: #cccccc;
  --a_btn_focus_shadow_rgb: 147, 154, 161;
  --a_btn_active_color: #000;
  --a_btn_active_bg: #cccccc;
  --a_btn_active_border_color: #bfbfbf;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #000;
  --a_btn_disabled_bg: #ffffff;
  --a_btn_disabled_border_color: #adb5bd; }

.a_btn_switch_active {
  --a_btn_color: #000;
  --a_btn_bg: #b8d476;
  --a_btn_border_color: #b8d476;
  --a_btn_hover_color: #000;
  --a_btn_hover_bg: #c3da8b;
  --a_btn_hover_border_color: #bfd884;
  --a_btn_focus_shadow_rgb: 156, 180, 100;
  --a_btn_active_color: #000;
  --a_btn_active_bg: #c6dd91;
  --a_btn_active_border_color: #bfd884;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #000;
  --a_btn_disabled_bg: #b8d476;
  --a_btn_disabled_border_color: #b8d476; }

.a_btn_outline_primary {
  --a_btn_color: #0d6efd;
  --a_btn_border_color: #0d6efd;
  --a_btn_hover_color: #fff;
  --a_btn_hover_bg: #0d6efd;
  --a_btn_hover_border_color: #0d6efd;
  --a_btn_focus_shadow_rgb: 13, 110, 253;
  --a_btn_active_color: #fff;
  --a_btn_active_bg: #0d6efd;
  --a_btn_active_border_color: #0d6efd;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #0d6efd;
  --a_btn_disabled_bg: transparent;
  --a_btn_disabled_border_color: #0d6efd;
  --a_gradient: none; }

.a_btn_outline_secondary {
  --a_btn_color: #6c757d;
  --a_btn_border_color: #6c757d;
  --a_btn_hover_color: #fff;
  --a_btn_hover_bg: #6c757d;
  --a_btn_hover_border_color: #6c757d;
  --a_btn_focus_shadow_rgb: 108, 117, 125;
  --a_btn_active_color: #fff;
  --a_btn_active_bg: #6c757d;
  --a_btn_active_border_color: #6c757d;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #6c757d;
  --a_btn_disabled_bg: transparent;
  --a_btn_disabled_border_color: #6c757d;
  --a_gradient: none; }

.a_btn_outline_tertiary {
  --a_btn_color: #da6c8e;
  --a_btn_border_color: #da6c8e;
  --a_btn_hover_color: #000;
  --a_btn_hover_bg: #da6c8e;
  --a_btn_hover_border_color: #da6c8e;
  --a_btn_focus_shadow_rgb: 218, 108, 142;
  --a_btn_active_color: #000;
  --a_btn_active_bg: #da6c8e;
  --a_btn_active_border_color: #da6c8e;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #da6c8e;
  --a_btn_disabled_bg: transparent;
  --a_btn_disabled_border_color: #da6c8e;
  --a_gradient: none; }

.a_btn_outline_success {
  --a_btn_color: #198754;
  --a_btn_border_color: #198754;
  --a_btn_hover_color: #fff;
  --a_btn_hover_bg: #198754;
  --a_btn_hover_border_color: #198754;
  --a_btn_focus_shadow_rgb: 25, 135, 84;
  --a_btn_active_color: #fff;
  --a_btn_active_bg: #198754;
  --a_btn_active_border_color: #198754;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #198754;
  --a_btn_disabled_bg: transparent;
  --a_btn_disabled_border_color: #198754;
  --a_gradient: none; }

.a_btn_outline_info {
  --a_btn_color: #0DCAF0FF;
  --a_btn_border_color: #0DCAF0FF;
  --a_btn_hover_color: #000;
  --a_btn_hover_bg: #0DCAF0FF;
  --a_btn_hover_border_color: #0DCAF0FF;
  --a_btn_focus_shadow_rgb: 13, 202, 240;
  --a_btn_active_color: #000;
  --a_btn_active_bg: #0DCAF0FF;
  --a_btn_active_border_color: #0DCAF0FF;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #0DCAF0FF;
  --a_btn_disabled_bg: transparent;
  --a_btn_disabled_border_color: #0DCAF0FF;
  --a_gradient: none; }

.a_btn_outline_warning {
  --a_btn_color: #FFC107FF;
  --a_btn_border_color: #FFC107FF;
  --a_btn_hover_color: #000;
  --a_btn_hover_bg: #FFC107FF;
  --a_btn_hover_border_color: #FFC107FF;
  --a_btn_focus_shadow_rgb: 255, 193, 7;
  --a_btn_active_color: #000;
  --a_btn_active_bg: #FFC107FF;
  --a_btn_active_border_color: #FFC107FF;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #FFC107FF;
  --a_btn_disabled_bg: transparent;
  --a_btn_disabled_border_color: #FFC107FF;
  --a_gradient: none; }

.a_btn_outline_danger {
  --a_btn_color: #DC3545FF;
  --a_btn_border_color: #DC3545FF;
  --a_btn_hover_color: #fff;
  --a_btn_hover_bg: #DC3545FF;
  --a_btn_hover_border_color: #DC3545FF;
  --a_btn_focus_shadow_rgb: 220, 53, 69;
  --a_btn_active_color: #fff;
  --a_btn_active_bg: #DC3545FF;
  --a_btn_active_border_color: #DC3545FF;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #DC3545FF;
  --a_btn_disabled_bg: transparent;
  --a_btn_disabled_border_color: #DC3545FF;
  --a_gradient: none; }

.a_btn_outline_light {
  --a_btn_color: #f8f9fa;
  --a_btn_border_color: #f8f9fa;
  --a_btn_hover_color: #000;
  --a_btn_hover_bg: #f8f9fa;
  --a_btn_hover_border_color: #f8f9fa;
  --a_btn_focus_shadow_rgb: 248, 249, 250;
  --a_btn_active_color: #000;
  --a_btn_active_bg: #f8f9fa;
  --a_btn_active_border_color: #f8f9fa;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #f8f9fa;
  --a_btn_disabled_bg: transparent;
  --a_btn_disabled_border_color: #f8f9fa;
  --a_gradient: none; }

.a_btn_outline_dark {
  --a_btn_color: #212529;
  --a_btn_border_color: #212529;
  --a_btn_hover_color: #fff;
  --a_btn_hover_bg: #212529;
  --a_btn_hover_border_color: #212529;
  --a_btn_focus_shadow_rgb: 33, 37, 41;
  --a_btn_active_color: #fff;
  --a_btn_active_bg: #212529;
  --a_btn_active_border_color: #212529;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #212529;
  --a_btn_disabled_bg: transparent;
  --a_btn_disabled_border_color: #212529;
  --a_gradient: none; }

.a_btn_transparent_primary {
  --a_btn_color: #0d6efd;
  --a_btn_border_color: transparent;
  --a_btn_bg: transparent;
  --a_btn_hover_color: #0d6efd;
  --a_btn_hover_bg: #eceff1;
  --a_btn_hover_border_color: #eceff1;
  --a_btn_focus_shadow_rgb: 13, 110, 253;
  --a_btn_active_color: #0d6efd;
  --a_btn_active_bg: transparent;
  --a_btn_active_border_color: transparent;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #0d6efd;
  --a_btn_disabled_border_color: transparent;
  --a_btn_disabled_bg: transparent; }

.a_btn_transparent_secondary {
  --a_btn_color: #6c757d;
  --a_btn_border_color: transparent;
  --a_btn_bg: transparent;
  --a_btn_hover_color: #6c757d;
  --a_btn_hover_bg: #eceff1;
  --a_btn_hover_border_color: #eceff1;
  --a_btn_focus_shadow_rgb: 108, 117, 125;
  --a_btn_active_color: #6c757d;
  --a_btn_active_bg: transparent;
  --a_btn_active_border_color: transparent;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #6c757d;
  --a_btn_disabled_border_color: transparent;
  --a_btn_disabled_bg: transparent; }

.a_btn_transparent_tertiary {
  --a_btn_color: #da6c8e;
  --a_btn_border_color: transparent;
  --a_btn_bg: transparent;
  --a_btn_hover_color: #da6c8e;
  --a_btn_hover_bg: #eceff1;
  --a_btn_hover_border_color: #eceff1;
  --a_btn_focus_shadow_rgb: 218, 108, 142;
  --a_btn_active_color: #da6c8e;
  --a_btn_active_bg: transparent;
  --a_btn_active_border_color: transparent;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #da6c8e;
  --a_btn_disabled_border_color: transparent;
  --a_btn_disabled_bg: transparent; }

.a_btn_transparent_success {
  --a_btn_color: #198754;
  --a_btn_border_color: transparent;
  --a_btn_bg: transparent;
  --a_btn_hover_color: #198754;
  --a_btn_hover_bg: #eceff1;
  --a_btn_hover_border_color: #eceff1;
  --a_btn_focus_shadow_rgb: 25, 135, 84;
  --a_btn_active_color: #198754;
  --a_btn_active_bg: transparent;
  --a_btn_active_border_color: transparent;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #198754;
  --a_btn_disabled_border_color: transparent;
  --a_btn_disabled_bg: transparent; }

.a_btn_transparent_info {
  --a_btn_color: #0DCAF0FF;
  --a_btn_border_color: transparent;
  --a_btn_bg: transparent;
  --a_btn_hover_color: #0DCAF0FF;
  --a_btn_hover_bg: #eceff1;
  --a_btn_hover_border_color: #eceff1;
  --a_btn_focus_shadow_rgb: 13, 202, 240;
  --a_btn_active_color: #0DCAF0FF;
  --a_btn_active_bg: transparent;
  --a_btn_active_border_color: transparent;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #0DCAF0FF;
  --a_btn_disabled_border_color: transparent;
  --a_btn_disabled_bg: transparent; }

.a_btn_transparent_warning {
  --a_btn_color: #FFC107FF;
  --a_btn_border_color: transparent;
  --a_btn_bg: transparent;
  --a_btn_hover_color: #FFC107FF;
  --a_btn_hover_bg: #eceff1;
  --a_btn_hover_border_color: #eceff1;
  --a_btn_focus_shadow_rgb: 255, 193, 7;
  --a_btn_active_color: #FFC107FF;
  --a_btn_active_bg: transparent;
  --a_btn_active_border_color: transparent;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #FFC107FF;
  --a_btn_disabled_border_color: transparent;
  --a_btn_disabled_bg: transparent; }

.a_btn_transparent_danger {
  --a_btn_color: #DC3545FF;
  --a_btn_border_color: transparent;
  --a_btn_bg: transparent;
  --a_btn_hover_color: #DC3545FF;
  --a_btn_hover_bg: #eceff1;
  --a_btn_hover_border_color: #eceff1;
  --a_btn_focus_shadow_rgb: 220, 53, 69;
  --a_btn_active_color: #DC3545FF;
  --a_btn_active_bg: transparent;
  --a_btn_active_border_color: transparent;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #DC3545FF;
  --a_btn_disabled_border_color: transparent;
  --a_btn_disabled_bg: transparent; }

.a_btn_transparent_light {
  --a_btn_color: #f8f9fa;
  --a_btn_border_color: transparent;
  --a_btn_bg: transparent;
  --a_btn_hover_color: #f8f9fa;
  --a_btn_hover_bg: #eceff1;
  --a_btn_hover_border_color: #eceff1;
  --a_btn_focus_shadow_rgb: 248, 249, 250;
  --a_btn_active_color: #f8f9fa;
  --a_btn_active_bg: transparent;
  --a_btn_active_border_color: transparent;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #f8f9fa;
  --a_btn_disabled_border_color: transparent;
  --a_btn_disabled_bg: transparent; }

.a_btn_transparent_dark {
  --a_btn_color: #212529;
  --a_btn_border_color: transparent;
  --a_btn_bg: transparent;
  --a_btn_hover_color: #212529;
  --a_btn_hover_bg: #eceff1;
  --a_btn_hover_border_color: #eceff1;
  --a_btn_focus_shadow_rgb: 33, 37, 41;
  --a_btn_active_color: #212529;
  --a_btn_active_bg: transparent;
  --a_btn_active_border_color: transparent;
  --a_btn_active_shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --a_btn_disabled_color: #212529;
  --a_btn_disabled_border_color: transparent;
  --a_btn_disabled_bg: transparent; }

.a_btn_link {
  --a_btn_font_weight: 400;
  --a_btn_color: var(--a_color_link);
  --a_btn_bg: transparent;
  --a_btn_border_color: transparent;
  --a_btn_hover_color: var(--a_color_link_hover);
  --a_btn_hover_border_color: transparent;
  --a_btn_focus_color: var(--a_color_link);
  --a_btn_active_color: var(--a_color_link_hover);
  --a_btn_active_border_color: transparent;
  --a_btn_disabled_color:  var(--a_color_gray_600);
  --a_btn_disabled_border_color: transparent;
  --a_btn_box_shadow: none;
  --a_btn_focus_shadow_rgb: 49, 132, 253;
  --a_btn_text_decoration: underline;
  text-decoration: var(--a_btn_text_decoration); }
  .a_btn_link:hover, .a_btn_link:focus {
    --a_btn_text_decoration: underline; }

.a_btn_check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .a_btn_check[disabled] + .btn, .a_btn_check:disabled + .btn {
    filter: none;
    opacity: .65; }

.a_btn_link {
  user-select: auto; }

.a_btn_group,
.a_btn_group_vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .a_btn_group > .a_btn,
  .a_btn_group_vertical > .a_btn {
    position: relative;
    flex: 1 1 auto; }

.a_btn_group {
  --a_btn_group_border_radius: var(--a_border_radius);
  border-radius: var(--a_btn_group_border_radius); }
  .a_btn_group > .a_btn_group:not(:last-child) > .a_btn,
  .a_btn_group > .a_btn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .a_btn_group > .a_btn_group:not(:first-child) > .a_btn,
  .a_btn_group > .a_btn:nth-child(n+3),
  .a_btn_group > :not(.a_btn_check) + .a_btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .a_btn_group > .a_btn_group:not(:first-child),
  .a_btn_group > :not(.a_btn_check:first-child) + .a_btn {
    margin-left: calc(-1 * var(--a_btn_border_width, var(--a_border_width))); }

.a_btn_group_vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .a_btn_group_vertical > .a_btn,
  .a_btn_group_vertical > .a_btn_group {
    width: 100%; }
  .a_btn_group_vertical > .a_btn_group:not(:last-child) > .a_btn,
  .a_btn_group_vertical > .a_btn:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .a_btn_group_vertical > .a_btn_group:not(:first-child) > .a_btn,
  .a_btn_group_vertical > .a_btn ~ .a_btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .a_btn_group_vertical > .a_btn_group:not(:first-child),
  .a_btn_group_vertical > .a_btn:not(:first-child) {
    margin-top: calc(-1 * var(--a_btn_border_width, var(--a_border_width))); }

.a_btn_group_vertical > .a_btn.active,
.a_btn_group_vertical > .a_btn:active,
.a_btn_group_vertical > .a_btn:focus,
.a_btn_group_vertical > .a_btn:hover,
.a_btn_group > .a_btn.active,
.a_btn_group > .a_btn:active,
.a_btn_group > .a_btn:focus,
.a_btn_group > .a_btn:hover {
  z-index: 1; }

.a_btn_close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: var(--a_border_radius);
  opacity: .5; }
  .a_btn_close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .a_btn_close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1; }

.a_float_left {
  float: left !important; }

.a_float_right {
  float: right !important; }

.a_float_none {
  float: none !important; }

.a_alert {
  --a_alert_bg: transparent;
  --a_alert_padding_x: 1rem;
  --a_alert_padding_y: 1rem;
  --a_alert_margin_bottom: 1rem;
  --a_alert_color: inherit;
  --a_alert_border_color: transparent;
  --a_alert_border: var(--a_border_width) solid var(--a_alert_border_color);
  --a_alert_border-radius: var(--a_border_radius);
  --a_alert_icon_size: 1.5rem;
  --a_alert_icon_margin_right: .5rem;
  --a_alert_text_align: left;
  --a_alert_link_color: inherit;
  position: relative;
  padding: var(--a_alert_padding_y) var(--a_alert_padding_x);
  margin-bottom: var(--a_alert_margin_bottom);
  color: var(--a_alert_color);
  background-color: var(--a_alert_bg);
  border: var(--a_alert_border);
  border-radius: var(--a_alert_border-radius);
  display: flex;
  align-items: center;
  text-align: var(--a_alert_text_align); }
  .a_alert .a_alert__icon {
    width: var(--a_alert_icon_size);
    height: var(--a_alert_icon_size);
    margin-right: var(--a_alert_icon_margin_right); }

.a_alert__link {
  font-weight: 700;
  color: var(--a_alert_link_color); }

.a_alert__parent_closable {
  position: relative; }
  .a_alert__parent_closable .a_alert {
    padding-right: 3rem; }
  .a_alert__parent_closable .a_btn_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.a_alert__content {
  width: 100%; }

.a_alert_primary {
  --a_alert_color: var(--a_color_primary_text_emphasis);
  --a_alert_bg: var(--a_color_primary_bg_subtle);
  --a_alert_border_color: var(--a_color_primary_border_subtle);
  --a_alert_link_color: var(--a_color_primary_text_emphasis); }

.a_alert_secondary {
  --a_alert_color: var(--a_color_secondary_text_emphasis);
  --a_alert_bg: var(--a_color_secondary_bg_subtle);
  --a_alert_border_color: var(--a_color_secondary_border_subtle);
  --a_alert_link_color: var(--a_color_secondary_text_emphasis); }

.a_alert_tertiary {
  --a_alert_color: var(--a_color_tertiary_text_emphasis);
  --a_alert_bg: var(--a_color_tertiary_bg_subtle);
  --a_alert_border_color: var(--a_color_tertiary_border_subtle);
  --a_alert_link_color: var(--a_color_tertiary_text_emphasis); }

.a_alert_success {
  --a_alert_color: var(--a_color_success_text_emphasis);
  --a_alert_bg: var(--a_color_success_bg_subtle);
  --a_alert_border_color: var(--a_color_success_border_subtle);
  --a_alert_link_color: var(--a_color_success_text_emphasis); }

.a_alert_info {
  --a_alert_color: var(--a_color_info_text_emphasis);
  --a_alert_bg: var(--a_color_info_bg_subtle);
  --a_alert_border_color: var(--a_color_info_border_subtle);
  --a_alert_link_color: var(--a_color_info_text_emphasis); }

.a_alert_warning {
  --a_alert_color: var(--a_color_warning_text_emphasis);
  --a_alert_bg: var(--a_color_warning_bg_subtle);
  --a_alert_border_color: var(--a_color_warning_border_subtle);
  --a_alert_link_color: var(--a_color_warning_text_emphasis); }

.a_alert_danger {
  --a_alert_color: var(--a_color_danger_text_emphasis);
  --a_alert_bg: var(--a_color_danger_bg_subtle);
  --a_alert_border_color: var(--a_color_danger_border_subtle);
  --a_alert_link_color: var(--a_color_danger_text_emphasis); }

.a_alert_light {
  --a_alert_color: var(--a_color_light_text_emphasis);
  --a_alert_bg: var(--a_color_light_bg_subtle);
  --a_alert_border_color: var(--a_color_light_border_subtle);
  --a_alert_link_color: var(--a_color_light_text_emphasis); }

.a_alert_dark {
  --a_alert_color: var(--a_color_dark_text_emphasis);
  --a_alert_bg: var(--a_color_dark_bg_subtle);
  --a_alert_border_color: var(--a_color_dark_border_subtle);
  --a_alert_link_color: var(--a_color_dark_text_emphasis); }

.a_backdrop {
  --a__backdrop_zindex: var(--a_z_index_backdrop);
  --a__backdrop_bg: #000;
  --a__backdrop_opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--a__backdrop_zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--a__backdrop_bg); }

.a_backdrop_confirm {
  --a__backdrop_zindex: var(--a_z_index_backdrop_confirm); }

.a_backdrop_fade {
  transition: opacity .15s linear;
  opacity: 0; }

.a_backdrop_show {
  opacity: var(--a__backdrop_opacity); }

.a_modal_open {
  overflow: hidden;
  padding-right: 15px; }

.a_modal {
  --a_modal_zindex: var(--a_z_index_modal);
  --a_modal_width: 500px;
  --a_modal_padding: 1rem;
  --a_modal_margin: 0.5rem;
  --a_modal_color: inherit;
  --a_modal_bg: #fff;
  --a_modal_border_color: var(--a_border_color_translucent);
  --a_modal_border_width: 1px;
  --a_modal_border_radius: var(--a_border_radius_large);
  --a_modal_box_shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --a_modal_inner_border_radius: calc(0.5rem - 1px);
  --a_modal_header_padding_x: 1rem;
  --a_modal_header_padding_y: 1rem;
  --a_modal_header_padding: 1rem 1rem;
  --a_modal_header_border_color: var(--a_border_color);
  --a_modal_header_border_width: 1px;
  --a_modal_title_line_height: 1.5;
  --a_modal_footer_gap: 0.5rem;
  --a_modal_footer_bg: inherit;
  --a_modal_footer_border_color: var(--a_border_color);
  --a_modal_footer_border_width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--a_modal_zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.a_modal_confirm {
  --a_modal_zindex: var(--a_z_index_confirm); }

.a_modal_show {
  display: block; }

.a_modal_dialog {
  position: relative;
  width: auto;
  margin: var(--a_modal_margin);
  pointer-events: none; }

.a_modal_content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--a_modal_color);
  pointer-events: auto;
  background-color: var(--a_modal_bg);
  background-clip: padding-box;
  border: var(--a_modal_border_width) solid var(--a_modal_border_color);
  border-radius: var(--a_modal_border_radius);
  outline: 0; }
  .a_modal_dialog_scrollable .a_modal_content {
    max-height: 100%;
    overflow: hidden; }

.a_modal_dialog_scrollable {
  height: calc(100% - var(--a_modal_margin) * 2); }

.a_modal_header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--a_modal_header_padding);
  border-bottom: var(--a_modal_header_border_width) solid var(--a_modal_header_border_color);
  border-top-left-radius: var(--a_modal_inner_border_radius);
  border-top-right-radius: var(--a_modal_inner_border_radius); }
  .a_modal_header .a_btn_close {
    padding: calc(var(--a_modal_header_padding_y) * .5) calc(var(--a_modal_header_padding_x) * .5);
    margin: calc(var(--a_modal_header_padding_y) * -.5) calc(var(--a_modal_header_padding_x) * -.5) calc(var(--a_modal_header_padding_y) * -.5) auto; }

.a_modal_title {
  margin: 0;
  line-height: var(--a_modal_title_line_height); }

.a_modal_body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--a_modal_padding); }
  .a_modal_dialog_scrollable .a_modal_body {
    overflow-y: auto; }

.a_modal_footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--a_modal_padding) - var(--a_modal_footer_gap) * .5);
  background-color: var(--a_modal_footer_bg);
  border-top: var(--a_modal_footer_border_width) solid var(--a_modal_footer_border_color);
  border-bottom-right-radius: var(--a_modal_inner_border_radius);
  border-bottom-left-radius: var(--a_modal_inner_border_radius); }
  .a_modal_footer > * {
    margin: calc(var(--a_modal_footer_gap) * 0.5); }

@media (min-width: 768px) {
  .a_modal {
    --a_modal_margin: 1.75rem;
    --a_modal_box_shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .a_modal_dialog {
    max-width: var(--a_modal_width);
    margin-right: auto;
    margin-left: auto; }
  .a_modal_small {
    --a_modal_width: 300px; } }

@media (min-width: 1023px) {
  .a_modal_large,
  .a_modal_xl {
    --a_modal_width: 800px; }
  .a_modal_xxl {
    --a_modal_width: 90vw; } }

@media (min-width: 1215px) {
  .a_modal_xl {
    --a_modal_width: 1140px; }
  .a_modal_xxl {
    --a_modal_width: 90vw; } }

.a_modal_fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .a_modal_fullscreen .a_modal_content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .a_modal_fullscreen .a_modal_header,
  .a_modal_fullscreen .a_modal_footer {
    border-radius: 0; }
  .a_modal_fullscreen .a_modal_body {
    overflow-y: auto; }

.a_notification_parent {
  --a_notification_shadow: 0 0 10px -5px #000;
  --a_notification_width: calc(100% - 2rem);
  --a_notification_left: 1rem;
  --a_notification_top: 1rem;
  --a_notification_z_index: 1071;
  --a_notification_text_align: center;
  position: fixed;
  width: var(--a_notification_width);
  left: var(--a_notification_left);
  top: var(--a_notification_top);
  z-index: var(--a_notification_z_index);
  text-align: var(--a_notification_text_align);
  max-height: 100vh;
  overflow-y: auto; }

@media (min-width: 1023px) {
  .a_notification_parent {
    --a_notification_width: 60%;
    --a_notification_left: 15%; } }

@media (min-width: 1215px) {
  .a_notification_parent {
    --a_notification_width: 40%;
    --a_notification_left: 30%; } }

.a_notification {
  box-shadow: var(--a_notification_shadow); }

.a_spinner {
  --a_spinner_width: 2rem;
  --a_spinner_height: 2rem;
  --a_spinner_vertical_align: -0.125em;
  --a_spinner_border_width: 0.25em;
  --a_spinner_animation_speed: 1.25s;
  --a_spinner_animation_name: a_spinner;
  border: var(--a_spinner_border_width) solid currentcolor;
  border-right-color: transparent;
  display: inline-block;
  width: var(--a_spinner_width);
  height: var(--a_spinner_height);
  vertical-align: var(--a_spinner_vertical_align);
  border-radius: 50%;
  -webkit-animation: var(--a_spinner_animation_speed) linear infinite var(--a_spinner_animation_name);
  animation: var(--a_spinner_animation_speed) linear infinite var(--a_spinner_animation_name); }

.a_spinner_small {
  --a_spinner_width: 1rem;
  --a_spinner_height: 1rem;
  --a_spinner_border_width: 0.2em; }

.a_spinner_large {
  --a_spinner_width: 3rem;
  --a_spinner_height: 3rem;
  --a_spinner_border_width: 0.3em; }

@keyframes a_spinner {
  to {
    transform: rotate(360deg); } }

.a_badge {
  --a_badge-padding-x: 0.65em;
  --a_badge-padding-y: 0.35em;
  --a_badge-font-size: 0.75em;
  --a_badge-font-weight: 700;
  --a_badge-color: var(--a_color_white);
  --a_badge-border-radius: var(--a_border_radius);
  display: inline-block;
  padding: var(--a_badge-padding-y) var(--a_badge-padding-x);
  font-size: var(--a_badge-font-size);
  font-weight: var(--a_badge-font-weight);
  line-height: 1;
  color: var(--a_badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--a_badge-border-radius); }

.a_pill_rounded {
  border-radius: var(--a_border_radius_pill) !important; }

.a_accordion {
  --a_accordion_color: #000;
  --a_accordion_bg: #fff;
  --a_accordion_transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --a_accordion_border_color: var(--a_border_color);
  --a_accordion_border_width: 1px;
  --a_accordion_border_radius: var(--a_border_radius);
  --a_accordion_btn_padding_x: 1.25rem;
  --a_accordion_btn_padding_y: 1rem;
  --a_accordion_btn_color: var(--a_color_text);
  --a_accordion_btn_bg: var(--a_accordion_bg);
  --a_accordion_btn_icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--a_color_text%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --a_accordion_btn_icon_width: 1.25rem;
  --a_accordion_btn_icon_transform: rotate(-180deg);
  --a_accordion_btn_icon_transition: transform 0.2s ease-in-out;
  --a_accordion_btn_active_icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --a_accordion_btn_focus_border_color: #86b7fe;
  --a_accordion_btn_focus_box_shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --a_accordion_btn_hover_bg: var(--a_color_gray_100);
  --a_accordion_body_padding_x: 1.25rem;
  --a_accordion_body_padding_y: 1rem;
  --a_accordion_active_color: #0c63e4;
  --a_accordion_active_bg: #e7f1ff;
  --a_accordion_with_gap_margin_bottom: 1rem;
  font-size: inherit; }

.a_accordion__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--a_accordion_btn_padding_y) var(--a_accordion_btn_padding_x);
  color: var(--a_accordion_btn_color);
  text-align: left;
  background-color: var(--a_accordion_btn_bg);
  border: 0;
  overflow-anchor: none;
  font-size: inherit;
  cursor: pointer; }
  .a_accordion__button.readonly, .a_accordion__button.disabled {
    cursor: inherit; }
  .a_accordion__button:not(.a_accordion__button_collapsed) {
    color: var(--a_accordion_active_color);
    background-color: var(--a_accordion_active_bg);
    box-shadow: inset 0 calc(var(--a_accordion_border_width) * -1) 0 var(--a_accordion_border_color); }
    .a_accordion__button:not(.a_accordion__button_collapsed):not(.a_accordion__button_has_not_caret)::after {
      background-image: var(--a_accordion_btn_active_icon);
      transform: var(--a_accordion_btn_icon_transform); }
  .a_accordion__button:not(.a_accordion__button_has_not_caret)::after {
    flex-shrink: 0;
    width: var(--a_accordion_btn_icon_width);
    height: var(--a_accordion_btn_icon_width);
    margin-left: auto;
    content: "";
    background-image: var(--a_accordion_btn_icon);
    background-repeat: no-repeat;
    background-size: var(--a_accordion_btn_icon_width); }
  .a_accordion__button:hover {
    z-index: 2;
    background-color: var(--a_accordion_btn_hover_bg); }
  .a_accordion__button:focus {
    z-index: 3;
    border-color: var(--a_accordion_btn_focus_border_color);
    outline: 0;
    box-shadow: var(--a_accordion_btn_focus_box_shadow); }

.a_accordion__header {
  margin-bottom: 0; }

.a_accordion__item {
  color: var(--a_accordion_color);
  background-color: var(--a_accordion_bg);
  border: var(--a_accordion_border_width) solid var(--a_accordion_border_color); }
  .a_accordion__item:first-of-type {
    border-top-left-radius: var(--a_accordion_border_radius);
    border-top-right-radius: var(--a_accordion_border_radius); }
    .a_accordion__item:first-of-type .a_accordion__button {
      border-top-left-radius: var(--a_accordion_border_radius);
      border-top-right-radius: var(--a_accordion_border_radius); }
  .a_accordion__item:not(:first-of-type) {
    border-top: 0; }
  .a_accordion__item:last-of-type {
    border-bottom-right-radius: var(--a_accordion_border_radius);
    border-bottom-left-radius: var(--a_accordion_border_radius); }
    .a_accordion__item:last-of-type .a_accordion__button_collapsed {
      border-bottom-right-radius: var(--a_accordion_border_radius);
      border-bottom-left-radius: var(--a_accordion_border_radius); }

.a_accordion__body {
  padding: var(--a_accordion_body_padding_y) var(--a_accordion_body_padding_x);
  border-radius: inherit; }

.a_accordion__collapse_box {
  display: none;
  border-radius: inherit; }

.a_accordion__collapse_box_show {
  display: block; }

.a_accordion__item.a_accordion__item_with_gap {
  margin-bottom: var(--a_accordion_with_gap_margin_bottom);
  border: var(--a_accordion_border_width) solid var(--a_accordion_border_color);
  border-radius: var(--a_accordion_border_radius); }

.a_accordion__button.a_accordion__button_with_gap {
  border-radius: var(--a_accordion_border_radius) var(--a_accordion_border_radius) 0 0; }
  .a_accordion__button.a_accordion__button_with_gap.a_accordion__button_collapsed {
    border-radius: var(--a_accordion_border_radius); }

.a_progress {
  --a_progress_height: 1rem;
  --a_progress_font_size: 0.75rem;
  --a_progress_bg: var(--a_color_gray_200);
  --a_progress_border_radius: var(--a_border_radius);
  --a_progress_box_shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --a_progress_bar_color: var(--a_color_white);
  --a_progress_bar_bg: var(--a_color_primary);
  --a_progress_bar_transition: width 0.6s ease;
  display: flex;
  height: var(--a_progress_height);
  overflow: hidden;
  font-size: var(--a_progress_font_size);
  background-color: var(--a_progress_bg);
  border-radius: var(--a_progress_border_radius); }

.a_progress_reverse {
  flex-direction: row-reverse; }

.a_progress_small {
  --a_progress_height: .75rem;
  --a_progress_font_size: .6rem; }

.a_progress_medium {
  --a_progress_height: 1.25rem;
  --a_progress_font_size: 1rem; }

.a_progress_large {
  --a_progress_height: 1.5rem;
  --a_progress_font_size: 1.25rem; }

.a_progress__bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--a_progress_bar_color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--a_progress_bar_bg);
  transition: var(--a_progress_bar_transition); }

.a_progress__bar_indeterminate {
  position: relative;
  animation: 4s a_progress_bar_indeterminate infinite; }

.a_progress__bar_striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--a_progress_height) var(--a_progress_height); }
  .a_progress__bar_striped.a_progress__bar_striped_flow {
    animation: 1s linear infinite a_progress_bar_flow; }

@keyframes a_progress_bar_flow {
  0% {
    background-position-x: 1rem; } }

@keyframes a_progress_bar_indeterminate {
  0% {
    left: -100%; }
  to {
    left: 100%; } }

.a_overflow_auto {
  overflow: auto !important; }

.a_overflow_hidden {
  overflow: hidden !important; }

.a_overflow_visible {
  overflow: visible !important; }

.a_overflow_scroll {
  overflow: scroll !important; }

.a_overflow_x_auto {
  overflow-x: auto !important; }

.a_overflow_x_hidden {
  overflow-x: hidden !important; }

.a_overflow_x_visible {
  overflow-x: visible !important; }

.a_overflow_x_scroll {
  overflow-x: scroll !important; }

.a_overflow_y_auto {
  overflow-y: auto !important; }

.a_overflow_y_hidden {
  overflow-y: hidden !important; }

.a_overflow_y_visible {
  overflow-y: visible !important; }

.a_overflow_y_scroll {
  overflow-y: scroll !important; }

.a_tooltip__container {
  --a_tooltip_bg: var(--a_color_primary);
  --a_tooltip_color: var(--a_color_white);
  --a_tooltip_border_radius: var(--a_border_radius);
  --a_tooltip_padding_x: 0.5rem;
  --a_tooltip_padding_y: 0.3rem;
  --a_tooltip_font_size: 0.8rem;
  --a_tooltip_arrow_width: 8px;
  --a_tooltip_arrow_height: 8px;
  --a_tooltip_arrow_shift: -4px;
  --a_tooltip_max_height: 400px;
  --a_tooltip_box_shadow_color: var(--a_color_gray_400);
  --a_tooltip_box_shadow: 1px 1px 0 0 var(--a_tooltip_box_shadow_color);
  z-index: var(--a_z_index_tooltip);
  background-color: var(--a_tooltip_bg);
  color: var(--a_tooltip_color);
  border-radius: var(--a_tooltip_border_radius);
  font-size: var(--a_tooltip_font_size);
  display: inline-block;
  box-shadow: var(--a_tooltip_box_shadow); }
  .a_tooltip__container[data-popper-placement^='top'] > .a_tooltip__arrow {
    bottom: var(--a_tooltip_arrow_shift); }
  .a_tooltip__container[data-popper-placement^='bottom'] > .a_tooltip__arrow {
    top: var(--a_tooltip_arrow_shift); }
  .a_tooltip__container[data-popper-placement^='left'] > .a_tooltip__arrow {
    right: var(--a_tooltip_arrow_shift); }
  .a_tooltip__container[data-popper-placement^='right'] > .a_tooltip__arrow {
    left: var(--a_tooltip_arrow_shift); }

.a_tooltip__arrow,
.a_tooltip__arrow:before {
  position: absolute;
  width: var(--a_tooltip_arrow_width);
  height: var(--a_tooltip_arrow_height);
  background: inherit;
  box-shadow: var(--a_tooltip_box_shadow); }

.a_tooltip__arrow {
  visibility: hidden; }
  .a_tooltip__arrow:before {
    visibility: visible;
    content: '';
    transform: rotate(45deg); }

.a_tooltip__wrapper {
  max-height: var(--a_tooltip_max_height);
  overflow-y: auto;
  padding: var(--a_tooltip_padding_y) var(--a_tooltip_padding_x);
  background-color: inherit;
  border-radius: inherit;
  position: relative; }

.a_rounded_inherit {
  border-radius: inherit !important; }

.a_rounded_top_inherit {
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important; }

.a_rounded_right_inherit {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important; }

.a_rounded_bottom_inherit {
  border-bottom-left-radius: inherit !important;
  border-bottom-right-radius: inherit !important; }

.a_rounded_left_inherit {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important; }

.a_rounded_top_left_inherit {
  border-top-left-radius: inherit !important; }

.a_rounded_top_right_inherit {
  border-top-right-radius: inherit !important; }

.a_rounded_bottom_right_inherit {
  border-bottom-right-radius: inherit !important; }

.a_rounded_bottom_left_inherit {
  border-bottom-left-radius: inherit !important; }

.a_rounded_0 {
  border-radius: 0 !important; }

.a_rounded_top_0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.a_rounded_right_0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.a_rounded_bottom_0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.a_rounded_left_0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.a_rounded_top_left_0 {
  border-top-left-radius: 0 !important; }

.a_rounded_top_right_0 {
  border-top-right-radius: 0 !important; }

.a_rounded_bottom_right_0 {
  border-bottom-right-radius: 0 !important; }

.a_rounded_bottom_left_0 {
  border-bottom-left-radius: 0 !important; }

.a_border {
  border: var(--a_border_width) var(--a_border_style) var(--a_border_color) !important; }

.a_border_top {
  border-top: var(--a_border_width) var(--a_border_style) var(--a_border_color) !important; }

.a_border_right {
  border-right: var(--a_border_width) var(--a_border_style) var(--a_border_color) !important; }

.a_border_bottom {
  border-bottom: var(--a_border_width) var(--a_border_style) var(--a_border_color) !important; }

.a_border_left {
  border-left: var(--a_border_width) var(--a_border_style) var(--a_border_color) !important; }

.a_border_primary {
  --a_border_opacity: 1;
  border-color: rgba(var(--a_color_primary_rgb), var(--a_border_opacity)) !important; }

.a_border_secondary {
  --a_border_opacity: 1;
  border-color: rgba(var(--a_color_secondary_rgb), var(--a_border_opacity)) !important; }

.a_border_tertiary {
  --a_border_opacity: 1;
  border-color: rgba(var(--a_color_tertiary_rgb), var(--a_border_opacity)) !important; }

.a_border_success {
  --a_border_opacity: 1;
  border-color: rgba(var(--a_color_success_rgb), var(--a_border_opacity)) !important; }

.a_border_info {
  --a_border_opacity: 1;
  border-color: rgba(var(--a_color_info_rgb), var(--a_border_opacity)) !important; }

.a_border_warning {
  --a_border_opacity: 1;
  border-color: rgba(var(--a_color_warning_rgb), var(--a_border_opacity)) !important; }

.a_border_danger {
  --a_border_opacity: 1;
  border-color: rgba(var(--a_color_danger_rgb), var(--a_border_opacity)) !important; }

.a_border_light {
  --a_border_opacity: 1;
  border-color: rgba(var(--a_color_light_rgb), var(--a_border_opacity)) !important; }

.a_border_dark {
  --a_border_opacity: 1;
  border-color: rgba(var(--a_color_dark_rgb), var(--a_border_opacity)) !important; }

.a_border_1 {
  border-width: 1px !important; }

.a_border_2 {
  border-width: 2px !important; }

.a_border_3 {
  border-width: 3px !important; }

.a_border_4 {
  border-width: 4px !important; }

.a_border_5 {
  border-width: 5px !important; }

.a_border_0 {
  border: 0 !important; }

.a_border_top_0 {
  border-top: 0 !important; }

.a_border_right_0 {
  border-right: 0 !important; }

.a_border_bottom_0 {
  border-bottom: 0 !important; }

.a_border_left_0 {
  border-left: 0 !important; }
