

/* Start:/local/layout2/public/css/shumera/libs.css?1771749450134453*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
@font-face { font-family: "TT_Hoves_Pro"; src: url("/local/layout2/public/css/shumera/../../font/TT_Hoves_Pro_Trial_Regular.woff2") format("woff2"), url("/local/layout2/public/css/shumera/../../font/TT_Hoves_Pro_Trial_Regular.woff") format("woff"), url("/local/layout2/public/css/shumera/../../font/TT_Hoves_Pro_Trial_Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; }

@font-face { font-family: "TT_Travels_Next"; src: url("/local/layout2/public/css/shumera/../../font/TT_Travels_Next_Trial_DemiBold.woff2") format("woff2"), url("/local/layout2/public/css/shumera/../../font/TT_Travels_Next_Trial_DemiBold.woff") format("woff"), url("/local/layout2/public/css/shumera/../../font/TT_Travels_Next_Trial_DemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; }

.fade { transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) { .fade { transition: none; } }

.fade:not(.show) { opacity: 0; }

.collapse:not(.show) { display: none; }

.collapsing { height: 0; overflow: hidden; transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } }

.collapsing.collapse-horizontal { width: 0; height: auto; transition: width 0.35s ease; }

@media (prefers-reduced-motion: reduce) { .collapsing.collapse-horizontal { transition: none; } }

.row { --page-gutter-x: 1.875rem; --page-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--page-gutter-y)); margin-right: calc(-.5 * var(--page-gutter-x)); margin-left: calc(-.5 * var(--page-gutter-x)); }

.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--page-gutter-x) * .5); padding-left: calc(var(--page-gutter-x) * .5); margin-top: var(--page-gutter-y); }

.grid { display: grid; grid-template-rows: repeat(var(--page-rows, 1), 1fr); grid-template-columns: repeat(var(--page-columns, 12), 1fr); gap: var(--page-gap, 1.875rem); }

.grid .g-col-1 { grid-column: auto/span 1; }

.grid .g-col-2 { grid-column: auto/span 2; }

.grid .g-col-3 { grid-column: auto/span 3; }

.grid .g-col-4 { grid-column: auto/span 4; }

.grid .g-col-5 { grid-column: auto/span 5; }

.grid .g-col-6 { grid-column: auto/span 6; }

.grid .g-col-7 { grid-column: auto/span 7; }

.grid .g-col-8 { grid-column: auto/span 8; }

.grid .g-col-9 { grid-column: auto/span 9; }

.grid .g-col-10 { grid-column: auto/span 10; }

.grid .g-col-11 { grid-column: auto/span 11; }

.grid .g-col-12 { grid-column: auto/span 12; }

.grid .g-start-1 { grid-column-start: 1; }

.grid .g-start-2 { grid-column-start: 2; }

.grid .g-start-3 { grid-column-start: 3; }

.grid .g-start-4 { grid-column-start: 4; }

.grid .g-start-5 { grid-column-start: 5; }

.grid .g-start-6 { grid-column-start: 6; }

.grid .g-start-7 { grid-column-start: 7; }

.grid .g-start-8 { grid-column-start: 8; }

.grid .g-start-9 { grid-column-start: 9; }

.grid .g-start-10 { grid-column-start: 10; }

.grid .g-start-11 { grid-column-start: 11; }

@media (min-width: 375px) { .grid .g-col-m-1 { grid-column: auto/span 1; }
  .grid .g-col-m-2 { grid-column: auto/span 2; }
  .grid .g-col-m-3 { grid-column: auto/span 3; }
  .grid .g-col-m-4 { grid-column: auto/span 4; }
  .grid .g-col-m-5 { grid-column: auto/span 5; }
  .grid .g-col-m-6 { grid-column: auto/span 6; }
  .grid .g-col-m-7 { grid-column: auto/span 7; }
  .grid .g-col-m-8 { grid-column: auto/span 8; }
  .grid .g-col-m-9 { grid-column: auto/span 9; }
  .grid .g-col-m-10 { grid-column: auto/span 10; }
  .grid .g-col-m-11 { grid-column: auto/span 11; }
  .grid .g-col-m-12 { grid-column: auto/span 12; }
  .grid .g-start-m-1 { grid-column-start: 1; }
  .grid .g-start-m-2 { grid-column-start: 2; }
  .grid .g-start-m-3 { grid-column-start: 3; }
  .grid .g-start-m-4 { grid-column-start: 4; }
  .grid .g-start-m-5 { grid-column-start: 5; }
  .grid .g-start-m-6 { grid-column-start: 6; }
  .grid .g-start-m-7 { grid-column-start: 7; }
  .grid .g-start-m-8 { grid-column-start: 8; }
  .grid .g-start-m-9 { grid-column-start: 9; }
  .grid .g-start-m-10 { grid-column-start: 10; }
  .grid .g-start-m-11 { grid-column-start: 11; } }

@media (min-width: 576px) { .grid .g-col-sm-1 { grid-column: auto/span 1; }
  .grid .g-col-sm-2 { grid-column: auto/span 2; }
  .grid .g-col-sm-3 { grid-column: auto/span 3; }
  .grid .g-col-sm-4 { grid-column: auto/span 4; }
  .grid .g-col-sm-5 { grid-column: auto/span 5; }
  .grid .g-col-sm-6 { grid-column: auto/span 6; }
  .grid .g-col-sm-7 { grid-column: auto/span 7; }
  .grid .g-col-sm-8 { grid-column: auto/span 8; }
  .grid .g-col-sm-9 { grid-column: auto/span 9; }
  .grid .g-col-sm-10 { grid-column: auto/span 10; }
  .grid .g-col-sm-11 { grid-column: auto/span 11; }
  .grid .g-col-sm-12 { grid-column: auto/span 12; }
  .grid .g-start-sm-1 { grid-column-start: 1; }
  .grid .g-start-sm-2 { grid-column-start: 2; }
  .grid .g-start-sm-3 { grid-column-start: 3; }
  .grid .g-start-sm-4 { grid-column-start: 4; }
  .grid .g-start-sm-5 { grid-column-start: 5; }
  .grid .g-start-sm-6 { grid-column-start: 6; }
  .grid .g-start-sm-7 { grid-column-start: 7; }
  .grid .g-start-sm-8 { grid-column-start: 8; }
  .grid .g-start-sm-9 { grid-column-start: 9; }
  .grid .g-start-sm-10 { grid-column-start: 10; }
  .grid .g-start-sm-11 { grid-column-start: 11; } }

@media (min-width: 768px) { .grid .g-col-md-1 { grid-column: auto/span 1; }
  .grid .g-col-md-2 { grid-column: auto/span 2; }
  .grid .g-col-md-3 { grid-column: auto/span 3; }
  .grid .g-col-md-4 { grid-column: auto/span 4; }
  .grid .g-col-md-5 { grid-column: auto/span 5; }
  .grid .g-col-md-6 { grid-column: auto/span 6; }
  .grid .g-col-md-7 { grid-column: auto/span 7; }
  .grid .g-col-md-8 { grid-column: auto/span 8; }
  .grid .g-col-md-9 { grid-column: auto/span 9; }
  .grid .g-col-md-10 { grid-column: auto/span 10; }
  .grid .g-col-md-11 { grid-column: auto/span 11; }
  .grid .g-col-md-12 { grid-column: auto/span 12; }
  .grid .g-start-md-1 { grid-column-start: 1; }
  .grid .g-start-md-2 { grid-column-start: 2; }
  .grid .g-start-md-3 { grid-column-start: 3; }
  .grid .g-start-md-4 { grid-column-start: 4; }
  .grid .g-start-md-5 { grid-column-start: 5; }
  .grid .g-start-md-6 { grid-column-start: 6; }
  .grid .g-start-md-7 { grid-column-start: 7; }
  .grid .g-start-md-8 { grid-column-start: 8; }
  .grid .g-start-md-9 { grid-column-start: 9; }
  .grid .g-start-md-10 { grid-column-start: 10; }
  .grid .g-start-md-11 { grid-column-start: 11; } }

@media (min-width: 992px) { .grid .g-col-lg-1 { grid-column: auto/span 1; }
  .grid .g-col-lg-2 { grid-column: auto/span 2; }
  .grid .g-col-lg-3 { grid-column: auto/span 3; }
  .grid .g-col-lg-4 { grid-column: auto/span 4; }
  .grid .g-col-lg-5 { grid-column: auto/span 5; }
  .grid .g-col-lg-6 { grid-column: auto/span 6; }
  .grid .g-col-lg-7 { grid-column: auto/span 7; }
  .grid .g-col-lg-8 { grid-column: auto/span 8; }
  .grid .g-col-lg-9 { grid-column: auto/span 9; }
  .grid .g-col-lg-10 { grid-column: auto/span 10; }
  .grid .g-col-lg-11 { grid-column: auto/span 11; }
  .grid .g-col-lg-12 { grid-column: auto/span 12; }
  .grid .g-start-lg-1 { grid-column-start: 1; }
  .grid .g-start-lg-2 { grid-column-start: 2; }
  .grid .g-start-lg-3 { grid-column-start: 3; }
  .grid .g-start-lg-4 { grid-column-start: 4; }
  .grid .g-start-lg-5 { grid-column-start: 5; }
  .grid .g-start-lg-6 { grid-column-start: 6; }
  .grid .g-start-lg-7 { grid-column-start: 7; }
  .grid .g-start-lg-8 { grid-column-start: 8; }
  .grid .g-start-lg-9 { grid-column-start: 9; }
  .grid .g-start-lg-10 { grid-column-start: 10; }
  .grid .g-start-lg-11 { grid-column-start: 11; } }

@media (min-width: 1200px) { .grid .g-col-xl-1 { grid-column: auto/span 1; }
  .grid .g-col-xl-2 { grid-column: auto/span 2; }
  .grid .g-col-xl-3 { grid-column: auto/span 3; }
  .grid .g-col-xl-4 { grid-column: auto/span 4; }
  .grid .g-col-xl-5 { grid-column: auto/span 5; }
  .grid .g-col-xl-6 { grid-column: auto/span 6; }
  .grid .g-col-xl-7 { grid-column: auto/span 7; }
  .grid .g-col-xl-8 { grid-column: auto/span 8; }
  .grid .g-col-xl-9 { grid-column: auto/span 9; }
  .grid .g-col-xl-10 { grid-column: auto/span 10; }
  .grid .g-col-xl-11 { grid-column: auto/span 11; }
  .grid .g-col-xl-12 { grid-column: auto/span 12; }
  .grid .g-start-xl-1 { grid-column-start: 1; }
  .grid .g-start-xl-2 { grid-column-start: 2; }
  .grid .g-start-xl-3 { grid-column-start: 3; }
  .grid .g-start-xl-4 { grid-column-start: 4; }
  .grid .g-start-xl-5 { grid-column-start: 5; }
  .grid .g-start-xl-6 { grid-column-start: 6; }
  .grid .g-start-xl-7 { grid-column-start: 7; }
  .grid .g-start-xl-8 { grid-column-start: 8; }
  .grid .g-start-xl-9 { grid-column-start: 9; }
  .grid .g-start-xl-10 { grid-column-start: 10; }
  .grid .g-start-xl-11 { grid-column-start: 11; } }

@media (min-width: 1400px) { .grid .g-col-xxl-1 { grid-column: auto/span 1; }
  .grid .g-col-xxl-2 { grid-column: auto/span 2; }
  .grid .g-col-xxl-3 { grid-column: auto/span 3; }
  .grid .g-col-xxl-4 { grid-column: auto/span 4; }
  .grid .g-col-xxl-5 { grid-column: auto/span 5; }
  .grid .g-col-xxl-6 { grid-column: auto/span 6; }
  .grid .g-col-xxl-7 { grid-column: auto/span 7; }
  .grid .g-col-xxl-8 { grid-column: auto/span 8; }
  .grid .g-col-xxl-9 { grid-column: auto/span 9; }
  .grid .g-col-xxl-10 { grid-column: auto/span 10; }
  .grid .g-col-xxl-11 { grid-column: auto/span 11; }
  .grid .g-col-xxl-12 { grid-column: auto/span 12; }
  .grid .g-start-xxl-1 { grid-column-start: 1; }
  .grid .g-start-xxl-2 { grid-column-start: 2; }
  .grid .g-start-xxl-3 { grid-column-start: 3; }
  .grid .g-start-xxl-4 { grid-column-start: 4; }
  .grid .g-start-xxl-5 { grid-column-start: 5; }
  .grid .g-start-xxl-6 { grid-column-start: 6; }
  .grid .g-start-xxl-7 { grid-column-start: 7; }
  .grid .g-start-xxl-8 { grid-column-start: 8; }
  .grid .g-start-xxl-9 { grid-column-start: 9; }
  .grid .g-start-xxl-10 { grid-column-start: 10; }
  .grid .g-start-xxl-11 { grid-column-start: 11; } }

.col { flex: 1 0 0%; }

.row-cols-auto > * { flex: 0 0 auto; width: auto; }

.row-cols-1 > * { flex: 0 0 auto; width: 100%; }

.row-cols-2 > * { flex: 0 0 auto; width: 50%; }

.row-cols-3 > * { flex: 0 0 auto; width: 33.33333%; }

.row-cols-4 > * { flex: 0 0 auto; width: 25%; }

.row-cols-5 > * { flex: 0 0 auto; width: 20%; }

.row-cols-6 > * { flex: 0 0 auto; width: 16.66667%; }

.col-auto { flex: 0 0 auto; width: auto; }

.col-1 { flex: 0 0 auto; width: 8.33333%; }

.col-2 { flex: 0 0 auto; width: 16.66667%; }

.col-3 { flex: 0 0 auto; width: 25%; }

.col-4 { flex: 0 0 auto; width: 33.33333%; }

.col-5 { flex: 0 0 auto; width: 41.66667%; }

.col-6 { flex: 0 0 auto; width: 50%; }

.col-7 { flex: 0 0 auto; width: 58.33333%; }

.col-8 { flex: 0 0 auto; width: 66.66667%; }

.col-9 { flex: 0 0 auto; width: 75%; }

.col-10 { flex: 0 0 auto; width: 83.33333%; }

.col-11 { flex: 0 0 auto; width: 91.66667%; }

.col-12 { flex: 0 0 auto; width: 100%; }

.offset-1 { margin-left: 8.33333%; }

.offset-2 { margin-left: 16.66667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.33333%; }

.offset-5 { margin-left: 41.66667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.33333%; }

.offset-8 { margin-left: 66.66667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.33333%; }

.offset-11 { margin-left: 91.66667%; }

.g-0, .gx-0 { --page-gutter-x: 0; }

.g-0, .gy-0 { --page-gutter-y: 0; }

.g-1, .gx-1 { --page-gutter-x: 0.1875rem; }

.g-1, .gy-1 { --page-gutter-y: 0.1875rem; }

.g-2, .gx-2 { --page-gutter-x: 0.375rem; }

.g-2, .gy-2 { --page-gutter-y: 0.375rem; }

.g-3, .gx-3 { --page-gutter-x: 0.75rem; }

.g-3, .gy-3 { --page-gutter-y: 0.75rem; }

.g-4, .gx-4 { --page-gutter-x: 1.125rem; }

.g-4, .gy-4 { --page-gutter-y: 1.125rem; }

.g-5, .gx-5 { --page-gutter-x: 2.25rem; }

.g-5, .gy-5 { --page-gutter-y: 2.25rem; }

@media (min-width: 375px) { .col-m { flex: 1 0 0%; }
  .row-cols-m-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-m-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-m-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-m-3 > * { flex: 0 0 auto; width: 33.33333%; }
  .row-cols-m-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-m-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-m-6 > * { flex: 0 0 auto; width: 16.66667%; }
  .col-m-auto { flex: 0 0 auto; width: auto; }
  .col-m-1 { flex: 0 0 auto; width: 8.33333%; }
  .col-m-2 { flex: 0 0 auto; width: 16.66667%; }
  .col-m-3 { flex: 0 0 auto; width: 25%; }
  .col-m-4 { flex: 0 0 auto; width: 33.33333%; }
  .col-m-5 { flex: 0 0 auto; width: 41.66667%; }
  .col-m-6 { flex: 0 0 auto; width: 50%; }
  .col-m-7 { flex: 0 0 auto; width: 58.33333%; }
  .col-m-8 { flex: 0 0 auto; width: 66.66667%; }
  .col-m-9 { flex: 0 0 auto; width: 75%; }
  .col-m-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-m-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-m-12 { flex: 0 0 auto; width: 100%; }
  .offset-m-0 { margin-left: 0; }
  .offset-m-1 { margin-left: 8.33333%; }
  .offset-m-2 { margin-left: 16.66667%; }
  .offset-m-3 { margin-left: 25%; }
  .offset-m-4 { margin-left: 33.33333%; }
  .offset-m-5 { margin-left: 41.66667%; }
  .offset-m-6 { margin-left: 50%; }
  .offset-m-7 { margin-left: 58.33333%; }
  .offset-m-8 { margin-left: 66.66667%; }
  .offset-m-9 { margin-left: 75%; }
  .offset-m-10 { margin-left: 83.33333%; }
  .offset-m-11 { margin-left: 91.66667%; }
  .g-m-0, .gx-m-0 { --page-gutter-x: 0; }
  .g-m-0, .gy-m-0 { --page-gutter-y: 0; }
  .g-m-1, .gx-m-1 { --page-gutter-x: 0.1875rem; }
  .g-m-1, .gy-m-1 { --page-gutter-y: 0.1875rem; }
  .g-m-2, .gx-m-2 { --page-gutter-x: 0.375rem; }
  .g-m-2, .gy-m-2 { --page-gutter-y: 0.375rem; }
  .g-m-3, .gx-m-3 { --page-gutter-x: 0.75rem; }
  .g-m-3, .gy-m-3 { --page-gutter-y: 0.75rem; }
  .g-m-4, .gx-m-4 { --page-gutter-x: 1.125rem; }
  .g-m-4, .gy-m-4 { --page-gutter-y: 1.125rem; }
  .g-m-5, .gx-m-5 { --page-gutter-x: 2.25rem; }
  .g-m-5, .gy-m-5 { --page-gutter-y: 2.25rem; } }

@media (min-width: 576px) { .col-sm { flex: 1 0 0%; }
  .row-cols-sm-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.33333%; }
  .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.66667%; }
  .col-sm-auto { flex: 0 0 auto; width: auto; }
  .col-sm-1 { flex: 0 0 auto; width: 8.33333%; }
  .col-sm-2 { flex: 0 0 auto; width: 16.66667%; }
  .col-sm-3 { flex: 0 0 auto; width: 25%; }
  .col-sm-4 { flex: 0 0 auto; width: 33.33333%; }
  .col-sm-5 { flex: 0 0 auto; width: 41.66667%; }
  .col-sm-6 { flex: 0 0 auto; width: 50%; }
  .col-sm-7 { flex: 0 0 auto; width: 58.33333%; }
  .col-sm-8 { flex: 0 0 auto; width: 66.66667%; }
  .col-sm-9 { flex: 0 0 auto; width: 75%; }
  .col-sm-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-sm-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-sm-12 { flex: 0 0 auto; width: 100%; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.33333%; }
  .offset-sm-2 { margin-left: 16.66667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.33333%; }
  .offset-sm-5 { margin-left: 41.66667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.33333%; }
  .offset-sm-8 { margin-left: 66.66667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.33333%; }
  .offset-sm-11 { margin-left: 91.66667%; }
  .g-sm-0, .gx-sm-0 { --page-gutter-x: 0; }
  .g-sm-0, .gy-sm-0 { --page-gutter-y: 0; }
  .g-sm-1, .gx-sm-1 { --page-gutter-x: 0.1875rem; }
  .g-sm-1, .gy-sm-1 { --page-gutter-y: 0.1875rem; }
  .g-sm-2, .gx-sm-2 { --page-gutter-x: 0.375rem; }
  .g-sm-2, .gy-sm-2 { --page-gutter-y: 0.375rem; }
  .g-sm-3, .gx-sm-3 { --page-gutter-x: 0.75rem; }
  .g-sm-3, .gy-sm-3 { --page-gutter-y: 0.75rem; }
  .g-sm-4, .gx-sm-4 { --page-gutter-x: 1.125rem; }
  .g-sm-4, .gy-sm-4 { --page-gutter-y: 1.125rem; }
  .g-sm-5, .gx-sm-5 { --page-gutter-x: 2.25rem; }
  .g-sm-5, .gy-sm-5 { --page-gutter-y: 2.25rem; } }

@media (min-width: 768px) { .col-md { flex: 1 0 0%; }
  .row-cols-md-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-md-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-md-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-md-3 > * { flex: 0 0 auto; width: 33.33333%; }
  .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-md-6 > * { flex: 0 0 auto; width: 16.66667%; }
  .col-md-auto { flex: 0 0 auto; width: auto; }
  .col-md-1 { flex: 0 0 auto; width: 8.33333%; }
  .col-md-2 { flex: 0 0 auto; width: 16.66667%; }
  .col-md-3 { flex: 0 0 auto; width: 25%; }
  .col-md-4 { flex: 0 0 auto; width: 33.33333%; }
  .col-md-5 { flex: 0 0 auto; width: 41.66667%; }
  .col-md-6 { flex: 0 0 auto; width: 50%; }
  .col-md-7 { flex: 0 0 auto; width: 58.33333%; }
  .col-md-8 { flex: 0 0 auto; width: 66.66667%; }
  .col-md-9 { flex: 0 0 auto; width: 75%; }
  .col-md-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-md-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.33333%; }
  .offset-md-2 { margin-left: 16.66667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.33333%; }
  .offset-md-5 { margin-left: 41.66667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.33333%; }
  .offset-md-8 { margin-left: 66.66667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.33333%; }
  .offset-md-11 { margin-left: 91.66667%; }
  .g-md-0, .gx-md-0 { --page-gutter-x: 0; }
  .g-md-0, .gy-md-0 { --page-gutter-y: 0; }
  .g-md-1, .gx-md-1 { --page-gutter-x: 0.1875rem; }
  .g-md-1, .gy-md-1 { --page-gutter-y: 0.1875rem; }
  .g-md-2, .gx-md-2 { --page-gutter-x: 0.375rem; }
  .g-md-2, .gy-md-2 { --page-gutter-y: 0.375rem; }
  .g-md-3, .gx-md-3 { --page-gutter-x: 0.75rem; }
  .g-md-3, .gy-md-3 { --page-gutter-y: 0.75rem; }
  .g-md-4, .gx-md-4 { --page-gutter-x: 1.125rem; }
  .g-md-4, .gy-md-4 { --page-gutter-y: 1.125rem; }
  .g-md-5, .gx-md-5 { --page-gutter-x: 2.25rem; }
  .g-md-5, .gy-md-5 { --page-gutter-y: 2.25rem; } }

@media (min-width: 992px) { .col-lg { flex: 1 0 0%; }
  .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.33333%; }
  .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.66667%; }
  .col-lg-auto { flex: 0 0 auto; width: auto; }
  .col-lg-1 { flex: 0 0 auto; width: 8.33333%; }
  .col-lg-2 { flex: 0 0 auto; width: 16.66667%; }
  .col-lg-3 { flex: 0 0 auto; width: 25%; }
  .col-lg-4 { flex: 0 0 auto; width: 33.33333%; }
  .col-lg-5 { flex: 0 0 auto; width: 41.66667%; }
  .col-lg-6 { flex: 0 0 auto; width: 50%; }
  .col-lg-7 { flex: 0 0 auto; width: 58.33333%; }
  .col-lg-8 { flex: 0 0 auto; width: 66.66667%; }
  .col-lg-9 { flex: 0 0 auto; width: 75%; }
  .col-lg-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-lg-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-lg-12 { flex: 0 0 auto; width: 100%; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.33333%; }
  .offset-lg-2 { margin-left: 16.66667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.33333%; }
  .offset-lg-5 { margin-left: 41.66667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.33333%; }
  .offset-lg-8 { margin-left: 66.66667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.33333%; }
  .offset-lg-11 { margin-left: 91.66667%; }
  .g-lg-0, .gx-lg-0 { --page-gutter-x: 0; }
  .g-lg-0, .gy-lg-0 { --page-gutter-y: 0; }
  .g-lg-1, .gx-lg-1 { --page-gutter-x: 0.1875rem; }
  .g-lg-1, .gy-lg-1 { --page-gutter-y: 0.1875rem; }
  .g-lg-2, .gx-lg-2 { --page-gutter-x: 0.375rem; }
  .g-lg-2, .gy-lg-2 { --page-gutter-y: 0.375rem; }
  .g-lg-3, .gx-lg-3 { --page-gutter-x: 0.75rem; }
  .g-lg-3, .gy-lg-3 { --page-gutter-y: 0.75rem; }
  .g-lg-4, .gx-lg-4 { --page-gutter-x: 1.125rem; }
  .g-lg-4, .gy-lg-4 { --page-gutter-y: 1.125rem; }
  .g-lg-5, .gx-lg-5 { --page-gutter-x: 2.25rem; }
  .g-lg-5, .gy-lg-5 { --page-gutter-y: 2.25rem; } }

@media (min-width: 1200px) { .col-xl { flex: 1 0 0%; }
  .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.33333%; }
  .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.66667%; }
  .col-xl-auto { flex: 0 0 auto; width: auto; }
  .col-xl-1 { flex: 0 0 auto; width: 8.33333%; }
  .col-xl-2 { flex: 0 0 auto; width: 16.66667%; }
  .col-xl-3 { flex: 0 0 auto; width: 25%; }
  .col-xl-4 { flex: 0 0 auto; width: 33.33333%; }
  .col-xl-5 { flex: 0 0 auto; width: 41.66667%; }
  .col-xl-6 { flex: 0 0 auto; width: 50%; }
  .col-xl-7 { flex: 0 0 auto; width: 58.33333%; }
  .col-xl-8 { flex: 0 0 auto; width: 66.66667%; }
  .col-xl-9 { flex: 0 0 auto; width: 75%; }
  .col-xl-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-xl-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-xl-12 { flex: 0 0 auto; width: 100%; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.33333%; }
  .offset-xl-2 { margin-left: 16.66667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.33333%; }
  .offset-xl-5 { margin-left: 41.66667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.33333%; }
  .offset-xl-8 { margin-left: 66.66667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.33333%; }
  .offset-xl-11 { margin-left: 91.66667%; }
  .g-xl-0, .gx-xl-0 { --page-gutter-x: 0; }
  .g-xl-0, .gy-xl-0 { --page-gutter-y: 0; }
  .g-xl-1, .gx-xl-1 { --page-gutter-x: 0.1875rem; }
  .g-xl-1, .gy-xl-1 { --page-gutter-y: 0.1875rem; }
  .g-xl-2, .gx-xl-2 { --page-gutter-x: 0.375rem; }
  .g-xl-2, .gy-xl-2 { --page-gutter-y: 0.375rem; }
  .g-xl-3, .gx-xl-3 { --page-gutter-x: 0.75rem; }
  .g-xl-3, .gy-xl-3 { --page-gutter-y: 0.75rem; }
  .g-xl-4, .gx-xl-4 { --page-gutter-x: 1.125rem; }
  .g-xl-4, .gy-xl-4 { --page-gutter-y: 1.125rem; }
  .g-xl-5, .gx-xl-5 { --page-gutter-x: 2.25rem; }
  .g-xl-5, .gy-xl-5 { --page-gutter-y: 2.25rem; } }

@media (min-width: 1400px) { .col-xxl { flex: 1 0 0%; }
  .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.33333%; }
  .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.66667%; }
  .col-xxl-auto { flex: 0 0 auto; width: auto; }
  .col-xxl-1 { flex: 0 0 auto; width: 8.33333%; }
  .col-xxl-2 { flex: 0 0 auto; width: 16.66667%; }
  .col-xxl-3 { flex: 0 0 auto; width: 25%; }
  .col-xxl-4 { flex: 0 0 auto; width: 33.33333%; }
  .col-xxl-5 { flex: 0 0 auto; width: 41.66667%; }
  .col-xxl-6 { flex: 0 0 auto; width: 50%; }
  .col-xxl-7 { flex: 0 0 auto; width: 58.33333%; }
  .col-xxl-8 { flex: 0 0 auto; width: 66.66667%; }
  .col-xxl-9 { flex: 0 0 auto; width: 75%; }
  .col-xxl-10 { flex: 0 0 auto; width: 83.33333%; }
  .col-xxl-11 { flex: 0 0 auto; width: 91.66667%; }
  .col-xxl-12 { flex: 0 0 auto; width: 100%; }
  .offset-xxl-0 { margin-left: 0; }
  .offset-xxl-1 { margin-left: 8.33333%; }
  .offset-xxl-2 { margin-left: 16.66667%; }
  .offset-xxl-3 { margin-left: 25%; }
  .offset-xxl-4 { margin-left: 33.33333%; }
  .offset-xxl-5 { margin-left: 41.66667%; }
  .offset-xxl-6 { margin-left: 50%; }
  .offset-xxl-7 { margin-left: 58.33333%; }
  .offset-xxl-8 { margin-left: 66.66667%; }
  .offset-xxl-9 { margin-left: 75%; }
  .offset-xxl-10 { margin-left: 83.33333%; }
  .offset-xxl-11 { margin-left: 91.66667%; }
  .g-xxl-0, .gx-xxl-0 { --page-gutter-x: 0; }
  .g-xxl-0, .gy-xxl-0 { --page-gutter-y: 0; }
  .g-xxl-1, .gx-xxl-1 { --page-gutter-x: 0.1875rem; }
  .g-xxl-1, .gy-xxl-1 { --page-gutter-y: 0.1875rem; }
  .g-xxl-2, .gx-xxl-2 { --page-gutter-x: 0.375rem; }
  .g-xxl-2, .gy-xxl-2 { --page-gutter-y: 0.375rem; }
  .g-xxl-3, .gx-xxl-3 { --page-gutter-x: 0.75rem; }
  .g-xxl-3, .gy-xxl-3 { --page-gutter-y: 0.75rem; }
  .g-xxl-4, .gx-xxl-4 { --page-gutter-x: 1.125rem; }
  .g-xxl-4, .gy-xxl-4 { --page-gutter-y: 1.125rem; }
  .g-xxl-5, .gx-xxl-5 { --page-gutter-x: 2.25rem; }
  .g-xxl-5, .gy-xxl-5 { --page-gutter-y: 2.25rem; } }

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { width: 100%; padding-right: var(--page-gutter-x, 0.9375rem); padding-left: var(--page-gutter-x, 0.9375rem); margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container, .container-m, .container-sm { max-width: 540px; } }

@media (min-width: 768px) { .container, .container-m, .container-sm, .container-md { max-width: 720px; } }

@media (min-width: 992px) { .container, .container-m, .container-sm, .container-md, .container-lg { max-width: 960px; } }

@media (min-width: 1200px) { .container, .container-m, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1140px; } }

@media (min-width: 1400px) { .container, .container-m, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { max-width: 1840px; } }

@-webkit-keyframes spinner-border { to { transform: rotate(360deg) /* rtl:ignore */; } }

@keyframes spinner-border { to { transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border { display: inline-block; width: 1.75em; height: 1.75em; vertical-align: -0.125em; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; -webkit-animation: 0.75s linear infinite spinner-border; animation: 0.75s linear infinite spinner-border; }

.spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; }

@-webkit-keyframes spinner-grow { 0% { transform: scale(0); }
  50% { opacity: 1;
    transform: none; } }

@keyframes spinner-grow { 0% { transform: scale(0); }
  50% { opacity: 1;
    transform: none; } }

.spinner-grow { display: inline-block; width: 1.75em; height: 1.75em; vertical-align: -0.125em; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: 0.75s linear infinite spinner-grow; animation: 0.75s linear infinite spinner-grow; }

.spinner-grow-sm { width: 1rem; height: 1rem; }

@media (prefers-reduced-motion: reduce) { .spinner-border, .spinner-grow { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; } }

.stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; }

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.ratio { position: relative; width: 100%; }

.ratio::before { display: block; padding-top: var(--page-aspect-ratio); content: ""; }

.ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ratio-1x1 { --page-aspect-ratio: 100%; }

.ratio-4x3 { --page-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 { --page-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 { --page-aspect-ratio: calc(9 / 21 * 100%); }

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- { color: var(--adp-color-other-month); }

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover { color: var(--adp-color-other-month-hover); }

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- { color: var(--adp-color-other-month); }

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- { color: #fff; background: var(--adp-background-color-selected-other-month); }

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- { background: var(--adp-background-color-selected-other-month-focused); }

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- { background-color: var(--adp-background-color-in-range); color: var(--adp-color); }

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- { background-color: var(--adp-background-color-in-range-focused); }

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty { background: none; border: none; }

.air-datepicker-cell { border-radius: var(--adp-cell-border-radius); box-sizing: border-box; cursor: pointer; display: flex; position: relative; align-items: center; justify-content: center; z-index: 1; }

.air-datepicker-cell.-focus- { background: var(--adp-cell-background-color-hover); }

.air-datepicker-cell.-current- { color: var(--adp-color-current-date); }

.air-datepicker-cell.-current-.-focus- { color: var(--adp-color); }

.air-datepicker-cell.-current-.-in-range- { color: var(--adp-color-current-date); }

.air-datepicker-cell.-disabled- { cursor: default; color: var(--adp-color-disabled); }

.air-datepicker-cell.-disabled-.-focus- { color: var(--adp-color-disabled); }

.air-datepicker-cell.-disabled-.-in-range- { color: var(--adp-color-disabled-in-range); }

.air-datepicker-cell.-disabled-.-current-.-focus- { color: var(--adp-color-disabled); }

.air-datepicker-cell.-in-range- { background: var(--adp-cell-background-color-in-range); border-radius: 0; }

.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- { background: var(--adp-cell-background-color-in-range-hover); }

.air-datepicker-cell.-range-from- { border: 1px solid var(--adp-cell-border-color-in-range); background-color: var(--adp-cell-background-color-in-range); border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius); }

.air-datepicker-cell.-range-to- { border: 1px solid var(--adp-cell-border-color-in-range); background-color: var(--adp-cell-background-color-in-range); border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0; }

.air-datepicker-cell.-range-to-.-range-from- { border-radius: var(--adp-cell-border-radius); }

.air-datepicker-cell.-selected- { color: #fff; border: none; background: var(--adp-cell-background-color-selected); }

.air-datepicker-cell.-selected-.-current- { color: #fff; background: var(--adp-cell-background-color-selected); }

.air-datepicker-cell.-selected-.-focus- { background: var(--adp-cell-background-color-selected-hover); }

.air-datepicker-body { transition: all var(--adp-transition-duration) var(--adp-transition-ease); }

.air-datepicker-body.-hidden- { display: none; }

.air-datepicker-body--day-names { display: grid; grid-template-columns: repeat(7, var(--adp-day-cell-width)); margin: 8px 0 3px; }

.air-datepicker-body--day-name { color: var(--adp-day-name-color); display: flex; align-items: center; justify-content: center; flex: 1; text-align: center; text-transform: uppercase; font-size: .8em; }

.air-datepicker-body--day-name.-clickable- { cursor: pointer; }

.air-datepicker-body--day-name.-clickable-:hover { color: var(--adp-day-name-color-hover); }

.air-datepicker-body--cells { display: grid; }

.air-datepicker-body--cells.-days- { grid-template-columns: repeat(7, var(--adp-day-cell-width)); grid-auto-rows: var(--adp-day-cell-height); }

.air-datepicker-body--cells.-months- { grid-template-columns: repeat(3, 1fr); grid-auto-rows: var(--adp-month-cell-height); }

.air-datepicker-body--cells.-years- { grid-template-columns: repeat(4, 1fr); grid-auto-rows: var(--adp-year-cell-height); }

.air-datepicker-nav { display: flex; justify-content: space-between; border-bottom: 1px solid var(--adp-border-color-inner); min-height: var(--adp-nav-height); padding: var(--adp-padding); box-sizing: content-box; }

.-only-timepicker- .air-datepicker-nav { display: none; }

.air-datepicker-nav--title, .air-datepicker-nav--action { display: flex; cursor: pointer; align-items: center; justify-content: center; }

.air-datepicker-nav--action { width: var(--adp-nav-action-size); border-radius: var(--adp-border-radius); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.air-datepicker-nav--action:hover { background: var(--adp-background-color-hover); }

.air-datepicker-nav--action:active { background: var(--adp-background-color-active); }

.air-datepicker-nav--action.-disabled- { visibility: hidden; }

.air-datepicker-nav--action svg { width: 32px; height: 32px; }

.air-datepicker-nav--action path { fill: none; stroke: var(--adp-nav-arrow-color); stroke-width: 2px; }

.air-datepicker-nav--title { border-radius: var(--adp-border-radius); padding: 0 8px; }

.air-datepicker-nav--title i { font-style: normal; color: var(--adp-nav-color-secondary); margin-left: .3em; }

.air-datepicker-nav--title:hover { background: var(--adp-background-color-hover); }

.air-datepicker-nav--title:active { background: var(--adp-background-color-active); }

.air-datepicker-nav--title.-disabled- { cursor: default; background: none; }

.air-datepicker-buttons { display: grid; grid-auto-columns: 1fr; grid-auto-flow: column; }

.air-datepicker-button { display: inline-flex; color: var(--adp-btn-color); border-radius: var(--adp-btn-border-radius); cursor: pointer; height: var(--adp-btn-height); border: none; background: rgba(255, 255, 255, 0); }

.air-datepicker-button:hover { color: var(--adp-btn-color-hover); background: var(--adp-btn-background-color-hover); }

.air-datepicker-button:focus { color: var(--adp-btn-color-hover); background: var(--adp-btn-background-color-hover); outline: none; }

.air-datepicker-button:active { background: var(--adp-btn-background-color-active); }

.air-datepicker-button span { outline: none; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }

.air-datepicker-time { display: grid; grid-template-columns: -webkit-max-content 1fr; grid-template-columns: max-content 1fr; grid-column-gap: 12px; align-items: center; position: relative; padding: 0 var(--adp-time-padding-inner); }

.-only-timepicker- .air-datepicker-time { border-top: none; }

.air-datepicker-time--current { display: flex; align-items: center; flex: 1; font-size: 14px; text-align: center; }

.air-datepicker-time--current-colon { margin: 0 2px 3px; line-height: 1; }

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes { line-height: 1; font-size: 19px; font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif; position: relative; z-index: 1; }

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after { content: ""; background: var(--adp-background-color-hover); border-radius: var(--adp-border-radius); position: absolute; left: -2px; top: -3px; right: -2px; bottom: -2px; z-index: -1; opacity: 0; }

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after { opacity: 1; }

.air-datepicker-time--current-ampm { text-transform: uppercase; align-self: flex-end; color: var(--adp-time-day-period-color); margin-left: 6px; font-size: 11px; margin-bottom: 1px; }

.air-datepicker-time--row { display: flex; align-items: center; font-size: 11px; height: 17px; background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat; }

.air-datepicker-time--row:first-child { margin-bottom: 4px; }

.air-datepicker-time--row input[type=range] { background: none; cursor: pointer; flex: 1; height: 100%; width: 100%; padding: 0; margin: 0; -webkit-appearance: none; }

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; }

.air-datepicker-time--row input[type=range]::-ms-tooltip { display: none; }

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb { border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb { border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type=range]:hover::-ms-thumb { border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type=range]:focus { outline: none; }

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb { background: var(--adp-cell-background-color-selected); border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb { background: var(--adp-cell-background-color-selected); border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type=range]:focus::-ms-thumb { background: var(--adp-cell-background-color-selected); border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb { box-sizing: border-box; height: 12px; width: 12px; border-radius: 3px; border: 1px solid var(--adp-time-track-color); background: #fff; cursor: pointer; -webkit-transition: background var(--adp-transition-duration); transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type=range]::-moz-range-thumb { box-sizing: border-box; height: 12px; width: 12px; border-radius: 3px; border: 1px solid var(--adp-time-track-color); background: #fff; cursor: pointer; -moz-transition: background var(--adp-transition-duration); transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type=range]::-ms-thumb { box-sizing: border-box; height: 12px; width: 12px; border-radius: 3px; border: 1px solid var(--adp-time-track-color); background: #fff; cursor: pointer; -ms-transition: background var(--adp-transition-duration); transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb { margin-top: calc(var(--adp-time-thumb-size)/2*-1); }

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track { border: none; height: var(--adp-time-track-height); cursor: pointer; color: rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0); }

.air-datepicker-time--row input[type=range]::-moz-range-track { border: none; height: var(--adp-time-track-height); cursor: pointer; color: rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0); }

.air-datepicker-time--row input[type=range]::-ms-track { border: none; height: var(--adp-time-track-height); cursor: pointer; color: rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0); }

.air-datepicker-time--row input[type=range]::-ms-fill-lower { background: rgba(0, 0, 0, 0); }

.air-datepicker-time--row input[type=range]::-ms-fill-upper { background: rgba(0, 0, 0, 0); }

.air-datepicker { --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --adp-font-size: 14px; --adp-width: 246px; --adp-z-index: 100; --adp-padding: 4px; --adp-grid-areas: "nav" "body" "timepicker" "buttons"; --adp-transition-duration: .3s; --adp-transition-ease: ease-out; --adp-transition-offset: 8px; --adp-background-color: #fff; --adp-background-color-hover: #f0f0f0; --adp-background-color-active: #eaeaea; --adp-background-color-in-range: rgba(92, 196, 239, .1); --adp-background-color-in-range-focused: rgba(92, 196, 239, .2); --adp-background-color-selected-other-month-focused: #8ad5f4; --adp-background-color-selected-other-month: #a2ddf6; --adp-color: #4a4a4a; --adp-color-secondary: #9c9c9c; --adp-accent-color: #4eb5e6; --adp-color-current-date: var(--adp-accent-color); --adp-color-other-month: #dedede; --adp-color-disabled: #aeaeae; --adp-color-disabled-in-range: #939393; --adp-color-other-month-hover: #c5c5c5; --adp-border-color: #dbdbdb; --adp-border-color-inner: #efefef; --adp-border-radius: 4px; --adp-border-color-inline: #d7d7d7; --adp-nav-height: 32px; --adp-nav-arrow-color: var(--adp-color-secondary); --adp-nav-action-size: 32px; --adp-nav-color-secondary: var(--adp-color-secondary); --adp-day-name-color: #ff9a19; --adp-day-name-color-hover: #8ad5f4; --adp-day-cell-width: 1fr; --adp-day-cell-height: 32px; --adp-month-cell-height: 42px; --adp-year-cell-height: 56px; --adp-pointer-size: 10px; --adp-poiner-border-radius: 2px; --adp-pointer-offset: 14px; --adp-cell-border-radius: 4px; --adp-cell-background-color-hover: var(--adp-background-color-hover); --adp-cell-background-color-selected: #5cc4ef; --adp-cell-background-color-selected-hover: #45bced; --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1); --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2); --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected); --adp-btn-height: 32px; --adp-btn-color: var(--adp-accent-color); --adp-btn-color-hover: var(--adp-color); --adp-btn-border-radius: var(--adp-border-radius); --adp-btn-background-color-hover: var(--adp-background-color-hover); --adp-btn-background-color-active: var(--adp-background-color-active); --adp-time-track-height: 1px; --adp-time-track-color: #dedede; --adp-time-track-color-hover: #b1b1b1; --adp-time-thumb-size: 12px; --adp-time-padding-inner: 10px; --adp-time-day-period-color: var(--adp-color-secondary); --adp-mobile-font-size: 16px; --adp-mobile-nav-height: 40px; --adp-mobile-width: 320px; --adp-mobile-day-cell-height: 38px; --adp-mobile-month-cell-height: 48px; --adp-mobile-year-cell-height: 64px; }

.air-datepicker-overlay { --adp-overlay-background-color: rgba(0, 0, 0, .3); --adp-overlay-transition-duration: .3s; --adp-overlay-transition-ease: ease-out; --adp-overlay-z-index: 99; }

.air-datepicker { background: var(--adp-background-color); border: 1px solid var(--adp-border-color); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); border-radius: var(--adp-border-radius); box-sizing: content-box; display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, -webkit-max-content); grid-template-rows: repeat(4, max-content); grid-template-areas: var(--adp-grid-areas); font-family: var(--adp-font-family), sans-serif; font-size: var(--adp-font-size); color: var(--adp-color); width: var(--adp-width); position: absolute; transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease); z-index: var(--adp-z-index); }

.air-datepicker:not(.-custom-position-) { opacity: 0; }

.air-datepicker.-from-top- { transform: translateY(calc(var(--adp-transition-offset) * -1)); }

.air-datepicker.-from-right- { transform: translateX(var(--adp-transition-offset)); }

.air-datepicker.-from-bottom- { transform: translateY(var(--adp-transition-offset)); }

.air-datepicker.-from-left- { transform: translateX(calc(var(--adp-transition-offset) * -1)); }

.air-datepicker.-active-:not(.-custom-position-) { transform: translate(0, 0); opacity: 1; }

.air-datepicker.-active-.-custom-position- { transition: none; }

.air-datepicker.-inline- { border-color: var(--adp-border-color-inline); box-shadow: none; position: static; left: auto; right: auto; opacity: 1; transform: none; }

.air-datepicker.-inline- .air-datepicker--pointer { display: none; }

.air-datepicker.-is-mobile- { --adp-font-size: var(--adp-mobile-font-size); --adp-day-cell-height: var(--adp-mobile-day-cell-height); --adp-month-cell-height: var(--adp-mobile-month-cell-height); --adp-year-cell-height: var(--adp-mobile-year-cell-height); --adp-nav-height: var(--adp-mobile-nav-height); --adp-nav-action-size: var(--adp-mobile-nav-height); position: fixed; width: var(--adp-mobile-width); border: none; }

.air-datepicker.-is-mobile- * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.air-datepicker.-is-mobile- .air-datepicker--pointer { display: none; }

.air-datepicker.-is-mobile-:not(.-custom-position-) { transform: translate(-50%, calc(-50% + var(--adp-transition-offset))); }

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) { transform: translate(-50%, -50%); }

.air-datepicker.-custom-position- { transition: none; }

.air-datepicker-global-container { position: absolute; left: 0; top: 0; }

.air-datepicker--pointer { --pointer-half-size: calc(var(--adp-pointer-size) / 2); position: absolute; width: var(--adp-pointer-size); height: var(--adp-pointer-size); z-index: -1; }

.air-datepicker--pointer:after { content: ""; position: absolute; background: #fff; border-top: 1px solid var(--adp-border-color-inline); border-right: 1px solid var(--adp-border-color-inline); border-top-right-radius: var(--adp-poiner-border-radius); width: var(--adp-pointer-size); height: var(--adp-pointer-size); box-sizing: border-box; }

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer { top: calc(100% - var(--pointer-half-size) + 1px); }

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after { transform: rotate(135deg); }

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer { right: calc(100% - var(--pointer-half-size) + 1px); }

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after { transform: rotate(225deg); }

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer { bottom: calc(100% - var(--pointer-half-size) + 1px); }

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after { transform: rotate(315deg); }

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer { left: calc(100% - var(--pointer-half-size) + 1px); }

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after { transform: rotate(45deg); }

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer { left: var(--adp-pointer-offset); }

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer { right: var(--adp-pointer-offset); }

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer { left: calc(50% - var(--adp-pointer-size)/2); }

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer { top: var(--adp-pointer-offset); }

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer { bottom: var(--adp-pointer-offset); }

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer { top: calc(50% - var(--adp-pointer-size)/2); }

.air-datepicker--navigation { grid-area: nav; }

.air-datepicker--content { box-sizing: content-box; padding: var(--adp-padding); grid-area: body; }

.-only-timepicker- .air-datepicker--content { display: none; }

.air-datepicker--time { grid-area: timepicker; }

.air-datepicker--buttons { grid-area: buttons; }

.air-datepicker--buttons, .air-datepicker--time { padding: var(--adp-padding); border-top: 1px solid var(--adp-border-color-inner); }

.air-datepicker-overlay { position: fixed; background: var(--adp-overlay-background-color); left: 0; top: 0; width: 0; height: 0; opacity: 0; transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s; transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration); z-index: var(--adp-overlay-z-index); }

.air-datepicker-overlay.-active- { opacity: 1; width: 100%; height: 100%; transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s; }

/*! FilePond 4.32.8 Licensed under MIT, https://opensource.org/licenses/MIT/ Please visit https://pqina.nl/filepond/ for details. */
/* eslint-disable */
.filepond--assistant { position: absolute; overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); white-space: nowrap; }

.filepond--browser.filepond--browser { position: absolute; margin: 0; padding: 0; left: 1em; top: 1.75em; width: calc(100% - 2em); opacity: 0; font-size: 0; }

.filepond--data { position: absolute; width: 0; height: 0; padding: 0; margin: 0; border: none; visibility: hidden; pointer-events: none; contain: strict; }

.filepond--drip { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; opacity: .1; pointer-events: none; border-radius: .5em; background: rgba(0, 0, 0, 0.01); }

.filepond--drip-blob { transform-origin: center center; width: 8em; height: 8em; margin-left: -4em; margin-top: -4em; background: #292625; border-radius: 50%; }

.filepond--drip-blob, .filepond--drop-label { position: absolute; top: 0; left: 0; will-change: transform,opacity; }

.filepond--drop-label { right: 0; margin: 0; color: #4f4f4f; display: flex; justify-content: center; align-items: center; height: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.filepond--drop-label.filepond--drop-label label { display: block; margin: 0; padding: .5em; }

.filepond--drop-label label { cursor: default; font-size: .875em; font-weight: 400; text-align: center; line-height: 1.5; }

.filepond--label-action { text-decoration: underline; -webkit-text-decoration-skip: ink; text-decoration-skip-ink: auto; -webkit-text-decoration-color: #a7a4a4; text-decoration-color: #a7a4a4; cursor: pointer; }

.filepond--root[data-disabled] .filepond--drop-label label { opacity: .5; }

.filepond--file-action-button.filepond--file-action-button { font-size: 1em; width: 1.625em; height: 1.625em; font-family: inherit; line-height: inherit; margin: 0; padding: 0; border: none; outline: none; will-change: transform,opacity; }

.filepond--file-action-button.filepond--file-action-button span { position: absolute; overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); white-space: nowrap; }

.filepond--file-action-button.filepond--file-action-button svg { width: 100%; height: 100%; }

.filepond--file-action-button.filepond--file-action-button:after { position: absolute; left: -.75em; right: -.75em; top: -.75em; bottom: -.75em; content: ""; }

.filepond--file-action-button { cursor: auto; color: #fff; border-radius: 50%; background-color: rgba(0, 0, 0, 0.5); background-image: none; box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); transition: box-shadow .25s ease-in; }

.filepond--file-action-button:focus, .filepond--file-action-button:hover { box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9); }

.filepond--file-action-button[disabled] { color: rgba(255, 255, 255, 0.5); background-color: rgba(0, 0, 0, 0.25); }

.filepond--file-action-button[hidden] { display: none; }

.filepond--action-edit-item.filepond--action-edit-item { width: 2em; height: 2em; padding: .1875em; }

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] { margin-left: -.1875em; }

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] { margin-bottom: -.1875em; }

.filepond--action-edit-item-alt { border: none; line-height: inherit; background: transparent; font-family: inherit; color: inherit; outline: none; padding: 0; margin: 0 0 0 .25em; pointer-events: all; position: absolute; }

.filepond--action-edit-item-alt svg { width: 1.3125em; height: 1.3125em; }

.filepond--action-edit-item-alt span { font-size: 0; opacity: 0; }

.filepond--file-info { position: static; display: flex; flex-direction: column; align-items: flex-start; flex: 1; margin: 0 .5em 0 0; min-width: 0; will-change: transform,opacity; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.filepond--file-info * { margin: 0; }

.filepond--file-info .filepond--file-info-main { font-size: .75em; line-height: 1.2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; }

.filepond--file-info .filepond--file-info-sub { font-size: .625em; opacity: .5; transition: opacity .25s ease-in-out; white-space: nowrap; }

.filepond--file-info .filepond--file-info-sub:empty { display: none; }

.filepond--file-status { position: static; display: flex; flex-direction: column; align-items: flex-end; flex-grow: 0; flex-shrink: 0; margin: 0; min-width: 2.25em; text-align: right; will-change: transform,opacity; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.filepond--file-status * { margin: 0; white-space: nowrap; }

.filepond--file-status .filepond--file-status-main { font-size: .75em; line-height: 1.2; }

.filepond--file-status .filepond--file-status-sub { font-size: .625em; opacity: .5; transition: opacity .25s ease-in-out; }

.filepond--file-wrapper.filepond--file-wrapper { border: none; margin: 0; padding: 0; min-width: 0; height: 100%; }

.filepond--file-wrapper.filepond--file-wrapper > legend { position: absolute; overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); white-space: nowrap; }

.filepond--file { position: static; display: flex; height: 100%; align-items: flex-start; padding: .5625em; color: #fff; border-radius: .5em; }

.filepond--file .filepond--file-status { margin-left: auto; margin-right: 2.25em; }

.filepond--file .filepond--processing-complete-indicator { pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 3; }

.filepond--file .filepond--file-action-button, .filepond--file .filepond--processing-complete-indicator, .filepond--file .filepond--progress-indicator { position: absolute; }

.filepond--file [data-align*=left] { left: .5625em; }

.filepond--file [data-align*=right] { right: .5625em; }

.filepond--file [data-align*=center] { left: calc(50% - .8125em); }

.filepond--file [data-align*=bottom] { bottom: 1.125em; }

.filepond--file [data-align=center] { top: calc(50% - .8125em); }

.filepond--file .filepond--progress-indicator { margin-top: .1875em; }

.filepond--file .filepond--progress-indicator[data-align*=right] { margin-right: .1875em; }

.filepond--file .filepond--progress-indicator[data-align*=left] { margin-left: .1875em; }

[data-filepond-item-state*=error] .filepond--file-info, [data-filepond-item-state*=invalid] .filepond--file-info, [data-filepond-item-state=cancelled] .filepond--file-info { margin-right: 2.25em; }

[data-filepond-item-state~=processing] .filepond--file-status-sub { opacity: 0; }

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub { opacity: .5; }

[data-filepond-item-state=processing-error] .filepond--file-status-sub { opacity: 0; }

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub { opacity: .5; }

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg { -webkit-animation: fall .5s linear .125s both; animation: fall .5s linear .125s both; }

[data-filepond-item-state=processing-complete] .filepond--file-status-sub { opacity: .5; }

[data-filepond-item-state=processing-complete] .filepond--file-info-sub, [data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub { opacity: 0; }

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub { opacity: .5; }

[data-filepond-item-state*=error] .filepond--file-wrapper, [data-filepond-item-state*=error] .filepond--panel, [data-filepond-item-state*=invalid] .filepond--file-wrapper, [data-filepond-item-state*=invalid] .filepond--panel { -webkit-animation: shake .65s linear both; animation: shake .65s linear both; }

[data-filepond-item-state*=busy] .filepond--progress-indicator svg { -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; }

@-webkit-keyframes spin { 0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes spin { 0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes shake { 10%, 90% {
    transform: translateX(-0.0625em); }
  20%, 80% {
    transform: translateX(0.125em); }
  30%, 50%, 70% {
    transform: translateX(-0.25em); }
  40%, 60% {
    transform: translateX(0.25em); } }

@keyframes shake { 10%, 90% {
    transform: translateX(-0.0625em); }
  20%, 80% {
    transform: translateX(0.125em); }
  30%, 50%, 70% {
    transform: translateX(-0.25em); }
  40%, 60% {
    transform: translateX(0.25em); } }

@-webkit-keyframes fall { 0% { opacity: 0;
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  70% { opacity: 1;
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  to {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes fall { 0% { opacity: 0;
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  70% { opacity: 1;
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  to {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.filepond--hopper[data-hopper-state=drag-over] > * { pointer-events: none; }

.filepond--hopper[data-hopper-state=drag-over]:after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 100; }

.filepond--progress-indicator { z-index: 103; }

.filepond--file-action-button { z-index: 102; }

.filepond--file-status { z-index: 101; }

.filepond--file-info { z-index: 100; }

.filepond--item { position: absolute; top: 0; left: 0; right: 0; z-index: 1; padding: 0; margin: .25em; will-change: transform,opacity; touch-action: auto; }

.filepond--item > .filepond--panel { z-index: -1; }

.filepond--item > .filepond--panel .filepond--panel-bottom { box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25); }

.filepond--item > .filepond--file-wrapper, .filepond--item > .filepond--panel { transition: opacity .15s ease-out; }

.filepond--item[data-drag-state] { cursor: -webkit-grab; cursor: grab; }

.filepond--item[data-drag-state] > .filepond--panel { transition: box-shadow .125s ease-in-out; box-shadow: 0 0 0 transparent; }

.filepond--item[data-drag-state=drag] { cursor: -webkit-grabbing; cursor: grabbing; }

.filepond--item[data-drag-state=drag] > .filepond--panel { box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325); }

.filepond--item[data-drag-state]:not([data-drag-state=idle]) { z-index: 2; }

.filepond--item-panel { background-color: #64605e; }

[data-filepond-item-state=processing-complete] .filepond--item-panel { background-color: #369763; }

[data-filepond-item-state*=error] .filepond--item-panel, [data-filepond-item-state*=invalid] .filepond--item-panel { background-color: #c44e47; }

.filepond--item-panel { border-radius: .5em; transition: background-color .25s; }

.filepond--list-scroller { position: absolute; top: 0; left: 0; right: 0; margin: 0; will-change: transform; }

.filepond--list-scroller[data-state=overflow] .filepond--list { bottom: 0; right: 0; }

.filepond--list-scroller[data-state=overflow] { overflow-y: scroll; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent); mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent); }

.filepond--list-scroller::-webkit-scrollbar { background: transparent; }

.filepond--list-scroller::-webkit-scrollbar:vertical { width: 1em; }

.filepond--list-scroller::-webkit-scrollbar:horizontal { height: 0; }

.filepond--list-scroller::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.3); border-radius: 99999px; border: .3125em solid transparent; background-clip: content-box; }

.filepond--list.filepond--list { position: absolute; top: 0; margin: 0; padding: 0; list-style-type: none; will-change: transform; }

.filepond--list { left: .75em; right: .75em; }

.filepond--root[data-style-panel-layout~=integrated] { width: 100%; height: 100%; max-width: none; margin: 0; }

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root { border-radius: 0; }

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * { display: none; }

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label { bottom: 0; height: auto; display: flex; justify-content: center; align-items: center; z-index: 7; }

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel, .filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel { display: none; }

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller, .filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller { overflow: hidden; height: 100%; margin-top: 0; margin-bottom: 0; }

.filepond--root[data-style-panel-layout~=compact] .filepond--list, .filepond--root[data-style-panel-layout~=integrated] .filepond--list { left: 0; right: 0; height: 100%; }

.filepond--root[data-style-panel-layout~=compact] .filepond--item, .filepond--root[data-style-panel-layout~=integrated] .filepond--item { margin: 0; }

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper { height: 100%; }

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label { z-index: 7; }

.filepond--root[data-style-panel-layout~=circle] { border-radius: 99999rem; overflow: hidden; }

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel { border-radius: inherit; }

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * { display: none; }

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info, .filepond--root[data-style-panel-layout~=circle] .filepond--file-status { display: none; }

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item { opacity: 1 !important; visibility: visible !important; }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) and (stroke-color: transparent) { .filepond--root[data-style-panel-layout~=circle] { will-change: transform; } } }

.filepond--panel-root { border-radius: .5em; background-color: #f1f0ef; }

.filepond--panel { position: absolute; left: 0; top: 0; right: 0; margin: 0; height: 100% !important; pointer-events: none; }

.filepond-panel:not([data-scalable=false]) { height: auto !important; }

.filepond--panel[data-scalable=false] > div { display: none; }

.filepond--panel[data-scalable=true] { transform-style: preserve-3d; background-color: transparent !important; border: none !important; }

.filepond--panel-bottom, .filepond--panel-center, .filepond--panel-top { position: absolute; left: 0; top: 0; right: 0; margin: 0; padding: 0; }

.filepond--panel-bottom, .filepond--panel-top { height: .5em; }

.filepond--panel-top { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; border-bottom: none !important; }

.filepond--panel-top:after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: -1px; background-color: inherit; }

.filepond--panel-bottom, .filepond--panel-center { will-change: transform; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform-origin: left top; transform: translate3d(0, 0.5em, 0); }

.filepond--panel-bottom { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; border-top: none !important; }

.filepond--panel-bottom:before { content: ""; position: absolute; height: 2px; left: 0; right: 0; top: -1px; background-color: inherit; }

.filepond--panel-center { height: 100px !important; border-top: none !important; border-bottom: none !important; border-radius: 0 !important; }

.filepond--panel-center:not([style]) { visibility: hidden; }

.filepond--progress-indicator { position: static; width: 1.25em; height: 1.25em; color: #fff; margin: 0; pointer-events: none; will-change: transform,opacity; }

.filepond--progress-indicator svg { width: 100%; height: 100%; vertical-align: top; transform-box: fill-box; }

.filepond--progress-indicator path { fill: none; stroke: currentColor; }

.filepond--list-scroller { z-index: 6; }

.filepond--drop-label { z-index: 5; }

.filepond--drip { z-index: 3; }

.filepond--root > .filepond--panel { z-index: 2; }

.filepond--browser { z-index: 1; }

.filepond--root { box-sizing: border-box; position: relative; margin-bottom: 1em; font-size: 1rem; line-height: normal; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; font-weight: 450; text-align: left; text-rendering: optimizeLegibility; direction: ltr; contain: layout style size; }

.filepond--root * { box-sizing: inherit; line-height: inherit; }

.filepond--root :not(text) { font-size: inherit; }

.filepond--root[data-disabled] { pointer-events: none; }

.filepond--root[data-disabled] .filepond--list-scroller { pointer-events: all; }

.filepond--root[data-disabled] .filepond--list { pointer-events: none; }

.filepond--root .filepond--drop-label { min-height: 4.75em; }

.filepond--root .filepond--list-scroller { margin-top: 1em; margin-bottom: 1em; }

.filepond--root .filepond--credits { position: absolute; right: 0; opacity: .4; line-height: .85; font-size: 11px; color: inherit; text-decoration: none; z-index: 3; bottom: -14px; }

.filepond--root .filepond--credits[style] { top: 0; bottom: auto; margin-top: 14px; }

.float-start { float: left; }

.float-end { float: right; }

.float-none { float: none; }

.opacity-0 { opacity: 0; }

.opacity-25 { opacity: 0.25; }

.opacity-50 { opacity: 0.5; }

.opacity-75 { opacity: 0.75; }

.opacity-100 { opacity: 1; }

.overflow-auto { overflow: auto; }

.overflow-hidden { overflow: hidden; }

.overflow-visible { overflow: visible; }

.overflow-scroll { overflow: scroll; }

.d-inline { display: inline; }

.d-inline-block { display: inline-block; }

.d-block { display: block; }

.d-flex { display: flex; }

.d-inline-flex { display: inline-flex; }

.d-none { display: none; }

.position-static { position: static; }

.position-relative { position: relative; }

.position-absolute { position: absolute; }

.position-fixed { position: fixed; }

.position-sticky { position: -webkit-sticky; position: sticky; }

.border { border: 1px solid #212529; }

.border-0 { border: 0; }

.w-25 { width: 25%; }

.w-50 { width: 50%; }

.w-75 { width: 75%; }

.w-100 { width: 100%; }

.w-auto { width: auto; }

.mw-25 { max-width: 25%; }

.mw-50 { max-width: 50%; }

.mw-75 { max-width: 75%; }

.mw-100 { max-width: 100%; }

.h-25 { height: 25%; }

.h-50 { height: 50%; }

.h-75 { height: 75%; }

.h-100 { height: 100%; }

.h-auto { height: auto; }

.flex-fill { flex: 1 1 auto; }

.flex-row { flex-direction: row; }

.flex-column { flex-direction: column; }

.flex-row-reverse { flex-direction: row-reverse; }

.flex-column-reverse { flex-direction: column-reverse; }

.flex-grow-0 { flex-grow: 0; }

.flex-grow-1 { flex-grow: 1; }

.flex-shrink-0 { flex-shrink: 0; }

.flex-shrink-1 { flex-shrink: 1; }

.flex-wrap { flex-wrap: wrap; }

.flex-nowrap { flex-wrap: nowrap; }

.flex-wrap-reverse { flex-wrap: wrap-reverse; }

.justify-content-start { justify-content: flex-start; }

.justify-content-end { justify-content: flex-end; }

.justify-content-center { justify-content: center; }

.justify-content-between { justify-content: space-between; }

.justify-content-around { justify-content: space-around; }

.justify-content-evenly { justify-content: space-evenly; }

.align-items-start { align-items: flex-start; }

.align-items-end { align-items: flex-end; }

.align-items-center { align-items: center; }

.align-content-start { align-content: flex-start; }

.align-content-end { align-content: flex-end; }

.align-content-center { align-content: center; }

.align-content-between { align-content: space-between; }

.align-content-around { align-content: space-around; }

.align-self-start { align-self: flex-start; }

.align-self-end { align-self: flex-end; }

.align-self-center { align-self: center; }

.order-first { order: -1; }

.order-0 { order: 0; }

.order-1 { order: 1; }

.order-2 { order: 2; }

.order-3 { order: 3; }

.order-4 { order: 4; }

.order-5 { order: 5; }

.order-last { order: 6; }

.m-0 { margin: 0; }

.m-1 { margin: 0.1875rem; }

.m-2 { margin: 0.375rem; }

.m-3 { margin: 0.75rem; }

.m-4 { margin: 1.125rem; }

.m-5 { margin: 2.25rem; }

.m-auto { margin: auto; }

.mx-0 { margin-right: 0; margin-left: 0; }

.mx-1 { margin-right: 0.1875rem; margin-left: 0.1875rem; }

.mx-2 { margin-right: 0.375rem; margin-left: 0.375rem; }

.mx-3 { margin-right: 0.75rem; margin-left: 0.75rem; }

.mx-4 { margin-right: 1.125rem; margin-left: 1.125rem; }

.mx-5 { margin-right: 2.25rem; margin-left: 2.25rem; }

.mx-auto { margin-right: auto; margin-left: auto; }

.my-0 { margin-top: 0; margin-bottom: 0; }

.my-1 { margin-top: 0.1875rem; margin-bottom: 0.1875rem; }

.my-2 { margin-top: 0.375rem; margin-bottom: 0.375rem; }

.my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }

.my-4 { margin-top: 1.125rem; margin-bottom: 1.125rem; }

.my-5 { margin-top: 2.25rem; margin-bottom: 2.25rem; }

.my-auto { margin-top: auto; margin-bottom: auto; }

.mt-0 { margin-top: 0; }

.mt-1 { margin-top: 0.1875rem; }

.mt-2 { margin-top: 0.375rem; }

.mt-3 { margin-top: 0.75rem; }

.mt-4 { margin-top: 1.125rem; }

.mt-5 { margin-top: 2.25rem; }

.mt-auto { margin-top: auto; }

.me-0 { margin-right: 0; }

.me-1 { margin-right: 0.1875rem; }

.me-2 { margin-right: 0.375rem; }

.me-3 { margin-right: 0.75rem; }

.me-4 { margin-right: 1.125rem; }

.me-5 { margin-right: 2.25rem; }

.me-auto { margin-right: auto; }

.mb-0 { margin-bottom: 0; }

.mb-1 { margin-bottom: 0.1875rem; }

.mb-2 { margin-bottom: 0.375rem; }

.mb-3 { margin-bottom: 0.75rem; }

.mb-4 { margin-bottom: 1.125rem; }

.mb-5 { margin-bottom: 2.25rem; }

.mb-auto { margin-bottom: auto; }

.ms-0 { margin-left: 0; }

.ms-1 { margin-left: 0.1875rem; }

.ms-2 { margin-left: 0.375rem; }

.ms-3 { margin-left: 0.75rem; }

.ms-4 { margin-left: 1.125rem; }

.ms-5 { margin-left: 2.25rem; }

.ms-auto { margin-left: auto; }

.m-n1 { margin: -0.1875rem; }

.m-n2 { margin: -0.375rem; }

.m-n3 { margin: -0.75rem; }

.m-n4 { margin: -1.125rem; }

.m-n5 { margin: -2.25rem; }

.mx-n1 { margin-right: -0.1875rem; margin-left: -0.1875rem; }

.mx-n2 { margin-right: -0.375rem; margin-left: -0.375rem; }

.mx-n3 { margin-right: -0.75rem; margin-left: -0.75rem; }

.mx-n4 { margin-right: -1.125rem; margin-left: -1.125rem; }

.mx-n5 { margin-right: -2.25rem; margin-left: -2.25rem; }

.my-n1 { margin-top: -0.1875rem; margin-bottom: -0.1875rem; }

.my-n2 { margin-top: -0.375rem; margin-bottom: -0.375rem; }

.my-n3 { margin-top: -0.75rem; margin-bottom: -0.75rem; }

.my-n4 { margin-top: -1.125rem; margin-bottom: -1.125rem; }

.my-n5 { margin-top: -2.25rem; margin-bottom: -2.25rem; }

.mt-n1 { margin-top: -0.1875rem; }

.mt-n2 { margin-top: -0.375rem; }

.mt-n3 { margin-top: -0.75rem; }

.mt-n4 { margin-top: -1.125rem; }

.mt-n5 { margin-top: -2.25rem; }

.me-n1 { margin-right: -0.1875rem; }

.me-n2 { margin-right: -0.375rem; }

.me-n3 { margin-right: -0.75rem; }

.me-n4 { margin-right: -1.125rem; }

.me-n5 { margin-right: -2.25rem; }

.mb-n1 { margin-bottom: -0.1875rem; }

.mb-n2 { margin-bottom: -0.375rem; }

.mb-n3 { margin-bottom: -0.75rem; }

.mb-n4 { margin-bottom: -1.125rem; }

.mb-n5 { margin-bottom: -2.25rem; }

.ms-n1 { margin-left: -0.1875rem; }

.ms-n2 { margin-left: -0.375rem; }

.ms-n3 { margin-left: -0.75rem; }

.ms-n4 { margin-left: -1.125rem; }

.ms-n5 { margin-left: -2.25rem; }

.p-0 { padding: 0; }

.p-1 { padding: 0.1875rem; }

.p-2 { padding: 0.375rem; }

.p-3 { padding: 0.75rem; }

.p-4 { padding: 1.125rem; }

.p-5 { padding: 2.25rem; }

.px-0 { padding-right: 0; padding-left: 0; }

.px-1 { padding-right: 0.1875rem; padding-left: 0.1875rem; }

.px-2 { padding-right: 0.375rem; padding-left: 0.375rem; }

.px-3 { padding-right: 0.75rem; padding-left: 0.75rem; }

.px-4 { padding-right: 1.125rem; padding-left: 1.125rem; }

.px-5 { padding-right: 2.25rem; padding-left: 2.25rem; }

.py-0 { padding-top: 0; padding-bottom: 0; }

.py-1 { padding-top: 0.1875rem; padding-bottom: 0.1875rem; }

.py-2 { padding-top: 0.375rem; padding-bottom: 0.375rem; }

.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }

.py-4 { padding-top: 1.125rem; padding-bottom: 1.125rem; }

.py-5 { padding-top: 2.25rem; padding-bottom: 2.25rem; }

.pt-0 { padding-top: 0; }

.pt-1 { padding-top: 0.1875rem; }

.pt-2 { padding-top: 0.375rem; }

.pt-3 { padding-top: 0.75rem; }

.pt-4 { padding-top: 1.125rem; }

.pt-5 { padding-top: 2.25rem; }

.pe-0 { padding-right: 0; }

.pe-1 { padding-right: 0.1875rem; }

.pe-2 { padding-right: 0.375rem; }

.pe-3 { padding-right: 0.75rem; }

.pe-4 { padding-right: 1.125rem; }

.pe-5 { padding-right: 2.25rem; }

.pb-0 { padding-bottom: 0; }

.pb-1 { padding-bottom: 0.1875rem; }

.pb-2 { padding-bottom: 0.375rem; }

.pb-3 { padding-bottom: 0.75rem; }

.pb-4 { padding-bottom: 1.125rem; }

.pb-5 { padding-bottom: 2.25rem; }

.ps-0 { padding-left: 0; }

.ps-1 { padding-left: 0.1875rem; }

.ps-2 { padding-left: 0.375rem; }

.ps-3 { padding-left: 0.75rem; }

.ps-4 { padding-left: 1.125rem; }

.ps-5 { padding-left: 2.25rem; }

.lh-1 { line-height: 1; }

.lh-sm { line-height: 1.15; }

.lh-base { line-height: 1.35; }

.lh-lg { line-height: 2; }

.text-start { text-align: left; }

.text-end { text-align: right; }

.text-center { text-align: center; }

.text-decoration-none { text-decoration: none; }

.text-decoration-underline { text-decoration: underline; }

.text-decoration-line-through { text-decoration: line-through; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-primary { --page-text-opacity: 1; color: rgba(var(--page-primary-rgb), var(--page-text-opacity)); }

.text-secondary { --page-text-opacity: 1; color: rgba(var(--page-secondary-rgb), var(--page-text-opacity)); }

.text-success { --page-text-opacity: 1; color: rgba(var(--page-success-rgb), var(--page-text-opacity)); }

.text-info { --page-text-opacity: 1; color: rgba(var(--page-info-rgb), var(--page-text-opacity)); }

.text-warning { --page-text-opacity: 1; color: rgba(var(--page-warning-rgb), var(--page-text-opacity)); }

.text-danger { --page-text-opacity: 1; color: rgba(var(--page-danger-rgb), var(--page-text-opacity)); }

.text-light { --page-text-opacity: 1; color: rgba(var(--page-light-rgb), var(--page-text-opacity)); }

.text-dark { --page-text-opacity: 1; color: rgba(var(--page-dark-rgb), var(--page-text-opacity)); }

.text-black { --page-text-opacity: 1; color: rgba(var(--page-black-rgb), var(--page-text-opacity)); }

.text-white { --page-text-opacity: 1; color: rgba(var(--page-white-rgb), var(--page-text-opacity)); }

.text-body { --page-text-opacity: 1; color: rgba(var(--page-body-color-rgb), var(--page-text-opacity)); }

.text-muted { --page-text-opacity: 1; color: #6c757d; }

.text-black-50 { --page-text-opacity: 1; color: rgba(0, 0, 0, 0.5); }

.text-white-50 { --page-text-opacity: 1; color: rgba(255, 255, 255, 0.5); }

.text-reset { --page-text-opacity: 1; color: inherit; }

.text-opacity-25 { --page-text-opacity: 0.25; }

.text-opacity-50 { --page-text-opacity: 0.5; }

.text-opacity-75 { --page-text-opacity: 0.75; }

.text-opacity-100 { --page-text-opacity: 1; }

.bg-primary { --page-bg-opacity: 1; background-color: rgba(var(--page-primary-rgb), var(--page-bg-opacity)); }

.bg-secondary { --page-bg-opacity: 1; background-color: rgba(var(--page-secondary-rgb), var(--page-bg-opacity)); }

.bg-success { --page-bg-opacity: 1; background-color: rgba(var(--page-success-rgb), var(--page-bg-opacity)); }

.bg-info { --page-bg-opacity: 1; background-color: rgba(var(--page-info-rgb), var(--page-bg-opacity)); }

.bg-warning { --page-bg-opacity: 1; background-color: rgba(var(--page-warning-rgb), var(--page-bg-opacity)); }

.bg-danger { --page-bg-opacity: 1; background-color: rgba(var(--page-danger-rgb), var(--page-bg-opacity)); }

.bg-light { --page-bg-opacity: 1; background-color: rgba(var(--page-light-rgb), var(--page-bg-opacity)); }

.bg-dark { --page-bg-opacity: 1; background-color: rgba(var(--page-dark-rgb), var(--page-bg-opacity)); }

.bg-black { --page-bg-opacity: 1; background-color: rgba(var(--page-black-rgb), var(--page-bg-opacity)); }

.bg-white { --page-bg-opacity: 1; background-color: rgba(var(--page-white-rgb), var(--page-bg-opacity)); }

.bg-body { --page-bg-opacity: 1; background-color: rgba(var(--page-body-bg-rgb), var(--page-bg-opacity)); }

.bg-transparent { --page-bg-opacity: 1; background-color: transparent; }

.bg-opacity-10 { --page-bg-opacity: 0.1; }

.bg-opacity-25 { --page-bg-opacity: 0.25; }

.bg-opacity-50 { --page-bg-opacity: 0.5; }

.bg-opacity-75 { --page-bg-opacity: 0.75; }

.bg-opacity-100 { --page-bg-opacity: 1; }

.user-select-all { -webkit-user-select: all; -moz-user-select: all; user-select: all; }

.user-select-auto { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }

.user-select-none { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.pe-none { pointer-events: none; }

.pe-auto { pointer-events: auto; }

.rounded { border-radius: 2px; }

.rounded-0 { border-radius: 0; }

.rounded-1 { border-radius: 4px; }

.rounded-2 { border-radius: 2px; }

.rounded-3 { border-radius: 6px; }

.rounded-circle { border-radius: 50%; }

.rounded-pill { border-radius: 50%; }

.visible { visibility: visible; }

.invisible { visibility: hidden; }

@media (min-width: 375px) { .float-m-start { float: left; }
  .float-m-end { float: right; }
  .float-m-none { float: none; }
  .d-m-inline { display: inline; }
  .d-m-inline-block { display: inline-block; }
  .d-m-block { display: block; }
  .d-m-flex { display: flex; }
  .d-m-inline-flex { display: inline-flex; }
  .d-m-none { display: none; }
  .flex-m-fill { flex: 1 1 auto; }
  .flex-m-row { flex-direction: row; }
  .flex-m-column { flex-direction: column; }
  .flex-m-row-reverse { flex-direction: row-reverse; }
  .flex-m-column-reverse { flex-direction: column-reverse; }
  .flex-m-grow-0 { flex-grow: 0; }
  .flex-m-grow-1 { flex-grow: 1; }
  .flex-m-shrink-0 { flex-shrink: 0; }
  .flex-m-shrink-1 { flex-shrink: 1; }
  .flex-m-wrap { flex-wrap: wrap; }
  .flex-m-nowrap { flex-wrap: nowrap; }
  .flex-m-wrap-reverse { flex-wrap: wrap-reverse; }
  .justify-content-m-start { justify-content: flex-start; }
  .justify-content-m-end { justify-content: flex-end; }
  .justify-content-m-center { justify-content: center; }
  .justify-content-m-between { justify-content: space-between; }
  .justify-content-m-around { justify-content: space-around; }
  .justify-content-m-evenly { justify-content: space-evenly; }
  .align-items-m-start { align-items: flex-start; }
  .align-items-m-end { align-items: flex-end; }
  .align-items-m-center { align-items: center; }
  .align-content-m-start { align-content: flex-start; }
  .align-content-m-end { align-content: flex-end; }
  .align-content-m-center { align-content: center; }
  .align-content-m-between { align-content: space-between; }
  .align-content-m-around { align-content: space-around; }
  .align-self-m-start { align-self: flex-start; }
  .align-self-m-end { align-self: flex-end; }
  .align-self-m-center { align-self: center; }
  .order-m-first { order: -1; }
  .order-m-0 { order: 0; }
  .order-m-1 { order: 1; }
  .order-m-2 { order: 2; }
  .order-m-3 { order: 3; }
  .order-m-4 { order: 4; }
  .order-m-5 { order: 5; }
  .order-m-last { order: 6; }
  .m-m-0 { margin: 0; }
  .m-m-1 { margin: 0.1875rem; }
  .m-m-2 { margin: 0.375rem; }
  .m-m-3 { margin: 0.75rem; }
  .m-m-4 { margin: 1.125rem; }
  .m-m-5 { margin: 2.25rem; }
  .m-m-auto { margin: auto; }
  .mx-m-0 { margin-right: 0; margin-left: 0; }
  .mx-m-1 { margin-right: 0.1875rem; margin-left: 0.1875rem; }
  .mx-m-2 { margin-right: 0.375rem; margin-left: 0.375rem; }
  .mx-m-3 { margin-right: 0.75rem; margin-left: 0.75rem; }
  .mx-m-4 { margin-right: 1.125rem; margin-left: 1.125rem; }
  .mx-m-5 { margin-right: 2.25rem; margin-left: 2.25rem; }
  .mx-m-auto { margin-right: auto; margin-left: auto; }
  .my-m-0 { margin-top: 0; margin-bottom: 0; }
  .my-m-1 { margin-top: 0.1875rem; margin-bottom: 0.1875rem; }
  .my-m-2 { margin-top: 0.375rem; margin-bottom: 0.375rem; }
  .my-m-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .my-m-4 { margin-top: 1.125rem; margin-bottom: 1.125rem; }
  .my-m-5 { margin-top: 2.25rem; margin-bottom: 2.25rem; }
  .my-m-auto { margin-top: auto; margin-bottom: auto; }
  .mt-m-0 { margin-top: 0; }
  .mt-m-1 { margin-top: 0.1875rem; }
  .mt-m-2 { margin-top: 0.375rem; }
  .mt-m-3 { margin-top: 0.75rem; }
  .mt-m-4 { margin-top: 1.125rem; }
  .mt-m-5 { margin-top: 2.25rem; }
  .mt-m-auto { margin-top: auto; }
  .me-m-0 { margin-right: 0; }
  .me-m-1 { margin-right: 0.1875rem; }
  .me-m-2 { margin-right: 0.375rem; }
  .me-m-3 { margin-right: 0.75rem; }
  .me-m-4 { margin-right: 1.125rem; }
  .me-m-5 { margin-right: 2.25rem; }
  .me-m-auto { margin-right: auto; }
  .mb-m-0 { margin-bottom: 0; }
  .mb-m-1 { margin-bottom: 0.1875rem; }
  .mb-m-2 { margin-bottom: 0.375rem; }
  .mb-m-3 { margin-bottom: 0.75rem; }
  .mb-m-4 { margin-bottom: 1.125rem; }
  .mb-m-5 { margin-bottom: 2.25rem; }
  .mb-m-auto { margin-bottom: auto; }
  .ms-m-0 { margin-left: 0; }
  .ms-m-1 { margin-left: 0.1875rem; }
  .ms-m-2 { margin-left: 0.375rem; }
  .ms-m-3 { margin-left: 0.75rem; }
  .ms-m-4 { margin-left: 1.125rem; }
  .ms-m-5 { margin-left: 2.25rem; }
  .ms-m-auto { margin-left: auto; }
  .m-m-n1 { margin: -0.1875rem; }
  .m-m-n2 { margin: -0.375rem; }
  .m-m-n3 { margin: -0.75rem; }
  .m-m-n4 { margin: -1.125rem; }
  .m-m-n5 { margin: -2.25rem; }
  .mx-m-n1 { margin-right: -0.1875rem; margin-left: -0.1875rem; }
  .mx-m-n2 { margin-right: -0.375rem; margin-left: -0.375rem; }
  .mx-m-n3 { margin-right: -0.75rem; margin-left: -0.75rem; }
  .mx-m-n4 { margin-right: -1.125rem; margin-left: -1.125rem; }
  .mx-m-n5 { margin-right: -2.25rem; margin-left: -2.25rem; }
  .my-m-n1 { margin-top: -0.1875rem; margin-bottom: -0.1875rem; }
  .my-m-n2 { margin-top: -0.375rem; margin-bottom: -0.375rem; }
  .my-m-n3 { margin-top: -0.75rem; margin-bottom: -0.75rem; }
  .my-m-n4 { margin-top: -1.125rem; margin-bottom: -1.125rem; }
  .my-m-n5 { margin-top: -2.25rem; margin-bottom: -2.25rem; }
  .mt-m-n1 { margin-top: -0.1875rem; }
  .mt-m-n2 { margin-top: -0.375rem; }
  .mt-m-n3 { margin-top: -0.75rem; }
  .mt-m-n4 { margin-top: -1.125rem; }
  .mt-m-n5 { margin-top: -2.25rem; }
  .me-m-n1 { margin-right: -0.1875rem; }
  .me-m-n2 { margin-right: -0.375rem; }
  .me-m-n3 { margin-right: -0.75rem; }
  .me-m-n4 { margin-right: -1.125rem; }
  .me-m-n5 { margin-right: -2.25rem; }
  .mb-m-n1 { margin-bottom: -0.1875rem; }
  .mb-m-n2 { margin-bottom: -0.375rem; }
  .mb-m-n3 { margin-bottom: -0.75rem; }
  .mb-m-n4 { margin-bottom: -1.125rem; }
  .mb-m-n5 { margin-bottom: -2.25rem; }
  .ms-m-n1 { margin-left: -0.1875rem; }
  .ms-m-n2 { margin-left: -0.375rem; }
  .ms-m-n3 { margin-left: -0.75rem; }
  .ms-m-n4 { margin-left: -1.125rem; }
  .ms-m-n5 { margin-left: -2.25rem; }
  .p-m-0 { padding: 0; }
  .p-m-1 { padding: 0.1875rem; }
  .p-m-2 { padding: 0.375rem; }
  .p-m-3 { padding: 0.75rem; }
  .p-m-4 { padding: 1.125rem; }
  .p-m-5 { padding: 2.25rem; }
  .px-m-0 { padding-right: 0; padding-left: 0; }
  .px-m-1 { padding-right: 0.1875rem; padding-left: 0.1875rem; }
  .px-m-2 { padding-right: 0.375rem; padding-left: 0.375rem; }
  .px-m-3 { padding-right: 0.75rem; padding-left: 0.75rem; }
  .px-m-4 { padding-right: 1.125rem; padding-left: 1.125rem; }
  .px-m-5 { padding-right: 2.25rem; padding-left: 2.25rem; }
  .py-m-0 { padding-top: 0; padding-bottom: 0; }
  .py-m-1 { padding-top: 0.1875rem; padding-bottom: 0.1875rem; }
  .py-m-2 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
  .py-m-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .py-m-4 { padding-top: 1.125rem; padding-bottom: 1.125rem; }
  .py-m-5 { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .pt-m-0 { padding-top: 0; }
  .pt-m-1 { padding-top: 0.1875rem; }
  .pt-m-2 { padding-top: 0.375rem; }
  .pt-m-3 { padding-top: 0.75rem; }
  .pt-m-4 { padding-top: 1.125rem; }
  .pt-m-5 { padding-top: 2.25rem; }
  .pe-m-0 { padding-right: 0; }
  .pe-m-1 { padding-right: 0.1875rem; }
  .pe-m-2 { padding-right: 0.375rem; }
  .pe-m-3 { padding-right: 0.75rem; }
  .pe-m-4 { padding-right: 1.125rem; }
  .pe-m-5 { padding-right: 2.25rem; }
  .pb-m-0 { padding-bottom: 0; }
  .pb-m-1 { padding-bottom: 0.1875rem; }
  .pb-m-2 { padding-bottom: 0.375rem; }
  .pb-m-3 { padding-bottom: 0.75rem; }
  .pb-m-4 { padding-bottom: 1.125rem; }
  .pb-m-5 { padding-bottom: 2.25rem; }
  .ps-m-0 { padding-left: 0; }
  .ps-m-1 { padding-left: 0.1875rem; }
  .ps-m-2 { padding-left: 0.375rem; }
  .ps-m-3 { padding-left: 0.75rem; }
  .ps-m-4 { padding-left: 1.125rem; }
  .ps-m-5 { padding-left: 2.25rem; }
  .text-m-start { text-align: left; }
  .text-m-end { text-align: right; }
  .text-m-center { text-align: center; } }

@media (min-width: 576px) { .float-sm-start { float: left; }
  .float-sm-end { float: right; }
  .float-sm-none { float: none; }
  .d-sm-inline { display: inline; }
  .d-sm-inline-block { display: inline-block; }
  .d-sm-block { display: block; }
  .d-sm-flex { display: flex; }
  .d-sm-inline-flex { display: inline-flex; }
  .d-sm-none { display: none; }
  .flex-sm-fill { flex: 1 1 auto; }
  .flex-sm-row { flex-direction: row; }
  .flex-sm-column { flex-direction: column; }
  .flex-sm-row-reverse { flex-direction: row-reverse; }
  .flex-sm-column-reverse { flex-direction: column-reverse; }
  .flex-sm-grow-0 { flex-grow: 0; }
  .flex-sm-grow-1 { flex-grow: 1; }
  .flex-sm-shrink-0 { flex-shrink: 0; }
  .flex-sm-shrink-1 { flex-shrink: 1; }
  .flex-sm-wrap { flex-wrap: wrap; }
  .flex-sm-nowrap { flex-wrap: nowrap; }
  .flex-sm-wrap-reverse { flex-wrap: wrap-reverse; }
  .justify-content-sm-start { justify-content: flex-start; }
  .justify-content-sm-end { justify-content: flex-end; }
  .justify-content-sm-center { justify-content: center; }
  .justify-content-sm-between { justify-content: space-between; }
  .justify-content-sm-around { justify-content: space-around; }
  .justify-content-sm-evenly { justify-content: space-evenly; }
  .align-items-sm-start { align-items: flex-start; }
  .align-items-sm-end { align-items: flex-end; }
  .align-items-sm-center { align-items: center; }
  .align-content-sm-start { align-content: flex-start; }
  .align-content-sm-end { align-content: flex-end; }
  .align-content-sm-center { align-content: center; }
  .align-content-sm-between { align-content: space-between; }
  .align-content-sm-around { align-content: space-around; }
  .align-self-sm-start { align-self: flex-start; }
  .align-self-sm-end { align-self: flex-end; }
  .align-self-sm-center { align-self: center; }
  .order-sm-first { order: -1; }
  .order-sm-0 { order: 0; }
  .order-sm-1 { order: 1; }
  .order-sm-2 { order: 2; }
  .order-sm-3 { order: 3; }
  .order-sm-4 { order: 4; }
  .order-sm-5 { order: 5; }
  .order-sm-last { order: 6; }
  .m-sm-0 { margin: 0; }
  .m-sm-1 { margin: 0.1875rem; }
  .m-sm-2 { margin: 0.375rem; }
  .m-sm-3 { margin: 0.75rem; }
  .m-sm-4 { margin: 1.125rem; }
  .m-sm-5 { margin: 2.25rem; }
  .m-sm-auto { margin: auto; }
  .mx-sm-0 { margin-right: 0; margin-left: 0; }
  .mx-sm-1 { margin-right: 0.1875rem; margin-left: 0.1875rem; }
  .mx-sm-2 { margin-right: 0.375rem; margin-left: 0.375rem; }
  .mx-sm-3 { margin-right: 0.75rem; margin-left: 0.75rem; }
  .mx-sm-4 { margin-right: 1.125rem; margin-left: 1.125rem; }
  .mx-sm-5 { margin-right: 2.25rem; margin-left: 2.25rem; }
  .mx-sm-auto { margin-right: auto; margin-left: auto; }
  .my-sm-0 { margin-top: 0; margin-bottom: 0; }
  .my-sm-1 { margin-top: 0.1875rem; margin-bottom: 0.1875rem; }
  .my-sm-2 { margin-top: 0.375rem; margin-bottom: 0.375rem; }
  .my-sm-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .my-sm-4 { margin-top: 1.125rem; margin-bottom: 1.125rem; }
  .my-sm-5 { margin-top: 2.25rem; margin-bottom: 2.25rem; }
  .my-sm-auto { margin-top: auto; margin-bottom: auto; }
  .mt-sm-0 { margin-top: 0; }
  .mt-sm-1 { margin-top: 0.1875rem; }
  .mt-sm-2 { margin-top: 0.375rem; }
  .mt-sm-3 { margin-top: 0.75rem; }
  .mt-sm-4 { margin-top: 1.125rem; }
  .mt-sm-5 { margin-top: 2.25rem; }
  .mt-sm-auto { margin-top: auto; }
  .me-sm-0 { margin-right: 0; }
  .me-sm-1 { margin-right: 0.1875rem; }
  .me-sm-2 { margin-right: 0.375rem; }
  .me-sm-3 { margin-right: 0.75rem; }
  .me-sm-4 { margin-right: 1.125rem; }
  .me-sm-5 { margin-right: 2.25rem; }
  .me-sm-auto { margin-right: auto; }
  .mb-sm-0 { margin-bottom: 0; }
  .mb-sm-1 { margin-bottom: 0.1875rem; }
  .mb-sm-2 { margin-bottom: 0.375rem; }
  .mb-sm-3 { margin-bottom: 0.75rem; }
  .mb-sm-4 { margin-bottom: 1.125rem; }
  .mb-sm-5 { margin-bottom: 2.25rem; }
  .mb-sm-auto { margin-bottom: auto; }
  .ms-sm-0 { margin-left: 0; }
  .ms-sm-1 { margin-left: 0.1875rem; }
  .ms-sm-2 { margin-left: 0.375rem; }
  .ms-sm-3 { margin-left: 0.75rem; }
  .ms-sm-4 { margin-left: 1.125rem; }
  .ms-sm-5 { margin-left: 2.25rem; }
  .ms-sm-auto { margin-left: auto; }
  .m-sm-n1 { margin: -0.1875rem; }
  .m-sm-n2 { margin: -0.375rem; }
  .m-sm-n3 { margin: -0.75rem; }
  .m-sm-n4 { margin: -1.125rem; }
  .m-sm-n5 { margin: -2.25rem; }
  .mx-sm-n1 { margin-right: -0.1875rem; margin-left: -0.1875rem; }
  .mx-sm-n2 { margin-right: -0.375rem; margin-left: -0.375rem; }
  .mx-sm-n3 { margin-right: -0.75rem; margin-left: -0.75rem; }
  .mx-sm-n4 { margin-right: -1.125rem; margin-left: -1.125rem; }
  .mx-sm-n5 { margin-right: -2.25rem; margin-left: -2.25rem; }
  .my-sm-n1 { margin-top: -0.1875rem; margin-bottom: -0.1875rem; }
  .my-sm-n2 { margin-top: -0.375rem; margin-bottom: -0.375rem; }
  .my-sm-n3 { margin-top: -0.75rem; margin-bottom: -0.75rem; }
  .my-sm-n4 { margin-top: -1.125rem; margin-bottom: -1.125rem; }
  .my-sm-n5 { margin-top: -2.25rem; margin-bottom: -2.25rem; }
  .mt-sm-n1 { margin-top: -0.1875rem; }
  .mt-sm-n2 { margin-top: -0.375rem; }
  .mt-sm-n3 { margin-top: -0.75rem; }
  .mt-sm-n4 { margin-top: -1.125rem; }
  .mt-sm-n5 { margin-top: -2.25rem; }
  .me-sm-n1 { margin-right: -0.1875rem; }
  .me-sm-n2 { margin-right: -0.375rem; }
  .me-sm-n3 { margin-right: -0.75rem; }
  .me-sm-n4 { margin-right: -1.125rem; }
  .me-sm-n5 { margin-right: -2.25rem; }
  .mb-sm-n1 { margin-bottom: -0.1875rem; }
  .mb-sm-n2 { margin-bottom: -0.375rem; }
  .mb-sm-n3 { margin-bottom: -0.75rem; }
  .mb-sm-n4 { margin-bottom: -1.125rem; }
  .mb-sm-n5 { margin-bottom: -2.25rem; }
  .ms-sm-n1 { margin-left: -0.1875rem; }
  .ms-sm-n2 { margin-left: -0.375rem; }
  .ms-sm-n3 { margin-left: -0.75rem; }
  .ms-sm-n4 { margin-left: -1.125rem; }
  .ms-sm-n5 { margin-left: -2.25rem; }
  .p-sm-0 { padding: 0; }
  .p-sm-1 { padding: 0.1875rem; }
  .p-sm-2 { padding: 0.375rem; }
  .p-sm-3 { padding: 0.75rem; }
  .p-sm-4 { padding: 1.125rem; }
  .p-sm-5 { padding: 2.25rem; }
  .px-sm-0 { padding-right: 0; padding-left: 0; }
  .px-sm-1 { padding-right: 0.1875rem; padding-left: 0.1875rem; }
  .px-sm-2 { padding-right: 0.375rem; padding-left: 0.375rem; }
  .px-sm-3 { padding-right: 0.75rem; padding-left: 0.75rem; }
  .px-sm-4 { padding-right: 1.125rem; padding-left: 1.125rem; }
  .px-sm-5 { padding-right: 2.25rem; padding-left: 2.25rem; }
  .py-sm-0 { padding-top: 0; padding-bottom: 0; }
  .py-sm-1 { padding-top: 0.1875rem; padding-bottom: 0.1875rem; }
  .py-sm-2 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
  .py-sm-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .py-sm-4 { padding-top: 1.125rem; padding-bottom: 1.125rem; }
  .py-sm-5 { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .pt-sm-0 { padding-top: 0; }
  .pt-sm-1 { padding-top: 0.1875rem; }
  .pt-sm-2 { padding-top: 0.375rem; }
  .pt-sm-3 { padding-top: 0.75rem; }
  .pt-sm-4 { padding-top: 1.125rem; }
  .pt-sm-5 { padding-top: 2.25rem; }
  .pe-sm-0 { padding-right: 0; }
  .pe-sm-1 { padding-right: 0.1875rem; }
  .pe-sm-2 { padding-right: 0.375rem; }
  .pe-sm-3 { padding-right: 0.75rem; }
  .pe-sm-4 { padding-right: 1.125rem; }
  .pe-sm-5 { padding-right: 2.25rem; }
  .pb-sm-0 { padding-bottom: 0; }
  .pb-sm-1 { padding-bottom: 0.1875rem; }
  .pb-sm-2 { padding-bottom: 0.375rem; }
  .pb-sm-3 { padding-bottom: 0.75rem; }
  .pb-sm-4 { padding-bottom: 1.125rem; }
  .pb-sm-5 { padding-bottom: 2.25rem; }
  .ps-sm-0 { padding-left: 0; }
  .ps-sm-1 { padding-left: 0.1875rem; }
  .ps-sm-2 { padding-left: 0.375rem; }
  .ps-sm-3 { padding-left: 0.75rem; }
  .ps-sm-4 { padding-left: 1.125rem; }
  .ps-sm-5 { padding-left: 2.25rem; }
  .text-sm-start { text-align: left; }
  .text-sm-end { text-align: right; }
  .text-sm-center { text-align: center; } }

@media (min-width: 768px) { .float-md-start { float: left; }
  .float-md-end { float: right; }
  .float-md-none { float: none; }
  .d-md-inline { display: inline; }
  .d-md-inline-block { display: inline-block; }
  .d-md-block { display: block; }
  .d-md-flex { display: flex; }
  .d-md-inline-flex { display: inline-flex; }
  .d-md-none { display: none; }
  .flex-md-fill { flex: 1 1 auto; }
  .flex-md-row { flex-direction: row; }
  .flex-md-column { flex-direction: column; }
  .flex-md-row-reverse { flex-direction: row-reverse; }
  .flex-md-column-reverse { flex-direction: column-reverse; }
  .flex-md-grow-0 { flex-grow: 0; }
  .flex-md-grow-1 { flex-grow: 1; }
  .flex-md-shrink-0 { flex-shrink: 0; }
  .flex-md-shrink-1 { flex-shrink: 1; }
  .flex-md-wrap { flex-wrap: wrap; }
  .flex-md-nowrap { flex-wrap: nowrap; }
  .flex-md-wrap-reverse { flex-wrap: wrap-reverse; }
  .justify-content-md-start { justify-content: flex-start; }
  .justify-content-md-end { justify-content: flex-end; }
  .justify-content-md-center { justify-content: center; }
  .justify-content-md-between { justify-content: space-between; }
  .justify-content-md-around { justify-content: space-around; }
  .justify-content-md-evenly { justify-content: space-evenly; }
  .align-items-md-start { align-items: flex-start; }
  .align-items-md-end { align-items: flex-end; }
  .align-items-md-center { align-items: center; }
  .align-content-md-start { align-content: flex-start; }
  .align-content-md-end { align-content: flex-end; }
  .align-content-md-center { align-content: center; }
  .align-content-md-between { align-content: space-between; }
  .align-content-md-around { align-content: space-around; }
  .align-self-md-start { align-self: flex-start; }
  .align-self-md-end { align-self: flex-end; }
  .align-self-md-center { align-self: center; }
  .order-md-first { order: -1; }
  .order-md-0 { order: 0; }
  .order-md-1 { order: 1; }
  .order-md-2 { order: 2; }
  .order-md-3 { order: 3; }
  .order-md-4 { order: 4; }
  .order-md-5 { order: 5; }
  .order-md-last { order: 6; }
  .m-md-0 { margin: 0; }
  .m-md-1 { margin: 0.1875rem; }
  .m-md-2 { margin: 0.375rem; }
  .m-md-3 { margin: 0.75rem; }
  .m-md-4 { margin: 1.125rem; }
  .m-md-5 { margin: 2.25rem; }
  .m-md-auto { margin: auto; }
  .mx-md-0 { margin-right: 0; margin-left: 0; }
  .mx-md-1 { margin-right: 0.1875rem; margin-left: 0.1875rem; }
  .mx-md-2 { margin-right: 0.375rem; margin-left: 0.375rem; }
  .mx-md-3 { margin-right: 0.75rem; margin-left: 0.75rem; }
  .mx-md-4 { margin-right: 1.125rem; margin-left: 1.125rem; }
  .mx-md-5 { margin-right: 2.25rem; margin-left: 2.25rem; }
  .mx-md-auto { margin-right: auto; margin-left: auto; }
  .my-md-0 { margin-top: 0; margin-bottom: 0; }
  .my-md-1 { margin-top: 0.1875rem; margin-bottom: 0.1875rem; }
  .my-md-2 { margin-top: 0.375rem; margin-bottom: 0.375rem; }
  .my-md-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .my-md-4 { margin-top: 1.125rem; margin-bottom: 1.125rem; }
  .my-md-5 { margin-top: 2.25rem; margin-bottom: 2.25rem; }
  .my-md-auto { margin-top: auto; margin-bottom: auto; }
  .mt-md-0 { margin-top: 0; }
  .mt-md-1 { margin-top: 0.1875rem; }
  .mt-md-2 { margin-top: 0.375rem; }
  .mt-md-3 { margin-top: 0.75rem; }
  .mt-md-4 { margin-top: 1.125rem; }
  .mt-md-5 { margin-top: 2.25rem; }
  .mt-md-auto { margin-top: auto; }
  .me-md-0 { margin-right: 0; }
  .me-md-1 { margin-right: 0.1875rem; }
  .me-md-2 { margin-right: 0.375rem; }
  .me-md-3 { margin-right: 0.75rem; }
  .me-md-4 { margin-right: 1.125rem; }
  .me-md-5 { margin-right: 2.25rem; }
  .me-md-auto { margin-right: auto; }
  .mb-md-0 { margin-bottom: 0; }
  .mb-md-1 { margin-bottom: 0.1875rem; }
  .mb-md-2 { margin-bottom: 0.375rem; }
  .mb-md-3 { margin-bottom: 0.75rem; }
  .mb-md-4 { margin-bottom: 1.125rem; }
  .mb-md-5 { margin-bottom: 2.25rem; }
  .mb-md-auto { margin-bottom: auto; }
  .ms-md-0 { margin-left: 0; }
  .ms-md-1 { margin-left: 0.1875rem; }
  .ms-md-2 { margin-left: 0.375rem; }
  .ms-md-3 { margin-left: 0.75rem; }
  .ms-md-4 { margin-left: 1.125rem; }
  .ms-md-5 { margin-left: 2.25rem; }
  .ms-md-auto { margin-left: auto; }
  .m-md-n1 { margin: -0.1875rem; }
  .m-md-n2 { margin: -0.375rem; }
  .m-md-n3 { margin: -0.75rem; }
  .m-md-n4 { margin: -1.125rem; }
  .m-md-n5 { margin: -2.25rem; }
  .mx-md-n1 { margin-right: -0.1875rem; margin-left: -0.1875rem; }
  .mx-md-n2 { margin-right: -0.375rem; margin-left: -0.375rem; }
  .mx-md-n3 { margin-right: -0.75rem; margin-left: -0.75rem; }
  .mx-md-n4 { margin-right: -1.125rem; margin-left: -1.125rem; }
  .mx-md-n5 { margin-right: -2.25rem; margin-left: -2.25rem; }
  .my-md-n1 { margin-top: -0.1875rem; margin-bottom: -0.1875rem; }
  .my-md-n2 { margin-top: -0.375rem; margin-bottom: -0.375rem; }
  .my-md-n3 { margin-top: -0.75rem; margin-bottom: -0.75rem; }
  .my-md-n4 { margin-top: -1.125rem; margin-bottom: -1.125rem; }
  .my-md-n5 { margin-top: -2.25rem; margin-bottom: -2.25rem; }
  .mt-md-n1 { margin-top: -0.1875rem; }
  .mt-md-n2 { margin-top: -0.375rem; }
  .mt-md-n3 { margin-top: -0.75rem; }
  .mt-md-n4 { margin-top: -1.125rem; }
  .mt-md-n5 { margin-top: -2.25rem; }
  .me-md-n1 { margin-right: -0.1875rem; }
  .me-md-n2 { margin-right: -0.375rem; }
  .me-md-n3 { margin-right: -0.75rem; }
  .me-md-n4 { margin-right: -1.125rem; }
  .me-md-n5 { margin-right: -2.25rem; }
  .mb-md-n1 { margin-bottom: -0.1875rem; }
  .mb-md-n2 { margin-bottom: -0.375rem; }
  .mb-md-n3 { margin-bottom: -0.75rem; }
  .mb-md-n4 { margin-bottom: -1.125rem; }
  .mb-md-n5 { margin-bottom: -2.25rem; }
  .ms-md-n1 { margin-left: -0.1875rem; }
  .ms-md-n2 { margin-left: -0.375rem; }
  .ms-md-n3 { margin-left: -0.75rem; }
  .ms-md-n4 { margin-left: -1.125rem; }
  .ms-md-n5 { margin-left: -2.25rem; }
  .p-md-0 { padding: 0; }
  .p-md-1 { padding: 0.1875rem; }
  .p-md-2 { padding: 0.375rem; }
  .p-md-3 { padding: 0.75rem; }
  .p-md-4 { padding: 1.125rem; }
  .p-md-5 { padding: 2.25rem; }
  .px-md-0 { padding-right: 0; padding-left: 0; }
  .px-md-1 { padding-right: 0.1875rem; padding-left: 0.1875rem; }
  .px-md-2 { padding-right: 0.375rem; padding-left: 0.375rem; }
  .px-md-3 { padding-right: 0.75rem; padding-left: 0.75rem; }
  .px-md-4 { padding-right: 1.125rem; padding-left: 1.125rem; }
  .px-md-5 { padding-right: 2.25rem; padding-left: 2.25rem; }
  .py-md-0 { padding-top: 0; padding-bottom: 0; }
  .py-md-1 { padding-top: 0.1875rem; padding-bottom: 0.1875rem; }
  .py-md-2 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
  .py-md-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .py-md-4 { padding-top: 1.125rem; padding-bottom: 1.125rem; }
  .py-md-5 { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .pt-md-0 { padding-top: 0; }
  .pt-md-1 { padding-top: 0.1875rem; }
  .pt-md-2 { padding-top: 0.375rem; }
  .pt-md-3 { padding-top: 0.75rem; }
  .pt-md-4 { padding-top: 1.125rem; }
  .pt-md-5 { padding-top: 2.25rem; }
  .pe-md-0 { padding-right: 0; }
  .pe-md-1 { padding-right: 0.1875rem; }
  .pe-md-2 { padding-right: 0.375rem; }
  .pe-md-3 { padding-right: 0.75rem; }
  .pe-md-4 { padding-right: 1.125rem; }
  .pe-md-5 { padding-right: 2.25rem; }
  .pb-md-0 { padding-bottom: 0; }
  .pb-md-1 { padding-bottom: 0.1875rem; }
  .pb-md-2 { padding-bottom: 0.375rem; }
  .pb-md-3 { padding-bottom: 0.75rem; }
  .pb-md-4 { padding-bottom: 1.125rem; }
  .pb-md-5 { padding-bottom: 2.25rem; }
  .ps-md-0 { padding-left: 0; }
  .ps-md-1 { padding-left: 0.1875rem; }
  .ps-md-2 { padding-left: 0.375rem; }
  .ps-md-3 { padding-left: 0.75rem; }
  .ps-md-4 { padding-left: 1.125rem; }
  .ps-md-5 { padding-left: 2.25rem; }
  .text-md-start { text-align: left; }
  .text-md-end { text-align: right; }
  .text-md-center { text-align: center; } }

@media (min-width: 992px) { .float-lg-start { float: left; }
  .float-lg-end { float: right; }
  .float-lg-none { float: none; }
  .d-lg-inline { display: inline; }
  .d-lg-inline-block { display: inline-block; }
  .d-lg-block { display: block; }
  .d-lg-flex { display: flex; }
  .d-lg-inline-flex { display: inline-flex; }
  .d-lg-none { display: none; }
  .flex-lg-fill { flex: 1 1 auto; }
  .flex-lg-row { flex-direction: row; }
  .flex-lg-column { flex-direction: column; }
  .flex-lg-row-reverse { flex-direction: row-reverse; }
  .flex-lg-column-reverse { flex-direction: column-reverse; }
  .flex-lg-grow-0 { flex-grow: 0; }
  .flex-lg-grow-1 { flex-grow: 1; }
  .flex-lg-shrink-0 { flex-shrink: 0; }
  .flex-lg-shrink-1 { flex-shrink: 1; }
  .flex-lg-wrap { flex-wrap: wrap; }
  .flex-lg-nowrap { flex-wrap: nowrap; }
  .flex-lg-wrap-reverse { flex-wrap: wrap-reverse; }
  .justify-content-lg-start { justify-content: flex-start; }
  .justify-content-lg-end { justify-content: flex-end; }
  .justify-content-lg-center { justify-content: center; }
  .justify-content-lg-between { justify-content: space-between; }
  .justify-content-lg-around { justify-content: space-around; }
  .justify-content-lg-evenly { justify-content: space-evenly; }
  .align-items-lg-start { align-items: flex-start; }
  .align-items-lg-end { align-items: flex-end; }
  .align-items-lg-center { align-items: center; }
  .align-content-lg-start { align-content: flex-start; }
  .align-content-lg-end { align-content: flex-end; }
  .align-content-lg-center { align-content: center; }
  .align-content-lg-between { align-content: space-between; }
  .align-content-lg-around { align-content: space-around; }
  .align-self-lg-start { align-self: flex-start; }
  .align-self-lg-end { align-self: flex-end; }
  .align-self-lg-center { align-self: center; }
  .order-lg-first { order: -1; }
  .order-lg-0 { order: 0; }
  .order-lg-1 { order: 1; }
  .order-lg-2 { order: 2; }
  .order-lg-3 { order: 3; }
  .order-lg-4 { order: 4; }
  .order-lg-5 { order: 5; }
  .order-lg-last { order: 6; }
  .m-lg-0 { margin: 0; }
  .m-lg-1 { margin: 0.1875rem; }
  .m-lg-2 { margin: 0.375rem; }
  .m-lg-3 { margin: 0.75rem; }
  .m-lg-4 { margin: 1.125rem; }
  .m-lg-5 { margin: 2.25rem; }
  .m-lg-auto { margin: auto; }
  .mx-lg-0 { margin-right: 0; margin-left: 0; }
  .mx-lg-1 { margin-right: 0.1875rem; margin-left: 0.1875rem; }
  .mx-lg-2 { margin-right: 0.375rem; margin-left: 0.375rem; }
  .mx-lg-3 { margin-right: 0.75rem; margin-left: 0.75rem; }
  .mx-lg-4 { margin-right: 1.125rem; margin-left: 1.125rem; }
  .mx-lg-5 { margin-right: 2.25rem; margin-left: 2.25rem; }
  .mx-lg-auto { margin-right: auto; margin-left: auto; }
  .my-lg-0 { margin-top: 0; margin-bottom: 0; }
  .my-lg-1 { margin-top: 0.1875rem; margin-bottom: 0.1875rem; }
  .my-lg-2 { margin-top: 0.375rem; margin-bottom: 0.375rem; }
  .my-lg-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .my-lg-4 { margin-top: 1.125rem; margin-bottom: 1.125rem; }
  .my-lg-5 { margin-top: 2.25rem; margin-bottom: 2.25rem; }
  .my-lg-auto { margin-top: auto; margin-bottom: auto; }
  .mt-lg-0 { margin-top: 0; }
  .mt-lg-1 { margin-top: 0.1875rem; }
  .mt-lg-2 { margin-top: 0.375rem; }
  .mt-lg-3 { margin-top: 0.75rem; }
  .mt-lg-4 { margin-top: 1.125rem; }
  .mt-lg-5 { margin-top: 2.25rem; }
  .mt-lg-auto { margin-top: auto; }
  .me-lg-0 { margin-right: 0; }
  .me-lg-1 { margin-right: 0.1875rem; }
  .me-lg-2 { margin-right: 0.375rem; }
  .me-lg-3 { margin-right: 0.75rem; }
  .me-lg-4 { margin-right: 1.125rem; }
  .me-lg-5 { margin-right: 2.25rem; }
  .me-lg-auto { margin-right: auto; }
  .mb-lg-0 { margin-bottom: 0; }
  .mb-lg-1 { margin-bottom: 0.1875rem; }
  .mb-lg-2 { margin-bottom: 0.375rem; }
  .mb-lg-3 { margin-bottom: 0.75rem; }
  .mb-lg-4 { margin-bottom: 1.125rem; }
  .mb-lg-5 { margin-bottom: 2.25rem; }
  .mb-lg-auto { margin-bottom: auto; }
  .ms-lg-0 { margin-left: 0; }
  .ms-lg-1 { margin-left: 0.1875rem; }
  .ms-lg-2 { margin-left: 0.375rem; }
  .ms-lg-3 { margin-left: 0.75rem; }
  .ms-lg-4 { margin-left: 1.125rem; }
  .ms-lg-5 { margin-left: 2.25rem; }
  .ms-lg-auto { margin-left: auto; }
  .m-lg-n1 { margin: -0.1875rem; }
  .m-lg-n2 { margin: -0.375rem; }
  .m-lg-n3 { margin: -0.75rem; }
  .m-lg-n4 { margin: -1.125rem; }
  .m-lg-n5 { margin: -2.25rem; }
  .mx-lg-n1 { margin-right: -0.1875rem; margin-left: -0.1875rem; }
  .mx-lg-n2 { margin-right: -0.375rem; margin-left: -0.375rem; }
  .mx-lg-n3 { margin-right: -0.75rem; margin-left: -0.75rem; }
  .mx-lg-n4 { margin-right: -1.125rem; margin-left: -1.125rem; }
  .mx-lg-n5 { margin-right: -2.25rem; margin-left: -2.25rem; }
  .my-lg-n1 { margin-top: -0.1875rem; margin-bottom: -0.1875rem; }
  .my-lg-n2 { margin-top: -0.375rem; margin-bottom: -0.375rem; }
  .my-lg-n3 { margin-top: -0.75rem; margin-bottom: -0.75rem; }
  .my-lg-n4 { margin-top: -1.125rem; margin-bottom: -1.125rem; }
  .my-lg-n5 { margin-top: -2.25rem; margin-bottom: -2.25rem; }
  .mt-lg-n1 { margin-top: -0.1875rem; }
  .mt-lg-n2 { margin-top: -0.375rem; }
  .mt-lg-n3 { margin-top: -0.75rem; }
  .mt-lg-n4 { margin-top: -1.125rem; }
  .mt-lg-n5 { margin-top: -2.25rem; }
  .me-lg-n1 { margin-right: -0.1875rem; }
  .me-lg-n2 { margin-right: -0.375rem; }
  .me-lg-n3 { margin-right: -0.75rem; }
  .me-lg-n4 { margin-right: -1.125rem; }
  .me-lg-n5 { margin-right: -2.25rem; }
  .mb-lg-n1 { margin-bottom: -0.1875rem; }
  .mb-lg-n2 { margin-bottom: -0.375rem; }
  .mb-lg-n3 { margin-bottom: -0.75rem; }
  .mb-lg-n4 { margin-bottom: -1.125rem; }
  .mb-lg-n5 { margin-bottom: -2.25rem; }
  .ms-lg-n1 { margin-left: -0.1875rem; }
  .ms-lg-n2 { margin-left: -0.375rem; }
  .ms-lg-n3 { margin-left: -0.75rem; }
  .ms-lg-n4 { margin-left: -1.125rem; }
  .ms-lg-n5 { margin-left: -2.25rem; }
  .p-lg-0 { padding: 0; }
  .p-lg-1 { padding: 0.1875rem; }
  .p-lg-2 { padding: 0.375rem; }
  .p-lg-3 { padding: 0.75rem; }
  .p-lg-4 { padding: 1.125rem; }
  .p-lg-5 { padding: 2.25rem; }
  .px-lg-0 { padding-right: 0; padding-left: 0; }
  .px-lg-1 { padding-right: 0.1875rem; padding-left: 0.1875rem; }
  .px-lg-2 { padding-right: 0.375rem; padding-left: 0.375rem; }
  .px-lg-3 { padding-right: 0.75rem; padding-left: 0.75rem; }
  .px-lg-4 { padding-right: 1.125rem; padding-left: 1.125rem; }
  .px-lg-5 { padding-right: 2.25rem; padding-left: 2.25rem; }
  .py-lg-0 { padding-top: 0; padding-bottom: 0; }
  .py-lg-1 { padding-top: 0.1875rem; padding-bottom: 0.1875rem; }
  .py-lg-2 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
  .py-lg-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .py-lg-4 { padding-top: 1.125rem; padding-bottom: 1.125rem; }
  .py-lg-5 { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .pt-lg-0 { padding-top: 0; }
  .pt-lg-1 { padding-top: 0.1875rem; }
  .pt-lg-2 { padding-top: 0.375rem; }
  .pt-lg-3 { padding-top: 0.75rem; }
  .pt-lg-4 { padding-top: 1.125rem; }
  .pt-lg-5 { padding-top: 2.25rem; }
  .pe-lg-0 { padding-right: 0; }
  .pe-lg-1 { padding-right: 0.1875rem; }
  .pe-lg-2 { padding-right: 0.375rem; }
  .pe-lg-3 { padding-right: 0.75rem; }
  .pe-lg-4 { padding-right: 1.125rem; }
  .pe-lg-5 { padding-right: 2.25rem; }
  .pb-lg-0 { padding-bottom: 0; }
  .pb-lg-1 { padding-bottom: 0.1875rem; }
  .pb-lg-2 { padding-bottom: 0.375rem; }
  .pb-lg-3 { padding-bottom: 0.75rem; }
  .pb-lg-4 { padding-bottom: 1.125rem; }
  .pb-lg-5 { padding-bottom: 2.25rem; }
  .ps-lg-0 { padding-left: 0; }
  .ps-lg-1 { padding-left: 0.1875rem; }
  .ps-lg-2 { padding-left: 0.375rem; }
  .ps-lg-3 { padding-left: 0.75rem; }
  .ps-lg-4 { padding-left: 1.125rem; }
  .ps-lg-5 { padding-left: 2.25rem; }
  .text-lg-start { text-align: left; }
  .text-lg-end { text-align: right; }
  .text-lg-center { text-align: center; } }

@media (min-width: 1200px) { .float-xl-start { float: left; }
  .float-xl-end { float: right; }
  .float-xl-none { float: none; }
  .d-xl-inline { display: inline; }
  .d-xl-inline-block { display: inline-block; }
  .d-xl-block { display: block; }
  .d-xl-flex { display: flex; }
  .d-xl-inline-flex { display: inline-flex; }
  .d-xl-none { display: none; }
  .flex-xl-fill { flex: 1 1 auto; }
  .flex-xl-row { flex-direction: row; }
  .flex-xl-column { flex-direction: column; }
  .flex-xl-row-reverse { flex-direction: row-reverse; }
  .flex-xl-column-reverse { flex-direction: column-reverse; }
  .flex-xl-grow-0 { flex-grow: 0; }
  .flex-xl-grow-1 { flex-grow: 1; }
  .flex-xl-shrink-0 { flex-shrink: 0; }
  .flex-xl-shrink-1 { flex-shrink: 1; }
  .flex-xl-wrap { flex-wrap: wrap; }
  .flex-xl-nowrap { flex-wrap: nowrap; }
  .flex-xl-wrap-reverse { flex-wrap: wrap-reverse; }
  .justify-content-xl-start { justify-content: flex-start; }
  .justify-content-xl-end { justify-content: flex-end; }
  .justify-content-xl-center { justify-content: center; }
  .justify-content-xl-between { justify-content: space-between; }
  .justify-content-xl-around { justify-content: space-around; }
  .justify-content-xl-evenly { justify-content: space-evenly; }
  .align-items-xl-start { align-items: flex-start; }
  .align-items-xl-end { align-items: flex-end; }
  .align-items-xl-center { align-items: center; }
  .align-content-xl-start { align-content: flex-start; }
  .align-content-xl-end { align-content: flex-end; }
  .align-content-xl-center { align-content: center; }
  .align-content-xl-between { align-content: space-between; }
  .align-content-xl-around { align-content: space-around; }
  .align-self-xl-start { align-self: flex-start; }
  .align-self-xl-end { align-self: flex-end; }
  .align-self-xl-center { align-self: center; }
  .order-xl-first { order: -1; }
  .order-xl-0 { order: 0; }
  .order-xl-1 { order: 1; }
  .order-xl-2 { order: 2; }
  .order-xl-3 { order: 3; }
  .order-xl-4 { order: 4; }
  .order-xl-5 { order: 5; }
  .order-xl-last { order: 6; }
  .m-xl-0 { margin: 0; }
  .m-xl-1 { margin: 0.1875rem; }
  .m-xl-2 { margin: 0.375rem; }
  .m-xl-3 { margin: 0.75rem; }
  .m-xl-4 { margin: 1.125rem; }
  .m-xl-5 { margin: 2.25rem; }
  .m-xl-auto { margin: auto; }
  .mx-xl-0 { margin-right: 0; margin-left: 0; }
  .mx-xl-1 { margin-right: 0.1875rem; margin-left: 0.1875rem; }
  .mx-xl-2 { margin-right: 0.375rem; margin-left: 0.375rem; }
  .mx-xl-3 { margin-right: 0.75rem; margin-left: 0.75rem; }
  .mx-xl-4 { margin-right: 1.125rem; margin-left: 1.125rem; }
  .mx-xl-5 { margin-right: 2.25rem; margin-left: 2.25rem; }
  .mx-xl-auto { margin-right: auto; margin-left: auto; }
  .my-xl-0 { margin-top: 0; margin-bottom: 0; }
  .my-xl-1 { margin-top: 0.1875rem; margin-bottom: 0.1875rem; }
  .my-xl-2 { margin-top: 0.375rem; margin-bottom: 0.375rem; }
  .my-xl-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .my-xl-4 { margin-top: 1.125rem; margin-bottom: 1.125rem; }
  .my-xl-5 { margin-top: 2.25rem; margin-bottom: 2.25rem; }
  .my-xl-auto { margin-top: auto; margin-bottom: auto; }
  .mt-xl-0 { margin-top: 0; }
  .mt-xl-1 { margin-top: 0.1875rem; }
  .mt-xl-2 { margin-top: 0.375rem; }
  .mt-xl-3 { margin-top: 0.75rem; }
  .mt-xl-4 { margin-top: 1.125rem; }
  .mt-xl-5 { margin-top: 2.25rem; }
  .mt-xl-auto { margin-top: auto; }
  .me-xl-0 { margin-right: 0; }
  .me-xl-1 { margin-right: 0.1875rem; }
  .me-xl-2 { margin-right: 0.375rem; }
  .me-xl-3 { margin-right: 0.75rem; }
  .me-xl-4 { margin-right: 1.125rem; }
  .me-xl-5 { margin-right: 2.25rem; }
  .me-xl-auto { margin-right: auto; }
  .mb-xl-0 { margin-bottom: 0; }
  .mb-xl-1 { margin-bottom: 0.1875rem; }
  .mb-xl-2 { margin-bottom: 0.375rem; }
  .mb-xl-3 { margin-bottom: 0.75rem; }
  .mb-xl-4 { margin-bottom: 1.125rem; }
  .mb-xl-5 { margin-bottom: 2.25rem; }
  .mb-xl-auto { margin-bottom: auto; }
  .ms-xl-0 { margin-left: 0; }
  .ms-xl-1 { margin-left: 0.1875rem; }
  .ms-xl-2 { margin-left: 0.375rem; }
  .ms-xl-3 { margin-left: 0.75rem; }
  .ms-xl-4 { margin-left: 1.125rem; }
  .ms-xl-5 { margin-left: 2.25rem; }
  .ms-xl-auto { margin-left: auto; }
  .m-xl-n1 { margin: -0.1875rem; }
  .m-xl-n2 { margin: -0.375rem; }
  .m-xl-n3 { margin: -0.75rem; }
  .m-xl-n4 { margin: -1.125rem; }
  .m-xl-n5 { margin: -2.25rem; }
  .mx-xl-n1 { margin-right: -0.1875rem; margin-left: -0.1875rem; }
  .mx-xl-n2 { margin-right: -0.375rem; margin-left: -0.375rem; }
  .mx-xl-n3 { margin-right: -0.75rem; margin-left: -0.75rem; }
  .mx-xl-n4 { margin-right: -1.125rem; margin-left: -1.125rem; }
  .mx-xl-n5 { margin-right: -2.25rem; margin-left: -2.25rem; }
  .my-xl-n1 { margin-top: -0.1875rem; margin-bottom: -0.1875rem; }
  .my-xl-n2 { margin-top: -0.375rem; margin-bottom: -0.375rem; }
  .my-xl-n3 { margin-top: -0.75rem; margin-bottom: -0.75rem; }
  .my-xl-n4 { margin-top: -1.125rem; margin-bottom: -1.125rem; }
  .my-xl-n5 { margin-top: -2.25rem; margin-bottom: -2.25rem; }
  .mt-xl-n1 { margin-top: -0.1875rem; }
  .mt-xl-n2 { margin-top: -0.375rem; }
  .mt-xl-n3 { margin-top: -0.75rem; }
  .mt-xl-n4 { margin-top: -1.125rem; }
  .mt-xl-n5 { margin-top: -2.25rem; }
  .me-xl-n1 { margin-right: -0.1875rem; }
  .me-xl-n2 { margin-right: -0.375rem; }
  .me-xl-n3 { margin-right: -0.75rem; }
  .me-xl-n4 { margin-right: -1.125rem; }
  .me-xl-n5 { margin-right: -2.25rem; }
  .mb-xl-n1 { margin-bottom: -0.1875rem; }
  .mb-xl-n2 { margin-bottom: -0.375rem; }
  .mb-xl-n3 { margin-bottom: -0.75rem; }
  .mb-xl-n4 { margin-bottom: -1.125rem; }
  .mb-xl-n5 { margin-bottom: -2.25rem; }
  .ms-xl-n1 { margin-left: -0.1875rem; }
  .ms-xl-n2 { margin-left: -0.375rem; }
  .ms-xl-n3 { margin-left: -0.75rem; }
  .ms-xl-n4 { margin-left: -1.125rem; }
  .ms-xl-n5 { margin-left: -2.25rem; }
  .p-xl-0 { padding: 0; }
  .p-xl-1 { padding: 0.1875rem; }
  .p-xl-2 { padding: 0.375rem; }
  .p-xl-3 { padding: 0.75rem; }
  .p-xl-4 { padding: 1.125rem; }
  .p-xl-5 { padding: 2.25rem; }
  .px-xl-0 { padding-right: 0; padding-left: 0; }
  .px-xl-1 { padding-right: 0.1875rem; padding-left: 0.1875rem; }
  .px-xl-2 { padding-right: 0.375rem; padding-left: 0.375rem; }
  .px-xl-3 { padding-right: 0.75rem; padding-left: 0.75rem; }
  .px-xl-4 { padding-right: 1.125rem; padding-left: 1.125rem; }
  .px-xl-5 { padding-right: 2.25rem; padding-left: 2.25rem; }
  .py-xl-0 { padding-top: 0; padding-bottom: 0; }
  .py-xl-1 { padding-top: 0.1875rem; padding-bottom: 0.1875rem; }
  .py-xl-2 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
  .py-xl-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .py-xl-4 { padding-top: 1.125rem; padding-bottom: 1.125rem; }
  .py-xl-5 { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .pt-xl-0 { padding-top: 0; }
  .pt-xl-1 { padding-top: 0.1875rem; }
  .pt-xl-2 { padding-top: 0.375rem; }
  .pt-xl-3 { padding-top: 0.75rem; }
  .pt-xl-4 { padding-top: 1.125rem; }
  .pt-xl-5 { padding-top: 2.25rem; }
  .pe-xl-0 { padding-right: 0; }
  .pe-xl-1 { padding-right: 0.1875rem; }
  .pe-xl-2 { padding-right: 0.375rem; }
  .pe-xl-3 { padding-right: 0.75rem; }
  .pe-xl-4 { padding-right: 1.125rem; }
  .pe-xl-5 { padding-right: 2.25rem; }
  .pb-xl-0 { padding-bottom: 0; }
  .pb-xl-1 { padding-bottom: 0.1875rem; }
  .pb-xl-2 { padding-bottom: 0.375rem; }
  .pb-xl-3 { padding-bottom: 0.75rem; }
  .pb-xl-4 { padding-bottom: 1.125rem; }
  .pb-xl-5 { padding-bottom: 2.25rem; }
  .ps-xl-0 { padding-left: 0; }
  .ps-xl-1 { padding-left: 0.1875rem; }
  .ps-xl-2 { padding-left: 0.375rem; }
  .ps-xl-3 { padding-left: 0.75rem; }
  .ps-xl-4 { padding-left: 1.125rem; }
  .ps-xl-5 { padding-left: 2.25rem; }
  .text-xl-start { text-align: left; }
  .text-xl-end { text-align: right; }
  .text-xl-center { text-align: center; } }

@media (min-width: 1400px) { .float-xxl-start { float: left; }
  .float-xxl-end { float: right; }
  .float-xxl-none { float: none; }
  .d-xxl-inline { display: inline; }
  .d-xxl-inline-block { display: inline-block; }
  .d-xxl-block { display: block; }
  .d-xxl-flex { display: flex; }
  .d-xxl-inline-flex { display: inline-flex; }
  .d-xxl-none { display: none; }
  .flex-xxl-fill { flex: 1 1 auto; }
  .flex-xxl-row { flex-direction: row; }
  .flex-xxl-column { flex-direction: column; }
  .flex-xxl-row-reverse { flex-direction: row-reverse; }
  .flex-xxl-column-reverse { flex-direction: column-reverse; }
  .flex-xxl-grow-0 { flex-grow: 0; }
  .flex-xxl-grow-1 { flex-grow: 1; }
  .flex-xxl-shrink-0 { flex-shrink: 0; }
  .flex-xxl-shrink-1 { flex-shrink: 1; }
  .flex-xxl-wrap { flex-wrap: wrap; }
  .flex-xxl-nowrap { flex-wrap: nowrap; }
  .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse; }
  .justify-content-xxl-start { justify-content: flex-start; }
  .justify-content-xxl-end { justify-content: flex-end; }
  .justify-content-xxl-center { justify-content: center; }
  .justify-content-xxl-between { justify-content: space-between; }
  .justify-content-xxl-around { justify-content: space-around; }
  .justify-content-xxl-evenly { justify-content: space-evenly; }
  .align-items-xxl-start { align-items: flex-start; }
  .align-items-xxl-end { align-items: flex-end; }
  .align-items-xxl-center { align-items: center; }
  .align-content-xxl-start { align-content: flex-start; }
  .align-content-xxl-end { align-content: flex-end; }
  .align-content-xxl-center { align-content: center; }
  .align-content-xxl-between { align-content: space-between; }
  .align-content-xxl-around { align-content: space-around; }
  .align-self-xxl-start { align-self: flex-start; }
  .align-self-xxl-end { align-self: flex-end; }
  .align-self-xxl-center { align-self: center; }
  .order-xxl-first { order: -1; }
  .order-xxl-0 { order: 0; }
  .order-xxl-1 { order: 1; }
  .order-xxl-2 { order: 2; }
  .order-xxl-3 { order: 3; }
  .order-xxl-4 { order: 4; }
  .order-xxl-5 { order: 5; }
  .order-xxl-last { order: 6; }
  .m-xxl-0 { margin: 0; }
  .m-xxl-1 { margin: 0.1875rem; }
  .m-xxl-2 { margin: 0.375rem; }
  .m-xxl-3 { margin: 0.75rem; }
  .m-xxl-4 { margin: 1.125rem; }
  .m-xxl-5 { margin: 2.25rem; }
  .m-xxl-auto { margin: auto; }
  .mx-xxl-0 { margin-right: 0; margin-left: 0; }
  .mx-xxl-1 { margin-right: 0.1875rem; margin-left: 0.1875rem; }
  .mx-xxl-2 { margin-right: 0.375rem; margin-left: 0.375rem; }
  .mx-xxl-3 { margin-right: 0.75rem; margin-left: 0.75rem; }
  .mx-xxl-4 { margin-right: 1.125rem; margin-left: 1.125rem; }
  .mx-xxl-5 { margin-right: 2.25rem; margin-left: 2.25rem; }
  .mx-xxl-auto { margin-right: auto; margin-left: auto; }
  .my-xxl-0 { margin-top: 0; margin-bottom: 0; }
  .my-xxl-1 { margin-top: 0.1875rem; margin-bottom: 0.1875rem; }
  .my-xxl-2 { margin-top: 0.375rem; margin-bottom: 0.375rem; }
  .my-xxl-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .my-xxl-4 { margin-top: 1.125rem; margin-bottom: 1.125rem; }
  .my-xxl-5 { margin-top: 2.25rem; margin-bottom: 2.25rem; }
  .my-xxl-auto { margin-top: auto; margin-bottom: auto; }
  .mt-xxl-0 { margin-top: 0; }
  .mt-xxl-1 { margin-top: 0.1875rem; }
  .mt-xxl-2 { margin-top: 0.375rem; }
  .mt-xxl-3 { margin-top: 0.75rem; }
  .mt-xxl-4 { margin-top: 1.125rem; }
  .mt-xxl-5 { margin-top: 2.25rem; }
  .mt-xxl-auto { margin-top: auto; }
  .me-xxl-0 { margin-right: 0; }
  .me-xxl-1 { margin-right: 0.1875rem; }
  .me-xxl-2 { margin-right: 0.375rem; }
  .me-xxl-3 { margin-right: 0.75rem; }
  .me-xxl-4 { margin-right: 1.125rem; }
  .me-xxl-5 { margin-right: 2.25rem; }
  .me-xxl-auto { margin-right: auto; }
  .mb-xxl-0 { margin-bottom: 0; }
  .mb-xxl-1 { margin-bottom: 0.1875rem; }
  .mb-xxl-2 { margin-bottom: 0.375rem; }
  .mb-xxl-3 { margin-bottom: 0.75rem; }
  .mb-xxl-4 { margin-bottom: 1.125rem; }
  .mb-xxl-5 { margin-bottom: 2.25rem; }
  .mb-xxl-auto { margin-bottom: auto; }
  .ms-xxl-0 { margin-left: 0; }
  .ms-xxl-1 { margin-left: 0.1875rem; }
  .ms-xxl-2 { margin-left: 0.375rem; }
  .ms-xxl-3 { margin-left: 0.75rem; }
  .ms-xxl-4 { margin-left: 1.125rem; }
  .ms-xxl-5 { margin-left: 2.25rem; }
  .ms-xxl-auto { margin-left: auto; }
  .m-xxl-n1 { margin: -0.1875rem; }
  .m-xxl-n2 { margin: -0.375rem; }
  .m-xxl-n3 { margin: -0.75rem; }
  .m-xxl-n4 { margin: -1.125rem; }
  .m-xxl-n5 { margin: -2.25rem; }
  .mx-xxl-n1 { margin-right: -0.1875rem; margin-left: -0.1875rem; }
  .mx-xxl-n2 { margin-right: -0.375rem; margin-left: -0.375rem; }
  .mx-xxl-n3 { margin-right: -0.75rem; margin-left: -0.75rem; }
  .mx-xxl-n4 { margin-right: -1.125rem; margin-left: -1.125rem; }
  .mx-xxl-n5 { margin-right: -2.25rem; margin-left: -2.25rem; }
  .my-xxl-n1 { margin-top: -0.1875rem; margin-bottom: -0.1875rem; }
  .my-xxl-n2 { margin-top: -0.375rem; margin-bottom: -0.375rem; }
  .my-xxl-n3 { margin-top: -0.75rem; margin-bottom: -0.75rem; }
  .my-xxl-n4 { margin-top: -1.125rem; margin-bottom: -1.125rem; }
  .my-xxl-n5 { margin-top: -2.25rem; margin-bottom: -2.25rem; }
  .mt-xxl-n1 { margin-top: -0.1875rem; }
  .mt-xxl-n2 { margin-top: -0.375rem; }
  .mt-xxl-n3 { margin-top: -0.75rem; }
  .mt-xxl-n4 { margin-top: -1.125rem; }
  .mt-xxl-n5 { margin-top: -2.25rem; }
  .me-xxl-n1 { margin-right: -0.1875rem; }
  .me-xxl-n2 { margin-right: -0.375rem; }
  .me-xxl-n3 { margin-right: -0.75rem; }
  .me-xxl-n4 { margin-right: -1.125rem; }
  .me-xxl-n5 { margin-right: -2.25rem; }
  .mb-xxl-n1 { margin-bottom: -0.1875rem; }
  .mb-xxl-n2 { margin-bottom: -0.375rem; }
  .mb-xxl-n3 { margin-bottom: -0.75rem; }
  .mb-xxl-n4 { margin-bottom: -1.125rem; }
  .mb-xxl-n5 { margin-bottom: -2.25rem; }
  .ms-xxl-n1 { margin-left: -0.1875rem; }
  .ms-xxl-n2 { margin-left: -0.375rem; }
  .ms-xxl-n3 { margin-left: -0.75rem; }
  .ms-xxl-n4 { margin-left: -1.125rem; }
  .ms-xxl-n5 { margin-left: -2.25rem; }
  .p-xxl-0 { padding: 0; }
  .p-xxl-1 { padding: 0.1875rem; }
  .p-xxl-2 { padding: 0.375rem; }
  .p-xxl-3 { padding: 0.75rem; }
  .p-xxl-4 { padding: 1.125rem; }
  .p-xxl-5 { padding: 2.25rem; }
  .px-xxl-0 { padding-right: 0; padding-left: 0; }
  .px-xxl-1 { padding-right: 0.1875rem; padding-left: 0.1875rem; }
  .px-xxl-2 { padding-right: 0.375rem; padding-left: 0.375rem; }
  .px-xxl-3 { padding-right: 0.75rem; padding-left: 0.75rem; }
  .px-xxl-4 { padding-right: 1.125rem; padding-left: 1.125rem; }
  .px-xxl-5 { padding-right: 2.25rem; padding-left: 2.25rem; }
  .py-xxl-0 { padding-top: 0; padding-bottom: 0; }
  .py-xxl-1 { padding-top: 0.1875rem; padding-bottom: 0.1875rem; }
  .py-xxl-2 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
  .py-xxl-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .py-xxl-4 { padding-top: 1.125rem; padding-bottom: 1.125rem; }
  .py-xxl-5 { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .pt-xxl-0 { padding-top: 0; }
  .pt-xxl-1 { padding-top: 0.1875rem; }
  .pt-xxl-2 { padding-top: 0.375rem; }
  .pt-xxl-3 { padding-top: 0.75rem; }
  .pt-xxl-4 { padding-top: 1.125rem; }
  .pt-xxl-5 { padding-top: 2.25rem; }
  .pe-xxl-0 { padding-right: 0; }
  .pe-xxl-1 { padding-right: 0.1875rem; }
  .pe-xxl-2 { padding-right: 0.375rem; }
  .pe-xxl-3 { padding-right: 0.75rem; }
  .pe-xxl-4 { padding-right: 1.125rem; }
  .pe-xxl-5 { padding-right: 2.25rem; }
  .pb-xxl-0 { padding-bottom: 0; }
  .pb-xxl-1 { padding-bottom: 0.1875rem; }
  .pb-xxl-2 { padding-bottom: 0.375rem; }
  .pb-xxl-3 { padding-bottom: 0.75rem; }
  .pb-xxl-4 { padding-bottom: 1.125rem; }
  .pb-xxl-5 { padding-bottom: 2.25rem; }
  .ps-xxl-0 { padding-left: 0; }
  .ps-xxl-1 { padding-left: 0.1875rem; }
  .ps-xxl-2 { padding-left: 0.375rem; }
  .ps-xxl-3 { padding-left: 0.75rem; }
  .ps-xxl-4 { padding-left: 1.125rem; }
  .ps-xxl-5 { padding-left: 2.25rem; }
  .text-xxl-start { text-align: left; }
  .text-xxl-end { text-align: right; }
  .text-xxl-center { text-align: center; } }

.modal { position: fixed; top: 0; left: 0; z-index: 1055; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; }

.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }

.modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } }

.modal.show .modal-dialog { transform: none; }

.modal.modal-static .modal-dialog { transform: scale(1.02); }

.modal-dialog-scrollable { height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content { max-height: 100%; overflow: hidden; }

.modal-dialog-scrollable .modal-body { overflow-y: auto; }

.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); }

.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; outline: 0; }

.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1050; width: 100vw; height: 100vh; background-color: #000; }

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop.show { opacity: 0.5; }

.modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: 0.75rem 0.75rem; border-bottom: 1px solid #212529; border-top-left-radius: 5px; border-top-right-radius: 5px; }

.modal-header .btn-close { padding: 0.375rem 0.375rem; margin: -0.375rem -0.375rem -0.375rem auto; }

.modal-title { margin-bottom: 0; line-height: 1.35; }

.modal-body { position: relative; flex: 1 1 auto; padding: 0.75rem; }

.modal-footer { display: flex; flex-wrap: wrap; flex-shrink: 0; align-items: center; justify-content: flex-end; padding: 0.5rem; border-top: 1px solid #212529; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }

.modal-footer > * { margin: 0.25rem; }

@media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
  .modal-dialog-scrollable { height: calc(100% - 3.5rem); }
  .modal-dialog-centered { min-height: calc(100% - 3.5rem); }
  .modal-sm { max-width: 300px; } }

@media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } }

@media (min-width: 1200px) { .modal-xl { max-width: 1140px; } }

.modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; }

.modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; }

.modal-fullscreen .modal-header { border-radius: 0; }

.modal-fullscreen .modal-body { overflow-y: auto; }

.modal-fullscreen .modal-footer { border-radius: 0; }

@media (max-width: 374.98px) { .modal-fullscreen-m-down { width: 100vw; max-width: none; height: 100%; margin: 0; }
  .modal-fullscreen-m-down .modal-content { height: 100%; border: 0; border-radius: 0; }
  .modal-fullscreen-m-down .modal-header { border-radius: 0; }
  .modal-fullscreen-m-down .modal-body { overflow-y: auto; }
  .modal-fullscreen-m-down .modal-footer { border-radius: 0; } }

@media (max-width: 575.98px) { .modal-fullscreen-sm-down { width: 100vw; max-width: none; height: 100%; margin: 0; }
  .modal-fullscreen-sm-down .modal-content { height: 100%; border: 0; border-radius: 0; }
  .modal-fullscreen-sm-down .modal-header { border-radius: 0; }
  .modal-fullscreen-sm-down .modal-body { overflow-y: auto; }
  .modal-fullscreen-sm-down .modal-footer { border-radius: 0; } }

@media (max-width: 767.98px) { .modal-fullscreen-md-down { width: 100vw; max-width: none; height: 100%; margin: 0; }
  .modal-fullscreen-md-down .modal-content { height: 100%; border: 0; border-radius: 0; }
  .modal-fullscreen-md-down .modal-header { border-radius: 0; }
  .modal-fullscreen-md-down .modal-body { overflow-y: auto; }
  .modal-fullscreen-md-down .modal-footer { border-radius: 0; } }

@media (max-width: 991.98px) { .modal-fullscreen-lg-down { width: 100vw; max-width: none; height: 100%; margin: 0; }
  .modal-fullscreen-lg-down .modal-content { height: 100%; border: 0; border-radius: 0; }
  .modal-fullscreen-lg-down .modal-header { border-radius: 0; }
  .modal-fullscreen-lg-down .modal-body { overflow-y: auto; }
  .modal-fullscreen-lg-down .modal-footer { border-radius: 0; } }

@media (max-width: 1199.98px) { .modal-fullscreen-xl-down { width: 100vw; max-width: none; height: 100%; margin: 0; }
  .modal-fullscreen-xl-down .modal-content { height: 100%; border: 0; border-radius: 0; }
  .modal-fullscreen-xl-down .modal-header { border-radius: 0; }
  .modal-fullscreen-xl-down .modal-body { overflow-y: auto; }
  .modal-fullscreen-xl-down .modal-footer { border-radius: 0; } }

@media (max-width: 1399.98px) { .modal-fullscreen-xxl-down { width: 100vw; max-width: none; height: 100%; margin: 0; }
  .modal-fullscreen-xxl-down .modal-content { height: 100%; border: 0; border-radius: 0; }
  .modal-fullscreen-xxl-down .modal-header { border-radius: 0; }
  .modal-fullscreen-xxl-down .modal-body { overflow-y: auto; }
  .modal-fullscreen-xxl-down .modal-footer { border-radius: 0; } }

.offcanvas { position: fixed; bottom: 0; z-index: 1045; display: flex; flex-direction: column; max-width: 100%; visibility: hidden; background-color: #fff; background-clip: padding-box; outline: 0; transition: transform 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .offcanvas { transition: none; } }

.offcanvas-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }

.offcanvas-backdrop.fade { opacity: 0; }

.offcanvas-backdrop.show { opacity: 0.5; }

.offcanvas-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 1.5rem; }

.offcanvas-header .btn-close { padding: 0.75rem 0.75rem; margin-top: -0.75rem; margin-right: -0.75rem; margin-bottom: -0.75rem; }

.offcanvas-title { margin-bottom: 0; line-height: 1.35; }

.offcanvas-body { flex-grow: 1; padding: 1.5rem 1.5rem; overflow-y: auto; }

.offcanvas-start { top: 0; left: 0; width: 23.4375rem; border-right: 1px solid rgba(0, 0, 0, 0.2); transform: translateX(-100%); }

.offcanvas-end { top: 0; right: 0; width: 23.4375rem; border-left: 1px solid rgba(0, 0, 0, 0.2); transform: translateX(100%); }

.offcanvas-top { top: 0; right: 0; left: 0; height: 21.875rem; max-height: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.2); transform: translateY(-100%); }

.offcanvas-bottom { right: 0; left: 0; height: 21.875rem; max-height: 100%; border-top: 1px solid rgba(0, 0, 0, 0.2); transform: translateY(100%); }

.offcanvas.show { transform: none; }

/*# sourceMappingURL=libs.css.map */

/* End */


/* Start:/local/layout2/public/css/shumera/common.css?177174945044910*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
:root { --page-primary: #0d6efd; --page-secondary: #6c757d; --page-success: #198754; --page-info: #0dcaf0; --page-warning: #ffc107; --page-danger: #FF1493; --page-light: #f8f9fa; --page-dark: #212529; --page-primary-rgb: 13, 110, 253; --page-secondary-rgb: 108, 117, 125; --page-success-rgb: 25, 135, 84; --page-info-rgb: 13, 202, 240; --page-warning-rgb: 255, 193, 7; --page-danger-rgb: 255, 20, 147; --page-light-rgb: 248, 249, 250; --page-dark-rgb: 33, 37, 41; }

@media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } }

.page { height: 100%; }

.page__wrapper { display: flex; flex-direction: column; min-height: 100%; }

.page__wrapper .footer { flex: 0 0 auto; }

.page__content { flex: 1 0 auto; }

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
*, *::before, *::after { box-sizing: border-box; }

html, body { height: 100%; }

body { font-size: 1.125rem; margin: 0; font-family: "TT_Hoves_Pro", 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"; font-weight: 400; line-height: 1.35; color: #000000; background-color: #ffffff; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr { margin: 0 0; color: #212529; background-color: currentColor; border: 0; }

hr:not([size]) { height: 1px; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5625rem; font-weight: 500; line-height: 1.15; }

h1 { font-size: calc(1.40625rem + 1.875vw); }

@media (min-width: 1200px) { h1 { font-size: 2.8125rem; } }

h2 { font-size: calc(1.35rem + 1.2vw); }

@media (min-width: 1200px) { h2 { font-size: 2.25rem; } }

h3 { font-size: calc(1.32188rem + 0.8625vw); }

@media (min-width: 1200px) { h3 { font-size: 1.96875rem; } }

h4 { font-size: calc(1.29375rem + 0.525vw); }

@media (min-width: 1200px) { h4 { font-size: 1.6875rem; } }

h5 { font-size: calc(1.26563rem + 0.1875vw); }

@media (min-width: 1200px) { h5 { font-size: 1.40625rem; } }

h6 { font-size: 1.125rem; }

p { margin-top: 0; margin-bottom: 0.375rem; }

abbr[title], abbr[data-bs-original-title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; }

address { margin-bottom: 0.375rem; font-style: normal; line-height: inherit; }

ul, ol, li { padding: 0; list-style: none; }

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

ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }

dt { font-weight: 700; }

dd { margin-bottom: 0.375rem; margin-left: 0; }

blockquote { margin: 0 0 1.125rem; }

b, strong { font-weight: 700; }

small { font-size: 0.875em; }

mark { padding: 0.2em; background-color: #fcf8e3; }

sub, sup { font-size: 0.75em; position: relative; line-height: 0; vertical-align: baseline; }

sub { bottom: -.25em; }

sup { top: -.5em; }

a { color: inherit; text-decoration: none; }

a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }

pre, code, kbd, samp { font-size: 1em; font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; direction: ltr /* rtl:ignore */; unicode-bidi: bidi-override; }

pre { font-size: 0.875em; display: block; margin-top: 0; margin-bottom: 1.125rem; overflow: auto; }

pre code { font-size: inherit; color: inherit; word-break: normal; }

code { font-size: 0.875em; color: #d63384; word-wrap: break-word; }

a > code { color: inherit; }

kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: #ffffff; background-color: #e6e6e6; border-radius: 4px; }

kbd kbd { font-size: 1em; padding: 0; font-weight: 700; }

figure { margin: 0 0 1.125rem; }

img { max-width: 100%; }

svg { max-width: 100%; max-height: 100%; stroke-width: 0; fill: currentColor; pointer-events: none; }

img, svg { vertical-align: middle; }

table { caption-side: bottom; border-collapse: collapse; }

caption { padding-top: 0.5625rem; padding-bottom: 0.5625rem; color: #6c757d; text-align: left; }

th { text-align: inherit; text-align: -webkit-match-parent; }

thead, tbody, tfoot, tr, td, th { border-color: inherit; border-style: solid; border-width: 0; }

label { display: inline-block; }

button { border-radius: 0; border: none; padding: 0; margin: 0; background-color: transparent; color: inherit; display: inline-block; }

button:focus:not(:focus-visible) { outline: 0; }

input, button, select, optgroup, textarea { font-size: inherit; margin: 0; font-family: inherit; line-height: inherit; }

input[type='number'] { -moz-appearance: textfield; }

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

button, select { text-transform: none; }

[role='button'] { cursor: pointer; }

select { word-wrap: normal; }

select:disabled { opacity: 1; }

[list]::-webkit-calendar-picker-indicator { display: none; }

button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; }

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

::-moz-focus-inner { padding: 0; border-style: none; }

textarea { resize: none; }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { float: left; width: 100%; padding: 0; margin-bottom: 0.375rem; font-size: calc(1.26563rem + 0.1875vw); line-height: inherit; }

@media (min-width: 1200px) { legend { font-size: 1.40625rem; } }

legend + * { clear: left; }

::-webkit-inner-spin-button { height: auto; }

[type='search'] { outline-offset: -2px; -webkit-appearance: textfield; }

::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-color-swatch-wrapper { padding: 0; }

::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }

iframe { border: 0; }

summary { display: list-item; cursor: pointer; }

progress { vertical-align: baseline; }

[hidden] { display: none !important; }

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.title-main { font-family: 'TT_Travels_Next', sans-serif; font-size: 28px; font-weight: 400; text-align: center; }

@media (max-width: 991.98px) { .title-main { font-size: 24px; } }

@media (max-width: 767.98px) { .title-main { font-size: 18px; } }

.title-form { font-size: 20px; }

@media (max-width: 991.98px) { .title-form { font-size: 14px; } }

.title-linear { font-family: "TT_Travels_Next", sans-serif; font-size: 48px; text-align: center; font-weight: 600; background: linear-gradient(82.78deg, #424267 -20.11%, #586881 -6.01%, #6e8898 4.4%, #a9e0d7 41.78%, #519ebd 88.35%); color: transparent; -webkit-background-clip: text; background-clip: text; }

@media (max-width: 991.98px) { .title-linear { font-size: 32px; } }

@media (max-width: 767.98px) { .title-linear { font-size: 24px; } }

.text-green { color: #86d2c5; }

.text-yellow { color: #F38706; }

.text-20 { font-size: 20px; }

@media (max-width: 991.98px) { .text-20 { font-size: 18px; } }

.text-18 { font-size: 18px; }

@media (max-width: 991.98px) { .text-18 { font-size: 16px; } }

.text-16 { font-size: 16px; }

@media (max-width: 991.98px) { .text-16 { font-size: 14px; } }

.text-14 { font-size: 14px; }

@media (max-width: 991.98px) { .text-14 { font-size: 12px; } }

.text-underline { text-decoration: underline; }

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.header { position: relative; margin: 30px 0 50px; z-index: 2; }

.header__logos { display: flex; gap: 68px; }

@media (max-width: 1399.98px) { .header__logos { gap: 16px; } }

.header__logo { width: 275px; height: 37px; }

.header__logo-projects { width: 96px; height: 80px; }

@media (max-width: 1199.98px) { .header__logo-projects { width: 50px; height: 50px; } }

.header__logo-emblem { width: 67px; height: 82px; position: relative; top: -9px; }

@media (max-width: 1199.98px) { .header__logo-emblem { top: 0; width: 30px; height: 37px; } }

.header__buttons { display: flex; gap: 40px; }

@media (max-width: 1199.98px) { .header__buttons { display: none; } }

.header__button-group { display: flex; gap: 12px; }

.header__button { display: flex; align-items: center; justify-content: center; padding: 0 28px; height: 56px; border: 2px solid rgba(255, 255, 255, 0.4); border-radius: 32px; font-weight: 400; font-size: 20px; line-height: 100%; text-align: center; letter-spacing: -0.02em; color: #fff; transition: 0.3s all; }

.header__button--icon { width: 56px; padding: 0; border-radius: 50%; }

.header__button--icon-mail svg { width: 22px; height: 18px; fill: transparent; }

.header__button--icon svg path { transition: 0.3s all; }

.header__button--primary { background: rgba(255, 255, 255, 0.25); }

.header__button:hover, .header__button:active, .header__button:focus { background: #fff; color: #00aa8d; }

.header__button:hover svg path, .header__button:active svg path, .header__button:focus svg path { stroke: currentColor; }

.header__title { display: block; margin: 28px 0 0; width: 1415px; height: 160px; }

.header__subtitle { margin: 40px 0 0; font-family: "TT Travels Next Trl", "TT_Travels_Next", sans-serif; font-size: 36px; line-height: 43px; font-weight: 600; letter-spacing: -0.02em; background: linear-gradient(270.22deg, #73afac 40.8%, #ffffff 100.77%), #ffffff; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }

.header__caption { margin: 24px 0 0; font-size: 16px; line-height: 19px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; }

.header__nav-link { font-size: 20px; text-transform: uppercase; font-weight: 400; }

.header__nav-link:not(:first-child) { margin-left: 60px; }

.header__nav-link.is-active { color: #86d2c5; }

@media (max-width: 1399.98px) { .header__nav-link { font-size: 16px; }
  .header__nav-link:not(:first-child) { margin-left: 16px; } }

@media (max-width: 991.98px) { .header__nav-link { display: flex; width: 100%; font-size: 18px; } }

.header__logo { display: flex; width: 275px; height: 37px; }

@media (max-width: 1399.98px) { .header__logo { width: 170px; height: 28px; } }

.header__profile { position: relative; justify-content: end; align-items: center; }

@media (max-width: 991.98px) { .header__profile { margin-top: auto; } }

.header__profile-icon { position: relative; width: 56px; height: 56px; display: flex; justify-content: center; align-items: center; background-color: #ffffff; flex-shrink: 0; border-radius: 8px; }

@media (max-width: 1399.98px) { .header__profile-icon { width: 43px; height: 43px; } }

.header__profile-icon img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.header__profile-icon .svg-icon { width: 24px; height: 24px; stroke-width: 1px; stroke: #00aa8d; }

@media (max-width: 991.98px) { .header__profile-icon { color: white; } }

.header__profile-content { margin-left: 16px; }

@media (max-width: 991.98px) { .header__profile-content { margin-left: 8px; } }

.header__profile-content-name { font-size: 16px; }

@media (max-width: 1399.98px) { .header__profile-content-name { font-size: 14px; margin-bottom: 4px; } }

.header__profile-content-id { display: flex; align-items: center; padding: 6px 8px; background-color: #ffffff1a; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; border-radius: 6px; }

.header__profile-content-id .svg-icon { width: 16px; height: 16px; stroke-width: 1px; margin-right: 6px; stroke: white; }

.header__profile-content-id p { font-size: 12px; margin-bottom: 0; }

.header__logout { display: flex; align-items: center; padding: 15px; border: 1px solid #ffffff; border-radius: 32px; background-color: #ffffff12; }

.header__logout span { font-size: 20px; }

.header__logout .svg-icon { width: 24px; height: 24px; stroke-width: 1px; }

@media (min-width: 992px) { .header__logout .svg-icon { margin-right: 8px; } }

@media (max-width: 1399.98px) { .header__logout { padding: 8px; }
  .header__logout span { font-size: 14px; }
  .header__logout .svg-icon { width: 18px; height: 18px; } }

.header__burger { position: relative; display: flex; align-items: center; padding: 0 10px; border: 2px solid #ffffff66; border-radius: 12px; background-color: #ffffff40; height: 40px; }

@media (min-width: 1200px) { .header__burger { display: none; } }

.header__burger-wrapper { position: relative; display: flex; align-items: center; width: 20px; height: 13px; }

.header__burger-wrapper span { display: block; width: 100%; height: 2px; background-color: #fff; }

.header__burger-wrapper::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #fff; }

.header__burger-wrapper::after { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #fff; }

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.footer { padding: 40px 0; background: linear-gradient(0deg, #26264a, #26264a), linear-gradient(236.4deg, #b759b4 -156.71%, #26264a 30.04%); }

@media (max-width: 991.98px) { .footer { padding-top: 32px; padding-bottom: 20px; } }

.footer__top { display: flex; }

.footer__logo { width: 320px; }

@media (max-width: 991.98px) { .footer__logo { width: 150px; } }

.footer__buttons { display: flex; margin-left: auto; }

.footer__buttons svg { fill: transparent; flex-shrink: 0; }

.footer__buttons a + a { margin-left: 16px; }

@media (max-width: 991.98px) { .footer__buttons a + a { margin-left: 10px; } }

@media (max-width: 991.98px) { .footer__buttons a:first-child { order: 2; }
  .footer__buttons a:last-child { order: 1; } }

.footer__buttons .header__button.message { width: 56px; padding: 0; flex-shrink: 0; }

@media (max-width: 991.98px) { .footer__buttons .header__button.message { height: 30px; width: 30px; margin-left: 10px; }
  .footer__buttons .header__button.message svg { width: 12px; } }

@media (max-width: 991.98px) { .footer__buttons .header__button { font-size: 11px; height: 30px; padding-left: 12px; padding-right: 12px; } }

.footer__bottom { margin-top: 24px; color: white; display: flex; justify-content: space-between; }

.footer__bottom p { font-size: 20px; }

@media (max-width: 991.98px) { .footer__bottom p { font-size: 11px; }
  .footer__bottom p:not(:first-child) { margin-left: 10px; } }

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.form__group { display: block; margin-bottom: 0.75rem; width: 100%; }

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.button { display: inline-block; padding: 25px; background: #00AA8D; color: #fff; border: 0; border-radius: 16px; font-family: 'TT Travels Next Trl', 'TT_Travels_Next', sans-serif; font-weight: 600; font-size: 36px; line-height: 36px; letter-spacing: -0.02em; transition: 0.3s all; cursor: pointer; }

.button[disabled] { background: rgba(0, 170, 141, 0.1); color: rgba(39, 135, 151, 0.4); cursor: not-allowed; }

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
.toast { transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); padding: 0.75rem 1.5rem; display: inline-flex; align-items: center; box-shadow: 0 0.45rem 0.375rem rgba(33, 37, 41, 0.15); border-radius: 4px; position: fixed; opacity: 0; max-width: calc(50% - 1.5rem); z-index: 7; color: #f8f9fa; }

.toast.status--success { background-color: #198754; }

.toast.status--warning { background-color: #ffc107; }

.toast.status--info { background-color: #0dcaf0; }

.toast.status--danger { background-color: #FF1493; }

.toast-text { font-size: 0.98438rem; margin-bottom: 0; padding-left: 1.125rem; padding-right: 0.75rem; font-weight: 500; }

.toast-close { color: inherit; width: 2em; height: 2em; padding: 0 0.5em; }

.toast-right { right: 15px; }

.toast-left { left: 15px; }

.toast-top { top: -150px; }

.toast-bottom { bottom: -150px; }

.toast-icon { width: 1.7em; height: 1.7em; margin-right: 1em; }

.toast-center { margin-left: auto; margin-right: auto; left: 0; right: 0; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; }

.toast.is-active { opacity: 1; }

@media (max-width: 374.98px) { .toast-right, .toast-left { margin-left: auto; margin-right: auto; left: 0; right: 0; max-width: calc(100% - 1.875rem); } }

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.page { font-family: "Inter", sans-serif; }

.checkbox { position: relative; display: flex; margin-top: 4px; }

.checkbox input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }

.checkbox input:checked + .checkbox__check { background-color: #00aa8d; border-color: #00aa8d; background: url(/local/layout2/public/css/shumera/../../img/shumera/check.svg) no-repeat center center; }

.checkbox input:checked + .checkbox__check .svg-icon { opacity: 1; }

.checkbox label { font-size: 20px; margin-left: 8px; }

@media (max-width: 1199.98px) { .checkbox label { font-size: 16px; } }

@media (max-width: 991.98px) { .checkbox label { font-size: 14px; } }

.checkbox__check { display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; background: rgba(0, 170, 141, 0.08); border: 1.5px solid rgba(0, 170, 141, 0.35); border-radius: 8px; flex-shrink: 0; }

@media (max-width: 991.98px) { .checkbox__check { width: 18px; height: 18px; } }

.breadcrumbs__list { display: flex; align-items: center; font-size: 20px; }

@media (max-width: 991.98px) { .breadcrumbs__list { font-size: 12px; } }

.breadcrumbs__item { position: relative; padding-right: 16px; margin-right: 16px; }

@media (max-width: 991.98px) { .breadcrumbs__item { padding-right: 8px; margin-right: 8px; } }

.breadcrumbs__item::after { content: ""; display: block; position: absolute; top: 50%; right: 0; background-image: url("/local/layout2/public/css/shumera/../../img/brdc-arrow.svg"); background-repeat: no-repeat; background-size: cover; width: 8px; height: 8px; transform: translate(50%, -50%); }

/*---------------pseudo element default styles---------------*/
/*---------------------pseudo full size---------------------*/
/*--------------------proportional ratio--------------------*/
/*--------------------placeholder styles--------------------*/
/*------------------------transition------------------------*/
/*--------------------background image--------------------*/
/*--------------------absolute alignment--------------------*/
/*------------------make triangle------------------*/
/*---------------------------fonts---------------------------*/
/*-----------------------map get recursive-----------------------*/
/*-----------------------interaction support-----------------------*/
/* Colors variables start */
/* Colors variables end */
/* Custom variables start*/
/* Custom variables end*/
/* Bootstrap variables start*/
/* Bootstrap variables end*/
/* Responsive font-size start*/
/* Responsive font-size end*/
.menu { display: flex; flex-direction: column; background: #000; color: #fff; height: 100%; }

.menu .header__nav-link { margin-left: 0; padding: 8px 0; }

.menu .header__profile { display: flex; justify-content: start; }

.menu .header__logout { display: flex; justify-content: center; padding: 12px 16px; }

.menu .button { display: flex; justify-content: center; align-items: center; width: 100%; }

.menu__close { color: #fff; }

.menu__close .svg-icon { stroke-width: 1px; }

@media (max-width: 991.98px) { .page--shumera-landing { background-position: top right; background-size: auto 30%; } }

.page--shumera-landing main { position: relative; z-index: 2; color: transparent; }

.page--shumera-landing .menu .button { height: 60px; font-size: 18px; }

.page--shumera-landing .page__content { position: relative; overflow: hidden; }

.page--shumera-landing .page__content::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 45%; background-image: url("/local/layout2/public/css/shumera/../../img/landing-bg-top.png"); background-repeat: no-repeat; background-position: top; background-size: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; }

@media (max-width: 1199.98px) { .page--shumera-landing .page__content::before { width: 260%; } }

.page--shumera-landing .page__content::after { content: ""; display: block; position: absolute; top: 60%; left: 0; width: 100%; height: 45%; background-image: url("/local/layout2/public/css/shumera/../../img/landing-bg-bottom.png"); background-repeat: no-repeat; background-position: bottom; background-size: cover; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; }

.landing-top h2 { font-family: "TT_Travels_Next", sans-serif; font-size: 36px; font-weight: 600; background: linear-gradient(270.22deg, #73afac 40.8%, #ffffff 100.77%); color: transparent; -webkit-background-clip: text; background-clip: text; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin-bottom: 28px; }

@media (max-width: 991.98px) { .landing-top h2 { font-size: 16px; margin-bottom: 10px; } }

.landing-title { display: flex; }

@media (max-width: 991.98px) { .landing-title svg { height: auto; } }

.landing-subtitle { display: grid; grid-template-columns: 1fr 2fr; gap: 160px; margin-top: 24px; }

@media (max-width: 1399.98px) { .landing-subtitle { grid-template-columns: 1fr; gap: 16px; } }

@media (max-width: 991.98px) { .landing-subtitle { margin-top: 10px; gap: 10px; } }

.landing-subtitle p { font-size: 20px; color: #ffffff; }

.landing-subtitle p:first-child { text-transform: uppercase; font-size: 16px; }

@media (max-width: 991.98px) { .landing-subtitle p { font-size: 12px !important; } }

.landing-loader { display: flex; gap: 16px; margin-top: 60px; }

@media (max-width: 1399.98px) { .landing-loader { display: grid; grid-template-columns: 1fr; margin-top: 20px; } }

.landing-loader__widget { display: flex; flex-direction: column; flex-grow: 1; padding: 40px; gap: 24px; background: #fff; border-radius: 36px; }

@media (max-width: 1399.98px) { .landing-loader__widget { grid-column: 1/3; display: grid; padding: 16px; gap: 16px; }
  .landing-loader__widget .button { padding: 16px; font-size: 16px; line-height: 100%; } }

.landing-loader__widget-content { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

@media (max-width: 991.98px) { .landing-loader__widget-content { grid-template-columns: 1fr; gap: 16px; } }

.landing-loader__widget .form__group.checkbox { grid-column: 1; grid-row: 2; }

@media (max-width: 991.98px) { .landing-loader__widget .form__group.checkbox { grid-column: 1/3; grid-row: 3; margin-bottom: 0; } }

.landing-loader__widget .form__group.checkbox label { color: #26264a; }

.landing-loader__widget .form__group.checkbox label a { color: #00aa8d; }

.landing-loader__widget .button { grid-column: 1/3; }

.landing-loader__widget-info { display: flex; flex-direction: column; justify-content: space-between; font-size: 20px; line-height: 25px; letter-spacing: -0.02em; color: #26264a; grid-column: 1; grid-row: 1; }

@media (max-width: 991.98px) { .landing-loader__widget-info { grid-column: 1/3; grid-row: 1; }
  .landing-loader__widget-info br { display: none; } }

.landing-loader__widget-title { font-family: "TT Travels Next Trl", "TT_Travels_Next", sans-serif; font-style: normal; font-weight: 600; font-size: 36px; line-height: 36px; letter-spacing: -0.02em; background: linear-gradient(98.31deg, #59bfae 0%, #ff1493 103.07%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }

@media (max-width: 991.98px) { .landing-loader__widget-title { font-size: 16px; line-height: 100%; } }

.landing-loader__widget-dnd { position: relative; background: rgba(0, 170, 141, 0.08); border: 1.5px dashed rgba(0, 170, 141, 0.35); border-radius: 16px; grid-column: 2; grid-row: 1/3; }

@media (max-width: 991.98px) { .landing-loader__widget-dnd { height: 170px; border-radius: 8px; grid-column: 1/3; grid-row: 2; } }

.landing-loader__widget-dnd .form__file { height: 100%; }

.landing-loader__widget-dnd .form__file-wrapper { position: relative; height: 100%; }

.landing-loader__widget-dnd .form__file-wrapper input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }

.landing-loader__widget-dnd .form__file-inner { display: flex; flex-direction: column; height: 100%; color: #11192b; text-align: center; font-size: 20px; padding: 25px 32px 10px 32px; }

@media (max-width: 991.98px) { .landing-loader__widget-dnd .form__file-inner { font-size: 14px; } }

.landing-loader__widget-dnd .form__file-inner span { color: #00aa8d; }

.landing-loader__widget-dnd .form__file-inner svg { fill: transparent; margin-bottom: 8px; }

.landing-loader__widget-dnd .form__file-info { margin-top: auto; color: #11192b; opacity: 50%; font-size: 14px; text-align: center; margin-bottom: 0; }

@media (max-width: 991.98px) { .landing-loader__widget-dnd .form__file-info { font-size: 12px; } }

.landing-loader__links { width: 400px; display: flex; flex-direction: column; gap: 16px; }

@media (max-width: 1399.98px) { .landing-loader__links { display: grid; grid-template-columns: 1fr 1fr; width: 100%; grid-column: 1/3; gap: 10px; } }

.landing-loader__link { position: relative; padding: 82px 40px 40px; height: 172px; background: rgba(0, 170, 141, 0.3); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); border-radius: 36px; font-weight: 400; font-size: 20px; line-height: 25px; letter-spacing: -0.02em; color: #fff; z-index: 2; overflow: hidden; transition: 0.3s all; }

@media (max-width: 991.98px) { .landing-loader__link { font-size: 16px; padding: 52px 16px 16px 16px; border-radius: 24px; } }

.landing-loader__link::before { content: ""; display: block; width: 24px; height: 24px; position: absolute; top: 40px; left: 40px; background: url(/local/layout2/public/css/shumera/../../img/shumera/arrow-up.svg) no-repeat center/cover; z-index: 1; pointer-events: none; transition: 0.3s all; }

@media (max-width: 991.98px) { .landing-loader__link::before { top: 20px; left: 16px; width: 16px; height: 16px; } }

.landing-loader__link::after { content: ""; position: absolute; inset: 0; padding: 2px; background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)); border-radius: inherit; box-sizing: border-box; z-index: 1; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; transition: 0.3s all; }

.landing-loader__link:hover, .landing-loader__link:active, .landing-loader__link:focus { background: #00aa8d; }

.landing-loader__link:hover::before, .landing-loader__link:active::before, .landing-loader__link:focus::before { background-image: url(/local/layout2/public/css/shumera/../../img/shumera/arrow-right.svg); }

.landing-loader__link:hover::after, .landing-loader__link:active::after, .landing-loader__link:focus::after { display: none; }

.landing-title { font-family: "TT Travels Next Trl", "TT_Travels_Next", sans-serif; font-style: normal; font-weight: 600; font-size: 92px; line-height: 100%; text-transform: uppercase; background: linear-gradient(98.31deg, #59bfae 0%, #ff1493 103.07%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }

@media (max-width: 1399.98px) { .landing-title { font-size: 64px; } }

@media (max-width: 991.98px) { .landing-title { font-size: 30px; } }

.landing-possibilities { color: #26264a; margin-top: 260px; }

@media (max-width: 991.98px) { .landing-possibilities { margin-top: 75px; } }

.landing-possibilities__top { display: flex; align-items: center; }

@media (max-width: 1399.98px) { .landing-possibilities__top { flex-direction: column; align-items: start; } }

.landing-possibilities__top p { font-size: 36px; font-weight: 700; max-width: 500px; margin-left: 40px; }

@media (max-width: 1399.98px) { .landing-possibilities__top p { margin-left: 0; margin-top: 16px; } }

@media (max-width: 991.98px) { .landing-possibilities__top p { font-size: 16px; } }

.landing-possibilities__list { margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 16px; }

@media (max-width: 1399.98px) { .landing-possibilities__list { grid-template-columns: 1fr 1fr; } }

@media (max-width: 991.98px) { .landing-possibilities__list { margin-top: 32px; grid-template-columns: 1fr; gap: 10px; } }

.landing-possibilities__item { position: relative; border-radius: 36px; border: 2px solid #5bb9ad59; background-color: white; padding: 10px; display: grid; grid-template-columns: 1fr auto; }

@media (max-width: 991.98px) { .landing-possibilities__item { border-radius: 24px; } }

.landing-possibilities__item-counter { display: flex; justify-content: center; align-items: center; width: 70px; height: 70px; border-radius: 26px; background-color: #eef9f7; color: #00aa8d; font-size: 32px; font-weight: 600; }

@media (max-width: 991.98px) { .landing-possibilities__item-counter { width: 50px; height: 50px; font-size: 24px; } }

.landing-possibilities__item-inner { padding: 30px; }

@media (max-width: 991.98px) { .landing-possibilities__item-inner { padding: 10px; } }

.landing-possibilities__item-title { font-size: 36px; font-weight: 700; margin-bottom: 32px; }

@media (max-width: 991.98px) { .landing-possibilities__item-title { font-size: 16px; margin-bottom: 6px; } }

.landing-possibilities__item-text { font-size: 20px; margin-bottom: 0; }

@media (max-width: 991.98px) { .landing-possibilities__item-text { font-size: 14px; } }

.landing-advantages { margin-top: 120px; }

.landing-advantages__content { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 40px; overflow: hidden; border-radius: 36px; background: linear-gradient(180deg, rgba(0, 170, 141, 0.07) 0%, rgba(0, 170, 141, 0) 100%); }

@media (min-width: 1400px) { .landing-advantages__content::after { content: ""; display: block; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background-image: url("/local/layout2/public/css/shumera/../../img/advantages-bg-top.png"); background-repeat: no-repeat; background-size: contain; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; } }

@media (max-width: 1399.98px) { .landing-advantages__content { padding: 0; grid-template-columns: 1fr; border-radius: 0; gap: 10px; margin-top: 28px; } }

@media (min-width: 1400px) { .landing-advantages__part:nth-child(2) { grid-row: 2; grid-column: 2; } }

.landing-advantages__part-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

@media (max-width: 991.98px) { .landing-advantages__part-list { gap: 10px; } }

.landing-advantages__part-item { display: flex; flex-direction: column; justify-content: space-between; color: #26264a; background-color: #ffffff; border: 1px solid #5bb9ad59; border-radius: 16px; padding: 40px; min-height: 340px; }

@media (max-width: 991.98px) { .landing-advantages__part-item { padding: 20px 16px; min-height: 245px; } }

.landing-advantages__part-item h4 { font-size: 32px; font-weight: 700; }

@media (max-width: 991.98px) { .landing-advantages__part-item h4 { font-size: 16px; } }

.landing-advantages__part-item p { font-size: 20px; }

@media (max-width: 991.98px) { .landing-advantages__part-item p { font-size: 12px; } }

.landing-advantages__part-button { width: 100%; margin-top: 16px; }

.landing-advantages__part-button .button { transition: all 0.2s ease-in-out; display: flex; justify-content: center; align-items: center; width: 100%; }

@media (prefers-reduced-motion: reduce) { .landing-advantages__part-button .button { transition: none; } }

.landing-advantages__part-button .button svg { transition: all 0.2s ease-in-out; margin-left: 30px; }

@media (prefers-reduced-motion: reduce) { .landing-advantages__part-button .button svg { transition: none; } }

.landing-advantages__part-button .button:hover svg { transform: translateX(10px); }

@media (max-width: 991.98px) { .landing-advantages__part-button .button { padding: 16px 0; font-size: 18px; line-height: 100%; }
  .landing-advantages__part-button .button svg { width: 12px; height: 12px; margin-left: 12px; } }

.landing-qanda { margin-bottom: 120px; }

@media (min-width: 1400px) { .landing-qanda { margin-top: -250px; } }

@media (max-width: 1399.98px) { .landing-qanda { margin-top: 60px; margin-bottom: 40px; } }

.landing-qanda__top h4 { font-family: "TT_Travels_Next", sans-serif; font-style: normal; font-weight: 600; font-size: 92px; text-transform: uppercase; color: white; }

@media (max-width: 1199.98px) { .landing-qanda__top h4 { font-size: 32px; } }

.landing-qanda__content { margin-top: 60px; }

@media (max-width: 991.98px) { .landing-qanda__content { margin-top: 32px; } }

.landing-qanda__item { position: relative; color: white; padding: 40px; border: 2px solid #ffffff80; border-radius: 36px; overflow: hidden; }

.landing-qanda__item:not(:first-child) { margin-top: 16px; }

@media (max-width: 1199.98px) { .landing-qanda__item { padding: 24px 20px; border-radius: 24px; }
  .landing-qanda__item:not(:first-child) { margin-top: 10px; } }

.landing-qanda__item::before { content: ""; display: block; position: absolute; transition: all 0.2s ease-in-out; top: 0; left: 0; width: 100%; height: 100%; background-color: #00aa8d80; opacity: 0; }

@media (prefers-reduced-motion: reduce) { .landing-qanda__item::before { transition: none; } }

.landing-qanda__item.is-active::before { opacity: 1; }

.landing-qanda__item.is-active .landing-qanda__item-question svg { transform: rotate(180deg); }

.landing-qanda__item.is-active .landing-qanda__item-collapse { max-height: 400px; }

.landing-qanda__item-question { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; z-index: 2; }

.landing-qanda__item-question h4 { margin-bottom: 0; font-size: 36px; font-weight: 700; }

@media (max-width: 1199.98px) { .landing-qanda__item-question h4 { font-size: 14px; text-align: start; } }

.landing-qanda__item-question svg { transition: all 0.2s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .landing-qanda__item-question svg { transition: none; } }

@media (max-width: 1199.98px) { .landing-qanda__item-question svg { width: 16px; height: 16px; } }

.landing-qanda__item-collapse { transition: all 0.2s ease-in-out; position: relative; max-height: 0; overflow: hidden; }

@media (prefers-reduced-motion: reduce) { .landing-qanda__item-collapse { transition: none; } }

.landing-qanda__item-answer { margin-top: 24px; }

@media (max-width: 991.98px) { .landing-qanda__item-answer { margin-top: 6px; } }

.landing-qanda__item-answer p { font-size: 20px; }

@media (max-width: 991.98px) { .landing-qanda__item-answer p { font-size: 14px; } }

.policy { margin-top: 24px; font-size: 20px; padding-bottom: 150px; }

@media (max-width: 991.98px) { .policy { font-size: 16px; padding-bottom: 100px; } }

.policy__block:not(:first-child) { margin-top: 24px; }

@media (max-width: 991.98px) { .policy__block:not(:first-child) { margin-top: 16px; } }

.policy h1 { font-family: "TT_Travels_Next", sans-serif; text-transform: uppercase; font-size: 48px; margin-bottom: 60px; }

@media (max-width: 991.98px) { .policy h1 { font-size: 36px; margin-top: 0; margin-bottom: 18px; } }

.policy h2 { font-size: 32px; margin-bottom: 16px; font-weight: 700; }

@media (max-width: 1199.98px) { .policy h2 { font-size: 24px; } }

@media (max-width: 991.98px) { .policy h2 { font-size: 20px; } }

.policy ul { list-style-type: disc; }

.policy ul li { margin-left: 20px; list-style-type: disc; }

.policy .table-wrapper { border: 1px solid #76c5bb; border-radius: 20px; margin-top: 20px; margin-bottom: 24px; }

.policy thead { border-bottom: 1px solid #76c5bb; }

.policy tr td:first-child { font-weight: 700; }

.policy tr + tr { border-top: 1px solid #76c5bb; }

.policy th, .policy td { padding: 40px; }

@media (max-width: 991.98px) { .policy th, .policy td { padding: 10px 16px; } }

.policy th + th { border-left: 1px solid #76c5bb; }

.policy td + td { border-left: 1px solid #76c5bb; }

/*# sourceMappingURL=common.css.map */

/* End */


/* Start:/local/templates/shumera/components/bitrix/menu/footer-menu/style.min.css?1771749451490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/shumera/components/bitrix/menu/footer-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/shumera/template_styles.css?17721842971717*/
.landing-qanda__item-answer ol {
    list-style-type:decimal;
}
.landing-qanda__item-answer ol li {
    list-style:decimal; 
    padding: initial;
}
.landing-qanda__item-answer li:not(:last-child) {
    padding-bottom: 10px;
}



.page__wrapper .footer {
  flex: 0 0 auto;
}

.footer {
  color: #fff;
  background: #140f28;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .footer {
    font-size: 14px;
  }
}

.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

@media (max-width: 991.98px) {
  .footer__wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}

.footer__right {
  grid-column: 3;
}

@media (max-width: 991.98px) {
  .footer__right {
    grid-column: 2;
  }
}

.footer__left {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__logo {
  max-width: 320px;
}

@media (max-width: 991.98px) {
  .footer__logo {
    max-width: 150px;
  }
}

.footer__made {
  grid-column: 2;
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .footer__made {
    grid-column: 1/3;
    grid-row: 2;
    text-align: center;
  }
}

.footer__menu {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
}

.footer__menu-link {
  padding: 10px;
  border: 1.5px solid #ffffff66;
  text-align: end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .footer__menu-link {
    padding: 3px 10px;
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .footer__name {
    font-size: 12px;
  }
}
/* End */
/* /local/layout2/public/css/shumera/libs.css?1771749450134453 */
/* /local/layout2/public/css/shumera/common.css?177174945044910 */
/* /local/templates/shumera/components/bitrix/menu/footer-menu/style.min.css?1771749451490 */
/* /local/templates/shumera/template_styles.css?17721842971717 */
