.tyc-bootstrap :root,
.tyc-bootstrap [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
.tyc-bootstrap [data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
.tyc-bootstrap *,
.tyc-bootstrap *::before,
.tyc-bootstrap *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .tyc-bootstrap :root {
    scroll-behavior: smooth;
  }
}
.tyc-bootstrap body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tyc-bootstrap hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
.tyc-bootstrap h6, .tyc-bootstrap h5, .tyc-bootstrap h4, .tyc-bootstrap h3, .tyc-bootstrap h2, .tyc-bootstrap h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.tyc-bootstrap h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .tyc-bootstrap h1 {
    font-size: 2.5rem;
  }
}
.tyc-bootstrap h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .tyc-bootstrap h2 {
    font-size: 2rem;
  }
}
.tyc-bootstrap h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .tyc-bootstrap h3 {
    font-size: 1.75rem;
  }
}
.tyc-bootstrap h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .tyc-bootstrap h4 {
    font-size: 1.5rem;
  }
}
.tyc-bootstrap h5 {
  font-size: 1.25rem;
}
.tyc-bootstrap h6 {
  font-size: 1rem;
}
.tyc-bootstrap p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tyc-bootstrap abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
.tyc-bootstrap address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.tyc-bootstrap ol,
.tyc-bootstrap ul {
  padding-left: 2rem;
}
.tyc-bootstrap ol,
.tyc-bootstrap ul,
.tyc-bootstrap dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tyc-bootstrap ol ol,
.tyc-bootstrap ul ul,
.tyc-bootstrap ol ul,
.tyc-bootstrap ul ol {
  margin-bottom: 0;
}
.tyc-bootstrap dt {
  font-weight: 700;
}
.tyc-bootstrap dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.tyc-bootstrap blockquote {
  margin: 0 0 1rem;
}
.tyc-bootstrap b,
.tyc-bootstrap strong {
  font-weight: bolder;
}
.tyc-bootstrap small {
  font-size: 0.875em;
}
.tyc-bootstrap mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
.tyc-bootstrap sub,
.tyc-bootstrap sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.tyc-bootstrap sub {
  bottom: -0.25em;
}
.tyc-bootstrap sup {
  top: -0.5em;
}
.tyc-bootstrap a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
.tyc-bootstrap a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.tyc-bootstrap a:not([href]):not([class]), .tyc-bootstrap a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.tyc-bootstrap pre,
.tyc-bootstrap code,
.tyc-bootstrap kbd,
.tyc-bootstrap samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
.tyc-bootstrap pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.tyc-bootstrap pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.tyc-bootstrap code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > .tyc-bootstrap code {
  color: inherit;
}
.tyc-bootstrap kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
.tyc-bootstrap kbd kbd {
  padding: 0;
  font-size: 1em;
}
.tyc-bootstrap figure {
  margin: 0 0 1rem;
}
.tyc-bootstrap img,
.tyc-bootstrap svg {
  vertical-align: middle;
}
.tyc-bootstrap table {
  caption-side: bottom;
  border-collapse: collapse;
}
.tyc-bootstrap caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
.tyc-bootstrap th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.tyc-bootstrap thead,
.tyc-bootstrap tbody,
.tyc-bootstrap tfoot,
.tyc-bootstrap tr,
.tyc-bootstrap td,
.tyc-bootstrap th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.tyc-bootstrap label {
  display: inline-block;
}
.tyc-bootstrap button {
  border-radius: 0;
}
.tyc-bootstrap button:focus:not(:focus-visible) {
  outline: 0;
}
.tyc-bootstrap input,
.tyc-bootstrap button,
.tyc-bootstrap select,
.tyc-bootstrap optgroup,
.tyc-bootstrap textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.tyc-bootstrap button,
.tyc-bootstrap select {
  text-transform: none;
}
.tyc-bootstrap [role=button] {
  cursor: pointer;
}
.tyc-bootstrap select {
  word-wrap: normal;
}
.tyc-bootstrap select:disabled {
  opacity: 1;
}
.tyc-bootstrap [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
.tyc-bootstrap button,
.tyc-bootstrap [type=button],
.tyc-bootstrap [type=reset],
.tyc-bootstrap [type=submit] {
  -webkit-appearance: button;
}
.tyc-bootstrap button:not(:disabled),
.tyc-bootstrap [type=button]:not(:disabled),
.tyc-bootstrap [type=reset]:not(:disabled),
.tyc-bootstrap [type=submit]:not(:disabled) {
  cursor: pointer;
}
.tyc-bootstrap ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.tyc-bootstrap textarea {
  resize: vertical;
}
.tyc-bootstrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.tyc-bootstrap legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .tyc-bootstrap legend {
    font-size: 1.5rem;
  }
}
.tyc-bootstrap legend + * {
  clear: left;
}
.tyc-bootstrap ::-webkit-datetime-edit-fields-wrapper,
.tyc-bootstrap ::-webkit-datetime-edit-text,
.tyc-bootstrap ::-webkit-datetime-edit-minute,
.tyc-bootstrap ::-webkit-datetime-edit-hour-field,
.tyc-bootstrap ::-webkit-datetime-edit-day-field,
.tyc-bootstrap ::-webkit-datetime-edit-month-field,
.tyc-bootstrap ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.tyc-bootstrap ::-webkit-inner-spin-button {
  height: auto;
}
.tyc-bootstrap [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.tyc-bootstrap [type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
.tyc-bootstrap {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
}
.tyc-bootstrap ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.tyc-bootstrap ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.tyc-bootstrap ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.tyc-bootstrap output {
  display: inline-block;
}
.tyc-bootstrap iframe {
  border: 0;
}
.tyc-bootstrap summary {
  display: list-item;
  cursor: pointer;
}
.tyc-bootstrap progress {
  vertical-align: baseline;
}
.tyc-bootstrap [hidden] {
  display: none !important;
}
.tyc-bootstrap :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.tyc-bootstrap .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.tyc-bootstrap .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.tyc-bootstrap .col {
  flex: 1 0 0;
}
.tyc-bootstrap .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.tyc-bootstrap .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.tyc-bootstrap .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.tyc-bootstrap .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.tyc-bootstrap .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.tyc-bootstrap .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.tyc-bootstrap .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.tyc-bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.tyc-bootstrap .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.tyc-bootstrap .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.tyc-bootstrap .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.tyc-bootstrap .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.tyc-bootstrap .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.tyc-bootstrap .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.tyc-bootstrap .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.tyc-bootstrap .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.tyc-bootstrap .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.tyc-bootstrap .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.tyc-bootstrap .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.tyc-bootstrap .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.tyc-bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.tyc-bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.tyc-bootstrap .offset-3 {
  margin-left: 25%;
}
.tyc-bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.tyc-bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.tyc-bootstrap .offset-6 {
  margin-left: 50%;
}
.tyc-bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.tyc-bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.tyc-bootstrap .offset-9 {
  margin-left: 75%;
}
.tyc-bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.tyc-bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
.tyc-bootstrap .g-0,
.tyc-bootstrap .gx-0 {
  --bs-gutter-x: 0;
}
.tyc-bootstrap .g-0,
.tyc-bootstrap .gy-0 {
  --bs-gutter-y: 0;
}
.tyc-bootstrap .g-1,
.tyc-bootstrap .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.tyc-bootstrap .g-1,
.tyc-bootstrap .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.tyc-bootstrap .g-2,
.tyc-bootstrap .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.tyc-bootstrap .g-2,
.tyc-bootstrap .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.tyc-bootstrap .g-3,
.tyc-bootstrap .gx-3 {
  --bs-gutter-x: 1rem;
}
.tyc-bootstrap .g-3,
.tyc-bootstrap .gy-3 {
  --bs-gutter-y: 1rem;
}
.tyc-bootstrap .g-4,
.tyc-bootstrap .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.tyc-bootstrap .g-4,
.tyc-bootstrap .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.tyc-bootstrap .g-5,
.tyc-bootstrap .gx-5 {
  --bs-gutter-x: 3rem;
}
.tyc-bootstrap .g-5,
.tyc-bootstrap .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .tyc-bootstrap .col-sm {
    flex: 1 0 0;
  }
  .tyc-bootstrap .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .tyc-bootstrap .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .tyc-bootstrap .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .tyc-bootstrap .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tyc-bootstrap .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .tyc-bootstrap .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .tyc-bootstrap .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tyc-bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .tyc-bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .tyc-bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tyc-bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tyc-bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tyc-bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .tyc-bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tyc-bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .tyc-bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .tyc-bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tyc-bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .tyc-bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .tyc-bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .tyc-bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .tyc-bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .tyc-bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .tyc-bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .tyc-bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .tyc-bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .tyc-bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .tyc-bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .tyc-bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .tyc-bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .tyc-bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .tyc-bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .tyc-bootstrap .g-sm-0,
  .tyc-bootstrap .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .tyc-bootstrap .g-sm-0,
  .tyc-bootstrap .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .tyc-bootstrap .g-sm-1,
  .tyc-bootstrap .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .tyc-bootstrap .g-sm-1,
  .tyc-bootstrap .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .tyc-bootstrap .g-sm-2,
  .tyc-bootstrap .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .tyc-bootstrap .g-sm-2,
  .tyc-bootstrap .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .tyc-bootstrap .g-sm-3,
  .tyc-bootstrap .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .tyc-bootstrap .g-sm-3,
  .tyc-bootstrap .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .tyc-bootstrap .g-sm-4,
  .tyc-bootstrap .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .tyc-bootstrap .g-sm-4,
  .tyc-bootstrap .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .tyc-bootstrap .g-sm-5,
  .tyc-bootstrap .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .tyc-bootstrap .g-sm-5,
  .tyc-bootstrap .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .tyc-bootstrap .col-md {
    flex: 1 0 0;
  }
  .tyc-bootstrap .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .tyc-bootstrap .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .tyc-bootstrap .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .tyc-bootstrap .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tyc-bootstrap .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .tyc-bootstrap .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .tyc-bootstrap .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tyc-bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .tyc-bootstrap .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .tyc-bootstrap .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tyc-bootstrap .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tyc-bootstrap .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tyc-bootstrap .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .tyc-bootstrap .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tyc-bootstrap .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .tyc-bootstrap .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .tyc-bootstrap .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tyc-bootstrap .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .tyc-bootstrap .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .tyc-bootstrap .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .tyc-bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .tyc-bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .tyc-bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .tyc-bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .tyc-bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .tyc-bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .tyc-bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .tyc-bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .tyc-bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .tyc-bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .tyc-bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .tyc-bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .tyc-bootstrap .g-md-0,
  .tyc-bootstrap .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .tyc-bootstrap .g-md-0,
  .tyc-bootstrap .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .tyc-bootstrap .g-md-1,
  .tyc-bootstrap .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .tyc-bootstrap .g-md-1,
  .tyc-bootstrap .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .tyc-bootstrap .g-md-2,
  .tyc-bootstrap .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .tyc-bootstrap .g-md-2,
  .tyc-bootstrap .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .tyc-bootstrap .g-md-3,
  .tyc-bootstrap .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .tyc-bootstrap .g-md-3,
  .tyc-bootstrap .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .tyc-bootstrap .g-md-4,
  .tyc-bootstrap .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .tyc-bootstrap .g-md-4,
  .tyc-bootstrap .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .tyc-bootstrap .g-md-5,
  .tyc-bootstrap .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .tyc-bootstrap .g-md-5,
  .tyc-bootstrap .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .tyc-bootstrap .col-lg {
    flex: 1 0 0;
  }
  .tyc-bootstrap .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .tyc-bootstrap .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .tyc-bootstrap .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .tyc-bootstrap .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tyc-bootstrap .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .tyc-bootstrap .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .tyc-bootstrap .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tyc-bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .tyc-bootstrap .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .tyc-bootstrap .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tyc-bootstrap .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tyc-bootstrap .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tyc-bootstrap .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .tyc-bootstrap .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tyc-bootstrap .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .tyc-bootstrap .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .tyc-bootstrap .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tyc-bootstrap .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .tyc-bootstrap .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .tyc-bootstrap .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .tyc-bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .tyc-bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .tyc-bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .tyc-bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .tyc-bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .tyc-bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .tyc-bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .tyc-bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .tyc-bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .tyc-bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .tyc-bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .tyc-bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .tyc-bootstrap .g-lg-0,
  .tyc-bootstrap .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .tyc-bootstrap .g-lg-0,
  .tyc-bootstrap .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .tyc-bootstrap .g-lg-1,
  .tyc-bootstrap .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .tyc-bootstrap .g-lg-1,
  .tyc-bootstrap .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .tyc-bootstrap .g-lg-2,
  .tyc-bootstrap .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .tyc-bootstrap .g-lg-2,
  .tyc-bootstrap .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .tyc-bootstrap .g-lg-3,
  .tyc-bootstrap .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .tyc-bootstrap .g-lg-3,
  .tyc-bootstrap .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .tyc-bootstrap .g-lg-4,
  .tyc-bootstrap .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .tyc-bootstrap .g-lg-4,
  .tyc-bootstrap .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .tyc-bootstrap .g-lg-5,
  .tyc-bootstrap .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .tyc-bootstrap .g-lg-5,
  .tyc-bootstrap .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .tyc-bootstrap .col-xl {
    flex: 1 0 0;
  }
  .tyc-bootstrap .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .tyc-bootstrap .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .tyc-bootstrap .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .tyc-bootstrap .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tyc-bootstrap .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .tyc-bootstrap .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .tyc-bootstrap .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tyc-bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .tyc-bootstrap .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .tyc-bootstrap .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tyc-bootstrap .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tyc-bootstrap .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tyc-bootstrap .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .tyc-bootstrap .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tyc-bootstrap .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .tyc-bootstrap .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .tyc-bootstrap .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tyc-bootstrap .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .tyc-bootstrap .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .tyc-bootstrap .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .tyc-bootstrap .offset-xl-0 {
    margin-left: 0;
  }
  .tyc-bootstrap .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .tyc-bootstrap .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .tyc-bootstrap .offset-xl-3 {
    margin-left: 25%;
  }
  .tyc-bootstrap .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .tyc-bootstrap .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .tyc-bootstrap .offset-xl-6 {
    margin-left: 50%;
  }
  .tyc-bootstrap .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .tyc-bootstrap .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .tyc-bootstrap .offset-xl-9 {
    margin-left: 75%;
  }
  .tyc-bootstrap .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .tyc-bootstrap .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .tyc-bootstrap .g-xl-0,
  .tyc-bootstrap .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .tyc-bootstrap .g-xl-0,
  .tyc-bootstrap .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .tyc-bootstrap .g-xl-1,
  .tyc-bootstrap .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .tyc-bootstrap .g-xl-1,
  .tyc-bootstrap .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .tyc-bootstrap .g-xl-2,
  .tyc-bootstrap .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .tyc-bootstrap .g-xl-2,
  .tyc-bootstrap .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .tyc-bootstrap .g-xl-3,
  .tyc-bootstrap .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .tyc-bootstrap .g-xl-3,
  .tyc-bootstrap .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .tyc-bootstrap .g-xl-4,
  .tyc-bootstrap .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .tyc-bootstrap .g-xl-4,
  .tyc-bootstrap .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .tyc-bootstrap .g-xl-5,
  .tyc-bootstrap .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .tyc-bootstrap .g-xl-5,
  .tyc-bootstrap .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .tyc-bootstrap .col-xxl {
    flex: 1 0 0;
  }
  .tyc-bootstrap .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .tyc-bootstrap .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .tyc-bootstrap .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .tyc-bootstrap .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tyc-bootstrap .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .tyc-bootstrap .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .tyc-bootstrap .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tyc-bootstrap .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .tyc-bootstrap .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .tyc-bootstrap .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .tyc-bootstrap .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .tyc-bootstrap .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .tyc-bootstrap .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .tyc-bootstrap .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tyc-bootstrap .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .tyc-bootstrap .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .tyc-bootstrap .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .tyc-bootstrap .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .tyc-bootstrap .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .tyc-bootstrap .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .tyc-bootstrap .offset-xxl-0 {
    margin-left: 0;
  }
  .tyc-bootstrap .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .tyc-bootstrap .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .tyc-bootstrap .offset-xxl-3 {
    margin-left: 25%;
  }
  .tyc-bootstrap .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .tyc-bootstrap .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .tyc-bootstrap .offset-xxl-6 {
    margin-left: 50%;
  }
  .tyc-bootstrap .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .tyc-bootstrap .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .tyc-bootstrap .offset-xxl-9 {
    margin-left: 75%;
  }
  .tyc-bootstrap .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .tyc-bootstrap .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .tyc-bootstrap .g-xxl-0,
  .tyc-bootstrap .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .tyc-bootstrap .g-xxl-0,
  .tyc-bootstrap .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .tyc-bootstrap .g-xxl-1,
  .tyc-bootstrap .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .tyc-bootstrap .g-xxl-1,
  .tyc-bootstrap .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .tyc-bootstrap .g-xxl-2,
  .tyc-bootstrap .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .tyc-bootstrap .g-xxl-2,
  .tyc-bootstrap .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .tyc-bootstrap .g-xxl-3,
  .tyc-bootstrap .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .tyc-bootstrap .g-xxl-3,
  .tyc-bootstrap .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .tyc-bootstrap .g-xxl-4,
  .tyc-bootstrap .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .tyc-bootstrap .g-xxl-4,
  .tyc-bootstrap .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .tyc-bootstrap .g-xxl-5,
  .tyc-bootstrap .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .tyc-bootstrap .g-xxl-5,
  .tyc-bootstrap .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.tyc-bootstrap .form-label {
  margin-bottom: 0.5rem;
}
.tyc-bootstrap .col-form-label {
  padding-top: calc(0.375em + var(--bs-border-width));
  padding-bottom: calc(0.375em + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.tyc-bootstrap .col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.tyc-bootstrap .col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.tyc-bootstrap .form-text {
  margin-top: 0.25rem;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .tyc-bootstrap .form-text {
    font-size: 1.6rem;
  }
}
.tyc-bootstrap .form-text {
  color: var(--bs-secondary-color);
}
.tyc-bootstrap .form-control {
  display: block;
  width: 100%;
  padding: 0.375em 2rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tyc-bootstrap .form-control {
    transition: none;
  }
}
.tyc-bootstrap .form-control[type=file] {
  overflow: hidden;
}
.tyc-bootstrap .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.tyc-bootstrap .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.tyc-bootstrap .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.tyc-bootstrap .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.tyc-bootstrap .form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.tyc-bootstrap .form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.tyc-bootstrap .form-control::file-selector-button {
  padding: 0.375em 2rem;
  margin: -0.375em -2rem;
  margin-inline-end: 2rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tyc-bootstrap .form-control::file-selector-button {
    transition: none;
  }
}
.tyc-bootstrap .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.tyc-bootstrap .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375em 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.tyc-bootstrap .form-control-plaintext:focus {
  outline: 0;
}
.tyc-bootstrap .form-control-plaintext.form-control-sm, .tyc-bootstrap .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.tyc-bootstrap .form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.tyc-bootstrap .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.tyc-bootstrap .form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.tyc-bootstrap .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.tyc-bootstrap textarea.form-control {
  min-height: calc(1.5em + 0.75em + calc(var(--bs-border-width) * 2));
}
.tyc-bootstrap textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.tyc-bootstrap textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.tyc-bootstrap .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75em + calc(var(--bs-border-width) * 2));
  padding: 0.375em;
}
.tyc-bootstrap .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.tyc-bootstrap .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.tyc-bootstrap .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.tyc-bootstrap .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.tyc-bootstrap .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.tyc-bootstrap .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375em 6rem 0.375em 2rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tyc-bootstrap .form-select {
    transition: none;
  }
}
.tyc-bootstrap .form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.tyc-bootstrap .form-select[multiple], .tyc-bootstrap .form-select[size]:not([size="1"]) {
  padding-right: 2rem;
  background-image: none;
}
.tyc-bootstrap .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.tyc-bootstrap .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.tyc-bootstrap .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.tyc-bootstrap .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.tyc-bootstrap [data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.tyc-bootstrap .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.tyc-bootstrap .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.tyc-bootstrap .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.tyc-bootstrap .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.tyc-bootstrap .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.tyc-bootstrap .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.tyc-bootstrap .form-check-input[type=radio] {
  border-radius: 50%;
}
.tyc-bootstrap .form-check-input:active {
  filter: brightness(90%);
}
.tyc-bootstrap .form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.tyc-bootstrap .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.tyc-bootstrap .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.tyc-bootstrap .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.tyc-bootstrap .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.tyc-bootstrap .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.tyc-bootstrap .form-check-input[disabled] ~ .form-check-label, .tyc-bootstrap .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.tyc-bootstrap .form-switch {
  padding-left: 2.5em;
}
.tyc-bootstrap .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tyc-bootstrap .form-switch .form-check-input {
    transition: none;
  }
}
.tyc-bootstrap .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.tyc-bootstrap .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.tyc-bootstrap .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.tyc-bootstrap .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.tyc-bootstrap .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.tyc-bootstrap .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.tyc-bootstrap .btn-check[disabled] + .btn, .tyc-bootstrap .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.tyc-bootstrap [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.tyc-bootstrap .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.tyc-bootstrap .form-range:focus {
  outline: 0;
}
.tyc-bootstrap .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.tyc-bootstrap .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.tyc-bootstrap .form-range::-moz-focus-outer {
  border: 0;
}
.tyc-bootstrap .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tyc-bootstrap .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.tyc-bootstrap .form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.tyc-bootstrap .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.tyc-bootstrap .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tyc-bootstrap .form-range::-moz-range-thumb {
    transition: none;
  }
}
.tyc-bootstrap .form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.tyc-bootstrap .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.tyc-bootstrap .form-range:disabled {
  pointer-events: none;
}
.tyc-bootstrap .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.tyc-bootstrap .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.tyc-bootstrap .form-floating {
  position: relative;
}
.tyc-bootstrap .form-floating > .form-control,
.tyc-bootstrap .form-floating > .form-control-plaintext,
.tyc-bootstrap .form-floating > .form-select {
  height: 5.8rem;
  min-height: 5.8rem;
  line-height: 1.25;
}
.tyc-bootstrap .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1.7rem 2rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tyc-bootstrap .form-floating > label {
    transition: none;
  }
}
.tyc-bootstrap .form-floating > .form-control,
.tyc-bootstrap .form-floating > .form-control-plaintext {
  padding: 1.7rem 2rem;
}
.tyc-bootstrap .form-floating > .form-control::placeholder,
.tyc-bootstrap .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.tyc-bootstrap .form-floating > .form-control:focus, .tyc-bootstrap .form-floating > .form-control:not(:placeholder-shown),
.tyc-bootstrap .form-floating > .form-control-plaintext:focus,
.tyc-bootstrap .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.tyc-bootstrap .form-floating > .form-control:-webkit-autofill,
.tyc-bootstrap .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.tyc-bootstrap .form-floating > .form-select {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.tyc-bootstrap .form-floating > .form-control:focus ~ label,
.tyc-bootstrap .form-floating > .form-control:not(:placeholder-shown) ~ label,
.tyc-bootstrap .form-floating > .form-control-plaintext ~ label,
.tyc-bootstrap .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}
.tyc-bootstrap .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}
.tyc-bootstrap .form-floating > textarea:focus ~ label::after,
.tyc-bootstrap .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1.7rem 1rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.tyc-bootstrap .form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.tyc-bootstrap .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.tyc-bootstrap .form-floating > :disabled ~ label,
.tyc-bootstrap .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.tyc-bootstrap .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.tyc-bootstrap .input-group > .form-control,
.tyc-bootstrap .input-group > .form-select,
.tyc-bootstrap .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.tyc-bootstrap .input-group > .form-control:focus,
.tyc-bootstrap .input-group > .form-select:focus,
.tyc-bootstrap .input-group > .form-floating:focus-within {
  z-index: 5;
}
.tyc-bootstrap .input-group .btn {
  position: relative;
  z-index: 2;
}
.tyc-bootstrap .input-group .btn:focus {
  z-index: 5;
}
.tyc-bootstrap .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375em 2rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.tyc-bootstrap .input-group-lg > .form-control,
.tyc-bootstrap .input-group-lg > .form-select,
.tyc-bootstrap .input-group-lg > .input-group-text,
.tyc-bootstrap .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.tyc-bootstrap .input-group-sm > .form-control,
.tyc-bootstrap .input-group-sm > .form-select,
.tyc-bootstrap .input-group-sm > .input-group-text,
.tyc-bootstrap .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.tyc-bootstrap .input-group-lg > .form-select,
.tyc-bootstrap .input-group-sm > .form-select {
  padding-right: 8rem;
}
.tyc-bootstrap .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.tyc-bootstrap .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.tyc-bootstrap .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.tyc-bootstrap .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tyc-bootstrap .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.tyc-bootstrap .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.tyc-bootstrap .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.tyc-bootstrap .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tyc-bootstrap .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tyc-bootstrap .input-group > .form-floating:not(:first-child) > .form-control,
.tyc-bootstrap .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tyc-bootstrap .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .tyc-bootstrap .valid-feedback {
    font-size: 1.6rem;
  }
}
.tyc-bootstrap .valid-feedback {
  color: var(--bs-form-valid-color);
}
.tyc-bootstrap .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated .tyc-bootstrap:valid ~ .valid-feedback,
.was-validated .tyc-bootstrap:valid ~ .valid-tooltip, .tyc-bootstrap.is-valid ~ .valid-feedback,
.tyc-bootstrap.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .tyc-bootstrap .form-control:valid, .tyc-bootstrap .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: 2.25em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5625em center;
  background-size: 1.125em 1.125em;
}
.was-validated .tyc-bootstrap .form-control:valid:focus, .tyc-bootstrap .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .tyc-bootstrap textarea.form-control:valid, .tyc-bootstrap textarea.form-control.is-valid {
  padding-right: 2.25em;
  background-position: top 0.5625em right 0.5625em;
}
.was-validated .tyc-bootstrap .form-select:valid, .tyc-bootstrap .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .tyc-bootstrap .form-select:valid:not([multiple]):not([size]), .was-validated .tyc-bootstrap .form-select:valid:not([multiple])[size="1"], .tyc-bootstrap .form-select.is-valid:not([multiple]):not([size]), .tyc-bootstrap .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 11rem;
  background-position: right 2rem center, center right 6rem;
  background-size: 16px 12px, 1.125em 1.125em;
}
.was-validated .tyc-bootstrap .form-select:valid:focus, .tyc-bootstrap .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .tyc-bootstrap .form-control-color:valid, .tyc-bootstrap .form-control-color.is-valid {
  width: calc(3rem + 2.25em);
}
.was-validated .tyc-bootstrap .form-check-input:valid, .tyc-bootstrap .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .tyc-bootstrap .form-check-input:valid:checked, .tyc-bootstrap .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .tyc-bootstrap .form-check-input:valid:focus, .tyc-bootstrap .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .tyc-bootstrap .form-check-input:valid ~ .form-check-label, .tyc-bootstrap .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.tyc-bootstrap .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .tyc-bootstrap .input-group > .form-control:not(:focus):valid, .tyc-bootstrap .input-group > .form-control:not(:focus).is-valid,
.was-validated .tyc-bootstrap .input-group > .form-select:not(:focus):valid,
.tyc-bootstrap .input-group > .form-select:not(:focus).is-valid,
.was-validated .tyc-bootstrap .input-group > .form-floating:not(:focus-within):valid,
.tyc-bootstrap .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.tyc-bootstrap .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .tyc-bootstrap .invalid-feedback {
    font-size: 1.6rem;
  }
}
.tyc-bootstrap .invalid-feedback {
  color: var(--bs-form-invalid-color);
}
.tyc-bootstrap .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated .tyc-bootstrap:invalid ~ .invalid-feedback,
.was-validated .tyc-bootstrap:invalid ~ .invalid-tooltip, .tyc-bootstrap.is-invalid ~ .invalid-feedback,
.tyc-bootstrap.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .tyc-bootstrap .form-control:invalid, .tyc-bootstrap .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: 2.25em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5625em center;
  background-size: 1.125em 1.125em;
}
.was-validated .tyc-bootstrap .form-control:invalid:focus, .tyc-bootstrap .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .tyc-bootstrap textarea.form-control:invalid, .tyc-bootstrap textarea.form-control.is-invalid {
  padding-right: 2.25em;
  background-position: top 0.5625em right 0.5625em;
}
.was-validated .tyc-bootstrap .form-select:invalid, .tyc-bootstrap .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .tyc-bootstrap .form-select:invalid:not([multiple]):not([size]), .was-validated .tyc-bootstrap .form-select:invalid:not([multiple])[size="1"], .tyc-bootstrap .form-select.is-invalid:not([multiple]):not([size]), .tyc-bootstrap .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 11rem;
  background-position: right 2rem center, center right 6rem;
  background-size: 16px 12px, 1.125em 1.125em;
}
.was-validated .tyc-bootstrap .form-select:invalid:focus, .tyc-bootstrap .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .tyc-bootstrap .form-control-color:invalid, .tyc-bootstrap .form-control-color.is-invalid {
  width: calc(3rem + 2.25em);
}
.was-validated .tyc-bootstrap .form-check-input:invalid, .tyc-bootstrap .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .tyc-bootstrap .form-check-input:invalid:checked, .tyc-bootstrap .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .tyc-bootstrap .form-check-input:invalid:focus, .tyc-bootstrap .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .tyc-bootstrap .form-check-input:invalid ~ .form-check-label, .tyc-bootstrap .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.tyc-bootstrap .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .tyc-bootstrap .input-group > .form-control:not(:focus):invalid, .tyc-bootstrap .input-group > .form-control:not(:focus).is-invalid,
.was-validated .tyc-bootstrap .input-group > .form-select:not(:focus):invalid,
.tyc-bootstrap .input-group > .form-select:not(:focus).is-invalid,
.was-validated .tyc-bootstrap .input-group > .form-floating:not(:focus-within):invalid,
.tyc-bootstrap .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.tyc-bootstrap label {
  line-height: 1.5;
}
.tyc-bootstrap .formulario-evolta-simple {
  position: relative;
  width: 52.1rem;
}
.tyc-bootstrap .formulario-evolta-simple .mensaje-enviado {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  position: absolute;
  display: none;
  text-align: center;
  padding: 0;
}
.tyc-bootstrap .formulario-evolta-simple.enviado .mensaje-enviado {
  display: block;
  z-index: 2;
}
.tyc-bootstrap .formulario-evolta-simple.enviado #cotizador-campos,
.tyc-bootstrap .formulario-evolta-simple.enviado #cotizador-campos * {
  pointer-events: none;
  opacity: 0;
}
.tyc-bootstrap .formulario-evolta-simple .form-control,
.tyc-bootstrap .formulario-evolta-simple .form-select {
  background-color: #f18954;
  border: 1px solid #ffffff;
  color: #1a1a1a;
  border-radius: 1.2rem;
}
.tyc-bootstrap .formulario-evolta-simple .form-control:focus,
.tyc-bootstrap .formulario-evolta-simple .form-select:focus {
  background-color: rgba(255, 255, 255, 0.35);
  border-color: #fff;
  color: #1a1a1a;
}
.tyc-bootstrap .formulario-evolta-simple .form-control,
.tyc-bootstrap .formulario-evolta-simple .form-select {
  /* &::placeholder {
    color: rgba(26, 26, 26, 0.5);
  } */
}
.tyc-bootstrap .formulario-evolta-simple .form-floating > label {
  color: #282b2b;
}
.tyc-bootstrap .formulario-evolta-simple {
  /* .form-floating>.form-control:focus~label,
  .form-floating>.form-control:not(:placeholder-shown)~label,
  .form-floating>.form-select~label {
    color: rgba(26, 26, 26, 0.85);
  } */
}
.tyc-bootstrap .formulario-evolta-simple .campos-obligatorios {
  font-size: 1.2rem;
  color: #1a1a1a;
  margin: 0.5rem 0 0;
  font-style: italic;
}
.tyc-bootstrap .formulario-evolta-simple .checkboxes {
  margin-top: 0.25rem;
}
.tyc-bootstrap .formulario-evolta-simple .checkboxes label {
  font-size: 1.4rem;
  padding-bottom: 0.25rem;
  color: #1a1a1a;
}
.tyc-bootstrap .formulario-evolta-simple .checkboxes .form-check-input {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
}
.tyc-bootstrap .formulario-evolta-simple .checkboxes .form-check-input:checked {
  background-color: #ee6c29;
  border-color: #ee6c29;
}
.tyc-bootstrap .formulario-evolta-simple button[type=submit] {
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  align-items: center;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2rem;
  padding: 1rem 2.8rem;
  font-size: 2.5rem;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tyc-bootstrap .formulario-evolta-simple button[type=submit] .btn-icon {
  font-size: 3.2rem;
}
.tyc-bootstrap .formulario-evolta-simple button[type=submit]:hover {
  background-color: #ee6c29;
  color: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}
.tyc-bootstrap .formulario-evolta-simple button[type=submit]:active {
  background-color: #a84400;
  border-color: #a84400;
  color: #fff;
  transform: scale(0.98);
}
.tyc-bootstrap .formulario-evolta-simple button[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 0 0.1875rem rgba(204, 85, 0, 0.4);
}
.tyc-bootstrap .formulario-evolta-simple button[type=submit]:disabled {
  border-color: rgba(204, 85, 0, 0.4);
  color: rgba(204, 85, 0, 0.4);
  cursor: not-allowed;
  opacity: 0.7;
}
.tyc-bootstrap .formulario-evolta-simple #mensaje-resultado {
  display: none;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tyc-bootstrap .formulario-evolta-simple #mensaje-resultado.mostrar {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.tyc-bootstrap .formulario-evolta-simple #mensaje-resultado.exito {
  background-color: #e6f9ec;
  color: #2e7d32;
  border: 0.0625rem solid #81c784;
}
.tyc-bootstrap .formulario-evolta-simple #mensaje-resultado.error {
  background-color: #fdecea;
  color: #c62828;
  border: 0.0625rem solid #ef9a9a;
}

.modulo-departamentos {
  color: #1a1a1a;
  padding: 10rem 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.contenedor-principal {
  display: flex;
  max-width: 145rem;
  margin: 0 auto;
  align-items: stretch;
  position: relative;
  gap: 0;
}

.seccion-cotizador {
  width: 101rem;
  position: relative;
  z-index: 2;
  padding: 7rem 8.5rem 7rem;
  background: transparent url(images/Recurso28.png) no-repeat left top;
  background-size: contain;
}

.titulo-seccion-2 {
  font-weight: normal;
  font-size: 6.3rem;
  line-height: 6rem;
  margin: 0 0 3.5rem;
  color: #fff;
  font-family: "Bestigia", Sans-serif;
  letter-spacing: 0.005em;
}
.titulo-seccion-2 em {
  font-style: normal;
}
.titulo-seccion-2 span {
  color: #1a1a1a;
}

.subtitulo-form {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 1.125rem;
}

.seccion-planos {
  width: 68.8rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.tabs-superiores {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  padding: 0;
}

.tab-button {
  outline: none;
  padding: 1rem 2.5rem;
  border: 2px solid #1a1a1a;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
  border-radius: 2rem;
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.8rem;
}
.tab-button:hover {
  background-color: #1a1a1a;
}
.tab-button.tab-activo {
  background-color: #ee6c29;
  color: #fff;
  border-color: #ee6c29;
}

.card-tipologia {
  background-color: #c8d5df;
  color: #333;
  border-radius: 1.875rem 1.875rem 0 1.875rem;
  overflow: hidden;
  flex: 1;
  min-height: 21.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#planos-slider {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}
#planos-slider .slick-list {
  width: 100% !important;
  overflow: hidden !important;
}
#planos-slider .slick-track {
  display: flex !important;
  width: 100% !important;
}
#planos-slider .slick-slide {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
#planos-slider .slick-slide > div {
  height: 100%;
  width: 100% !important;
}
#planos-slider .slick-slide a {
  cursor: zoom-in;
  display: block;
}
#planos-slider .slick-slide img {
  display: block;
  width: 100%;
}
#planos-slider .slick-prev,
#planos-slider .slick-next {
  width: 3.125rem;
  height: 3.125rem;
  z-index: 10;
  top: auto;
  bottom: -4.0625rem;
  background: transparent;
  border: 0.1875rem solid #ee6c29;
  border-radius: 0.5rem;
}
#planos-slider .slick-prev:hover,
#planos-slider .slick-next:hover {
  background: #ee6c29;
}
#planos-slider .slick-prev:before,
#planos-slider .slick-next:before {
  color: #ee6c29;
  font-size: 1.75rem;
  opacity: 1;
}
#planos-slider .slick-prev:hover:before,
#planos-slider .slick-next:hover:before {
  color: #fff;
}
#planos-slider .slick-prev {
  left: auto;
  right: 4.0625rem;
}
#planos-slider .slick-next {
  right: 0;
}

.loader-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border-radius: 1.875rem;
}
.loader-container.hidden {
  display: none;
}

.loader-spinner {
  width: 3.125rem;
  height: 3.125rem;
  border: 0.3125rem solid #f3f3f3;
  border-top: 0.3125rem solid #ee6c29;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loader-text {
  margin-top: 0.9375rem;
  color: #333;
  font-weight: 600;
  font-size: 1em;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .tyc-bootstrap .formulario-evolta-simple {
    width: 100%;
  }
  .tyc-bootstrap .formulario-evolta-simple button[type=submit] {
    width: 100%;
    justify-content: center;
    font-size: 3rem;
  }
  .titulo-seccion-2 {
    line-height: 1;
    margin-bottom: 4rem;
  }
  .contenedor-principal {
    flex-direction: column;
    gap: 1.875rem;
  }
  .seccion-cotizador,
  .seccion-planos {
    width: 100%;
  }
  .seccion-planos {
    padding-left: 0;
    margin-left: 0;
    transform: none;
    position: relative;
  }
  .seccion-cotizador {
    border-radius: 4rem;
    padding: 4rem 3rem;
    padding-right: 3rem;
    margin-bottom: 2rem;
    background-image: none;
    background-color: #ee6c29;
  }
  .tabs-superiores {
    justify-content: center;
  }
}

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