@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*                                 Theme                                      */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/* -------------------------------------------------------------------------- */
/*                                creative-bundle Button                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  Utilities                                 */
/* -------------------------------------------------------------------------- */
:root,
[data-bs-theme=light] {
  --creative-bundle-blue: #747DEF;
  --creative-bundle-indigo: #6237FF;
  --creative-bundle-purple: #A1B0FC;
  --creative-bundle-pink: #D42DA3;
  --creative-bundle-red: #DF6951;
  --creative-bundle-orange: #DF6951;
  --creative-bundle-yellow: #FF9900;
  --creative-bundle-green: #5BC142;
  --creative-bundle-teal: #567592;
  --creative-bundle-cyan: #03E0ED;
  --creative-bundle-black: #000;
  --creative-bundle-white: #fff;
  --creative-bundle-gray: #F0F4F9;
  --creative-bundle-gray-dark: #979797;
  --creative-bundle-gray-100: #FFFEFE;
  --creative-bundle-gray-200: #F5F5F5;
  --creative-bundle-gray-300: #EEEEEE;
  --creative-bundle-gray-400: #E0E0E0;
  --creative-bundle-gray-500: #BDBDBD;
  --creative-bundle-gray-600: #F0F4F9;
  --creative-bundle-gray-700: #2F281E;
  --creative-bundle-gray-800: #979797;
  --creative-bundle-gray-900: #6e6d7a;
  --creative-bundle-gray-1000: #133537;
  --creative-bundle-gray-1100: #0c151a;
  --creative-bundle-gray-1200: #292b2c;
  --creative-bundle-primary: #747DEF;
  --creative-bundle-secondary: #6e6d7a;
  --creative-bundle-success: #5BC142;
  --creative-bundle-info: #03E0ED;
  --creative-bundle-warning: #FF9900;
  --creative-bundle-danger: #DF6951;
  --creative-bundle-light: #F0F4F9;
  --creative-bundle-dark: #979797;
  --creative-bundle-primary-rgb: 116, 125, 239;
  --creative-bundle-secondary-rgb: 110, 109, 122;
  --creative-bundle-success-rgb: 91, 193, 66;
  --creative-bundle-info-rgb: 3, 224, 237;
  --creative-bundle-warning-rgb: 255, 153, 0;
  --creative-bundle-danger-rgb: 223, 105, 81;
  --creative-bundle-light-rgb: 240, 244, 249;
  --creative-bundle-dark-rgb: 151, 151, 151;
  --creative-bundle-primary-text-emphasis: #575eb3;
  --creative-bundle-secondary-text-emphasis: #585762;
  --creative-bundle-success-text-emphasis: #3b7d2b;
  --creative-bundle-info-text-emphasis: #02929a;
  --creative-bundle-warning-text-emphasis: #b36b00;
  --creative-bundle-danger-text-emphasis: #b25441;
  --creative-bundle-light-text-emphasis: #606264;
  --creative-bundle-dark-text-emphasis: #d0d0d0;
  --creative-bundle-primary-bg-subtle: #e6e8fc;
  --creative-bundle-secondary-bg-subtle: #e5e5e7;
  --creative-bundle-success-bg-subtle: #e6f6e3;
  --creative-bundle-info-bg-subtle: #d2f9fc;
  --creative-bundle-warning-bg-subtle: #ffebcc;
  --creative-bundle-danger-bg-subtle: #f9e4e0;
  --creative-bundle-light-bg-subtle: #fbfcfd;
  --creative-bundle-dark-bg-subtle: #6a6a6a;
  --creative-bundle-primary-border-subtle: #c7cbf9;
  --creative-bundle-secondary-border-subtle: #c5c5ca;
  --creative-bundle-success-border-subtle: #bde6b3;
  --creative-bundle-info-border-subtle: #9af3f8;
  --creative-bundle-warning-border-subtle: #ffd699;
  --creative-bundle-danger-border-subtle: #f2c3b9;
  --creative-bundle-light-border-subtle: #F5F5F5;
  --creative-bundle-dark-border-subtle: #BDBDBD;
  --creative-bundle-white-rgb: 255, 255, 255;
  --creative-bundle-black-rgb: 0, 0, 0;
  --creative-bundle-font-sans-serif: "Rajdhani", "Rubik", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --creative-bundle-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --creative-bundle-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --creative-bundle-body-font-family: "Poppins", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --creative-bundle-body-font-size: 1rem;
  --creative-bundle-body-font-weight: 400;
  --creative-bundle-body-line-height: 1.45;
  --creative-bundle-body-color: #2F281E;
  --creative-bundle-body-color-rgb: 47, 40, 30;
  --creative-bundle-body-bg: #fff;
  --creative-bundle-body-bg-rgb: 255, 255, 255;
  --creative-bundle-emphasis-color: #000;
  --creative-bundle-emphasis-color-rgb: 0, 0, 0;
  --creative-bundle-secondary-color: #747DEF;
  --creative-bundle-secondary-color-rgb: 116, 125, 239;
  --creative-bundle-secondary-bg: #EEEEEE;
  --creative-bundle-secondary-bg-rgb: 238, 238, 238;
  --creative-bundle-tertiary-color: #F0F4F9;
  --creative-bundle-tertiary-color-rgb: 240, 244, 249;
  --creative-bundle-tertiary-bg: #FFFEFE;
  --creative-bundle-tertiary-bg-rgb: 255, 254, 254;
  --creative-bundle-heading-color: var(--creative-bundle-dark-blue);
  --creative-bundle-link-color: #133537;
  --creative-bundle-link-color-rgb: 19, 53, 55;
  --creative-bundle-link-decoration: none;
  --creative-bundle-link-hover-color: #747DEF;
  --creative-bundle-link-hover-color-rgb: 116, 125, 239;
  --creative-bundle-link-hover-decoration: underline;
  --creative-bundle-code-color: #e83e8c;
  --creative-bundle-highlight-color: #2F281E;
  --creative-bundle-highlight-bg: #fcf8e3;
  --creative-bundle-border-width: 1px;
  --creative-bundle-border-style: solid;
  --creative-bundle-border-color: #990d35;
  --creative-bundle-border-color-translucent: rgba(0, 0, 0, 0.175);
  --creative-bundle-border-radius: 0.5rem;
  --creative-bundle-border-radius-sm: 0.25rem;
  --creative-bundle-border-radius-lg: 2.25rem;
  --creative-bundle-border-radius-xl: 1rem;
  --creative-bundle-border-radius-xxl: 2rem;
  --creative-bundle-border-radius-2xl: var(--creative-bundle-border-radius-xxl);
  --creative-bundle-border-radius-pill: 10rem;
  --creative-bundle-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  --creative-bundle-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --creative-bundle-box-shadow-lg: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  --creative-bundle-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --creative-bundle-focus-ring-width: 0.25rem;
  --creative-bundle-focus-ring-opacity: 0.25;
  --creative-bundle-focus-ring-color: rgba(116, 125, 239, 0.25);
  --creative-bundle-form-valid-color: #5BC142;
  --creative-bundle-form-valid-border-color: #5BC142;
  --creative-bundle-form-invalid-color: #DF6951;
  --creative-bundle-form-invalid-border-color: #DF6951;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --creative-bundle-body-color: #EEEEEE;
  --creative-bundle-body-color-rgb: 238, 238, 238;
  --creative-bundle-body-bg: #6e6d7a;
  --creative-bundle-body-bg-rgb: 110, 109, 122;
  --creative-bundle-emphasis-color: #fff;
  --creative-bundle-emphasis-color-rgb: 255, 255, 255;
  --creative-bundle-secondary-color: rgba(238, 238, 238, 0.75);
  --creative-bundle-secondary-color-rgb: 238, 238, 238;
  --creative-bundle-secondary-bg: #979797;
  --creative-bundle-secondary-bg-rgb: 151, 151, 151;
  --creative-bundle-tertiary-color: rgba(238, 238, 238, 0.5);
  --creative-bundle-tertiary-color-rgb: 238, 238, 238;
  --creative-bundle-tertiary-bg: #838289;
  --creative-bundle-tertiary-bg-rgb: 131, 130, 137;
  --creative-bundle-primary-text-emphasis: #acb1f5;
  --creative-bundle-secondary-text-emphasis: #a8a7af;
  --creative-bundle-success-text-emphasis: #9dda8e;
  --creative-bundle-info-text-emphasis: #68ecf4;
  --creative-bundle-warning-text-emphasis: #ffc266;
  --creative-bundle-danger-text-emphasis: #eca597;
  --creative-bundle-light-text-emphasis: #FFFEFE;
  --creative-bundle-dark-text-emphasis: #EEEEEE;
  --creative-bundle-primary-bg-subtle: #171930;
  --creative-bundle-secondary-bg-subtle: #161618;
  --creative-bundle-success-bg-subtle: #12270d;
  --creative-bundle-info-bg-subtle: #012d2f;
  --creative-bundle-warning-bg-subtle: #331f00;
  --creative-bundle-danger-bg-subtle: #2d1510;
  --creative-bundle-light-bg-subtle: #979797;
  --creative-bundle-dark-bg-subtle: #4c4c4c;
  --creative-bundle-primary-border-subtle: #464b8f;
  --creative-bundle-secondary-border-subtle: #424149;
  --creative-bundle-success-border-subtle: #377428;
  --creative-bundle-info-border-subtle: #02868e;
  --creative-bundle-warning-border-subtle: #995c00;
  --creative-bundle-danger-border-subtle: #863f31;
  --creative-bundle-light-border-subtle: #2F281E;
  --creative-bundle-dark-border-subtle: #979797;
  --creative-bundle-heading-color: inherit;
  --creative-bundle-link-color: #acb1f5;
  --creative-bundle-link-hover-color: #bdc1f7;
  --creative-bundle-link-color-rgb: 172, 177, 245;
  --creative-bundle-link-hover-color-rgb: 189, 193, 247;
  --creative-bundle-code-color: #f18bba;
  --creative-bundle-highlight-color: #EEEEEE;
  --creative-bundle-highlight-bg: #663d00;
  --creative-bundle-border-color: #990d35;
  --creative-bundle-border-color-translucent: rgba(255, 255, 255, 0.15);
  --creative-bundle-form-valid-color: #9dda8e;
  --creative-bundle-form-valid-border-color: #9dda8e;
  --creative-bundle-form-invalid-color: #eca597;
  --creative-bundle-form-invalid-border-color: #eca597;
}

:root,
[data-bs-theme=light] {
  --creative-bundle-facebook: #3b5998;
  --creative-bundle-google-plus: #db4437;
  --creative-bundle-twitter: #1da1f2;
  --creative-bundle-linkedin: #0077b5;
  --creative-bundle-youtube: #ff0001;
  --creative-bundle-github: #24292e;
  --creative-bundle-gray-100-rgb: 255, 254, 254;
  --creative-bundle-gray-200-rgb: 245, 245, 245;
  --creative-bundle-gray-300-rgb: 238, 238, 238;
  --creative-bundle-gray-400-rgb: 224, 224, 224;
  --creative-bundle-gray-500-rgb: 189, 189, 189;
  --creative-bundle-gray-600-rgb: 240, 244, 249;
  --creative-bundle-gray-700-rgb: 47, 40, 30;
  --creative-bundle-gray-800-rgb: 151, 151, 151;
  --creative-bundle-gray-900-rgb: 110, 109, 122;
  --creative-bundle-gray-1000-rgb: 19, 53, 55;
  --creative-bundle-gray-1100-rgb: 12, 21, 26;
  --creative-bundle-gray-1200-rgb: 41, 43, 44;
  --creative-bundle-facebook-rgb: 59, 89, 152;
  --creative-bundle-google-plus-rgb: 219, 68, 55;
  --creative-bundle-twitter-rgb: 29, 161, 242;
  --creative-bundle-linkedin-rgb: 0, 119, 181;
  --creative-bundle-youtube-rgb: 255, 0, 1;
  --creative-bundle-github-rgb: 36, 41, 46;
  --creative-bundle-gray-link-hover-100: RGBA(255, 254, 254, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-200: RGBA(247, 247, 247, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-300: RGBA(241, 241, 241, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-400: RGBA(230, 230, 230, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-500: RGBA(202, 202, 202, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-600: RGBA(243, 246, 250, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-700: RGBA(38, 32, 24, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-800: RGBA(121, 121, 121, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-900: RGBA(88, 87, 98, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-1000: RGBA(15, 42, 44, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-1100: RGBA(10, 17, 21, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-gray-link-hover-1200: RGBA(33, 34, 35, var(--creative-bundle-link-opacity, 1)) !important;
  --creative-bundle-quaternary-bg: #fff;
  --creative-bundle-quaternary-bg-rgb: 255, 255, 255;
  --creative-bundle-emphasis-bg: #fff;
  --creative-bundle-emphasis-bg-rgb: 255, 255, 255;
  --creative-bundle-blockquote-footer-color: #F0F4F9;
  --creative-bundle-hr-opacity: 1;
  --creative-bundle-font-base: "Poppins", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --creative-bundle-btn-disabled-border-color: transparent;
  --creative-bundle-btn-creative-bundle-background: var(--creative-bundle-quaternary-bg);
  --creative-bundle-btn-disabled-color: #4d5969;
  --creative-bundle-btn-creative-bundle-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  --creative-bundle-btn-creative-bundle-hover-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.1), 0 3px 9px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  --creative-bundle-btn-active-border-color: transparent;
  --creative-bundle-btn-creative-bundle-primary-color: var(--creative-bundle-primary);
  --creative-bundle-btn-creative-bundle-primary-hover-color: #6068c6;
  --creative-bundle-btn-creative-bundle-primary-active-background: #e3e5fc;
  --creative-bundle-btn-creative-bundle-primary-active-color: #6068c6;
  --creative-bundle-btn-creative-bundle-secondary-color: var(--creative-bundle-secondary);
  --creative-bundle-btn-creative-bundle-secondary-hover-color: #5b5a65;
  --creative-bundle-btn-creative-bundle-secondary-active-background: #e2e2e4;
  --creative-bundle-btn-creative-bundle-secondary-active-color: #5b5a65;
  --creative-bundle-btn-creative-bundle-success-color: var(--creative-bundle-success);
  --creative-bundle-btn-creative-bundle-success-hover-color: #4ca037;
  --creative-bundle-btn-creative-bundle-success-active-background: #def3d9;
  --creative-bundle-btn-creative-bundle-success-active-color: #4ca037;
  --creative-bundle-btn-creative-bundle-info-color: var(--creative-bundle-info);
  --creative-bundle-btn-creative-bundle-info-hover-color: #02bac5;
  --creative-bundle-btn-creative-bundle-info-active-background: #cdf9fb;
  --creative-bundle-btn-creative-bundle-info-active-color: #02bac5;
  --creative-bundle-btn-creative-bundle-warning-color: var(--creative-bundle-warning);
  --creative-bundle-btn-creative-bundle-warning-hover-color: #d47f00;
  --creative-bundle-btn-creative-bundle-warning-active-background: #ffebcc;
  --creative-bundle-btn-creative-bundle-warning-active-color: #d47f00;
  --creative-bundle-btn-creative-bundle-danger-color: var(--creative-bundle-danger);
  --creative-bundle-btn-creative-bundle-danger-hover-color: #b95743;
  --creative-bundle-btn-creative-bundle-danger-active-background: #f9e1dc;
  --creative-bundle-btn-creative-bundle-danger-active-color: #b95743;
  --creative-bundle-btn-creative-bundle-light-color: var(--creative-bundle-light);
  --creative-bundle-btn-creative-bundle-light-hover-color: #c7cbcf;
  --creative-bundle-btn-creative-bundle-light-active-background: #fcfdfe;
  --creative-bundle-btn-creative-bundle-light-active-color: #c7cbcf;
  --creative-bundle-btn-creative-bundle-dark-color: var(--creative-bundle-dark);
  --creative-bundle-btn-creative-bundle-dark-hover-color: #7d7d7d;
  --creative-bundle-btn-creative-bundle-dark-active-background: #eaeaea;
  --creative-bundle-btn-creative-bundle-dark-active-color: #7d7d7d;
  --creative-bundle-input-btn-focus-color: rgba(116, 125, 239, 0.25);
  --creative-bundle-btn-link-color: var(--creative-bundle-link-color);
  --creative-bundle-btn-link-hover-color: #747DEF;
  --creative-bundle-btn-disabled-color: #F0F4F9;
  --creative-bundle-input-focus-border-color-global: #babef7;
  --creative-bundle-input-placeholder-color-global: var(--creative-bundle-gray-400);
  --creative-bundle-bg-navbar-glass: rgba(245, 245, 245, 0.96);
  --creative-bundle-bg-shape-bg: #4695ff;
  --creative-bundle-bg-shape-bg-ltd: linear-gradient(-45deg, #4695ff, #1970e2);
  --creative-bundle-bg-shape-bg-dtl: linear-gradient(-45deg, #1970e2, #4695ff);
  --creative-bundle-line-chart-gradient: linear-gradient(-45deg, #014ba7, #0183d0);
  --creative-bundle-card-gradient: linear-gradient(-45deg, #1970e2, #4695ff);
  --creative-bundle-progress-gradient: linear-gradient(-45deg, #1970e2, #4695ff);
  --creative-bundle-bg-circle-shape: none;
  --creative-bundle-bg-circle-shape-bg: #4695ff;
  --creative-bundle-modal-shape-header: linear-gradient(-45deg, #1970e2, #4695ff);
  --creative-bundle-modal-shape-header-bg: #4494ff;
  --creative-bundle-flatpickr-calendar-bg: var(--creative-bundle-quaternary-bg);
  --creative-bundle-thumbnail-bg-global: #fff;
  --creative-bundle-tinymce-bg: var(--creative-bundle-quaternary-bg);
  --creative-bundle-swiper-nav-bg: rgba(var(--creative-bundle-quaternary-bg-rgb), 0.8);
  --creative-bundle-star-rating-bg-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFdElEQVR4nO2aXWxURRTH/2dut58Imho1SgStuit+vBo0BkgkRjDog+VBiJEXqJhKK21x+7EdUu5u2W1Uqi8Qo4YQY6gQDQlRn9RENGoMD0a7RCzGRCJGBLRF9mOOD+waKHe7e2f23mt0f4/zceY/Z2fmzJm7QI0aNWr8j6EgBu3sHG9oXHC2gxQvJ/CUhbpUPD5wMggtwv8hmZrmn3mHmF8G4XEm6s5R/kinlPP91xKAA7YN2A8CeHRW8eLmrOjwWwsQgAMYqs+xnLGls3O8wW89vjqgp1/eDWC1YyXhxqYFvz/ppx7AZwcIsnrmbMDUK6X0V5NfA/VJuRDgdWWa3Tmds1b5IqiAf97OUReAunLNCOx4RniFL/eALimvrs+KnwDMq6yHWJq0Bz/3VFRxJD8GabgY4iqcPABWvd6puRzPV4CUsnEmK6YA3OCiG1tKRRIJecwrXUU8XwHTGbEe7iYPAJQXYqsXeq4YyEvjUkoxkxXfAbhDo/uFOrYWxeMDv1Rb16V4ugJmctYa6E0eABpyItdZTT1OeLwFDEMa02YpZeWHpwaeOaBncOQhMJYamrnmvMdJUtXOgI0bd4daW0+25S0rAoV7iLiHgWqkuDkChjik9ibl8EmAuAo2/8G1A7ZKea24IMJkcQRAmJkiBIQBtAGwqiluNgScU4w0EU2CkWZSk8ycnleP76WUf2nadCYajbfmrfwDxIWJgiMAhQG06k7AQxSAEwAmiTnNRJMEMWkxpePx/lNzrRpHB7wwOLJcMR+Cm9vbv5cZAK81h1S3lFLNrnQ8BBVjF/4bkweAZgDPnc+IJ5wqS0QBDnsoKBAYdLtTubMDCF95qiYAhMUfOpY7FSqlOgCc9lSRjzDR86MjsS+d6hwdMBaX3zCrlQDOeKrMBwiIpnYMvVSqvuRNMBWXXwPiYQB/eKLMBxgY3mnHRudqM+dVOGkPfsEKjwCYrqoyHyAgnrKHRipoV57CveAwgCZjZT7AwFjKHuqr5Npc8VW4r3/7ShAdAuD7xwuXjCftoa5KcwZXuUDv4MgqYn4XQEhLmscw8+5UPPaMm4TJVTqc2jF0GERrAeRcq/MceqOlnje7zRa10uHege3tBHobgXxdvhIm7DuRjjw9MbE277av1gRS9vAEwE8BqGpurgVhf0ud2qAz+YvdDegb3L4BTK+b2DCBgffO/np9+549m7K6NoweMD795KOj9y9bcRsB95rY0SRTp+qW7drV/aeJEeM9TMzvm9rQg48mEv2/mVoxP8RYLDa2oYWor4oVYwuEu6qgQwOOtLfvN36DrEIY4yXmNrRobGv79hZTI0YOKPwCEVMRurBFxqvPyAGLw+lbEWBuoBCwAwhB7f/i+GS8/YwcwBzY/i8S7AoILgIUMY8EZluAzZegIY2Fc0gbbQdc9DwHFgGKCFZGP4K2AwoxuFGz+xkCehFSNxHzKoCO6uowjQRl/7dXCs0YnCXmVwWH7Evu8T9LKT+Yzoj1BNggLHRl0fAc0ncAiyVuHl8INKEI0aQdOz67rvDRcm9394sToabpLhBHAVxVkV02c4D2e0DfwMi+Cv76CoCPKEU9Y4nYZ5Xa7pHyOpEVwwA2oXzKfmHqWKRF90FEewVUkAMcZ/C2lB076PadbkzKUwCejUblK3kSO0FYM0fzhkXh9M0AptyMUcQkDJY6AE8D2NIcUktS9vABk7+0JBJyMhmPPcYKywEu9cGWQ3nrnO4Y2g5gYN+sogyIU5mQakvasXEpZUbX9mxSidjHzSG+jxjrAPx4eS29afIwor0FWkJq9HzOOsvMq5n5B0vx2OioPKFrrxyFg/ItKeXBmazoAGMFQEea6/MlP3zWqFGjRo0y/A3lxcMNXfCjjAAAAABJRU5ErkJggg==");
  --creative-bundle-theme-wizard-nav-item-circle-bg: var(--creative-bundle-quaternary-bg);
  --creative-bundle-card-span-img-bg: var(--creative-bundle-quaternary-bg);
  --creative-bundle-card-span-img-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --creative-bundle-card-span-img-hover-box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  --creative-bundle-setting-toggle-shadow: 0 -7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  --creative-bundle-scrollbar-bg: rgba(224, 224, 224, 0.55);
  --creative-bundle-simplebar-bg: #e0e0e0;
  --creative-bundle-nav-pills-creative-bundle-active-bg-color: var(--creative-bundle-quaternary-bg);
  --creative-bundle-btn-disabled-custom-background: rgba(240, 244, 249, 0.55);
  --creative-bundle-btn-disabled-custom-color: rgba(151, 151, 151, 0.3);
  --creative-bundle-dropdown-bg-global: #fff;
  --creative-bundle-dropdown-link-hover-color-global: #62616d;
  --creative-bundle-dropdown-link-hover-bg-global: #FFFEFE;
  --creative-bundle-popover-header-bg-global: #FFFEFE;
  --creative-bundle-toast-bg-global: rgba(255, 255, 255, 0.85);
  --creative-bundle-toast-header-bg-global: rgba(255, 255, 255, 0.85);
  --creative-bundle-list-group-bg-global: var(--creative-bundle-emphasis-bg);
  --creative-bundle-accordion-btn-color-global: #2F281E;
  --creative-bundle-alert-link-color: #747DEF;
}
:root [class^=btn-creative-bundle-].show,
[data-bs-theme=light] [class^=btn-creative-bundle-].show {
  --creative-bundle-btn-active-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
}
:root .table-primary,
[data-bs-theme=light] .table-primary {
  --creative-bundle-table-bg: #e3e5fc;
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-hover-bg: #dddff4;
  --creative-bundle-table-hover-color: #979797;
  --creative-bundle-table-striped-bg: #dfe1f7;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #dbddf2;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-border-color: rgba(212, 213, 232, 0.05);
}
:root .table-secondary,
[data-bs-theme=light] .table-secondary {
  --creative-bundle-table-bg: #e2e2e4;
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-hover-bg: #dcdcde;
  --creative-bundle-table-hover-color: #979797;
  --creative-bundle-table-striped-bg: #dedee0;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #dbdbdc;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-border-color: rgba(211, 211, 213, 0.05);
}
:root .table-success,
[data-bs-theme=light] .table-success {
  --creative-bundle-table-bg: #def3d9;
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-hover-bg: #d9ecd4;
  --creative-bundle-table-hover-color: #979797;
  --creative-bundle-table-striped-bg: #daeed6;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #d7ead2;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-border-color: rgba(208, 225, 204, 0.05);
}
:root .table-info,
[data-bs-theme=light] .table-info {
  --creative-bundle-table-bg: #cdf9fb;
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-hover-bg: #c9f2f4;
  --creative-bundle-table-hover-color: #979797;
  --creative-bundle-table-striped-bg: #caf4f6;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #c8eff1;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-border-color: rgba(194, 229, 231, 0.05);
}
:root .table-warning,
[data-bs-theme=light] .table-warning {
  --creative-bundle-table-bg: #ffebcc;
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-hover-bg: #f7e5c8;
  --creative-bundle-table-hover-color: #979797;
  --creative-bundle-table-striped-bg: #fae7c9;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #f5e3c7;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-border-color: rgba(234, 218, 193, 0.05);
}
:root .table-danger,
[data-bs-theme=light] .table-danger {
  --creative-bundle-table-bg: #f9e1dc;
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-hover-bg: #f2dbd7;
  --creative-bundle-table-hover-color: #979797;
  --creative-bundle-table-striped-bg: #f4ddd9;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #efdad5;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-border-color: rgba(229, 210, 206, 0.05);
}
:root .table-light,
[data-bs-theme=light] .table-light {
  --creative-bundle-table-bg: #F0F4F9;
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-hover-bg: #e9edf2;
  --creative-bundle-table-hover-color: #979797;
  --creative-bundle-table-striped-bg: #eceff4;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #e7ebef;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-border-color: rgba(222, 225, 229, 0.05);
}
:root .table-dark,
[data-bs-theme=light] .table-dark {
  --creative-bundle-table-bg: #979797;
  --creative-bundle-table-color: #fff;
  --creative-bundle-table-hover-bg: #9f9f9f;
  --creative-bundle-table-hover-color: #fff;
  --creative-bundle-table-striped-bg: #9c9c9c;
  --creative-bundle-table-striped-color: #fff;
  --creative-bundle-table-active-bg: #a1a1a1;
  --creative-bundle-table-active-color: #fff;
  --creative-bundle-table-border-color: rgba(172, 172, 172, 0.05);
}

/*-----------------------------------------------
|   Bootstrap Styles
-----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: var(--creative-bundle-body-font-size);
  font-weight: var(--creative-bundle-body-font-weight);
  line-height: var(--creative-bundle-body-line-height);
  color: var(--creative-bundle-body-color);
  text-align: var(--creative-bundle-body-text-align);
  background-color: var(--creative-bundle-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: var(--creative-bundle-border-color);
  border: 0;
  border-top: var(--creative-bundle-border-width) solid;
  opacity: var(--creative-bundle-hr-opacity);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #990d35;
}

h1, .h1 {
  font-size: 1.8020324707rem;
}

h2, .h2 {
  font-size: 1.6018066406rem;
}

h3, .h3 {
  font-size: 1.423828125rem;
}

h4, .h4 {
  font-size: 1.265625rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.8888888889rem;
}

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

abbr[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: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

small, .small {
  font-size: 75%;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--creative-bundle-highlight-color);
  background-color: var(--creative-bundle-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--creative-bundle-link-color-rgb), var(--creative-bundle-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --creative-bundle-link-color-rgb: var(--creative-bundle-link-hover-color-rgb);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--creative-bundle-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 75%;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 75%;
  color: var(--creative-bundle-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 75%;
  color: var(--creative-bundle-body-bg);
  background-color: var(--creative-bundle-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--creative-bundle-secondary-color);
  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;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::file-selector-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;
}

.lead {
  font-size: 1.2rem;
  font-weight: 400;
}

.display-1 {
  font-size: 2.565784514rem;
  font-weight: 900;
  line-height: 1;
}

.display-2 {
  font-size: 2.2806973457rem;
  font-weight: 900;
  line-height: 1;
}

.display-3 {
  font-size: 2.0272865295rem;
  font-weight: 900;
  line-height: 1;
}

.display-4 {
  font-size: 1.8020324707rem;
  font-weight: 900;
  line-height: 1;
}

.display-5 {
  font-size: 1.6018066406rem;
  font-weight: 900;
  line-height: 1;
}

.display-6 {
  font-size: 1.423828125rem;
  font-weight: 900;
  line-height: 1;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 75%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 75%;
  color: #F0F4F9;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.5rem;
  background-color: var(--creative-bundle-thumbnail-bg-global);
  border: 1px solid #ddd;
  border-radius: var(--creative-bundle-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 75%;
  color: var(--creative-bundle-gray-600);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --creative-bundle-gutter-x: 2rem;
  --creative-bundle-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--creative-bundle-gutter-x) * 0.5);
  padding-left: calc(var(--creative-bundle-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 820px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --creative-bundle-breakpoint-xs: 0;
  --creative-bundle-breakpoint-sm: 576px;
  --creative-bundle-breakpoint-md: 768px;
  --creative-bundle-breakpoint-lg: 992px;
  --creative-bundle-breakpoint-xl: 1200px;
  --creative-bundle-breakpoint-xxl: 1400px;
}

.row {
  --creative-bundle-gutter-x: 2rem;
  --creative-bundle-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--creative-bundle-gutter-y));
  margin-right: calc(-0.5 * var(--creative-bundle-gutter-x));
  margin-left: calc(-0.5 * var(--creative-bundle-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--creative-bundle-gutter-x) * 0.5);
  padding-left: calc(var(--creative-bundle-gutter-x) * 0.5);
  margin-top: var(--creative-bundle-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --creative-bundle-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --creative-bundle-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --creative-bundle-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --creative-bundle-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --creative-bundle-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --creative-bundle-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --creative-bundle-gutter-x: 1.8rem;
}

.g-4,
.gy-4 {
  --creative-bundle-gutter-y: 1.8rem;
}

.g-5,
.gx-5 {
  --creative-bundle-gutter-x: 2rem;
}

.g-5,
.gy-5 {
  --creative-bundle-gutter-y: 2rem;
}

.g-6,
.gx-6 {
  --creative-bundle-gutter-x: 3rem;
}

.g-6,
.gy-6 {
  --creative-bundle-gutter-y: 3rem;
}

.g-7,
.gx-7 {
  --creative-bundle-gutter-x: 3.75rem;
}

.g-7,
.gy-7 {
  --creative-bundle-gutter-y: 3.75rem;
}

.g-8,
.gx-8 {
  --creative-bundle-gutter-x: 4rem;
}

.g-8,
.gy-8 {
  --creative-bundle-gutter-y: 4rem;
}

.g-9,
.gx-9 {
  --creative-bundle-gutter-x: 5rem;
}

.g-9,
.gy-9 {
  --creative-bundle-gutter-y: 5rem;
}

.g-10,
.gx-10 {
  --creative-bundle-gutter-x: 7.5rem;
}

.g-10,
.gy-10 {
  --creative-bundle-gutter-y: 7.5rem;
}

.g-11,
.gx-11 {
  --creative-bundle-gutter-x: 10rem;
}

.g-11,
.gy-11 {
  --creative-bundle-gutter-y: 10rem;
}

.g-12,
.gx-12 {
  --creative-bundle-gutter-x: 12.5rem;
}

.g-12,
.gy-12 {
  --creative-bundle-gutter-y: 12.5rem;
}

.g-13,
.gx-13 {
  --creative-bundle-gutter-x: 15rem;
}

.g-13,
.gy-13 {
  --creative-bundle-gutter-y: 15rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --creative-bundle-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --creative-bundle-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --creative-bundle-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --creative-bundle-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --creative-bundle-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --creative-bundle-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --creative-bundle-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --creative-bundle-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --creative-bundle-gutter-x: 1.8rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --creative-bundle-gutter-y: 1.8rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --creative-bundle-gutter-x: 2rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --creative-bundle-gutter-y: 2rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --creative-bundle-gutter-x: 3rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --creative-bundle-gutter-y: 3rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --creative-bundle-gutter-x: 3.75rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --creative-bundle-gutter-y: 3.75rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --creative-bundle-gutter-x: 4rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --creative-bundle-gutter-y: 4rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --creative-bundle-gutter-x: 5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --creative-bundle-gutter-y: 5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --creative-bundle-gutter-x: 7.5rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --creative-bundle-gutter-y: 7.5rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --creative-bundle-gutter-x: 10rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --creative-bundle-gutter-y: 10rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --creative-bundle-gutter-x: 12.5rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --creative-bundle-gutter-y: 12.5rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --creative-bundle-gutter-x: 15rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --creative-bundle-gutter-y: 15rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --creative-bundle-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --creative-bundle-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --creative-bundle-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --creative-bundle-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --creative-bundle-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --creative-bundle-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --creative-bundle-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --creative-bundle-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --creative-bundle-gutter-x: 1.8rem;
  }
  .g-md-4,
  .gy-md-4 {
    --creative-bundle-gutter-y: 1.8rem;
  }
  .g-md-5,
  .gx-md-5 {
    --creative-bundle-gutter-x: 2rem;
  }
  .g-md-5,
  .gy-md-5 {
    --creative-bundle-gutter-y: 2rem;
  }
  .g-md-6,
  .gx-md-6 {
    --creative-bundle-gutter-x: 3rem;
  }
  .g-md-6,
  .gy-md-6 {
    --creative-bundle-gutter-y: 3rem;
  }
  .g-md-7,
  .gx-md-7 {
    --creative-bundle-gutter-x: 3.75rem;
  }
  .g-md-7,
  .gy-md-7 {
    --creative-bundle-gutter-y: 3.75rem;
  }
  .g-md-8,
  .gx-md-8 {
    --creative-bundle-gutter-x: 4rem;
  }
  .g-md-8,
  .gy-md-8 {
    --creative-bundle-gutter-y: 4rem;
  }
  .g-md-9,
  .gx-md-9 {
    --creative-bundle-gutter-x: 5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --creative-bundle-gutter-y: 5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --creative-bundle-gutter-x: 7.5rem;
  }
  .g-md-10,
  .gy-md-10 {
    --creative-bundle-gutter-y: 7.5rem;
  }
  .g-md-11,
  .gx-md-11 {
    --creative-bundle-gutter-x: 10rem;
  }
  .g-md-11,
  .gy-md-11 {
    --creative-bundle-gutter-y: 10rem;
  }
  .g-md-12,
  .gx-md-12 {
    --creative-bundle-gutter-x: 12.5rem;
  }
  .g-md-12,
  .gy-md-12 {
    --creative-bundle-gutter-y: 12.5rem;
  }
  .g-md-13,
  .gx-md-13 {
    --creative-bundle-gutter-x: 15rem;
  }
  .g-md-13,
  .gy-md-13 {
    --creative-bundle-gutter-y: 15rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --creative-bundle-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --creative-bundle-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --creative-bundle-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --creative-bundle-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --creative-bundle-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --creative-bundle-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --creative-bundle-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --creative-bundle-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --creative-bundle-gutter-x: 1.8rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --creative-bundle-gutter-y: 1.8rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --creative-bundle-gutter-x: 2rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --creative-bundle-gutter-y: 2rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --creative-bundle-gutter-x: 3rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --creative-bundle-gutter-y: 3rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --creative-bundle-gutter-x: 3.75rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --creative-bundle-gutter-y: 3.75rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --creative-bundle-gutter-x: 4rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --creative-bundle-gutter-y: 4rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --creative-bundle-gutter-x: 5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --creative-bundle-gutter-y: 5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --creative-bundle-gutter-x: 7.5rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --creative-bundle-gutter-y: 7.5rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --creative-bundle-gutter-x: 10rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --creative-bundle-gutter-y: 10rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --creative-bundle-gutter-x: 12.5rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --creative-bundle-gutter-y: 12.5rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --creative-bundle-gutter-x: 15rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --creative-bundle-gutter-y: 15rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --creative-bundle-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --creative-bundle-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --creative-bundle-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --creative-bundle-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --creative-bundle-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --creative-bundle-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --creative-bundle-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --creative-bundle-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --creative-bundle-gutter-x: 1.8rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --creative-bundle-gutter-y: 1.8rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --creative-bundle-gutter-x: 2rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --creative-bundle-gutter-y: 2rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --creative-bundle-gutter-x: 3rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --creative-bundle-gutter-y: 3rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --creative-bundle-gutter-x: 3.75rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --creative-bundle-gutter-y: 3.75rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --creative-bundle-gutter-x: 4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --creative-bundle-gutter-y: 4rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --creative-bundle-gutter-x: 5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --creative-bundle-gutter-y: 5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --creative-bundle-gutter-x: 7.5rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --creative-bundle-gutter-y: 7.5rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --creative-bundle-gutter-x: 10rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --creative-bundle-gutter-y: 10rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --creative-bundle-gutter-x: 12.5rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --creative-bundle-gutter-y: 12.5rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --creative-bundle-gutter-x: 15rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --creative-bundle-gutter-y: 15rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --creative-bundle-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --creative-bundle-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --creative-bundle-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --creative-bundle-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --creative-bundle-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --creative-bundle-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --creative-bundle-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --creative-bundle-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --creative-bundle-gutter-x: 1.8rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --creative-bundle-gutter-y: 1.8rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --creative-bundle-gutter-x: 2rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --creative-bundle-gutter-y: 2rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --creative-bundle-gutter-x: 3rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --creative-bundle-gutter-y: 3rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --creative-bundle-gutter-x: 3.75rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --creative-bundle-gutter-y: 3.75rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --creative-bundle-gutter-x: 4rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --creative-bundle-gutter-y: 4rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --creative-bundle-gutter-x: 5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --creative-bundle-gutter-y: 5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --creative-bundle-gutter-x: 7.5rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --creative-bundle-gutter-y: 7.5rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --creative-bundle-gutter-x: 10rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --creative-bundle-gutter-y: 10rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --creative-bundle-gutter-x: 12.5rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --creative-bundle-gutter-y: 12.5rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --creative-bundle-gutter-x: 15rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --creative-bundle-gutter-y: 15rem;
  }
}
.table {
  --creative-bundle-table-color-type: initial;
  --creative-bundle-table-bg-type: initial;
  --creative-bundle-table-color-state: initial;
  --creative-bundle-table-bg-state: initial;
  --creative-bundle-table-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-table-bg: var(--creative-bundle-body-bg);
  --creative-bundle-table-border-color: var(--creative-bundle-border-color);
  --creative-bundle-table-accent-bg: transparent;
  --creative-bundle-table-striped-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-table-striped-bg: rgba(var(--creative-bundle-emphasis-color-rgb), 0.05);
  --creative-bundle-table-active-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-table-active-bg: rgba(var(--creative-bundle-emphasis-color-rgb), 0.1);
  --creative-bundle-table-hover-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-table-hover-bg: rgba(var(--creative-bundle-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--creative-bundle-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--creative-bundle-table-color-state, var(--creative-bundle-table-color-type, var(--creative-bundle-table-color)));
  background-color: var(--creative-bundle-table-bg);
  border-bottom-width: var(--creative-bundle-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--creative-bundle-table-bg-state, var(--creative-bundle-table-bg-type, var(--creative-bundle-table-accent-bg)));
  box-shadow: inset 0 0 0 9999px var(--creative-bundle-table-bg-state, var(--creative-bundle-table-bg-type, var(--creative-bundle-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--creative-bundle-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--creative-bundle-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--creative-bundle-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --creative-bundle-table-color-type: var(--creative-bundle-table-striped-color);
  --creative-bundle-table-bg-type: var(--creative-bundle-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --creative-bundle-table-color-type: var(--creative-bundle-table-striped-color);
  --creative-bundle-table-bg-type: var(--creative-bundle-table-striped-bg);
}

.table-active {
  --creative-bundle-table-color-state: var(--creative-bundle-table-active-color);
  --creative-bundle-table-bg-state: var(--creative-bundle-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --creative-bundle-table-color-state: var(--creative-bundle-table-hover-color);
  --creative-bundle-table-bg-state: var(--creative-bundle-table-hover-bg);
}

.table-primary {
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-bg: #e3e5fc;
  --creative-bundle-table-border-color: #d4d5e8;
  --creative-bundle-table-striped-bg: #dfe1f7;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #dbddf2;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-hover-bg: #dddff4;
  --creative-bundle-table-hover-color: #979797;
  color: var(--creative-bundle-table-color);
  border-color: var(--creative-bundle-table-border-color);
}

.table-secondary {
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-bg: #e2e2e4;
  --creative-bundle-table-border-color: #d3d3d5;
  --creative-bundle-table-striped-bg: #dedee0;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #dbdbdc;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-hover-bg: #dcdcde;
  --creative-bundle-table-hover-color: #979797;
  color: var(--creative-bundle-table-color);
  border-color: var(--creative-bundle-table-border-color);
}

.table-success {
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-bg: #def3d9;
  --creative-bundle-table-border-color: #d0e1cc;
  --creative-bundle-table-striped-bg: #daeed6;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #d7ead2;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-hover-bg: #d9ecd4;
  --creative-bundle-table-hover-color: #979797;
  color: var(--creative-bundle-table-color);
  border-color: var(--creative-bundle-table-border-color);
}

.table-info {
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-bg: #cdf9fb;
  --creative-bundle-table-border-color: #c2e5e7;
  --creative-bundle-table-striped-bg: #caf4f6;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #c8eff1;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-hover-bg: #c9f2f4;
  --creative-bundle-table-hover-color: #979797;
  color: var(--creative-bundle-table-color);
  border-color: var(--creative-bundle-table-border-color);
}

.table-warning {
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-bg: #ffebcc;
  --creative-bundle-table-border-color: #eadac1;
  --creative-bundle-table-striped-bg: #fae7c9;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #f5e3c7;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-hover-bg: #f7e5c8;
  --creative-bundle-table-hover-color: #979797;
  color: var(--creative-bundle-table-color);
  border-color: var(--creative-bundle-table-border-color);
}

.table-danger {
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-bg: #f9e1dc;
  --creative-bundle-table-border-color: #e5d2ce;
  --creative-bundle-table-striped-bg: #f4ddd9;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #efdad5;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-hover-bg: #f2dbd7;
  --creative-bundle-table-hover-color: #979797;
  color: var(--creative-bundle-table-color);
  border-color: var(--creative-bundle-table-border-color);
}

.table-light {
  --creative-bundle-table-color: #979797;
  --creative-bundle-table-bg: #F0F4F9;
  --creative-bundle-table-border-color: #dee1e5;
  --creative-bundle-table-striped-bg: #eceff4;
  --creative-bundle-table-striped-color: #979797;
  --creative-bundle-table-active-bg: #e7ebef;
  --creative-bundle-table-active-color: #979797;
  --creative-bundle-table-hover-bg: #e9edf2;
  --creative-bundle-table-hover-color: #979797;
  color: var(--creative-bundle-table-color);
  border-color: var(--creative-bundle-table-border-color);
}

.table-dark {
  --creative-bundle-table-color: #fff;
  --creative-bundle-table-bg: #979797;
  --creative-bundle-table-border-color: #acacac;
  --creative-bundle-table-striped-bg: #9c9c9c;
  --creative-bundle-table-striped-color: #fff;
  --creative-bundle-table-active-bg: #a1a1a1;
  --creative-bundle-table-active-color: #fff;
  --creative-bundle-table-hover-bg: #9f9f9f;
  --creative-bundle-table-hover-color: #fff;
  color: var(--creative-bundle-table-color);
  border-color: var(--creative-bundle-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 3.2473210255rem;
  font-weight: 600;
}

.col-form-label {
  padding-top: calc(0.8rem + var(--creative-bundle-border-width));
  padding-bottom: calc(0.8rem + var(--creative-bundle-border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(1.2rem + var(--creative-bundle-border-width));
  padding-bottom: calc(1.2rem + var(--creative-bundle-border-width));
  font-size: 77rem;
}

.col-form-label-sm {
  padding-top: calc(0.4rem + var(--creative-bundle-border-width));
  padding-bottom: calc(0.4rem + var(--creative-bundle-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 75%;
  color: #BDBDBD;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.8rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #464a4c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--creative-bundle-quaternary-bg);
  background-clip: padding-box;
  border: var(--creative-bundle-border-width) solid var(--creative-bundle-gray-300);
  border-radius: var(--creative-bundle-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #464a4c;
  background-color: var(--creative-bundle-quaternary-bg);
  border-color: var(--creative-bundle-input-focus-border-color-global);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--creative-bundle-gray-200);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.8rem 2.5rem;
  margin: -0.8rem -2.5rem;
  -webkit-margin-end: 2.5rem;
  margin-inline-end: 2.5rem;
  color: #464a4c;
  background-color: var(--creative-bundle-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--creative-bundle-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--creative-bundle-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #464a4c;
  background-color: transparent;
  border: solid transparent;
  border-width: var(--creative-bundle-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.8rem + calc(var(--creative-bundle-border-width) * 2));
  padding: 0.4rem 0.4rem;
  font-size: 0.875rem;
  border-radius: var(--creative-bundle-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.4rem 0.4rem;
  margin: -0.4rem -0.4rem;
  -webkit-margin-end: 0.4rem;
  margin-inline-end: 0.4rem;
}

.form-control-lg {
  min-height: calc(1.5em + 2.4rem + calc(var(--creative-bundle-border-width) * 2));
  padding: 1.2rem 1.2rem;
  font-size: 77rem;
  border-radius: var(--creative-bundle-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 1.2rem 1.2rem;
  margin: -1.2rem -1.2rem;
  -webkit-margin-end: 1.2rem;
  margin-inline-end: 1.2rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.6rem + calc(var(--creative-bundle-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.8rem + calc(var(--creative-bundle-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 2.4rem + calc(var(--creative-bundle-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.6rem + calc(var(--creative-bundle-border-width) * 2));
  padding: 0.8rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--creative-bundle-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--creative-bundle-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.8rem + calc(var(--creative-bundle-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 2.4rem + calc(var(--creative-bundle-border-width) * 2));
}

.form-select {
  --creative-bundle-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='%23979797' 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.8rem 7.5rem 0.8rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #464a4c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--creative-bundle-quaternary-bg);
  background-image: var(--creative-bundle-form-select-bg-img), var(--creative-bundle-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 2.5rem center;
  background-size: 16px 12px;
  border: var(--creative-bundle-border-width) solid var(--creative-bundle-gray-300);
  border-radius: var(--creative-bundle-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: var(--creative-bundle-input-focus-border-color-global);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 2.5rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--creative-bundle-gray-200);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #464a4c;
}

.form-select-sm {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.4rem;
  font-size: 0.875rem;
  border-radius: var(--creative-bundle-border-radius-sm);
}

.form-select-lg {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  font-size: 77rem;
  border-radius: var(--creative-bundle-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --creative-bundle-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='%23EEEEEE' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.45rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --creative-bundle-form-check-bg: var(--creative-bundle-quaternary-bg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.225em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--creative-bundle-form-check-bg);
  background-image: var(--creative-bundle-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--creative-bundle-border-width) solid var(--creative-bundle-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: var(--creative-bundle-input-focus-border-color-global);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
}
.form-check-input:checked {
  background-color: #747DEF;
  border-color: #747DEF;
}
.form-check-input:checked[type=checkbox] {
  --creative-bundle-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");
}
.form-check-input:checked[type=radio] {
  --creative-bundle-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");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #747DEF;
  border-color: #747DEF;
  --creative-bundle-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");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --creative-bundle-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(--creative-bundle-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --creative-bundle-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='var%28--creative-bundle-input-focus-border-color-global%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --creative-bundle-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");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --creative-bundle-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");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #747DEF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #d5d8fa;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--creative-bundle-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #747DEF;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #d5d8fa;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--creative-bundle-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--creative-bundle-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--creative-bundle-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--creative-bundle-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--creative-bundle-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 2.5rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--creative-bundle-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 2.5rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--creative-bundle-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--creative-bundle-body-color-rgb), 0.65);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--creative-bundle-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 1.25rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--creative-bundle-quaternary-bg);
  border-radius: var(--creative-bundle-border-radius);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 1.25rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--creative-bundle-quaternary-bg);
  border-radius: var(--creative-bundle-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 1.25rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--creative-bundle-quaternary-bg);
  border-radius: var(--creative-bundle-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--creative-bundle-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--creative-bundle-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #F0F4F9;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--creative-bundle-gray-200);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #464a4c;
  text-align: center;
  white-space: nowrap;
  background-color: var(--creative-bundle-gray-200);
  border: var(--creative-bundle-border-width) solid var(--creative-bundle-gray-300);
  border-radius: var(--creative-bundle-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 1.2rem 1.2rem;
  font-size: 77rem;
  border-radius: var(--creative-bundle-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.4rem 0.4rem;
  font-size: 0.875rem;
  border-radius: var(--creative-bundle-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 10rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--creative-bundle-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 75%;
  color: var(--creative-bundle-form-valid-color);
}

.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(--creative-bundle-success);
  border-radius: var(--creative-bundle-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--creative-bundle-form-valid-border-color);
  padding-right: calc(1.5em + 1.6rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235BC142' 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.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.4rem) center;
  background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--creative-bundle-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.6rem);
  background-position: top calc(0.375em + 0.4rem) right calc(0.375em + 0.4rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--creative-bundle-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --creative-bundle-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='%235BC142' 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.1z'/%3e%3c/svg%3e");
  padding-right: 13.75rem;
  background-position: right 2.5rem center, center right 7.5rem;
  background-size: 16px 12px, calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--creative-bundle-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1.6rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--creative-bundle-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--creative-bundle-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--creative-bundle-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 75%;
  color: var(--creative-bundle-form-invalid-color);
}

.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(--creative-bundle-danger);
  border-radius: var(--creative-bundle-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--creative-bundle-form-invalid-border-color);
  padding-right: calc(1.5em + 1.6rem);
  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='%23DF6951'%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='%23DF6951' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.4rem) center;
  background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--creative-bundle-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.6rem);
  background-position: top calc(0.375em + 0.4rem) right calc(0.375em + 0.4rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--creative-bundle-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --creative-bundle-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='%23DF6951'%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='%23DF6951' stroke='none'/%3e%3c/svg%3e");
  padding-right: 13.75rem;
  background-position: right 2.5rem center, center right 7.5rem;
  background-size: 16px 12px, calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--creative-bundle-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1.6rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--creative-bundle-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--creative-bundle-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--creative-bundle-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--creative-bundle-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --creative-bundle-btn-padding-x: 2.5rem;
  --creative-bundle-btn-padding-y: 0.8rem;
  --creative-bundle-btn-font-family: Nunito Sans, sans-serif;
  --creative-bundle-btn-font-size: 1.265625rem;
  --creative-bundle-btn-font-weight: 600;
  --creative-bundle-btn-line-height: 1.35;
  --creative-bundle-btn-color: #2F281E;
  --creative-bundle-btn-bg: transparent;
  --creative-bundle-btn-border-width: var(--creative-bundle-border-width);
  --creative-bundle-btn-border-color: transparent;
  --creative-bundle-btn-border-radius: var(--creative-bundle-border-radius-sm);
  --creative-bundle-btn-hover-border-color: transparent;
  --creative-bundle-btn-box-shadow: none;
  --creative-bundle-btn-disabled-opacity: 0.5;
  --creative-bundle-btn-focus-box-shadow: 0 0 0 0 rgba(var(--creative-bundle-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--creative-bundle-btn-padding-y) var(--creative-bundle-btn-padding-x);
  font-family: var(--creative-bundle-btn-font-family);
  font-size: var(--creative-bundle-btn-font-size);
  font-weight: var(--creative-bundle-btn-font-weight);
  line-height: var(--creative-bundle-btn-line-height);
  color: var(--creative-bundle-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--creative-bundle-btn-border-width) solid var(--creative-bundle-btn-border-color);
  border-radius: var(--creative-bundle-btn-border-radius);
  background-color: var(--creative-bundle-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--creative-bundle-btn-hover-color);
  text-decoration: none;
  background-color: var(--creative-bundle-btn-hover-bg);
  border-color: var(--creative-bundle-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--creative-bundle-btn-color);
  background-color: var(--creative-bundle-btn-bg);
  border-color: var(--creative-bundle-btn-border-color);
}
.btn:focus-visible {
  color: var(--creative-bundle-btn-hover-color);
  background-color: var(--creative-bundle-btn-hover-bg);
  border-color: var(--creative-bundle-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--creative-bundle-btn-focus-box-shadow);
  box-shadow: var(--creative-bundle-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--creative-bundle-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--creative-bundle-btn-focus-box-shadow);
  box-shadow: var(--creative-bundle-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--creative-bundle-btn-active-color);
  background-color: var(--creative-bundle-btn-active-bg);
  border-color: var(--creative-bundle-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  -webkit-box-shadow: var(--creative-bundle-btn-focus-box-shadow);
  box-shadow: var(--creative-bundle-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  -webkit-box-shadow: var(--creative-bundle-btn-focus-box-shadow);
  box-shadow: var(--creative-bundle-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--creative-bundle-btn-disabled-color);
  pointer-events: none;
  background-color: var(--creative-bundle-btn-disabled-bg);
  border-color: var(--creative-bundle-btn-disabled-border-color);
  opacity: var(--creative-bundle-btn-disabled-opacity);
}

.btn-primary {
  --creative-bundle-btn-color: #fff;
  --creative-bundle-btn-bg: #747DEF;
  --creative-bundle-btn-border-color: #747DEF;
  --creative-bundle-btn-hover-color: #fff;
  --creative-bundle-btn-hover-bg: #464b8f;
  --creative-bundle-btn-hover-border-color: #5d64bf;
  --creative-bundle-btn-focus-shadow-rgb: 137, 145, 241;
  --creative-bundle-btn-active-color: #fff;
  --creative-bundle-btn-active-bg: #5d64bf;
  --creative-bundle-btn-active-border-color: #575eb3;
  --creative-bundle-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --creative-bundle-btn-disabled-color: #fff;
  --creative-bundle-btn-disabled-bg: #747DEF;
  --creative-bundle-btn-disabled-border-color: #747DEF;
}

.btn-secondary {
  --creative-bundle-btn-color: #fff;
  --creative-bundle-btn-bg: #6e6d7a;
  --creative-bundle-btn-border-color: #6e6d7a;
  --creative-bundle-btn-hover-color: #fff;
  --creative-bundle-btn-hover-bg: #424149;
  --creative-bundle-btn-hover-border-color: #585762;
  --creative-bundle-btn-focus-shadow-rgb: 132, 131, 142;
  --creative-bundle-btn-active-color: #fff;
  --creative-bundle-btn-active-bg: #585762;
  --creative-bundle-btn-active-border-color: #53525c;
  --creative-bundle-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --creative-bundle-btn-disabled-color: #fff;
  --creative-bundle-btn-disabled-bg: #6e6d7a;
  --creative-bundle-btn-disabled-border-color: #6e6d7a;
}

.btn-success {
  --creative-bundle-btn-color: #fff;
  --creative-bundle-btn-bg: #5BC142;
  --creative-bundle-btn-border-color: #5BC142;
  --creative-bundle-btn-hover-color: #fff;
  --creative-bundle-btn-hover-bg: #377428;
  --creative-bundle-btn-hover-border-color: #499a35;
  --creative-bundle-btn-focus-shadow-rgb: 116, 202, 94;
  --creative-bundle-btn-active-color: #fff;
  --creative-bundle-btn-active-bg: #499a35;
  --creative-bundle-btn-active-border-color: #449132;
  --creative-bundle-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --creative-bundle-btn-disabled-color: #fff;
  --creative-bundle-btn-disabled-bg: #5BC142;
  --creative-bundle-btn-disabled-border-color: #5BC142;
}

.btn-info {
  --creative-bundle-btn-color: #000;
  --creative-bundle-btn-bg: #03E0ED;
  --creative-bundle-btn-border-color: #03E0ED;
  --creative-bundle-btn-hover-color: #000;
  --creative-bundle-btn-hover-bg: #29e5f0;
  --creative-bundle-btn-hover-border-color: #1ce3ef;
  --creative-bundle-btn-focus-shadow-rgb: 3, 190, 201;
  --creative-bundle-btn-active-color: #000;
  --creative-bundle-btn-active-bg: #35e6f1;
  --creative-bundle-btn-active-border-color: #1ce3ef;
  --creative-bundle-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --creative-bundle-btn-disabled-color: #000;
  --creative-bundle-btn-disabled-bg: #03E0ED;
  --creative-bundle-btn-disabled-border-color: #03E0ED;
}

.btn-warning {
  --creative-bundle-btn-color: #fff;
  --creative-bundle-btn-bg: #FF9900;
  --creative-bundle-btn-border-color: #FF9900;
  --creative-bundle-btn-hover-color: #fff;
  --creative-bundle-btn-hover-bg: #995c00;
  --creative-bundle-btn-hover-border-color: #cc7a00;
  --creative-bundle-btn-focus-shadow-rgb: 255, 168, 38;
  --creative-bundle-btn-active-color: #fff;
  --creative-bundle-btn-active-bg: #cc7a00;
  --creative-bundle-btn-active-border-color: #bf7300;
  --creative-bundle-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --creative-bundle-btn-disabled-color: #fff;
  --creative-bundle-btn-disabled-bg: #FF9900;
  --creative-bundle-btn-disabled-border-color: #FF9900;
}

.btn-danger {
  --creative-bundle-btn-color: #fff;
  --creative-bundle-btn-bg: #DF6951;
  --creative-bundle-btn-border-color: #DF6951;
  --creative-bundle-btn-hover-color: #fff;
  --creative-bundle-btn-hover-bg: #863f31;
  --creative-bundle-btn-hover-border-color: #b25441;
  --creative-bundle-btn-focus-shadow-rgb: 228, 128, 107;
  --creative-bundle-btn-active-color: #fff;
  --creative-bundle-btn-active-bg: #b25441;
  --creative-bundle-btn-active-border-color: #a74f3d;
  --creative-bundle-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --creative-bundle-btn-disabled-color: #fff;
  --creative-bundle-btn-disabled-bg: #DF6951;
  --creative-bundle-btn-disabled-border-color: #DF6951;
}

.btn-light, .btn-tertiary {
  --creative-bundle-btn-color: #979797;
  --creative-bundle-btn-bg: #F0F4F9;
  --creative-bundle-btn-border-color: #F0F4F9;
  --creative-bundle-btn-hover-color: #fff;
  --creative-bundle-btn-hover-bg: #909295;
  --creative-bundle-btn-hover-border-color: #c0c3c7;
  --creative-bundle-btn-focus-shadow-rgb: 227, 230, 234;
  --creative-bundle-btn-active-color: #000;
  --creative-bundle-btn-active-bg: #c0c3c7;
  --creative-bundle-btn-active-border-color: #b4b7bb;
  --creative-bundle-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --creative-bundle-btn-disabled-color: #979797;
  --creative-bundle-btn-disabled-bg: #F0F4F9;
  --creative-bundle-btn-disabled-border-color: #F0F4F9;
}

.btn-dark {
  --creative-bundle-btn-color: #fff;
  --creative-bundle-btn-bg: #979797;
  --creative-bundle-btn-border-color: #979797;
  --creative-bundle-btn-hover-color: #fff;
  --creative-bundle-btn-hover-bg: #a7a7a7;
  --creative-bundle-btn-hover-border-color: #a1a1a1;
  --creative-bundle-btn-focus-shadow-rgb: 167, 167, 167;
  --creative-bundle-btn-active-color: #fff;
  --creative-bundle-btn-active-bg: #acacac;
  --creative-bundle-btn-active-border-color: #a1a1a1;
  --creative-bundle-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --creative-bundle-btn-disabled-color: #fff;
  --creative-bundle-btn-disabled-bg: #979797;
  --creative-bundle-btn-disabled-border-color: #979797;
}

.btn-outline-primary {
  color: #747DEF;
  background-image: none;
  background-color: transparent;
  border-color: #747DEF;
}
.btn-outline-primary.btn-icon span {
  border-color: #747DEF;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-primary.btn-icon:hover span, .btn-outline-primary.btn-icon:focus span, .btn-outline-primary.btn-icon:active span, .btn-outline-primary.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #747DEF;
  border-color: #747DEF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #747DEF;
  border-color: #747DEF;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #747DEF;
  border-color: #747DEF;
}
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #2634e6;
  border-color: #1725cc;
}
.btn-outline-primary.active {
  background-color: #2634e6;
  border-color: #1725cc;
}
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #cfd3fa;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #cfd3fa;
}

.btn-outline-secondary {
  color: #6e6d7a;
  background-image: none;
  background-color: transparent;
  border-color: #6e6d7a;
}
.btn-outline-secondary.btn-icon span {
  border-color: #6e6d7a;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-secondary.btn-icon:hover span, .btn-outline-secondary.btn-icon:focus span, .btn-outline-secondary.btn-icon:active span, .btn-outline-secondary.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6e6d7a;
  border-color: #6e6d7a;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #6e6d7a;
  border-color: #6e6d7a;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6e6d7a;
  border-color: #6e6d7a;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #45444c;
  border-color: #313137;
}
.btn-outline-secondary.active {
  background-color: #45444c;
  border-color: #313137;
}
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: #a2a2ab;
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: #a2a2ab;
}

.btn-outline-success {
  color: #5BC142;
  background-image: none;
  background-color: transparent;
  border-color: #5BC142;
}
.btn-outline-success.btn-icon span {
  border-color: #5BC142;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-success.btn-icon:hover span, .btn-outline-success.btn-icon:focus span, .btn-outline-success.btn-icon:active span, .btn-outline-success.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5BC142;
  border-color: #5BC142;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5BC142;
  border-color: #5BC142;
}
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5BC142;
  border-color: #5BC142;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #3c822b;
  border-color: #2e6320;
}
.btn-outline-success.active {
  background-color: #3c822b;
  border-color: #2e6320;
}
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #9eda8f;
}
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #9eda8f;
}

.btn-outline-info {
  color: #03E0ED;
  background-image: none;
  background-color: transparent;
  border-color: #03E0ED;
}
.btn-outline-info.btn-icon span {
  border-color: #03E0ED;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-info.btn-icon:hover span, .btn-outline-info.btn-icon:focus span, .btn-outline-info.btn-icon:active span, .btn-outline-info.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #03E0ED;
  border-color: #03E0ED;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #03E0ED;
  border-color: #03E0ED;
}
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #03E0ED;
  border-color: #03E0ED;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #028f97;
  border-color: #01696f;
}
.btn-outline-info.active {
  background-color: #028f97;
  border-color: #01696f;
}
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #59f4fd;
}
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #59f4fd;
}

.btn-outline-warning {
  color: #FF9900;
  background-image: none;
  background-color: transparent;
  border-color: #FF9900;
}
.btn-outline-warning.btn-icon span {
  border-color: #FF9900;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-warning.btn-icon:hover span, .btn-outline-warning.btn-icon:focus span, .btn-outline-warning.btn-icon:active span, .btn-outline-warning.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #FF9900;
  border-color: #FF9900;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #FF9900;
  border-color: #FF9900;
}
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #FF9900;
  border-color: #FF9900;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a86500;
  border-color: #804d00;
}
.btn-outline-warning.active {
  background-color: #a86500;
  border-color: #804d00;
}
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #ffc266;
}
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #ffc266;
}

.btn-outline-danger {
  color: #DF6951;
  background-image: none;
  background-color: transparent;
  border-color: #DF6951;
}
.btn-outline-danger.btn-icon span {
  border-color: #DF6951;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-danger.btn-icon:hover span, .btn-outline-danger.btn-icon:focus span, .btn-outline-danger.btn-icon:active span, .btn-outline-danger.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #DF6951;
  border-color: #DF6951;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #DF6951;
  border-color: #DF6951;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #DF6951;
  border-color: #DF6951;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b83b22;
  border-color: #95301b;
}
.btn-outline-danger.active {
  background-color: #b83b22;
  border-color: #95301b;
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #efb3a7;
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #efb3a7;
}

.btn-outline-light {
  color: #F0F4F9;
  background-image: none;
  background-color: transparent;
  border-color: #F0F4F9;
}
.btn-outline-light.btn-icon span {
  border-color: #F0F4F9;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-light.btn-icon:hover span, .btn-outline-light.btn-icon:focus span, .btn-outline-light.btn-icon:active span, .btn-outline-light.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #F0F4F9;
  border-color: #F0F4F9;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  color: #fff;
  background-color: #F0F4F9;
  border-color: #F0F4F9;
}
.btn-outline-light:active, .btn-outline-light.active, .open > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #F0F4F9;
  border-color: #F0F4F9;
}
.btn-outline-light:active:hover, .btn-outline-light:active:focus, .btn-outline-light:active.focus, .btn-outline-light.active:hover, .btn-outline-light.active:focus, .btn-outline-light.active.focus, .open > .btn-outline-light.dropdown-toggle:hover, .open > .btn-outline-light.dropdown-toggle:focus, .open > .btn-outline-light.dropdown-toggle.focus {
  color: #fff;
  background-color: #b2c7e0;
  border-color: #95b1d5;
}
.btn-outline-light.active {
  background-color: #b2c7e0;
  border-color: #95b1d5;
}
.btn-outline-light.disabled:focus, .btn-outline-light.disabled.focus, .btn-outline-light:disabled:focus, .btn-outline-light:disabled.focus {
  border-color: white;
}
.btn-outline-light.disabled:hover, .btn-outline-light:disabled:hover {
  border-color: white;
}

.btn-outline-dark {
  color: #979797;
  background-image: none;
  background-color: transparent;
  border-color: #979797;
}
.btn-outline-dark.btn-icon span {
  border-color: #979797;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-dark.btn-icon:hover span, .btn-outline-dark.btn-icon:focus span, .btn-outline-dark.btn-icon:active span, .btn-outline-dark.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #979797;
  border-color: #979797;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #fff;
  background-color: #979797;
  border-color: #979797;
}
.btn-outline-dark:active, .btn-outline-dark.active, .open > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #979797;
  border-color: #979797;
}
.btn-outline-dark:active:hover, .btn-outline-dark:active:focus, .btn-outline-dark:active.focus, .btn-outline-dark.active:hover, .btn-outline-dark.active:focus, .btn-outline-dark.active.focus, .open > .btn-outline-dark.dropdown-toggle:hover, .open > .btn-outline-dark.dropdown-toggle:focus, .open > .btn-outline-dark.dropdown-toggle.focus {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #575757;
}
.btn-outline-dark.active {
  background-color: #6c6c6c;
  border-color: #575757;
}
.btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.focus, .btn-outline-dark:disabled:focus, .btn-outline-dark:disabled.focus {
  border-color: #cacaca;
}
.btn-outline-dark.disabled:hover, .btn-outline-dark:disabled:hover {
  border-color: #cacaca;
}

.btn-link {
  --creative-bundle-btn-font-weight: 400;
  --creative-bundle-btn-color: var(--creative-bundle-link-color);
  --creative-bundle-btn-bg: transparent;
  --creative-bundle-btn-border-color: transparent;
  --creative-bundle-btn-hover-color: var(--creative-bundle-link-hover-color);
  --creative-bundle-btn-hover-border-color: transparent;
  --creative-bundle-btn-active-color: var(--creative-bundle-link-hover-color);
  --creative-bundle-btn-active-border-color: transparent;
  --creative-bundle-btn-disabled-color: #F0F4F9;
  --creative-bundle-btn-disabled-border-color: transparent;
  --creative-bundle-btn-box-shadow: 0 0 0 #000;
  --creative-bundle-btn-focus-shadow-rgb: 54, 83, 85;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--creative-bundle-btn-color);
}
.btn-link:hover {
  color: var(--creative-bundle-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --creative-bundle-btn-padding-y: 1.5625rem;
  --creative-bundle-btn-padding-x: 2.875rem;
  --creative-bundle-btn-font-size: 2.8865075782rem;
  --creative-bundle-btn-border-radius: var(--creative-bundle-border-radius-sm);
}

.btn-sm, .btn-group-sm > .btn {
  --creative-bundle-btn-padding-y: 0.4rem;
  --creative-bundle-btn-padding-x: 1.2rem;
  --creative-bundle-btn-font-size: 0.875rem;
  --creative-bundle-btn-border-radius: var(--creative-bundle-border-radius-sm);
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --creative-bundle-dropdown-zindex: 1000;
  --creative-bundle-dropdown-min-width: 10rem;
  --creative-bundle-dropdown-padding-x: 0;
  --creative-bundle-dropdown-padding-y: 0.5rem;
  --creative-bundle-dropdown-spacer: 0.125rem;
  --creative-bundle-dropdown-font-size: 1rem;
  --creative-bundle-dropdown-color: var(--creative-bundle-body-color);
  --creative-bundle-dropdown-bg: var(--creative-bundle-body-bg);
  --creative-bundle-dropdown-border-color: var(--creative-bundle-border-color-translucent);
  --creative-bundle-dropdown-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-dropdown-border-width: var(--creative-bundle-border-width);
  --creative-bundle-dropdown-inner-border-radius: calc(var(--creative-bundle-border-radius) - var(--creative-bundle-border-width));
  --creative-bundle-dropdown-divider-bg: var(--creative-bundle-border-color-translucent);
  --creative-bundle-dropdown-divider-margin-y: 0.5rem;
  --creative-bundle-dropdown-box-shadow: var(--creative-bundle-box-shadow);
  --creative-bundle-dropdown-link-color: var(--creative-bundle-body-color);
  --creative-bundle-dropdown-link-hover-color: var(--creative-bundle-body-color);
  --creative-bundle-dropdown-link-hover-bg: var(--creative-bundle-tertiary-bg);
  --creative-bundle-dropdown-link-active-color: #fff;
  --creative-bundle-dropdown-link-active-bg: #747DEF;
  --creative-bundle-dropdown-link-disabled-color: var(--creative-bundle-tertiary-color);
  --creative-bundle-dropdown-item-padding-x: 1rem;
  --creative-bundle-dropdown-item-padding-y: 0.25rem;
  --creative-bundle-dropdown-header-color: #F0F4F9;
  --creative-bundle-dropdown-header-padding-x: 1rem;
  --creative-bundle-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--creative-bundle-dropdown-zindex);
  display: none;
  min-width: var(--creative-bundle-dropdown-min-width);
  padding: var(--creative-bundle-dropdown-padding-y) var(--creative-bundle-dropdown-padding-x);
  margin: 0;
  font-size: var(--creative-bundle-dropdown-font-size);
  color: var(--creative-bundle-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--creative-bundle-dropdown-bg);
  background-clip: padding-box;
  border: var(--creative-bundle-dropdown-border-width) solid var(--creative-bundle-dropdown-border-color);
  border-radius: var(--creative-bundle-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--creative-bundle-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--creative-bundle-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--creative-bundle-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--creative-bundle-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--creative-bundle-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--creative-bundle-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--creative-bundle-dropdown-item-padding-y) var(--creative-bundle-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--creative-bundle-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--creative-bundle-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--creative-bundle-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--creative-bundle-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--creative-bundle-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--creative-bundle-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--creative-bundle-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--creative-bundle-dropdown-header-padding-y) var(--creative-bundle-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--creative-bundle-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--creative-bundle-dropdown-item-padding-y) var(--creative-bundle-dropdown-item-padding-x);
  color: var(--creative-bundle-dropdown-link-color);
}

.dropdown-menu-dark {
  --creative-bundle-dropdown-color: #EEEEEE;
  --creative-bundle-dropdown-bg: #979797;
  --creative-bundle-dropdown-border-color: var(--creative-bundle-border-color-translucent);
  --creative-bundle-dropdown-box-shadow: ;
  --creative-bundle-dropdown-link-color: #EEEEEE;
  --creative-bundle-dropdown-link-hover-color: #fff;
  --creative-bundle-dropdown-divider-bg: var(--creative-bundle-border-color-translucent);
  --creative-bundle-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --creative-bundle-dropdown-link-active-color: #fff;
  --creative-bundle-dropdown-link-active-bg: #747DEF;
  --creative-bundle-dropdown-link-disabled-color: #BDBDBD;
  --creative-bundle-dropdown-header-color: #BDBDBD;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--creative-bundle-border-radius-sm);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--creative-bundle-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 2.15625rem;
  padding-left: 2.15625rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--creative-bundle-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --creative-bundle-nav-link-padding-x: 1rem;
  --creative-bundle-nav-link-padding-y: 0.8rem;
  --creative-bundle-nav-link-font-size: 3.2473210255rem;
  --creative-bundle-nav-link-font-weight: ;
  --creative-bundle-nav-link-color: var(--creative-bundle-link-color);
  --creative-bundle-nav-link-hover-color: var(--creative-bundle-link-hover-color);
  --creative-bundle-nav-link-disabled-color: var(--creative-bundle-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--creative-bundle-nav-link-padding-y) var(--creative-bundle-nav-link-padding-x);
  font-size: var(--creative-bundle-nav-link-font-size);
  font-weight: var(--creative-bundle-nav-link-font-weight);
  color: var(--creative-bundle-nav-link-color);
  background: none;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--creative-bundle-nav-link-hover-color);
  text-decoration: none;
}
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--creative-bundle-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --creative-bundle-nav-tabs-border-width: var(--creative-bundle-border-width);
  --creative-bundle-nav-tabs-border-color: var(--creative-bundle-border-color);
  --creative-bundle-nav-tabs-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-nav-tabs-link-hover-border-color: var(--creative-bundle-secondary-bg) var(--creative-bundle-secondary-bg) var(--creative-bundle-border-color);
  --creative-bundle-nav-tabs-link-active-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-nav-tabs-link-active-bg: var(--creative-bundle-body-bg);
  --creative-bundle-nav-tabs-link-active-border-color: var(--creative-bundle-border-color) var(--creative-bundle-border-color) var(--creative-bundle-body-bg);
  border-bottom: var(--creative-bundle-nav-tabs-border-width) solid var(--creative-bundle-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--creative-bundle-nav-tabs-border-width));
  border: var(--creative-bundle-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--creative-bundle-nav-tabs-border-radius);
  border-top-right-radius: var(--creative-bundle-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--creative-bundle-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--creative-bundle-nav-tabs-link-active-color);
  background-color: var(--creative-bundle-nav-tabs-link-active-bg);
  border-color: var(--creative-bundle-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--creative-bundle-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --creative-bundle-nav-pills-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-nav-pills-link-active-color: #fff;
  --creative-bundle-nav-pills-link-active-bg: #0275d8;
}
.nav-pills .nav-link {
  border-radius: var(--creative-bundle-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--creative-bundle-nav-pills-link-active-color);
  background-color: var(--creative-bundle-nav-pills-link-active-bg);
}

.nav-underline {
  --creative-bundle-nav-underline-gap: 1rem;
  --creative-bundle-nav-underline-border-width: 0.125rem;
  --creative-bundle-nav-underline-link-active-color: var(--creative-bundle-emphasis-color);
  gap: var(--creative-bundle-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--creative-bundle-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--creative-bundle-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --creative-bundle-navbar-padding-x: 0;
  --creative-bundle-navbar-padding-y: 0.5rem;
  --creative-bundle-navbar-color: rgba(255, 255, 255, 0.8);
  --creative-bundle-navbar-hover-color: #fff;
  --creative-bundle-navbar-disabled-color: rgba(var(--creative-bundle-emphasis-color-rgb), 0.3);
  --creative-bundle-navbar-active-color: #FFFEFE;
  --creative-bundle-navbar-brand-padding-y: 0.3125rem;
  --creative-bundle-navbar-brand-margin-end: 1rem;
  --creative-bundle-navbar-brand-font-size: 2.0272865295rem;
  --creative-bundle-navbar-brand-color: #FFFEFE;
  --creative-bundle-navbar-brand-hover-color: #FFFEFE;
  --creative-bundle-navbar-nav-link-padding-x: 1.2rem;
  --creative-bundle-navbar-toggler-padding-y: 0.25rem;
  --creative-bundle-navbar-toggler-padding-x: 0.75rem;
  --creative-bundle-navbar-toggler-font-size: 1.2rem;
  --creative-bundle-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2847, 40, 30, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --creative-bundle-navbar-toggler-border-color: rgba(var(--creative-bundle-emphasis-color-rgb), 0.1);
  --creative-bundle-navbar-toggler-border-radius: var(--creative-bundle-border-radius-sm);
  --creative-bundle-navbar-toggler-focus-width: 0;
  --creative-bundle-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--creative-bundle-navbar-padding-y) var(--creative-bundle-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--creative-bundle-navbar-brand-padding-y);
  padding-bottom: var(--creative-bundle-navbar-brand-padding-y);
  margin-right: var(--creative-bundle-navbar-brand-margin-end);
  font-size: var(--creative-bundle-navbar-brand-font-size);
  color: var(--creative-bundle-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--creative-bundle-navbar-brand-hover-color);
  text-decoration: none;
}

.navbar-nav {
  --creative-bundle-nav-link-padding-x: 0;
  --creative-bundle-nav-link-padding-y: 0.8rem;
  --creative-bundle-nav-link-font-size: 3.2473210255rem;
  --creative-bundle-nav-link-font-weight: ;
  --creative-bundle-nav-link-color: var(--creative-bundle-navbar-color);
  --creative-bundle-nav-link-hover-color: var(--creative-bundle-navbar-hover-color);
  --creative-bundle-nav-link-disabled-color: var(--creative-bundle-navbar-disabled-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--creative-bundle-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: var(--creative-bundle-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--creative-bundle-navbar-active-color);
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: var(--creative-bundle-navbar-toggler-padding-y) var(--creative-bundle-navbar-toggler-padding-x);
  font-size: var(--creative-bundle-navbar-toggler-font-size);
  line-height: 1;
  color: var(--creative-bundle-navbar-color);
  background-color: transparent;
  border: var(--creative-bundle-border-width) solid var(--creative-bundle-navbar-toggler-border-color);
  border-radius: var(--creative-bundle-navbar-toggler-border-radius);
  -webkit-transition: var(--creative-bundle-navbar-toggler-transition);
  transition: var(--creative-bundle-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 var(--creative-bundle-navbar-toggler-focus-width);
  box-shadow: 0 0 0 var(--creative-bundle-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--creative-bundle-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--creative-bundle-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--creative-bundle-navbar-nav-link-padding-x);
    padding-left: var(--creative-bundle-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--creative-bundle-navbar-nav-link-padding-x);
    padding-left: var(--creative-bundle-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--creative-bundle-navbar-nav-link-padding-x);
    padding-left: var(--creative-bundle-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--creative-bundle-navbar-nav-link-padding-x);
    padding-left: var(--creative-bundle-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--creative-bundle-navbar-nav-link-padding-x);
    padding-left: var(--creative-bundle-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--creative-bundle-navbar-nav-link-padding-x);
  padding-left: var(--creative-bundle-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --creative-bundle-navbar-color: rgba(255, 255, 255, 0.55);
  --creative-bundle-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --creative-bundle-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --creative-bundle-navbar-active-color: #fff;
  --creative-bundle-navbar-brand-color: #fff;
  --creative-bundle-navbar-brand-hover-color: #fff;
  --creative-bundle-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --creative-bundle-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --creative-bundle-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --creative-bundle-card-spacer-y: 1rem;
  --creative-bundle-card-spacer-x: 1rem;
  --creative-bundle-card-title-spacer-y: 0.5rem;
  --creative-bundle-card-title-color: ;
  --creative-bundle-card-subtitle-color: ;
  --creative-bundle-card-border-width: var(--creative-bundle-border-width);
  --creative-bundle-card-border-color: var(--creative-bundle-border-color-translucent);
  --creative-bundle-card-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-card-box-shadow: ;
  --creative-bundle-card-inner-border-radius: calc(var(--creative-bundle-border-radius) - (var(--creative-bundle-border-width)));
  --creative-bundle-card-cap-padding-y: 0.5rem;
  --creative-bundle-card-cap-padding-x: 1rem;
  --creative-bundle-card-cap-bg: rgba(var(--creative-bundle-body-color-rgb), 0.03);
  --creative-bundle-card-cap-color: ;
  --creative-bundle-card-height: ;
  --creative-bundle-card-color: ;
  --creative-bundle-card-bg: var(--creative-bundle-body-bg);
  --creative-bundle-card-img-overlay-padding: 1rem;
  --creative-bundle-card-group-margin: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: var(--creative-bundle-card-height);
  color: var(--creative-bundle-body-color);
  word-wrap: break-word;
  background-color: var(--creative-bundle-card-bg);
  background-clip: border-box;
  border: var(--creative-bundle-card-border-width) solid var(--creative-bundle-card-border-color);
  border-radius: var(--creative-bundle-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--creative-bundle-card-inner-border-radius);
  border-top-right-radius: var(--creative-bundle-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--creative-bundle-card-inner-border-radius);
  border-bottom-left-radius: var(--creative-bundle-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--creative-bundle-card-spacer-y) var(--creative-bundle-card-spacer-x);
  color: var(--creative-bundle-card-color);
}

.card-title {
  margin-bottom: var(--creative-bundle-card-title-spacer-y);
  color: var(--creative-bundle-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--creative-bundle-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--creative-bundle-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: var(--creative-bundle-card-spacer-x);
}

.card-header {
  padding: var(--creative-bundle-card-cap-padding-y) var(--creative-bundle-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--creative-bundle-card-cap-color);
  background-color: var(--creative-bundle-card-cap-bg);
  border-bottom: var(--creative-bundle-card-border-width) solid var(--creative-bundle-card-border-color);
}
.card-header:first-child {
  border-radius: var(--creative-bundle-card-inner-border-radius) var(--creative-bundle-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--creative-bundle-card-cap-padding-y) var(--creative-bundle-card-cap-padding-x);
  color: var(--creative-bundle-card-cap-color);
  background-color: var(--creative-bundle-card-cap-bg);
  border-top: var(--creative-bundle-card-border-width) solid var(--creative-bundle-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--creative-bundle-card-inner-border-radius) var(--creative-bundle-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--creative-bundle-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--creative-bundle-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--creative-bundle-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--creative-bundle-card-bg);
  border-bottom-color: var(--creative-bundle-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--creative-bundle-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--creative-bundle-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--creative-bundle-card-img-overlay-padding);
  border-radius: var(--creative-bundle-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--creative-bundle-card-inner-border-radius);
  border-top-right-radius: var(--creative-bundle-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--creative-bundle-card-inner-border-radius);
  border-bottom-left-radius: var(--creative-bundle-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--creative-bundle-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --creative-bundle-accordion-color: var(--creative-bundle-body-color);
  --creative-bundle-accordion-bg: var(--creative-bundle-body-bg);
  --creative-bundle-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --creative-bundle-accordion-border-color: var(--creative-bundle-border-color);
  --creative-bundle-accordion-border-width: var(--creative-bundle-border-width);
  --creative-bundle-accordion-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-accordion-inner-border-radius: calc(var(--creative-bundle-border-radius) - (var(--creative-bundle-border-width)));
  --creative-bundle-accordion-btn-padding-x: 1.25rem;
  --creative-bundle-accordion-btn-padding-y: 1rem;
  --creative-bundle-accordion-btn-color: var(--creative-bundle-body-color);
  --creative-bundle-accordion-btn-bg: var(--creative-bundle-accordion-bg);
  --creative-bundle-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%232F281E' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --creative-bundle-accordion-btn-icon-width: 1.25rem;
  --creative-bundle-accordion-btn-icon-transform: rotate(-180deg);
  --creative-bundle-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --creative-bundle-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23575eb3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --creative-bundle-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
  --creative-bundle-accordion-body-padding-x: 1.25rem;
  --creative-bundle-accordion-body-padding-y: 1rem;
  --creative-bundle-accordion-active-color: var(--creative-bundle-primary-text-emphasis);
  --creative-bundle-accordion-active-bg: var(--creative-bundle-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: var(--creative-bundle-accordion-btn-padding-y) var(--creative-bundle-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--creative-bundle-accordion-btn-color);
  text-align: left;
  background-color: var(--creative-bundle-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--creative-bundle-accordion-transition);
  transition: var(--creative-bundle-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--creative-bundle-accordion-active-color);
  background-color: var(--creative-bundle-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1 * var(--creative-bundle-accordion-border-width)) 0 var(--creative-bundle-accordion-border-color);
  box-shadow: inset 0 calc(-1 * var(--creative-bundle-accordion-border-width)) 0 var(--creative-bundle-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--creative-bundle-accordion-btn-active-icon);
  -webkit-transform: var(--creative-bundle-accordion-btn-icon-transform);
  -ms-transform: var(--creative-bundle-accordion-btn-icon-transform);
  transform: var(--creative-bundle-accordion-btn-icon-transform);
}
.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: var(--creative-bundle-accordion-btn-icon-width);
  height: var(--creative-bundle-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--creative-bundle-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--creative-bundle-accordion-btn-icon-width);
  -webkit-transition: var(--creative-bundle-accordion-btn-icon-transition);
  transition: var(--creative-bundle-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: var(--creative-bundle-accordion-btn-focus-box-shadow);
  box-shadow: var(--creative-bundle-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--creative-bundle-accordion-color);
  background-color: var(--creative-bundle-accordion-bg);
  border: var(--creative-bundle-accordion-border-width) solid var(--creative-bundle-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--creative-bundle-accordion-border-radius);
  border-top-right-radius: var(--creative-bundle-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--creative-bundle-accordion-inner-border-radius);
  border-top-right-radius: var(--creative-bundle-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--creative-bundle-accordion-border-radius);
  border-bottom-left-radius: var(--creative-bundle-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--creative-bundle-accordion-inner-border-radius);
  border-bottom-left-radius: var(--creative-bundle-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--creative-bundle-accordion-border-radius);
  border-bottom-left-radius: var(--creative-bundle-accordion-border-radius);
}

.accordion-body {
  padding: var(--creative-bundle-accordion-body-padding-y) var(--creative-bundle-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --creative-bundle-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23acb1f5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --creative-bundle-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23acb1f5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --creative-bundle-breadcrumb-padding-x: 0;
  --creative-bundle-breadcrumb-padding-y: 0;
  --creative-bundle-breadcrumb-margin-bottom: 1rem;
  --creative-bundle-breadcrumb-bg: ;
  --creative-bundle-breadcrumb-border-radius: ;
  --creative-bundle-breadcrumb-divider-color: var(--creative-bundle-secondary-color);
  --creative-bundle-breadcrumb-item-padding-x: 0.5rem;
  --creative-bundle-breadcrumb-item-active-color: var(--creative-bundle-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: var(--creative-bundle-breadcrumb-padding-y) var(--creative-bundle-breadcrumb-padding-x);
  margin-bottom: var(--creative-bundle-breadcrumb-margin-bottom);
  font-size: var(--creative-bundle-breadcrumb-font-size);
  list-style: none;
  background-color: var(--creative-bundle-breadcrumb-bg);
  border-radius: var(--creative-bundle-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--creative-bundle-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--creative-bundle-breadcrumb-item-padding-x);
  color: var(--creative-bundle-breadcrumb-divider-color);
  content: var(--creative-bundle-breadcrumb-divider, "/") /* rtl: var(--creative-bundle-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--creative-bundle-breadcrumb-item-active-color);
}

.pagination {
  --creative-bundle-pagination-padding-x: 0.75rem;
  --creative-bundle-pagination-padding-y: 0.375rem;
  --creative-bundle-pagination-font-size: 1rem;
  --creative-bundle-pagination-color: var(--creative-bundle-link-color);
  --creative-bundle-pagination-bg: var(--creative-bundle-body-bg);
  --creative-bundle-pagination-border-width: var(--creative-bundle-border-width);
  --creative-bundle-pagination-border-color: var(--creative-bundle-border-color);
  --creative-bundle-pagination-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-pagination-hover-color: var(--creative-bundle-link-hover-color);
  --creative-bundle-pagination-hover-bg: var(--creative-bundle-tertiary-bg);
  --creative-bundle-pagination-hover-border-color: var(--creative-bundle-border-color);
  --creative-bundle-pagination-focus-color: var(--creative-bundle-link-hover-color);
  --creative-bundle-pagination-focus-bg: var(--creative-bundle-secondary-bg);
  --creative-bundle-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
  --creative-bundle-pagination-active-color: #fff;
  --creative-bundle-pagination-active-bg: #747DEF;
  --creative-bundle-pagination-active-border-color: #747DEF;
  --creative-bundle-pagination-disabled-color: var(--creative-bundle-secondary-color);
  --creative-bundle-pagination-disabled-bg: var(--creative-bundle-secondary-bg);
  --creative-bundle-pagination-disabled-border-color: var(--creative-bundle-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--creative-bundle-pagination-padding-y) var(--creative-bundle-pagination-padding-x);
  font-size: var(--creative-bundle-pagination-font-size);
  color: var(--creative-bundle-pagination-color);
  background-color: var(--creative-bundle-pagination-bg);
  border: var(--creative-bundle-pagination-border-width) solid var(--creative-bundle-pagination-border-color);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--creative-bundle-pagination-hover-color);
  text-decoration: none;
  background-color: var(--creative-bundle-pagination-hover-bg);
  border-color: var(--creative-bundle-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--creative-bundle-pagination-focus-color);
  background-color: var(--creative-bundle-pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--creative-bundle-pagination-focus-box-shadow);
  box-shadow: var(--creative-bundle-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--creative-bundle-pagination-active-color);
  background-color: var(--creative-bundle-pagination-active-bg);
  border-color: var(--creative-bundle-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--creative-bundle-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--creative-bundle-pagination-disabled-bg);
  border-color: var(--creative-bundle-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--creative-bundle-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--creative-bundle-pagination-border-radius);
  border-bottom-left-radius: var(--creative-bundle-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--creative-bundle-pagination-border-radius);
  border-bottom-right-radius: var(--creative-bundle-pagination-border-radius);
}

.pagination-lg {
  --creative-bundle-pagination-padding-x: 1.5rem;
  --creative-bundle-pagination-padding-y: 0.75rem;
  --creative-bundle-pagination-font-size: 1.2rem;
  --creative-bundle-pagination-border-radius: var(--creative-bundle-border-radius-lg);
}

.pagination-sm {
  --creative-bundle-pagination-padding-x: 0.5rem;
  --creative-bundle-pagination-padding-y: 0.25rem;
  --creative-bundle-pagination-font-size: 0.875rem;
  --creative-bundle-pagination-border-radius: var(--creative-bundle-border-radius-sm);
}

.badge {
  --creative-bundle-badge-padding-x: 0.65em;
  --creative-bundle-badge-padding-y: 0.35em;
  --creative-bundle-badge-font-size: 0.75em;
  --creative-bundle-badge-font-weight: 700;
  --creative-bundle-badge-color: #fff;
  --creative-bundle-badge-border-radius: var(--creative-bundle-border-radius);
  display: inline-block;
  padding: var(--creative-bundle-badge-padding-y) var(--creative-bundle-badge-padding-x);
  font-size: var(--creative-bundle-badge-font-size);
  font-weight: var(--creative-bundle-badge-font-weight);
  line-height: 1;
  color: var(--creative-bundle-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--creative-bundle-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --creative-bundle-alert-bg: transparent;
  --creative-bundle-alert-padding-x: 1rem;
  --creative-bundle-alert-padding-y: 1rem;
  --creative-bundle-alert-margin-bottom: 1rem;
  --creative-bundle-alert-color: inherit;
  --creative-bundle-alert-border-color: transparent;
  --creative-bundle-alert-border: var(--creative-bundle-border-width) solid var(--creative-bundle-alert-border-color);
  --creative-bundle-alert-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-alert-link-color: inherit;
  position: relative;
  padding: var(--creative-bundle-alert-padding-y) var(--creative-bundle-alert-padding-x);
  margin-bottom: var(--creative-bundle-alert-margin-bottom);
  color: var(--creative-bundle-alert-color);
  background-color: var(--creative-bundle-alert-bg);
  border: var(--creative-bundle-alert-border);
  border-radius: var(--creative-bundle-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--creative-bundle-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --creative-bundle-alert-color: var(--creative-bundle-primary-text-emphasis);
  --creative-bundle-alert-bg: var(--creative-bundle-primary-bg-subtle);
  --creative-bundle-alert-border-color: var(--creative-bundle-primary-border-subtle);
  --creative-bundle-alert-link-color: var(--creative-bundle-primary-text-emphasis);
}

.alert-secondary {
  --creative-bundle-alert-color: var(--creative-bundle-secondary-text-emphasis);
  --creative-bundle-alert-bg: var(--creative-bundle-secondary-bg-subtle);
  --creative-bundle-alert-border-color: var(--creative-bundle-secondary-border-subtle);
  --creative-bundle-alert-link-color: var(--creative-bundle-secondary-text-emphasis);
}

.alert-success {
  --creative-bundle-alert-color: var(--creative-bundle-success-text-emphasis);
  --creative-bundle-alert-bg: var(--creative-bundle-success-bg-subtle);
  --creative-bundle-alert-border-color: var(--creative-bundle-success-border-subtle);
  --creative-bundle-alert-link-color: var(--creative-bundle-success-text-emphasis);
}

.alert-info {
  --creative-bundle-alert-color: var(--creative-bundle-info-text-emphasis);
  --creative-bundle-alert-bg: var(--creative-bundle-info-bg-subtle);
  --creative-bundle-alert-border-color: var(--creative-bundle-info-border-subtle);
  --creative-bundle-alert-link-color: var(--creative-bundle-info-text-emphasis);
}

.alert-warning {
  --creative-bundle-alert-color: var(--creative-bundle-warning-text-emphasis);
  --creative-bundle-alert-bg: var(--creative-bundle-warning-bg-subtle);
  --creative-bundle-alert-border-color: var(--creative-bundle-warning-border-subtle);
  --creative-bundle-alert-link-color: var(--creative-bundle-warning-text-emphasis);
}

.alert-danger {
  --creative-bundle-alert-color: var(--creative-bundle-danger-text-emphasis);
  --creative-bundle-alert-bg: var(--creative-bundle-danger-bg-subtle);
  --creative-bundle-alert-border-color: var(--creative-bundle-danger-border-subtle);
  --creative-bundle-alert-link-color: var(--creative-bundle-danger-text-emphasis);
}

.alert-light {
  --creative-bundle-alert-color: var(--creative-bundle-light-text-emphasis);
  --creative-bundle-alert-bg: var(--creative-bundle-light-bg-subtle);
  --creative-bundle-alert-border-color: var(--creative-bundle-light-border-subtle);
  --creative-bundle-alert-link-color: var(--creative-bundle-light-text-emphasis);
}

.alert-dark {
  --creative-bundle-alert-color: var(--creative-bundle-dark-text-emphasis);
  --creative-bundle-alert-bg: var(--creative-bundle-dark-bg-subtle);
  --creative-bundle-alert-border-color: var(--creative-bundle-dark-border-subtle);
  --creative-bundle-alert-link-color: var(--creative-bundle-dark-text-emphasis);
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --creative-bundle-progress-height: 1rem;
  --creative-bundle-progress-font-size: 0.75rem;
  --creative-bundle-progress-bg: var(--creative-bundle-secondary-bg);
  --creative-bundle-progress-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-progress-box-shadow: var(--creative-bundle-box-shadow-inset);
  --creative-bundle-progress-bar-color: #fff;
  --creative-bundle-progress-bar-bg: #747DEF;
  --creative-bundle-progress-bar-transition: width 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--creative-bundle-progress-height);
  overflow: hidden;
  font-size: var(--creative-bundle-progress-font-size);
  background-color: var(--creative-bundle-progress-bg);
  border-radius: var(--creative-bundle-progress-border-radius);
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: var(--creative-bundle-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--creative-bundle-progress-bar-bg);
  -webkit-transition: var(--creative-bundle-progress-bar-transition);
  transition: var(--creative-bundle-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--creative-bundle-progress-height) var(--creative-bundle-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  --creative-bundle-list-group-color: var(--creative-bundle-gray-800);
  --creative-bundle-list-group-bg: var(--creative-bundle-list-group-bg-global);
  --creative-bundle-list-group-border-color: var(--creative-bundle-border-color);
  --creative-bundle-list-group-border-width: var(--creative-bundle-border-width);
  --creative-bundle-list-group-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-list-group-item-padding-x: 1rem;
  --creative-bundle-list-group-item-padding-y: 0.5rem;
  --creative-bundle-list-group-action-color: var(--creative-bundle-secondary-color);
  --creative-bundle-list-group-action-hover-color: var(--creative-bundle-gray-700);
  --creative-bundle-list-group-action-hover-bg: var(--creative-bundle-body-bg);
  --creative-bundle-list-group-action-active-color: var(--creative-bundle-body-color);
  --creative-bundle-list-group-action-active-bg: var(--creative-bundle-gray-200);
  --creative-bundle-list-group-disabled-color: var(--creative-bundle-gray-600);
  --creative-bundle-list-group-disabled-bg: var(--creative-bundle-card-cap-bg);
  --creative-bundle-list-group-active-color: #fff;
  --creative-bundle-list-group-active-bg: #747DEF;
  --creative-bundle-list-group-active-border-color: #747DEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--creative-bundle-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--creative-bundle-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--creative-bundle-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--creative-bundle-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--creative-bundle-list-group-action-active-color);
  background-color: var(--creative-bundle-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--creative-bundle-list-group-item-padding-y) var(--creative-bundle-list-group-item-padding-x);
  color: var(--creative-bundle-list-group-color);
  background-color: var(--creative-bundle-list-group-bg);
  border: var(--creative-bundle-list-group-border-width) solid var(--creative-bundle-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--creative-bundle-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--creative-bundle-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--creative-bundle-list-group-active-color);
  background-color: var(--creative-bundle-list-group-active-bg);
  border-color: var(--creative-bundle-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--creative-bundle-list-group-border-width));
  border-top-width: var(--creative-bundle-list-group-border-width);
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--creative-bundle-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--creative-bundle-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--creative-bundle-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--creative-bundle-list-group-border-width));
  border-left-width: var(--creative-bundle-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--creative-bundle-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--creative-bundle-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--creative-bundle-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--creative-bundle-list-group-border-width));
    border-left-width: var(--creative-bundle-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--creative-bundle-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--creative-bundle-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--creative-bundle-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--creative-bundle-list-group-border-width));
    border-left-width: var(--creative-bundle-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--creative-bundle-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--creative-bundle-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--creative-bundle-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--creative-bundle-list-group-border-width));
    border-left-width: var(--creative-bundle-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--creative-bundle-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--creative-bundle-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--creative-bundle-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--creative-bundle-list-group-border-width));
    border-left-width: var(--creative-bundle-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--creative-bundle-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--creative-bundle-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--creative-bundle-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--creative-bundle-list-group-border-width));
    border-left-width: var(--creative-bundle-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--creative-bundle-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --creative-bundle-list-group-color: var(--creative-bundle-primary-text-emphasis);
  --creative-bundle-list-group-bg: var(--creative-bundle-primary-bg-subtle);
  --creative-bundle-list-group-border-color: var(--creative-bundle-primary-border-subtle);
  --creative-bundle-list-group-action-hover-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-hover-bg: var(--creative-bundle-primary-border-subtle);
  --creative-bundle-list-group-action-active-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-active-bg: var(--creative-bundle-primary-border-subtle);
  --creative-bundle-list-group-active-color: var(--creative-bundle-primary-bg-subtle);
  --creative-bundle-list-group-active-bg: var(--creative-bundle-primary-text-emphasis);
  --creative-bundle-list-group-active-border-color: var(--creative-bundle-primary-text-emphasis);
}

.list-group-item-secondary {
  --creative-bundle-list-group-color: var(--creative-bundle-secondary-text-emphasis);
  --creative-bundle-list-group-bg: var(--creative-bundle-secondary-bg-subtle);
  --creative-bundle-list-group-border-color: var(--creative-bundle-secondary-border-subtle);
  --creative-bundle-list-group-action-hover-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-hover-bg: var(--creative-bundle-secondary-border-subtle);
  --creative-bundle-list-group-action-active-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-active-bg: var(--creative-bundle-secondary-border-subtle);
  --creative-bundle-list-group-active-color: var(--creative-bundle-secondary-bg-subtle);
  --creative-bundle-list-group-active-bg: var(--creative-bundle-secondary-text-emphasis);
  --creative-bundle-list-group-active-border-color: var(--creative-bundle-secondary-text-emphasis);
}

.list-group-item-success {
  --creative-bundle-list-group-color: var(--creative-bundle-success-text-emphasis);
  --creative-bundle-list-group-bg: var(--creative-bundle-success-bg-subtle);
  --creative-bundle-list-group-border-color: var(--creative-bundle-success-border-subtle);
  --creative-bundle-list-group-action-hover-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-hover-bg: var(--creative-bundle-success-border-subtle);
  --creative-bundle-list-group-action-active-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-active-bg: var(--creative-bundle-success-border-subtle);
  --creative-bundle-list-group-active-color: var(--creative-bundle-success-bg-subtle);
  --creative-bundle-list-group-active-bg: var(--creative-bundle-success-text-emphasis);
  --creative-bundle-list-group-active-border-color: var(--creative-bundle-success-text-emphasis);
}

.list-group-item-info {
  --creative-bundle-list-group-color: var(--creative-bundle-info-text-emphasis);
  --creative-bundle-list-group-bg: var(--creative-bundle-info-bg-subtle);
  --creative-bundle-list-group-border-color: var(--creative-bundle-info-border-subtle);
  --creative-bundle-list-group-action-hover-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-hover-bg: var(--creative-bundle-info-border-subtle);
  --creative-bundle-list-group-action-active-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-active-bg: var(--creative-bundle-info-border-subtle);
  --creative-bundle-list-group-active-color: var(--creative-bundle-info-bg-subtle);
  --creative-bundle-list-group-active-bg: var(--creative-bundle-info-text-emphasis);
  --creative-bundle-list-group-active-border-color: var(--creative-bundle-info-text-emphasis);
}

.list-group-item-warning {
  --creative-bundle-list-group-color: var(--creative-bundle-warning-text-emphasis);
  --creative-bundle-list-group-bg: var(--creative-bundle-warning-bg-subtle);
  --creative-bundle-list-group-border-color: var(--creative-bundle-warning-border-subtle);
  --creative-bundle-list-group-action-hover-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-hover-bg: var(--creative-bundle-warning-border-subtle);
  --creative-bundle-list-group-action-active-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-active-bg: var(--creative-bundle-warning-border-subtle);
  --creative-bundle-list-group-active-color: var(--creative-bundle-warning-bg-subtle);
  --creative-bundle-list-group-active-bg: var(--creative-bundle-warning-text-emphasis);
  --creative-bundle-list-group-active-border-color: var(--creative-bundle-warning-text-emphasis);
}

.list-group-item-danger {
  --creative-bundle-list-group-color: var(--creative-bundle-danger-text-emphasis);
  --creative-bundle-list-group-bg: var(--creative-bundle-danger-bg-subtle);
  --creative-bundle-list-group-border-color: var(--creative-bundle-danger-border-subtle);
  --creative-bundle-list-group-action-hover-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-hover-bg: var(--creative-bundle-danger-border-subtle);
  --creative-bundle-list-group-action-active-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-active-bg: var(--creative-bundle-danger-border-subtle);
  --creative-bundle-list-group-active-color: var(--creative-bundle-danger-bg-subtle);
  --creative-bundle-list-group-active-bg: var(--creative-bundle-danger-text-emphasis);
  --creative-bundle-list-group-active-border-color: var(--creative-bundle-danger-text-emphasis);
}

.list-group-item-light {
  --creative-bundle-list-group-color: var(--creative-bundle-light-text-emphasis);
  --creative-bundle-list-group-bg: var(--creative-bundle-light-bg-subtle);
  --creative-bundle-list-group-border-color: var(--creative-bundle-light-border-subtle);
  --creative-bundle-list-group-action-hover-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-hover-bg: var(--creative-bundle-light-border-subtle);
  --creative-bundle-list-group-action-active-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-active-bg: var(--creative-bundle-light-border-subtle);
  --creative-bundle-list-group-active-color: var(--creative-bundle-light-bg-subtle);
  --creative-bundle-list-group-active-bg: var(--creative-bundle-light-text-emphasis);
  --creative-bundle-list-group-active-border-color: var(--creative-bundle-light-text-emphasis);
}

.list-group-item-dark {
  --creative-bundle-list-group-color: var(--creative-bundle-dark-text-emphasis);
  --creative-bundle-list-group-bg: var(--creative-bundle-dark-bg-subtle);
  --creative-bundle-list-group-border-color: var(--creative-bundle-dark-border-subtle);
  --creative-bundle-list-group-action-hover-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-hover-bg: var(--creative-bundle-dark-border-subtle);
  --creative-bundle-list-group-action-active-color: var(--creative-bundle-emphasis-color);
  --creative-bundle-list-group-action-active-bg: var(--creative-bundle-dark-border-subtle);
  --creative-bundle-list-group-active-color: var(--creative-bundle-dark-bg-subtle);
  --creative-bundle-list-group-active-bg: var(--creative-bundle-dark-text-emphasis);
  --creative-bundle-list-group-active-border-color: var(--creative-bundle-dark-text-emphasis);
}

.btn-close {
  --creative-bundle-btn-close-color: #000;
  --creative-bundle-btn-close-bg: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjMgMjk3LjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTYgMzQyLjYgMTUwLjZ6Ii8+PC9zdmc+");
  --creative-bundle-btn-close-opacity: 0.5;
  --creative-bundle-btn-close-hover-opacity: 0.75;
  --creative-bundle-btn-close-focus-shadow: 0 0 0 0.25rem rgba(116, 125, 239, 0.25);
  --creative-bundle-btn-close-focus-opacity: 1;
  --creative-bundle-btn-close-disabled-opacity: 0.25;
  --creative-bundle-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--creative-bundle-btn-close-color);
  background: transparent var(--creative-bundle-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  opacity: var(--creative-bundle-btn-close-opacity);
}
.btn-close:hover {
  color: var(--creative-bundle-btn-close-color);
  text-decoration: none;
  opacity: var(--creative-bundle-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: var(--creative-bundle-btn-close-focus-shadow);
  box-shadow: var(--creative-bundle-btn-close-focus-shadow);
  opacity: var(--creative-bundle-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: var(--creative-bundle-btn-close-disabled-opacity);
}

.btn-close-white {
  -webkit-filter: var(--creative-bundle-btn-close-white-filter);
  filter: var(--creative-bundle-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  -webkit-filter: var(--creative-bundle-btn-close-white-filter);
  filter: var(--creative-bundle-btn-close-white-filter);
}

.toast {
  --creative-bundle-toast-zindex: 1090;
  --creative-bundle-toast-padding-x: 0.75rem;
  --creative-bundle-toast-padding-y: 0.5rem;
  --creative-bundle-toast-spacing: 2rem;
  --creative-bundle-toast-max-width: 350px;
  --creative-bundle-toast-font-size: 0.875rem;
  --creative-bundle-toast-color: ;
  --creative-bundle-toast-bg: rgba(var(--creative-bundle-body-bg-rgb), 0.85);
  --creative-bundle-toast-border-width: var(--creative-bundle-border-width);
  --creative-bundle-toast-border-color: var(--creative-bundle-border-color-translucent);
  --creative-bundle-toast-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-toast-box-shadow: var(--creative-bundle-box-shadow);
  --creative-bundle-toast-header-color: var(--creative-bundle-secondary-color);
  --creative-bundle-toast-header-bg: rgba(var(--creative-bundle-body-bg-rgb), 0.85);
  --creative-bundle-toast-header-border-color: var(--creative-bundle-border-color-translucent);
  width: var(--creative-bundle-toast-max-width);
  max-width: 100%;
  font-size: var(--creative-bundle-toast-font-size);
  color: var(--creative-bundle-toast-color);
  pointer-events: auto;
  background-color: var(--creative-bundle-toast-bg);
  background-clip: padding-box;
  border: var(--creative-bundle-toast-border-width) solid var(--creative-bundle-toast-border-color);
  -webkit-box-shadow: var(--creative-bundle-toast-box-shadow);
  box-shadow: var(--creative-bundle-toast-box-shadow);
  border-radius: var(--creative-bundle-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --creative-bundle-toast-zindex: 1090;
  position: absolute;
  z-index: var(--creative-bundle-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--creative-bundle-toast-spacing);
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--creative-bundle-toast-padding-y) var(--creative-bundle-toast-padding-x);
  color: var(--creative-bundle-toast-header-color);
  background-color: var(--creative-bundle-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--creative-bundle-toast-border-width) solid var(--creative-bundle-toast-header-border-color);
  border-top-left-radius: calc(var(--creative-bundle-toast-border-radius) - var(--creative-bundle-toast-border-width));
  border-top-right-radius: calc(var(--creative-bundle-toast-border-radius) - var(--creative-bundle-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--creative-bundle-toast-padding-x));
  margin-left: var(--creative-bundle-toast-padding-x);
}

.toast-body {
  padding: var(--creative-bundle-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --creative-bundle-modal-zindex: 1055;
  --creative-bundle-modal-width: 500px;
  --creative-bundle-modal-padding: 1rem;
  --creative-bundle-modal-margin: 0.5rem;
  --creative-bundle-modal-color: ;
  --creative-bundle-modal-bg: var(--creative-bundle-emphasis-bg);
  --creative-bundle-modal-border-color: var(--creative-bundle-border-color-translucent);
  --creative-bundle-modal-border-width: var(--creative-bundle-border-width);
  --creative-bundle-modal-border-radius: 2.25rem;
  --creative-bundle-modal-box-shadow: var(--creative-bundle-box-shadow-sm);
  --creative-bundle-modal-inner-border-radius: calc(2.25rem - (var(--creative-bundle-border-width)));
  --creative-bundle-modal-header-padding-x: 1rem;
  --creative-bundle-modal-header-padding-y: 1rem;
  --creative-bundle-modal-header-padding: 1rem 1rem;
  --creative-bundle-modal-header-border-color: var(--creative-bundle-border-color);
  --creative-bundle-modal-header-border-width: var(--creative-bundle-border-width);
  --creative-bundle-modal-title-line-height: 1.45;
  --creative-bundle-modal-footer-gap: 0.5rem;
  --creative-bundle-modal-footer-bg: ;
  --creative-bundle-modal-footer-border-color: var(--creative-bundle-border-color);
  --creative-bundle-modal-footer-border-width: var(--creative-bundle-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--creative-bundle-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--creative-bundle-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--creative-bundle-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - var(--creative-bundle-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: var(--creative-bundle-modal-color);
  pointer-events: auto;
  background-color: var(--creative-bundle-modal-bg);
  background-clip: padding-box;
  border: var(--creative-bundle-modal-border-width) solid var(--creative-bundle-modal-border-color);
  border-radius: var(--creative-bundle-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --creative-bundle-backdrop-zindex: 1050;
  --creative-bundle-backdrop-bg: #000;
  --creative-bundle-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--creative-bundle-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--creative-bundle-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--creative-bundle-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--creative-bundle-modal-header-padding);
  border-bottom: var(--creative-bundle-modal-header-border-width) solid var(--creative-bundle-modal-header-border-color);
  border-top-left-radius: var(--creative-bundle-modal-inner-border-radius);
  border-top-right-radius: var(--creative-bundle-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--creative-bundle-modal-header-padding-y) * 0.5) calc(var(--creative-bundle-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--creative-bundle-modal-header-padding-y)) calc(-0.5 * var(--creative-bundle-modal-header-padding-x)) calc(-0.5 * var(--creative-bundle-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--creative-bundle-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--creative-bundle-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: calc(var(--creative-bundle-modal-padding) - var(--creative-bundle-modal-footer-gap) * 0.5);
  background-color: var(--creative-bundle-modal-footer-bg);
  border-top: var(--creative-bundle-modal-footer-border-width) solid var(--creative-bundle-modal-footer-border-color);
  border-bottom-right-radius: var(--creative-bundle-modal-inner-border-radius);
  border-bottom-left-radius: var(--creative-bundle-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--creative-bundle-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --creative-bundle-modal-margin: 1.75rem;
    --creative-bundle-modal-box-shadow: var(--creative-bundle-box-shadow);
  }
  .modal-dialog {
    max-width: var(--creative-bundle-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --creative-bundle-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --creative-bundle-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --creative-bundle-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --creative-bundle-tooltip-zindex: 1080;
  --creative-bundle-tooltip-max-width: 200px;
  --creative-bundle-tooltip-padding-x: 0.5rem;
  --creative-bundle-tooltip-padding-y: 0.25rem;
  --creative-bundle-tooltip-margin: ;
  --creative-bundle-tooltip-font-size: 0.875rem;
  --creative-bundle-tooltip-color: var(--creative-bundle-body-bg);
  --creative-bundle-tooltip-bg: var(--creative-bundle-emphasis-color);
  --creative-bundle-tooltip-border-radius: var(--creative-bundle-border-radius);
  --creative-bundle-tooltip-opacity: 0.9;
  --creative-bundle-tooltip-arrow-width: 0.8rem;
  --creative-bundle-tooltip-arrow-height: 0.4rem;
  z-index: var(--creative-bundle-tooltip-zindex);
  display: block;
  margin: var(--creative-bundle-tooltip-margin);
  font-family: "Poppins", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--creative-bundle-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--creative-bundle-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--creative-bundle-tooltip-arrow-width);
  height: var(--creative-bundle-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--creative-bundle-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--creative-bundle-tooltip-arrow-height) calc(var(--creative-bundle-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--creative-bundle-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--creative-bundle-tooltip-arrow-height));
  width: var(--creative-bundle-tooltip-arrow-height);
  height: var(--creative-bundle-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--creative-bundle-tooltip-arrow-width) * 0.5) var(--creative-bundle-tooltip-arrow-height) calc(var(--creative-bundle-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--creative-bundle-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--creative-bundle-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--creative-bundle-tooltip-arrow-width) * 0.5) var(--creative-bundle-tooltip-arrow-height);
  border-bottom-color: var(--creative-bundle-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--creative-bundle-tooltip-arrow-height));
  width: var(--creative-bundle-tooltip-arrow-height);
  height: var(--creative-bundle-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--creative-bundle-tooltip-arrow-width) * 0.5) 0 calc(var(--creative-bundle-tooltip-arrow-width) * 0.5) var(--creative-bundle-tooltip-arrow-height);
  border-left-color: var(--creative-bundle-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--creative-bundle-tooltip-max-width);
  padding: var(--creative-bundle-tooltip-padding-y) var(--creative-bundle-tooltip-padding-x);
  color: var(--creative-bundle-tooltip-color);
  text-align: center;
  background-color: var(--creative-bundle-tooltip-bg);
  border-radius: var(--creative-bundle-tooltip-border-radius);
}

.popover {
  --creative-bundle-popover-zindex: 1070;
  --creative-bundle-popover-max-width: 276px;
  --creative-bundle-popover-font-size: 0.875rem;
  --creative-bundle-popover-bg: var(--creative-bundle-body-bg);
  --creative-bundle-popover-border-width: var(--creative-bundle-border-width);
  --creative-bundle-popover-border-color: var(--creative-bundle-border-color-translucent);
  --creative-bundle-popover-border-radius: var(--creative-bundle-border-radius-lg);
  --creative-bundle-popover-inner-border-radius: calc(var(--creative-bundle-border-radius-lg) - var(--creative-bundle-border-width));
  --creative-bundle-popover-box-shadow: var(--creative-bundle-box-shadow);
  --creative-bundle-popover-header-padding-x: 1rem;
  --creative-bundle-popover-header-padding-y: 0.5rem;
  --creative-bundle-popover-header-font-size: 1rem;
  --creative-bundle-popover-header-color: var(--creative-bundle-dark-blue);
  --creative-bundle-popover-header-bg: var(--creative-bundle-secondary-bg);
  --creative-bundle-popover-body-padding-x: 1rem;
  --creative-bundle-popover-body-padding-y: 1rem;
  --creative-bundle-popover-body-color: var(--creative-bundle-body-color);
  --creative-bundle-popover-arrow-width: 1rem;
  --creative-bundle-popover-arrow-height: 0.5rem;
  --creative-bundle-popover-arrow-border: var(--creative-bundle-popover-border-color);
  z-index: var(--creative-bundle-popover-zindex);
  display: block;
  max-width: var(--creative-bundle-popover-max-width);
  font-family: "Poppins", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--creative-bundle-popover-font-size);
  word-wrap: break-word;
  background-color: var(--creative-bundle-popover-bg);
  background-clip: padding-box;
  border: var(--creative-bundle-popover-border-width) solid var(--creative-bundle-popover-border-color);
  border-radius: var(--creative-bundle-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--creative-bundle-popover-arrow-width);
  height: var(--creative-bundle-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--creative-bundle-popover-arrow-height)) - var(--creative-bundle-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--creative-bundle-popover-arrow-height) calc(var(--creative-bundle-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--creative-bundle-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--creative-bundle-popover-border-width);
  border-top-color: var(--creative-bundle-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--creative-bundle-popover-arrow-height)) - var(--creative-bundle-popover-border-width));
  width: var(--creative-bundle-popover-arrow-height);
  height: var(--creative-bundle-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--creative-bundle-popover-arrow-width) * 0.5) var(--creative-bundle-popover-arrow-height) calc(var(--creative-bundle-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--creative-bundle-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--creative-bundle-popover-border-width);
  border-right-color: var(--creative-bundle-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--creative-bundle-popover-arrow-height)) - var(--creative-bundle-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--creative-bundle-popover-arrow-width) * 0.5) var(--creative-bundle-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--creative-bundle-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--creative-bundle-popover-border-width);
  border-bottom-color: var(--creative-bundle-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--creative-bundle-popover-arrow-width);
  margin-left: calc(-0.5 * var(--creative-bundle-popover-arrow-width));
  content: "";
  border-bottom: var(--creative-bundle-popover-border-width) solid var(--creative-bundle-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--creative-bundle-popover-arrow-height)) - var(--creative-bundle-popover-border-width));
  width: var(--creative-bundle-popover-arrow-height);
  height: var(--creative-bundle-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--creative-bundle-popover-arrow-width) * 0.5) 0 calc(var(--creative-bundle-popover-arrow-width) * 0.5) var(--creative-bundle-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--creative-bundle-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--creative-bundle-popover-border-width);
  border-left-color: var(--creative-bundle-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--creative-bundle-popover-header-padding-y) var(--creative-bundle-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--creative-bundle-popover-header-font-size);
  color: var(--creative-bundle-popover-header-color);
  background-color: var(--creative-bundle-popover-header-bg);
  border-bottom: var(--creative-bundle-popover-border-width) solid var(--creative-bundle-popover-border-color);
  border-top-left-radius: var(--creative-bundle-popover-inner-border-radius);
  border-top-right-radius: var(--creative-bundle-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--creative-bundle-popover-body-padding-y) var(--creative-bundle-popover-body-padding-x);
  color: var(--creative-bundle-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.8s;
  transition: opacity 0s 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--creative-bundle-spinner-width);
  height: var(--creative-bundle-spinner-height);
  vertical-align: var(--creative-bundle-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--creative-bundle-spinner-animation-speed) linear infinite var(--creative-bundle-spinner-animation-name);
  animation: var(--creative-bundle-spinner-animation-speed) linear infinite var(--creative-bundle-spinner-animation-name);
}

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --creative-bundle-spinner-width: 2rem;
  --creative-bundle-spinner-height: 2rem;
  --creative-bundle-spinner-vertical-align: -0.125em;
  --creative-bundle-spinner-border-width: 0.25em;
  --creative-bundle-spinner-animation-speed: 0.75s;
  --creative-bundle-spinner-animation-name: spinner-border;
  border: var(--creative-bundle-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

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

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  --creative-bundle-spinner-width: 2rem;
  --creative-bundle-spinner-height: 2rem;
  --creative-bundle-spinner-vertical-align: -0.125em;
  --creative-bundle-spinner-animation-speed: 0.75s;
  --creative-bundle-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --creative-bundle-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --creative-bundle-offcanvas-zindex: 1045;
  --creative-bundle-offcanvas-width: 400px;
  --creative-bundle-offcanvas-height: 30vh;
  --creative-bundle-offcanvas-padding-x: 1rem;
  --creative-bundle-offcanvas-padding-y: 1rem;
  --creative-bundle-offcanvas-color: var(--creative-bundle-body-color);
  --creative-bundle-offcanvas-bg: var(--creative-bundle-body-bg);
  --creative-bundle-offcanvas-border-width: var(--creative-bundle-border-width);
  --creative-bundle-offcanvas-border-color: var(--creative-bundle-border-color-translucent);
  --creative-bundle-offcanvas-box-shadow: var(--creative-bundle-box-shadow-sm);
  --creative-bundle-offcanvas-transition: transform 0.3s ease-in-out;
  --creative-bundle-offcanvas-title-line-height: 1.45;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--creative-bundle-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--creative-bundle-offcanvas-color);
    visibility: hidden;
    background-color: var(--creative-bundle-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--creative-bundle-offcanvas-transition);
    transition: var(--creative-bundle-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--creative-bundle-offcanvas-width);
    border-right: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--creative-bundle-offcanvas-width);
    border-left: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--creative-bundle-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--creative-bundle-offcanvas-height);
    max-height: 100%;
    border-top: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --creative-bundle-offcanvas-height: auto;
    --creative-bundle-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--creative-bundle-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--creative-bundle-offcanvas-color);
    visibility: hidden;
    background-color: var(--creative-bundle-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--creative-bundle-offcanvas-transition);
    transition: var(--creative-bundle-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--creative-bundle-offcanvas-width);
    border-right: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--creative-bundle-offcanvas-width);
    border-left: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--creative-bundle-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--creative-bundle-offcanvas-height);
    max-height: 100%;
    border-top: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --creative-bundle-offcanvas-height: auto;
    --creative-bundle-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--creative-bundle-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--creative-bundle-offcanvas-color);
    visibility: hidden;
    background-color: var(--creative-bundle-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--creative-bundle-offcanvas-transition);
    transition: var(--creative-bundle-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--creative-bundle-offcanvas-width);
    border-right: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--creative-bundle-offcanvas-width);
    border-left: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--creative-bundle-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--creative-bundle-offcanvas-height);
    max-height: 100%;
    border-top: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --creative-bundle-offcanvas-height: auto;
    --creative-bundle-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--creative-bundle-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--creative-bundle-offcanvas-color);
    visibility: hidden;
    background-color: var(--creative-bundle-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--creative-bundle-offcanvas-transition);
    transition: var(--creative-bundle-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--creative-bundle-offcanvas-width);
    border-right: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--creative-bundle-offcanvas-width);
    border-left: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--creative-bundle-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--creative-bundle-offcanvas-height);
    max-height: 100%;
    border-top: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --creative-bundle-offcanvas-height: auto;
    --creative-bundle-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--creative-bundle-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--creative-bundle-offcanvas-color);
    visibility: hidden;
    background-color: var(--creative-bundle-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--creative-bundle-offcanvas-transition);
    transition: var(--creative-bundle-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--creative-bundle-offcanvas-width);
    border-right: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--creative-bundle-offcanvas-width);
    border-left: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--creative-bundle-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--creative-bundle-offcanvas-height);
    max-height: 100%;
    border-top: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --creative-bundle-offcanvas-height: auto;
    --creative-bundle-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--creative-bundle-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  color: var(--creative-bundle-offcanvas-color);
  visibility: hidden;
  background-color: var(--creative-bundle-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: var(--creative-bundle-offcanvas-transition);
  transition: var(--creative-bundle-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--creative-bundle-offcanvas-width);
  border-right: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--creative-bundle-offcanvas-width);
  border-left: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--creative-bundle-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--creative-bundle-offcanvas-height);
  max-height: 100%;
  border-top: var(--creative-bundle-offcanvas-border-width) solid var(--creative-bundle-offcanvas-border-color);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--creative-bundle-offcanvas-padding-y) var(--creative-bundle-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--creative-bundle-offcanvas-padding-y) * 0.5) calc(var(--creative-bundle-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--creative-bundle-offcanvas-padding-y)) calc(-0.5 * var(--creative-bundle-offcanvas-padding-x)) calc(-0.5 * var(--creative-bundle-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--creative-bundle-offcanvas-title-line-height);
}

.offcanvas-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: var(--creative-bundle-offcanvas-padding-y) var(--creative-bundle-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--creative-bundle-primary-rgb), var(--creative-bundle-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--creative-bundle-secondary-rgb), var(--creative-bundle-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--creative-bundle-success-rgb), var(--creative-bundle-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--creative-bundle-info-rgb), var(--creative-bundle-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #fff !important;
  background-color: RGBA(var(--creative-bundle-warning-rgb), var(--creative-bundle-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--creative-bundle-danger-rgb), var(--creative-bundle-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #979797 !important;
  background-color: RGBA(var(--creative-bundle-light-rgb), var(--creative-bundle-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--creative-bundle-dark-rgb), var(--creative-bundle-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--creative-bundle-primary-rgb), var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-primary-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--creative-bundle-primary-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(93, 100, 191, var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(93, 100, 191, var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(93, 100, 191, var(--creative-bundle-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--creative-bundle-secondary-rgb), var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-secondary-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--creative-bundle-secondary-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(88, 87, 98, var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(88, 87, 98, var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(88, 87, 98, var(--creative-bundle-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--creative-bundle-success-rgb), var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-success-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--creative-bundle-success-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(73, 154, 53, var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(73, 154, 53, var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(73, 154, 53, var(--creative-bundle-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--creative-bundle-info-rgb), var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-info-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--creative-bundle-info-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(53, 230, 241, var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(53, 230, 241, var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 230, 241, var(--creative-bundle-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--creative-bundle-warning-rgb), var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-warning-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--creative-bundle-warning-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(204, 122, 0, var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(204, 122, 0, var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(204, 122, 0, var(--creative-bundle-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--creative-bundle-danger-rgb), var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-danger-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--creative-bundle-danger-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(178, 84, 65, var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(178, 84, 65, var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(178, 84, 65, var(--creative-bundle-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--creative-bundle-light-rgb), var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-light-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--creative-bundle-light-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(243, 246, 250, var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(243, 246, 250, var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(243, 246, 250, var(--creative-bundle-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--creative-bundle-dark-rgb), var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-dark-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--creative-bundle-dark-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(121, 121, 121, var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(121, 121, 121, var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(121, 121, 121, var(--creative-bundle-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--creative-bundle-emphasis-color-rgb), var(--creative-bundle-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-emphasis-color-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--creative-bundle-emphasis-color-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--creative-bundle-emphasis-color-rgb), var(--creative-bundle-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-emphasis-color-rgb), var(--creative-bundle-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--creative-bundle-emphasis-color-rgb), var(--creative-bundle-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--creative-bundle-focus-ring-x, 0) var(--creative-bundle-focus-ring-y, 0) var(--creative-bundle-focus-ring-blur, 0) var(--creative-bundle-focus-ring-width) var(--creative-bundle-focus-ring-color);
  box-shadow: var(--creative-bundle-focus-ring-x, 0) var(--creative-bundle-focus-ring-y, 0) var(--creative-bundle-focus-ring-blur, 0) var(--creative-bundle-focus-ring-width) var(--creative-bundle-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--creative-bundle-link-color-rgb), var(--creative-bundle-link-opacity, 0.5));
  text-decoration-color: rgba(var(--creative-bundle-link-color-rgb), var(--creative-bundle-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--creative-bundle-icon-link-transform, translate3d(0.25em, 0, 0));
  transform: var(--creative-bundle-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--creative-bundle-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --creative-bundle-aspect-ratio: 75%;
}

.ratio-16x9 {
  --creative-bundle-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --creative-bundle-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1015;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1015;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1015;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1015;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1015;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1015;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1015;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1015;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1015;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1015;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1015;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1015;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: var(--creative-bundle-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: var(--creative-bundle-hr-opacity);
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: var(--creative-bundle-box-shadow) !important;
  box-shadow: var(--creative-bundle-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--creative-bundle-box-shadow-sm) !important;
  box-shadow: var(--creative-bundle-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--creative-bundle-box-shadow-lg) !important;
  box-shadow: var(--creative-bundle-box-shadow-lg) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.focus-ring-primary {
  --creative-bundle-focus-ring-color: rgba(var(--creative-bundle-primary-rgb), var(--creative-bundle-focus-ring-opacity));
}

.focus-ring-secondary {
  --creative-bundle-focus-ring-color: rgba(var(--creative-bundle-secondary-rgb), var(--creative-bundle-focus-ring-opacity));
}

.focus-ring-success {
  --creative-bundle-focus-ring-color: rgba(var(--creative-bundle-success-rgb), var(--creative-bundle-focus-ring-opacity));
}

.focus-ring-info {
  --creative-bundle-focus-ring-color: rgba(var(--creative-bundle-info-rgb), var(--creative-bundle-focus-ring-opacity));
}

.focus-ring-warning {
  --creative-bundle-focus-ring-color: rgba(var(--creative-bundle-warning-rgb), var(--creative-bundle-focus-ring-opacity));
}

.focus-ring-danger {
  --creative-bundle-focus-ring-color: rgba(var(--creative-bundle-danger-rgb), var(--creative-bundle-focus-ring-opacity));
}

.focus-ring-light {
  --creative-bundle-focus-ring-color: rgba(var(--creative-bundle-light-rgb), var(--creative-bundle-focus-ring-opacity));
}

.focus-ring-dark {
  --creative-bundle-focus-ring-color: rgba(var(--creative-bundle-dark-rgb), var(--creative-bundle-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.border {
  border: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
}

.border-end {
  border-right: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
}

.border-bottom {
  border-bottom: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
}

.border-start {
  border-left: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
}

.border-1 {
  --creative-bundle-border-width: 1px;
}

.border-2 {
  --creative-bundle-border-width: 2px;
}

.border-3 {
  --creative-bundle-border-width: 3px;
}

.border-4 {
  --creative-bundle-border-width: 4px;
}

.border-5 {
  --creative-bundle-border-width: 5px;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.vw-25 {
  width: 25vw !important;
}

.vw-50 {
  width: 50vw !important;
}

.vw-75 {
  width: 75vw !important;
}

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

.vh-25 {
  height: 25vh !important;
}

.vh-50 {
  height: 50vh !important;
}

.vh-75 {
  height: 75vh !important;
}

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

.min-vh-25 {
  min-height: 25vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.8rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.m-7 {
  margin: 3.75rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.m-9 {
  margin: 5rem !important;
}

.m-10 {
  margin: 7.5rem !important;
}

.m-11 {
  margin: 10rem !important;
}

.m-12 {
  margin: 12.5rem !important;
}

.m-13 {
  margin: 15rem !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

.mx-4 {
  margin-right: 1.8rem !important;
  margin-left: 1.8rem !important;
}

.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

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

.mx-7 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-9 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-10 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-11 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-12 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.mx-13 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

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

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

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

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

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

.my-4 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

.my-7 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-11 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-12 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.my-13 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

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

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

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

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

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

.mt-4 {
  margin-top: 1.8rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

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

.mt-7 {
  margin-top: 3.75rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mt-9 {
  margin-top: 5rem !important;
}

.mt-10 {
  margin-top: 7.5rem !important;
}

.mt-11 {
  margin-top: 10rem !important;
}

.mt-12 {
  margin-top: 12.5rem !important;
}

.mt-13 {
  margin-top: 15rem !important;
}

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

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

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

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

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

.me-4 {
  margin-right: 1.8rem !important;
}

.me-5 {
  margin-right: 2rem !important;
}

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

.me-7 {
  margin-right: 3.75rem !important;
}

.me-8 {
  margin-right: 4rem !important;
}

.me-9 {
  margin-right: 5rem !important;
}

.me-10 {
  margin-right: 7.5rem !important;
}

.me-11 {
  margin-right: 10rem !important;
}

.me-12 {
  margin-right: 12.5rem !important;
}

.me-13 {
  margin-right: 15rem !important;
}

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

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

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

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

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

.mb-4 {
  margin-bottom: 1.8rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

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

.mb-7 {
  margin-bottom: 3.75rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.mb-10 {
  margin-bottom: 7.5rem !important;
}

.mb-11 {
  margin-bottom: 10rem !important;
}

.mb-12 {
  margin-bottom: 12.5rem !important;
}

.mb-13 {
  margin-bottom: 15rem !important;
}

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

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

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

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

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

.ms-4 {
  margin-left: 1.8rem !important;
}

.ms-5 {
  margin-left: 2rem !important;
}

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

.ms-7 {
  margin-left: 3.75rem !important;
}

.ms-8 {
  margin-left: 4rem !important;
}

.ms-9 {
  margin-left: 5rem !important;
}

.ms-10 {
  margin-left: 7.5rem !important;
}

.ms-11 {
  margin-left: 10rem !important;
}

.ms-12 {
  margin-left: 12.5rem !important;
}

.ms-13 {
  margin-left: 15rem !important;
}

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

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.8rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.m-n6 {
  margin: -3rem !important;
}

.m-n7 {
  margin: -3.75rem !important;
}

.m-n8 {
  margin: -4rem !important;
}

.m-n9 {
  margin: -5rem !important;
}

.m-n10 {
  margin: -7.5rem !important;
}

.m-n11 {
  margin: -10rem !important;
}

.m-n12 {
  margin: -12.5rem !important;
}

.m-n13 {
  margin: -15rem !important;
}

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

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

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

.mx-n4 {
  margin-right: -1.8rem !important;
  margin-left: -1.8rem !important;
}

.mx-n5 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

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

.mx-n7 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}

.mx-n8 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n9 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n10 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

.mx-n11 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n12 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}

.mx-n13 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}

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

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

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

.my-n4 {
  margin-top: -1.8rem !important;
  margin-bottom: -1.8rem !important;
}

.my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

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

.my-n7 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.my-n8 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n9 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n10 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.my-n11 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n12 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

.my-n13 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

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

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

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

.mt-n4 {
  margin-top: -1.8rem !important;
}

.mt-n5 {
  margin-top: -2rem !important;
}

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

.mt-n7 {
  margin-top: -3.75rem !important;
}

.mt-n8 {
  margin-top: -4rem !important;
}

.mt-n9 {
  margin-top: -5rem !important;
}

.mt-n10 {
  margin-top: -7.5rem !important;
}

.mt-n11 {
  margin-top: -10rem !important;
}

.mt-n12 {
  margin-top: -12.5rem !important;
}

.mt-n13 {
  margin-top: -15rem !important;
}

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

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

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

.me-n4 {
  margin-right: -1.8rem !important;
}

.me-n5 {
  margin-right: -2rem !important;
}

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

.me-n7 {
  margin-right: -3.75rem !important;
}

.me-n8 {
  margin-right: -4rem !important;
}

.me-n9 {
  margin-right: -5rem !important;
}

.me-n10 {
  margin-right: -7.5rem !important;
}

.me-n11 {
  margin-right: -10rem !important;
}

.me-n12 {
  margin-right: -12.5rem !important;
}

.me-n13 {
  margin-right: -15rem !important;
}

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

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

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

.mb-n4 {
  margin-bottom: -1.8rem !important;
}

.mb-n5 {
  margin-bottom: -2rem !important;
}

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

.mb-n7 {
  margin-bottom: -3.75rem !important;
}

.mb-n8 {
  margin-bottom: -4rem !important;
}

.mb-n9 {
  margin-bottom: -5rem !important;
}

.mb-n10 {
  margin-bottom: -7.5rem !important;
}

.mb-n11 {
  margin-bottom: -10rem !important;
}

.mb-n12 {
  margin-bottom: -12.5rem !important;
}

.mb-n13 {
  margin-bottom: -15rem !important;
}

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

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

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

.ms-n4 {
  margin-left: -1.8rem !important;
}

.ms-n5 {
  margin-left: -2rem !important;
}

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

.ms-n7 {
  margin-left: -3.75rem !important;
}

.ms-n8 {
  margin-left: -4rem !important;
}

.ms-n9 {
  margin-left: -5rem !important;
}

.ms-n10 {
  margin-left: -7.5rem !important;
}

.ms-n11 {
  margin-left: -10rem !important;
}

.ms-n12 {
  margin-left: -12.5rem !important;
}

.ms-n13 {
  margin-left: -15rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.8rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.p-7 {
  padding: 3.75rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.p-9 {
  padding: 5rem !important;
}

.p-10 {
  padding: 7.5rem !important;
}

.p-11 {
  padding: 10rem !important;
}

.p-12 {
  padding: 12.5rem !important;
}

.p-13 {
  padding: 15rem !important;
}

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

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

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

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

.px-4 {
  padding-right: 1.8rem !important;
  padding-left: 1.8rem !important;
}

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

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

.px-7 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-9 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-10 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-11 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-12 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.px-13 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

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

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

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

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

.py-4 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

.py-7 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-10 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-11 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-12 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.py-13 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

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

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

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

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

.pt-4 {
  padding-top: 1.8rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

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

.pt-7 {
  padding-top: 3.75rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pt-9 {
  padding-top: 5rem !important;
}

.pt-10 {
  padding-top: 7.5rem !important;
}

.pt-11 {
  padding-top: 10rem !important;
}

.pt-12 {
  padding-top: 12.5rem !important;
}

.pt-13 {
  padding-top: 15rem !important;
}

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

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

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

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

.pe-4 {
  padding-right: 1.8rem !important;
}

.pe-5 {
  padding-right: 2rem !important;
}

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

.pe-7 {
  padding-right: 3.75rem !important;
}

.pe-8 {
  padding-right: 4rem !important;
}

.pe-9 {
  padding-right: 5rem !important;
}

.pe-10 {
  padding-right: 7.5rem !important;
}

.pe-11 {
  padding-right: 10rem !important;
}

.pe-12 {
  padding-right: 12.5rem !important;
}

.pe-13 {
  padding-right: 15rem !important;
}

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

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

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

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

.pb-4 {
  padding-bottom: 1.8rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

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

.pb-7 {
  padding-bottom: 3.75rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pb-9 {
  padding-bottom: 5rem !important;
}

.pb-10 {
  padding-bottom: 7.5rem !important;
}

.pb-11 {
  padding-bottom: 10rem !important;
}

.pb-12 {
  padding-bottom: 12.5rem !important;
}

.pb-13 {
  padding-bottom: 15rem !important;
}

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

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

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

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

.ps-4 {
  padding-left: 1.8rem !important;
}

.ps-5 {
  padding-left: 2rem !important;
}

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

.ps-7 {
  padding-left: 3.75rem !important;
}

.ps-8 {
  padding-left: 4rem !important;
}

.ps-9 {
  padding-left: 5rem !important;
}

.ps-10 {
  padding-left: 7.5rem !important;
}

.ps-11 {
  padding-left: 10rem !important;
}

.ps-12 {
  padding-left: 12.5rem !important;
}

.ps-13 {
  padding-left: 15rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.8rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.gap-6 {
  gap: 3rem !important;
}

.gap-7 {
  gap: 3.75rem !important;
}

.gap-8 {
  gap: 4rem !important;
}

.gap-9 {
  gap: 5rem !important;
}

.gap-10 {
  gap: 7.5rem !important;
}

.gap-11 {
  gap: 10rem !important;
}

.gap-12 {
  gap: 12.5rem !important;
}

.gap-13 {
  gap: 15rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.8rem !important;
}

.row-gap-5 {
  row-gap: 2rem !important;
}

.row-gap-6 {
  row-gap: 3rem !important;
}

.row-gap-7 {
  row-gap: 3.75rem !important;
}

.row-gap-8 {
  row-gap: 4rem !important;
}

.row-gap-9 {
  row-gap: 5rem !important;
}

.row-gap-10 {
  row-gap: 7.5rem !important;
}

.row-gap-11 {
  row-gap: 10rem !important;
}

.row-gap-12 {
  row-gap: 12.5rem !important;
}

.row-gap-13 {
  row-gap: 15rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.8rem !important;
  -moz-column-gap: 1.8rem !important;
  column-gap: 1.8rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.column-gap-6 {
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.column-gap-7 {
  -webkit-column-gap: 3.75rem !important;
  -moz-column-gap: 3.75rem !important;
  column-gap: 3.75rem !important;
}

.column-gap-8 {
  -webkit-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.column-gap-9 {
  -webkit-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.column-gap-10 {
  -webkit-column-gap: 7.5rem !important;
  -moz-column-gap: 7.5rem !important;
  column-gap: 7.5rem !important;
}

.column-gap-11 {
  -webkit-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

.column-gap-12 {
  -webkit-column-gap: 12.5rem !important;
  -moz-column-gap: 12.5rem !important;
  column-gap: 12.5rem !important;
}

.column-gap-13 {
  -webkit-column-gap: 15rem !important;
  -moz-column-gap: 15rem !important;
  column-gap: 15rem !important;
}

.font-monospace {
  font-family: var(--creative-bundle-font-monospace) !important;
}

.font-sans-serif {
  font-family: var(--creative-bundle-font-sans-serif) !important;
}

.font-nunito {
  font-family: "Nunito Sans", sans-serif !important;
}

.font-base {
  font-family: var(--creative-bundle-font-base) !important;
}

.fs--2 {
  font-size: 0.7901234568rem !important;
}

.fs--1 {
  font-size: 0.8888888889rem !important;
}

.fs-0 {
  font-size: 1rem !important;
}

.fs-1 {
  font-size: 1.125rem !important;
}

.fs-2 {
  font-size: 1.265625rem !important;
}

.fs-3 {
  font-size: 1.423828125rem !important;
}

.fs-4 {
  font-size: 1.6018066406rem !important;
}

.fs-5 {
  font-size: 1.8020324707rem !important;
}

.fs-6 {
  font-size: 2.0272865295rem !important;
}

.fs-7 {
  font-size: 2.2806973457rem !important;
}

.fs-8 {
  font-size: 2.565784514rem !important;
}

.fs-9 {
  font-size: 2.8865075782rem !important;
}

.fs-10 {
  font-size: 3.2473210255rem !important;
}

.fs-11 {
  font-size: 3.6532361537rem !important;
}

.fs-12 {
  font-size: 4.1098906729rem !important;
}

.fs-13 {
  font-size: 4.623627007rem !important;
}

.fs-14 {
  font-size: 5.2015803828rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-f1 {
  line-height: 0.7 !important;
}

.lh-f2 {
  line-height: 0.8 !important;
}

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

.lh-2 {
  line-height: 1.1875 !important;
}

.lh-3 {
  line-height: 1.3 !important;
}

.lh-4 {
  line-height: 1.45 !important;
}

.lh-5 {
  line-height: 1.6667 !important;
}

.lh-6 {
  line-height: 1.75 !important;
}

.lh-7 {
  line-height: 1.9 !important;
}

.lh-8 {
  line-height: 2.05 !important;
}

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

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

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

.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-primary-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-secondary {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-secondary-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-success {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-success-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-info {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-info-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-warning {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-warning-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-danger {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-danger-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-light {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-light-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-dark {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-dark-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-facebook {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-facebook-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-google-plus {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-google-plus-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-twitter {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-twitter-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-linkedin {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-linkedin-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-youtube {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-youtube-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-github {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-github-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-black {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-black-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-white {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-white-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-body {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-body-color-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-100 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-100-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-200 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-200-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-300 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-300-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-400 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-400-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-500 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-500-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-600 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-600-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-700 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-700-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-800 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-800-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-900 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-900-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-1000 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-1000-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-1100 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-1100-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-1200 {
  --creative-bundle-text-opacity: 1;
  color: rgba(var(--creative-bundle-gray-1200-rgb), var(--creative-bundle-text-opacity)) !important;
}

.text-muted {
  --creative-bundle-text-opacity: 1;
  color: var(--creative-bundle-secondary-color) !important;
}

.text-black-50 {
  --creative-bundle-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --creative-bundle-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --creative-bundle-text-opacity: 1;
  color: var(--creative-bundle-secondary-color) !important;
}

.text-body-tertiary {
  --creative-bundle-text-opacity: 1;
  color: var(--creative-bundle-tertiary-color) !important;
}

.text-body-emphasis {
  --creative-bundle-text-opacity: 1;
  color: var(--creative-bundle-emphasis-color) !important;
}

.text-reset {
  --creative-bundle-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --creative-bundle-text-opacity: 0.25;
}

.text-opacity-50 {
  --creative-bundle-text-opacity: 0.5;
}

.text-opacity-75 {
  --creative-bundle-text-opacity: 0.75;
}

.text-opacity-100 {
  --creative-bundle-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--creative-bundle-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--creative-bundle-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--creative-bundle-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--creative-bundle-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--creative-bundle-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--creative-bundle-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--creative-bundle-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--creative-bundle-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --creative-bundle-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --creative-bundle-link-opacity: 0.1;
}

.link-opacity-25 {
  --creative-bundle-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --creative-bundle-link-opacity: 0.25;
}

.link-opacity-50 {
  --creative-bundle-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --creative-bundle-link-opacity: 0.5;
}

.link-opacity-75 {
  --creative-bundle-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --creative-bundle-link-opacity: 0.75;
}

.link-opacity-100 {
  --creative-bundle-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --creative-bundle-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --creative-bundle-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--creative-bundle-primary-rgb), var(--creative-bundle-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--creative-bundle-primary-rgb), var(--creative-bundle-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --creative-bundle-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--creative-bundle-secondary-rgb), var(--creative-bundle-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--creative-bundle-secondary-rgb), var(--creative-bundle-link-underline-opacity)) !important;
}

.link-underline-success {
  --creative-bundle-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--creative-bundle-success-rgb), var(--creative-bundle-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--creative-bundle-success-rgb), var(--creative-bundle-link-underline-opacity)) !important;
}

.link-underline-info {
  --creative-bundle-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--creative-bundle-info-rgb), var(--creative-bundle-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--creative-bundle-info-rgb), var(--creative-bundle-link-underline-opacity)) !important;
}

.link-underline-warning {
  --creative-bundle-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--creative-bundle-warning-rgb), var(--creative-bundle-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--creative-bundle-warning-rgb), var(--creative-bundle-link-underline-opacity)) !important;
}

.link-underline-danger {
  --creative-bundle-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--creative-bundle-danger-rgb), var(--creative-bundle-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--creative-bundle-danger-rgb), var(--creative-bundle-link-underline-opacity)) !important;
}

.link-underline-light {
  --creative-bundle-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--creative-bundle-light-rgb), var(--creative-bundle-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--creative-bundle-light-rgb), var(--creative-bundle-link-underline-opacity)) !important;
}

.link-underline-dark {
  --creative-bundle-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--creative-bundle-dark-rgb), var(--creative-bundle-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--creative-bundle-dark-rgb), var(--creative-bundle-link-underline-opacity)) !important;
}

.link-underline {
  --creative-bundle-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--creative-bundle-link-color-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--creative-bundle-link-color-rgb), var(--creative-bundle-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --creative-bundle-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --creative-bundle-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --creative-bundle-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --creative-bundle-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --creative-bundle-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --creative-bundle-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --creative-bundle-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --creative-bundle-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --creative-bundle-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --creative-bundle-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --creative-bundle-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --creative-bundle-link-underline-opacity: 1;
}

.bg-primary {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-primary-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-secondary {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-secondary-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-success {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-success-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-info {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-info-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-warning {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-warning-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-danger {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-danger-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-light {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-light-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-dark {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-dark-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-black {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-black-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-white {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-white-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-body {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-body-bg-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-100 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-100-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-200 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-200-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-300 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-300-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-400 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-400-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-500 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-500-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-600 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-600-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-700 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-700-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-800 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-800-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-900 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-900-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-1000 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-1000-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-1100 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-1100-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-1200 {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-gray-1200-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-transparent {
  --creative-bundle-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-secondary-bg-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-body-tertiary {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-tertiary-bg-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-body-emphasis {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-emphasis-bg-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-body-quaternary {
  --creative-bundle-bg-opacity: 1;
  background-color: rgba(var(--creative-bundle-quaternary-bg-rgb), var(--creative-bundle-bg-opacity)) !important;
}

.bg-opacity-10 {
  --creative-bundle-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --creative-bundle-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --creative-bundle-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --creative-bundle-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --creative-bundle-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--creative-bundle-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--creative-bundle-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--creative-bundle-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--creative-bundle-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--creative-bundle-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--creative-bundle-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--creative-bundle-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--creative-bundle-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--creative-bundle-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

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

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

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

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

.rounded {
  border-radius: var(--creative-bundle-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--creative-bundle-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--creative-bundle-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--creative-bundle-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--creative-bundle-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--creative-bundle-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--creative-bundle-border-radius-pill) !important;
}

.rounded-capsule {
  border-radius: 3.125rem !important;
}

.rounded-top {
  border-top-left-radius: var(--creative-bundle-border-radius) !important;
  border-top-right-radius: var(--creative-bundle-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
  border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--creative-bundle-border-radius) !important;
  border-top-right-radius: var(--creative-bundle-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
  border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
  border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
  border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--creative-bundle-border-radius) !important;
  border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
  border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--creative-bundle-border-radius) !important;
  border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
  border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
  border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
  border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
  border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
  border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
  border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
  border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  border-top-left-radius: var(--creative-bundle-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
  border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  border-top-left-radius: var(--creative-bundle-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
  border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
  border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
  border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.transition-base {
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.transition-none {
  -webkit-transition: none !important;
  transition: none !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 0.01em !important;
}

.ls-2 {
  letter-spacing: 0.05em !important;
}

.ls-3 {
  letter-spacing: 2px !important;
}

.max-vh-25 {
  max-height: 25vh !important;
}

.max-vh-50 {
  max-height: 50vh !important;
}

.max-vh-75 {
  max-height: 75vh !important;
}

.max-vh-100 {
  max-height: 100vh !important;
}

.border-top-0 {
  border-top-width: 0 !important;
}

.border-top-1 {
  border-top-width: 1px !important;
}

.border-top-2 {
  border-top-width: 2px !important;
}

.border-top-3 {
  border-top-width: 3px !important;
}

.border-top-4 {
  border-top-width: 4px !important;
}

.border-top-5 {
  border-top-width: 5px !important;
}

.border-end-0 {
  border-right-width: 0 !important;
}

.border-end-1 {
  border-right-width: 1px !important;
}

.border-end-2 {
  border-right-width: 2px !important;
}

.border-end-3 {
  border-right-width: 3px !important;
}

.border-end-4 {
  border-right-width: 4px !important;
}

.border-end-5 {
  border-right-width: 5px !important;
}

.border-start-0 {
  border-left-width: 0 !important;
}

.border-start-1 {
  border-left-width: 1px !important;
}

.border-start-2 {
  border-left-width: 2px !important;
}

.border-start-3 {
  border-left-width: 3px !important;
}

.border-start-4 {
  border-left-width: 4px !important;
}

.border-start-5 {
  border-left-width: 5px !important;
}

.border-bottom-0 {
  border-bottom-width: 0 !important;
}

.border-bottom-1 {
  border-bottom-width: 1px !important;
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
}

.border-bottom-3 {
  border-bottom-width: 3px !important;
}

.border-bottom-4 {
  border-bottom-width: 4px !important;
}

.border-bottom-5 {
  border-bottom-width: 5px !important;
}

.border-x-0 {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.border-x-1 {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.border-x-2 {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}

.border-x-3 {
  border-left-width: 3px !important;
  border-right-width: 3px !important;
}

.border-x-4 {
  border-left-width: 4px !important;
  border-right-width: 4px !important;
}

.border-x-5 {
  border-left-width: 5px !important;
  border-right-width: 5px !important;
}

.border-y-0 {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.border-y-1 {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

.border-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}

.border-y-3 {
  border-top-width: 3px !important;
  border-bottom-width: 3px !important;
}

.border-y-4 {
  border-top-width: 4px !important;
  border-bottom-width: 4px !important;
}

.border-y-5 {
  border-top-width: 5px !important;
  border-bottom-width: 5px !important;
}

.border-dotted {
  --creative-bundle-border-style: dotted !important;
}

.border-dashed {
  --creative-bundle-border-style: dashed !important;
}

.border-none {
  --creative-bundle-border-style: none !important;
}

.border-hidden {
  --creative-bundle-border-style: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-25 {
    opacity: 0.25 !important;
  }
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .opacity-sm-75 {
    opacity: 0.75 !important;
  }
  .opacity-sm-85 {
    opacity: 0.85 !important;
  }
  .opacity-sm-100 {
    opacity: 1 !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .translate-middle-sm {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .border-sm {
    border: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-end-sm {
    border-right: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-bottom-sm {
    border-bottom: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-start-sm {
    border-left: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-sm-1 {
    --creative-bundle-border-width: 1px;
  }
  .border-sm-2 {
    --creative-bundle-border-width: 2px;
  }
  .border-sm-3 {
    --creative-bundle-border-width: 3px;
  }
  .border-sm-4 {
    --creative-bundle-border-width: 4px;
  }
  .border-sm-5 {
    --creative-bundle-border-width: 5px;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .vw-sm-25 {
    width: 25vw !important;
  }
  .vw-sm-50 {
    width: 50vw !important;
  }
  .vw-sm-75 {
    width: 75vw !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .vh-sm-25 {
    height: 25vh !important;
  }
  .vh-sm-50 {
    height: 50vh !important;
  }
  .vh-sm-75 {
    height: 75vh !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .min-vh-sm-25 {
    min-height: 25vh !important;
  }
  .min-vh-sm-50 {
    min-height: 50vh !important;
  }
  .min-vh-sm-75 {
    min-height: 75vh !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.8rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .m-sm-7 {
    margin: 3.75rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .m-sm-9 {
    margin: 5rem !important;
  }
  .m-sm-10 {
    margin: 7.5rem !important;
  }
  .m-sm-11 {
    margin: 10rem !important;
  }
  .m-sm-12 {
    margin: 12.5rem !important;
  }
  .m-sm-13 {
    margin: 15rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-7 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-10 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-11 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-12 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-13 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-7 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-11 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-12 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.8rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 3rem !important;
  }
  .mt-sm-7 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-8 {
    margin-top: 4rem !important;
  }
  .mt-sm-9 {
    margin-top: 5rem !important;
  }
  .mt-sm-10 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-11 {
    margin-top: 10rem !important;
  }
  .mt-sm-12 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-13 {
    margin-top: 15rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.8rem !important;
  }
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 3rem !important;
  }
  .me-sm-7 {
    margin-right: 3.75rem !important;
  }
  .me-sm-8 {
    margin-right: 4rem !important;
  }
  .me-sm-9 {
    margin-right: 5rem !important;
  }
  .me-sm-10 {
    margin-right: 7.5rem !important;
  }
  .me-sm-11 {
    margin-right: 10rem !important;
  }
  .me-sm-12 {
    margin-right: 12.5rem !important;
  }
  .me-sm-13 {
    margin-right: 15rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.8rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.8rem !important;
  }
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 3rem !important;
  }
  .ms-sm-7 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-8 {
    margin-left: 4rem !important;
  }
  .ms-sm-9 {
    margin-left: 5rem !important;
  }
  .ms-sm-10 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-11 {
    margin-left: 10rem !important;
  }
  .ms-sm-12 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-13 {
    margin-left: 15rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.8rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .m-sm-n6 {
    margin: -3rem !important;
  }
  .m-sm-n7 {
    margin: -3.75rem !important;
  }
  .m-sm-n8 {
    margin: -4rem !important;
  }
  .m-sm-n9 {
    margin: -5rem !important;
  }
  .m-sm-n10 {
    margin: -7.5rem !important;
  }
  .m-sm-n11 {
    margin: -10rem !important;
  }
  .m-sm-n12 {
    margin: -12.5rem !important;
  }
  .m-sm-n13 {
    margin: -15rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.8rem !important;
    margin-left: -1.8rem !important;
  }
  .mx-sm-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n7 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-sm-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n10 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-sm-n11 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n12 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-sm-n13 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important;
  }
  .my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n7 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-sm-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n10 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-sm-n11 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n12 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-sm-n13 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.8rem !important;
  }
  .mt-sm-n5 {
    margin-top: -2rem !important;
  }
  .mt-sm-n6 {
    margin-top: -3rem !important;
  }
  .mt-sm-n7 {
    margin-top: -3.75rem !important;
  }
  .mt-sm-n8 {
    margin-top: -4rem !important;
  }
  .mt-sm-n9 {
    margin-top: -5rem !important;
  }
  .mt-sm-n10 {
    margin-top: -7.5rem !important;
  }
  .mt-sm-n11 {
    margin-top: -10rem !important;
  }
  .mt-sm-n12 {
    margin-top: -12.5rem !important;
  }
  .mt-sm-n13 {
    margin-top: -15rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.8rem !important;
  }
  .me-sm-n5 {
    margin-right: -2rem !important;
  }
  .me-sm-n6 {
    margin-right: -3rem !important;
  }
  .me-sm-n7 {
    margin-right: -3.75rem !important;
  }
  .me-sm-n8 {
    margin-right: -4rem !important;
  }
  .me-sm-n9 {
    margin-right: -5rem !important;
  }
  .me-sm-n10 {
    margin-right: -7.5rem !important;
  }
  .me-sm-n11 {
    margin-right: -10rem !important;
  }
  .me-sm-n12 {
    margin-right: -12.5rem !important;
  }
  .me-sm-n13 {
    margin-right: -15rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.8rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -3.75rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -7.5rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -12.5rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -15rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.8rem !important;
  }
  .ms-sm-n5 {
    margin-left: -2rem !important;
  }
  .ms-sm-n6 {
    margin-left: -3rem !important;
  }
  .ms-sm-n7 {
    margin-left: -3.75rem !important;
  }
  .ms-sm-n8 {
    margin-left: -4rem !important;
  }
  .ms-sm-n9 {
    margin-left: -5rem !important;
  }
  .ms-sm-n10 {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n11 {
    margin-left: -10rem !important;
  }
  .ms-sm-n12 {
    margin-left: -12.5rem !important;
  }
  .ms-sm-n13 {
    margin-left: -15rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.8rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .p-sm-7 {
    padding: 3.75rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
  .p-sm-9 {
    padding: 5rem !important;
  }
  .p-sm-10 {
    padding: 7.5rem !important;
  }
  .p-sm-11 {
    padding: 10rem !important;
  }
  .p-sm-12 {
    padding: 12.5rem !important;
  }
  .p-sm-13 {
    padding: 15rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-7 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-10 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-11 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-12 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-13 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-7 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-11 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-12 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.8rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 3rem !important;
  }
  .pt-sm-7 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-8 {
    padding-top: 4rem !important;
  }
  .pt-sm-9 {
    padding-top: 5rem !important;
  }
  .pt-sm-10 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 10rem !important;
  }
  .pt-sm-12 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 15rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.8rem !important;
  }
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 3rem !important;
  }
  .pe-sm-7 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-8 {
    padding-right: 4rem !important;
  }
  .pe-sm-9 {
    padding-right: 5rem !important;
  }
  .pe-sm-10 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-11 {
    padding-right: 10rem !important;
  }
  .pe-sm-12 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-13 {
    padding-right: 15rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.8rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 15rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.8rem !important;
  }
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 3rem !important;
  }
  .ps-sm-7 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-8 {
    padding-left: 4rem !important;
  }
  .ps-sm-9 {
    padding-left: 5rem !important;
  }
  .ps-sm-10 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-11 {
    padding-left: 10rem !important;
  }
  .ps-sm-12 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-13 {
    padding-left: 15rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.8rem !important;
  }
  .gap-sm-5 {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 3rem !important;
  }
  .gap-sm-7 {
    gap: 3.75rem !important;
  }
  .gap-sm-8 {
    gap: 4rem !important;
  }
  .gap-sm-9 {
    gap: 5rem !important;
  }
  .gap-sm-10 {
    gap: 7.5rem !important;
  }
  .gap-sm-11 {
    gap: 10rem !important;
  }
  .gap-sm-12 {
    gap: 12.5rem !important;
  }
  .gap-sm-13 {
    gap: 15rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.8rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 7.5rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 12.5rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 15rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.8rem !important;
    -moz-column-gap: 1.8rem !important;
    column-gap: 1.8rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-sm-7 {
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }
  .column-gap-sm-8 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-sm-9 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-sm-10 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  .column-gap-sm-11 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-sm-12 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  .column-gap-sm-13 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .fs-sm--2 {
    font-size: 0.7901234568rem !important;
  }
  .fs-sm--1 {
    font-size: 0.8888888889rem !important;
  }
  .fs-sm-0 {
    font-size: 1rem !important;
  }
  .fs-sm-1 {
    font-size: 1.125rem !important;
  }
  .fs-sm-2 {
    font-size: 1.265625rem !important;
  }
  .fs-sm-3 {
    font-size: 1.423828125rem !important;
  }
  .fs-sm-4 {
    font-size: 1.6018066406rem !important;
  }
  .fs-sm-5 {
    font-size: 1.8020324707rem !important;
  }
  .fs-sm-6 {
    font-size: 2.0272865295rem !important;
  }
  .fs-sm-7 {
    font-size: 2.2806973457rem !important;
  }
  .fs-sm-8 {
    font-size: 2.565784514rem !important;
  }
  .fs-sm-9 {
    font-size: 2.8865075782rem !important;
  }
  .fs-sm-10 {
    font-size: 3.2473210255rem !important;
  }
  .fs-sm-11 {
    font-size: 3.6532361537rem !important;
  }
  .fs-sm-12 {
    font-size: 4.1098906729rem !important;
  }
  .fs-sm-13 {
    font-size: 4.623627007rem !important;
  }
  .fs-sm-14 {
    font-size: 5.2015803828rem !important;
  }
  .lh-sm-0 {
    line-height: 0 !important;
  }
  .lh-sm-f1 {
    line-height: 0.7 !important;
  }
  .lh-sm-f2 {
    line-height: 0.8 !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-2 {
    line-height: 1.1875 !important;
  }
  .lh-sm-3 {
    line-height: 1.3 !important;
  }
  .lh-sm-4 {
    line-height: 1.45 !important;
  }
  .lh-sm-5 {
    line-height: 1.6667 !important;
  }
  .lh-sm-6 {
    line-height: 1.75 !important;
  }
  .lh-sm-7 {
    line-height: 1.9 !important;
  }
  .lh-sm-8 {
    line-height: 2.05 !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .rounded-sm {
    border-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-1 {
    border-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-sm-2 {
    border-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-sm-3 {
    border-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-sm-4 {
    border-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-sm-5 {
    border-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
  .rounded-sm-pill {
    border-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-sm-capsule {
    border-radius: 3.125rem !important;
  }
  .rounded-top-sm {
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-sm-1 {
    border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-top-sm-2 {
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-top-sm-3 {
    border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-top-sm-4 {
    border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-top-sm-5 {
    border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-top-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-sm-pill {
    border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-end-sm {
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-sm-1 {
    border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-end-sm-2 {
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-end-sm-3 {
    border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-end-sm-4 {
    border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-end-sm-5 {
    border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-sm-pill {
    border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-bottom-sm {
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-bottom-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-sm-1 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-bottom-sm-2 {
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-bottom-sm-3 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-bottom-sm-4 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-bottom-sm-5 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-bottom-sm-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-sm-pill {
    border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-start-sm {
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-sm-1 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-start-sm-2 {
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-start-sm-3 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-start-sm-4 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-start-sm-5 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-sm-pill {
    border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .ls-sm-0 {
    letter-spacing: 0 !important;
  }
  .ls-sm-1 {
    letter-spacing: 0.01em !important;
  }
  .ls-sm-2 {
    letter-spacing: 0.05em !important;
  }
  .ls-sm-3 {
    letter-spacing: 2px !important;
  }
  .max-vh-sm-25 {
    max-height: 25vh !important;
  }
  .max-vh-sm-50 {
    max-height: 50vh !important;
  }
  .max-vh-sm-75 {
    max-height: 75vh !important;
  }
  .max-vh-sm-100 {
    max-height: 100vh !important;
  }
  .border-top-sm-0 {
    border-top-width: 0 !important;
  }
  .border-top-sm-1 {
    border-top-width: 1px !important;
  }
  .border-top-sm-2 {
    border-top-width: 2px !important;
  }
  .border-top-sm-3 {
    border-top-width: 3px !important;
  }
  .border-top-sm-4 {
    border-top-width: 4px !important;
  }
  .border-top-sm-5 {
    border-top-width: 5px !important;
  }
  .border-end-sm-0 {
    border-right-width: 0 !important;
  }
  .border-end-sm-1 {
    border-right-width: 1px !important;
  }
  .border-end-sm-2 {
    border-right-width: 2px !important;
  }
  .border-end-sm-3 {
    border-right-width: 3px !important;
  }
  .border-end-sm-4 {
    border-right-width: 4px !important;
  }
  .border-end-sm-5 {
    border-right-width: 5px !important;
  }
  .border-start-sm-0 {
    border-left-width: 0 !important;
  }
  .border-start-sm-1 {
    border-left-width: 1px !important;
  }
  .border-start-sm-2 {
    border-left-width: 2px !important;
  }
  .border-start-sm-3 {
    border-left-width: 3px !important;
  }
  .border-start-sm-4 {
    border-left-width: 4px !important;
  }
  .border-start-sm-5 {
    border-left-width: 5px !important;
  }
  .border-bottom-sm-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-sm-1 {
    border-bottom-width: 1px !important;
  }
  .border-bottom-sm-2 {
    border-bottom-width: 2px !important;
  }
  .border-bottom-sm-3 {
    border-bottom-width: 3px !important;
  }
  .border-bottom-sm-4 {
    border-bottom-width: 4px !important;
  }
  .border-bottom-sm-5 {
    border-bottom-width: 5px !important;
  }
  .border-x-sm-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  .border-x-sm-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
  .border-x-sm-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  .border-x-sm-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
  }
  .border-x-sm-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
  .border-x-sm-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
  }
  .border-y-sm-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  .border-y-sm-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
  .border-y-sm-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
  .border-y-sm-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
  .border-y-sm-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
  .border-y-sm-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-25 {
    opacity: 0.25 !important;
  }
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  .opacity-md-75 {
    opacity: 0.75 !important;
  }
  .opacity-md-85 {
    opacity: 0.85 !important;
  }
  .opacity-md-100 {
    opacity: 1 !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .translate-middle-md {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .border-md {
    border: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md {
    border-top: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-end-md {
    border-right: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-bottom-md {
    border-bottom: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-start-md {
    border-left: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-md-1 {
    --creative-bundle-border-width: 1px;
  }
  .border-md-2 {
    --creative-bundle-border-width: 2px;
  }
  .border-md-3 {
    --creative-bundle-border-width: 3px;
  }
  .border-md-4 {
    --creative-bundle-border-width: 4px;
  }
  .border-md-5 {
    --creative-bundle-border-width: 5px;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .vw-md-25 {
    width: 25vw !important;
  }
  .vw-md-50 {
    width: 50vw !important;
  }
  .vw-md-75 {
    width: 75vw !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .vh-md-25 {
    height: 25vh !important;
  }
  .vh-md-50 {
    height: 50vh !important;
  }
  .vh-md-75 {
    height: 75vh !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .min-vh-md-25 {
    min-height: 25vh !important;
  }
  .min-vh-md-50 {
    min-height: 50vh !important;
  }
  .min-vh-md-75 {
    min-height: 75vh !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.8rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .m-md-7 {
    margin: 3.75rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .m-md-9 {
    margin: 5rem !important;
  }
  .m-md-10 {
    margin: 7.5rem !important;
  }
  .m-md-11 {
    margin: 10rem !important;
  }
  .m-md-12 {
    margin: 12.5rem !important;
  }
  .m-md-13 {
    margin: 15rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-7 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-10 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-11 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-12 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-13 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-7 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-11 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-12 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.8rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 3rem !important;
  }
  .mt-md-7 {
    margin-top: 3.75rem !important;
  }
  .mt-md-8 {
    margin-top: 4rem !important;
  }
  .mt-md-9 {
    margin-top: 5rem !important;
  }
  .mt-md-10 {
    margin-top: 7.5rem !important;
  }
  .mt-md-11 {
    margin-top: 10rem !important;
  }
  .mt-md-12 {
    margin-top: 12.5rem !important;
  }
  .mt-md-13 {
    margin-top: 15rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.8rem !important;
  }
  .me-md-5 {
    margin-right: 2rem !important;
  }
  .me-md-6 {
    margin-right: 3rem !important;
  }
  .me-md-7 {
    margin-right: 3.75rem !important;
  }
  .me-md-8 {
    margin-right: 4rem !important;
  }
  .me-md-9 {
    margin-right: 5rem !important;
  }
  .me-md-10 {
    margin-right: 7.5rem !important;
  }
  .me-md-11 {
    margin-right: 10rem !important;
  }
  .me-md-12 {
    margin-right: 12.5rem !important;
  }
  .me-md-13 {
    margin-right: 15rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.8rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 10rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 15rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.8rem !important;
  }
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 3rem !important;
  }
  .ms-md-7 {
    margin-left: 3.75rem !important;
  }
  .ms-md-8 {
    margin-left: 4rem !important;
  }
  .ms-md-9 {
    margin-left: 5rem !important;
  }
  .ms-md-10 {
    margin-left: 7.5rem !important;
  }
  .ms-md-11 {
    margin-left: 10rem !important;
  }
  .ms-md-12 {
    margin-left: 12.5rem !important;
  }
  .ms-md-13 {
    margin-left: 15rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.8rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .m-md-n6 {
    margin: -3rem !important;
  }
  .m-md-n7 {
    margin: -3.75rem !important;
  }
  .m-md-n8 {
    margin: -4rem !important;
  }
  .m-md-n9 {
    margin: -5rem !important;
  }
  .m-md-n10 {
    margin: -7.5rem !important;
  }
  .m-md-n11 {
    margin: -10rem !important;
  }
  .m-md-n12 {
    margin: -12.5rem !important;
  }
  .m-md-n13 {
    margin: -15rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.8rem !important;
    margin-left: -1.8rem !important;
  }
  .mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n7 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-md-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n10 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-md-n11 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n12 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-md-n13 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important;
  }
  .my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n7 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-md-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n10 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-md-n11 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n12 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-md-n13 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.8rem !important;
  }
  .mt-md-n5 {
    margin-top: -2rem !important;
  }
  .mt-md-n6 {
    margin-top: -3rem !important;
  }
  .mt-md-n7 {
    margin-top: -3.75rem !important;
  }
  .mt-md-n8 {
    margin-top: -4rem !important;
  }
  .mt-md-n9 {
    margin-top: -5rem !important;
  }
  .mt-md-n10 {
    margin-top: -7.5rem !important;
  }
  .mt-md-n11 {
    margin-top: -10rem !important;
  }
  .mt-md-n12 {
    margin-top: -12.5rem !important;
  }
  .mt-md-n13 {
    margin-top: -15rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.8rem !important;
  }
  .me-md-n5 {
    margin-right: -2rem !important;
  }
  .me-md-n6 {
    margin-right: -3rem !important;
  }
  .me-md-n7 {
    margin-right: -3.75rem !important;
  }
  .me-md-n8 {
    margin-right: -4rem !important;
  }
  .me-md-n9 {
    margin-right: -5rem !important;
  }
  .me-md-n10 {
    margin-right: -7.5rem !important;
  }
  .me-md-n11 {
    margin-right: -10rem !important;
  }
  .me-md-n12 {
    margin-right: -12.5rem !important;
  }
  .me-md-n13 {
    margin-right: -15rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.8rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -3.75rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -7.5rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -12.5rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -15rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.8rem !important;
  }
  .ms-md-n5 {
    margin-left: -2rem !important;
  }
  .ms-md-n6 {
    margin-left: -3rem !important;
  }
  .ms-md-n7 {
    margin-left: -3.75rem !important;
  }
  .ms-md-n8 {
    margin-left: -4rem !important;
  }
  .ms-md-n9 {
    margin-left: -5rem !important;
  }
  .ms-md-n10 {
    margin-left: -7.5rem !important;
  }
  .ms-md-n11 {
    margin-left: -10rem !important;
  }
  .ms-md-n12 {
    margin-left: -12.5rem !important;
  }
  .ms-md-n13 {
    margin-left: -15rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.8rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .p-md-7 {
    padding: 3.75rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .p-md-9 {
    padding: 5rem !important;
  }
  .p-md-10 {
    padding: 7.5rem !important;
  }
  .p-md-11 {
    padding: 10rem !important;
  }
  .p-md-12 {
    padding: 12.5rem !important;
  }
  .p-md-13 {
    padding: 15rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-7 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-10 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-11 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-12 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-13 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-7 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-11 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-12 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.8rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 3rem !important;
  }
  .pt-md-7 {
    padding-top: 3.75rem !important;
  }
  .pt-md-8 {
    padding-top: 4rem !important;
  }
  .pt-md-9 {
    padding-top: 5rem !important;
  }
  .pt-md-10 {
    padding-top: 7.5rem !important;
  }
  .pt-md-11 {
    padding-top: 10rem !important;
  }
  .pt-md-12 {
    padding-top: 12.5rem !important;
  }
  .pt-md-13 {
    padding-top: 15rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.8rem !important;
  }
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 3rem !important;
  }
  .pe-md-7 {
    padding-right: 3.75rem !important;
  }
  .pe-md-8 {
    padding-right: 4rem !important;
  }
  .pe-md-9 {
    padding-right: 5rem !important;
  }
  .pe-md-10 {
    padding-right: 7.5rem !important;
  }
  .pe-md-11 {
    padding-right: 10rem !important;
  }
  .pe-md-12 {
    padding-right: 12.5rem !important;
  }
  .pe-md-13 {
    padding-right: 15rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.8rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 10rem !important;
  }
  .pb-md-12 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 15rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.8rem !important;
  }
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 3rem !important;
  }
  .ps-md-7 {
    padding-left: 3.75rem !important;
  }
  .ps-md-8 {
    padding-left: 4rem !important;
  }
  .ps-md-9 {
    padding-left: 5rem !important;
  }
  .ps-md-10 {
    padding-left: 7.5rem !important;
  }
  .ps-md-11 {
    padding-left: 10rem !important;
  }
  .ps-md-12 {
    padding-left: 12.5rem !important;
  }
  .ps-md-13 {
    padding-left: 15rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.8rem !important;
  }
  .gap-md-5 {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 3rem !important;
  }
  .gap-md-7 {
    gap: 3.75rem !important;
  }
  .gap-md-8 {
    gap: 4rem !important;
  }
  .gap-md-9 {
    gap: 5rem !important;
  }
  .gap-md-10 {
    gap: 7.5rem !important;
  }
  .gap-md-11 {
    gap: 10rem !important;
  }
  .gap-md-12 {
    gap: 12.5rem !important;
  }
  .gap-md-13 {
    gap: 15rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.8rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 3rem !important;
  }
  .row-gap-md-7 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-8 {
    row-gap: 4rem !important;
  }
  .row-gap-md-9 {
    row-gap: 5rem !important;
  }
  .row-gap-md-10 {
    row-gap: 7.5rem !important;
  }
  .row-gap-md-11 {
    row-gap: 10rem !important;
  }
  .row-gap-md-12 {
    row-gap: 12.5rem !important;
  }
  .row-gap-md-13 {
    row-gap: 15rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.8rem !important;
    -moz-column-gap: 1.8rem !important;
    column-gap: 1.8rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-md-7 {
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }
  .column-gap-md-8 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-md-9 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-md-10 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  .column-gap-md-11 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-md-12 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  .column-gap-md-13 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .fs-md--2 {
    font-size: 0.7901234568rem !important;
  }
  .fs-md--1 {
    font-size: 0.8888888889rem !important;
  }
  .fs-md-0 {
    font-size: 1rem !important;
  }
  .fs-md-1 {
    font-size: 1.125rem !important;
  }
  .fs-md-2 {
    font-size: 1.265625rem !important;
  }
  .fs-md-3 {
    font-size: 1.423828125rem !important;
  }
  .fs-md-4 {
    font-size: 1.6018066406rem !important;
  }
  .fs-md-5 {
    font-size: 1.8020324707rem !important;
  }
  .fs-md-6 {
    font-size: 2.0272865295rem !important;
  }
  .fs-md-7 {
    font-size: 2.2806973457rem !important;
  }
  .fs-md-8 {
    font-size: 2.565784514rem !important;
  }
  .fs-md-9 {
    font-size: 2.8865075782rem !important;
  }
  .fs-md-10 {
    font-size: 3.2473210255rem !important;
  }
  .fs-md-11 {
    font-size: 3.6532361537rem !important;
  }
  .fs-md-12 {
    font-size: 4.1098906729rem !important;
  }
  .fs-md-13 {
    font-size: 4.623627007rem !important;
  }
  .fs-md-14 {
    font-size: 5.2015803828rem !important;
  }
  .lh-md-0 {
    line-height: 0 !important;
  }
  .lh-md-f1 {
    line-height: 0.7 !important;
  }
  .lh-md-f2 {
    line-height: 0.8 !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-2 {
    line-height: 1.1875 !important;
  }
  .lh-md-3 {
    line-height: 1.3 !important;
  }
  .lh-md-4 {
    line-height: 1.45 !important;
  }
  .lh-md-5 {
    line-height: 1.6667 !important;
  }
  .lh-md-6 {
    line-height: 1.75 !important;
  }
  .lh-md-7 {
    line-height: 1.9 !important;
  }
  .lh-md-8 {
    line-height: 2.05 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .rounded-md {
    border-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-1 {
    border-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-md-2 {
    border-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-md-3 {
    border-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-md-4 {
    border-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-md-5 {
    border-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-md-circle {
    border-radius: 50% !important;
  }
  .rounded-md-pill {
    border-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-md-capsule {
    border-radius: 3.125rem !important;
  }
  .rounded-top-md {
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-md-1 {
    border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-top-md-2 {
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-top-md-3 {
    border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-top-md-4 {
    border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-top-md-5 {
    border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-top-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-md-pill {
    border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-end-md {
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-md-1 {
    border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-end-md-2 {
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-end-md-3 {
    border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-end-md-4 {
    border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-end-md-5 {
    border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-md-pill {
    border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-bottom-md {
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-bottom-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-md-1 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-bottom-md-2 {
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-bottom-md-3 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-bottom-md-4 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-bottom-md-5 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-bottom-md-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-md-pill {
    border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-start-md {
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-md-1 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-start-md-2 {
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-start-md-3 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-start-md-4 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-start-md-5 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-md-pill {
    border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .ls-md-0 {
    letter-spacing: 0 !important;
  }
  .ls-md-1 {
    letter-spacing: 0.01em !important;
  }
  .ls-md-2 {
    letter-spacing: 0.05em !important;
  }
  .ls-md-3 {
    letter-spacing: 2px !important;
  }
  .max-vh-md-25 {
    max-height: 25vh !important;
  }
  .max-vh-md-50 {
    max-height: 50vh !important;
  }
  .max-vh-md-75 {
    max-height: 75vh !important;
  }
  .max-vh-md-100 {
    max-height: 100vh !important;
  }
  .border-top-md-0 {
    border-top-width: 0 !important;
  }
  .border-top-md-1 {
    border-top-width: 1px !important;
  }
  .border-top-md-2 {
    border-top-width: 2px !important;
  }
  .border-top-md-3 {
    border-top-width: 3px !important;
  }
  .border-top-md-4 {
    border-top-width: 4px !important;
  }
  .border-top-md-5 {
    border-top-width: 5px !important;
  }
  .border-end-md-0 {
    border-right-width: 0 !important;
  }
  .border-end-md-1 {
    border-right-width: 1px !important;
  }
  .border-end-md-2 {
    border-right-width: 2px !important;
  }
  .border-end-md-3 {
    border-right-width: 3px !important;
  }
  .border-end-md-4 {
    border-right-width: 4px !important;
  }
  .border-end-md-5 {
    border-right-width: 5px !important;
  }
  .border-start-md-0 {
    border-left-width: 0 !important;
  }
  .border-start-md-1 {
    border-left-width: 1px !important;
  }
  .border-start-md-2 {
    border-left-width: 2px !important;
  }
  .border-start-md-3 {
    border-left-width: 3px !important;
  }
  .border-start-md-4 {
    border-left-width: 4px !important;
  }
  .border-start-md-5 {
    border-left-width: 5px !important;
  }
  .border-bottom-md-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-md-1 {
    border-bottom-width: 1px !important;
  }
  .border-bottom-md-2 {
    border-bottom-width: 2px !important;
  }
  .border-bottom-md-3 {
    border-bottom-width: 3px !important;
  }
  .border-bottom-md-4 {
    border-bottom-width: 4px !important;
  }
  .border-bottom-md-5 {
    border-bottom-width: 5px !important;
  }
  .border-x-md-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  .border-x-md-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
  .border-x-md-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  .border-x-md-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
  }
  .border-x-md-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
  .border-x-md-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
  }
  .border-y-md-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  .border-y-md-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
  .border-y-md-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
  .border-y-md-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
  .border-y-md-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
  .border-y-md-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-25 {
    opacity: 0.25 !important;
  }
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .opacity-lg-75 {
    opacity: 0.75 !important;
  }
  .opacity-lg-85 {
    opacity: 0.85 !important;
  }
  .opacity-lg-100 {
    opacity: 1 !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .translate-middle-lg {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .border-lg {
    border: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-end-lg {
    border-right: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-bottom-lg {
    border-bottom: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-start-lg {
    border-left: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-lg-1 {
    --creative-bundle-border-width: 1px;
  }
  .border-lg-2 {
    --creative-bundle-border-width: 2px;
  }
  .border-lg-3 {
    --creative-bundle-border-width: 3px;
  }
  .border-lg-4 {
    --creative-bundle-border-width: 4px;
  }
  .border-lg-5 {
    --creative-bundle-border-width: 5px;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .vw-lg-25 {
    width: 25vw !important;
  }
  .vw-lg-50 {
    width: 50vw !important;
  }
  .vw-lg-75 {
    width: 75vw !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .vh-lg-25 {
    height: 25vh !important;
  }
  .vh-lg-50 {
    height: 50vh !important;
  }
  .vh-lg-75 {
    height: 75vh !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .min-vh-lg-25 {
    min-height: 25vh !important;
  }
  .min-vh-lg-50 {
    min-height: 50vh !important;
  }
  .min-vh-lg-75 {
    min-height: 75vh !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.8rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .m-lg-7 {
    margin: 3.75rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .m-lg-9 {
    margin: 5rem !important;
  }
  .m-lg-10 {
    margin: 7.5rem !important;
  }
  .m-lg-11 {
    margin: 10rem !important;
  }
  .m-lg-12 {
    margin: 12.5rem !important;
  }
  .m-lg-13 {
    margin: 15rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-7 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-10 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-11 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-12 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-7 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-11 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-12 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.8rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .mt-lg-7 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-8 {
    margin-top: 4rem !important;
  }
  .mt-lg-9 {
    margin-top: 5rem !important;
  }
  .mt-lg-10 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-11 {
    margin-top: 10rem !important;
  }
  .mt-lg-12 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 15rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.8rem !important;
  }
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 3rem !important;
  }
  .me-lg-7 {
    margin-right: 3.75rem !important;
  }
  .me-lg-8 {
    margin-right: 4rem !important;
  }
  .me-lg-9 {
    margin-right: 5rem !important;
  }
  .me-lg-10 {
    margin-right: 7.5rem !important;
  }
  .me-lg-11 {
    margin-right: 10rem !important;
  }
  .me-lg-12 {
    margin-right: 12.5rem !important;
  }
  .me-lg-13 {
    margin-right: 15rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.8rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.8rem !important;
  }
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 3rem !important;
  }
  .ms-lg-7 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-8 {
    margin-left: 4rem !important;
  }
  .ms-lg-9 {
    margin-left: 5rem !important;
  }
  .ms-lg-10 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-11 {
    margin-left: 10rem !important;
  }
  .ms-lg-12 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 15rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.8rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .m-lg-n6 {
    margin: -3rem !important;
  }
  .m-lg-n7 {
    margin: -3.75rem !important;
  }
  .m-lg-n8 {
    margin: -4rem !important;
  }
  .m-lg-n9 {
    margin: -5rem !important;
  }
  .m-lg-n10 {
    margin: -7.5rem !important;
  }
  .m-lg-n11 {
    margin: -10rem !important;
  }
  .m-lg-n12 {
    margin: -12.5rem !important;
  }
  .m-lg-n13 {
    margin: -15rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.8rem !important;
    margin-left: -1.8rem !important;
  }
  .mx-lg-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n7 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-lg-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n10 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-lg-n11 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n12 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-lg-n13 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important;
  }
  .my-lg-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n7 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-lg-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n10 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-lg-n11 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n12 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-lg-n13 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.8rem !important;
  }
  .mt-lg-n5 {
    margin-top: -2rem !important;
  }
  .mt-lg-n6 {
    margin-top: -3rem !important;
  }
  .mt-lg-n7 {
    margin-top: -3.75rem !important;
  }
  .mt-lg-n8 {
    margin-top: -4rem !important;
  }
  .mt-lg-n9 {
    margin-top: -5rem !important;
  }
  .mt-lg-n10 {
    margin-top: -7.5rem !important;
  }
  .mt-lg-n11 {
    margin-top: -10rem !important;
  }
  .mt-lg-n12 {
    margin-top: -12.5rem !important;
  }
  .mt-lg-n13 {
    margin-top: -15rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.8rem !important;
  }
  .me-lg-n5 {
    margin-right: -2rem !important;
  }
  .me-lg-n6 {
    margin-right: -3rem !important;
  }
  .me-lg-n7 {
    margin-right: -3.75rem !important;
  }
  .me-lg-n8 {
    margin-right: -4rem !important;
  }
  .me-lg-n9 {
    margin-right: -5rem !important;
  }
  .me-lg-n10 {
    margin-right: -7.5rem !important;
  }
  .me-lg-n11 {
    margin-right: -10rem !important;
  }
  .me-lg-n12 {
    margin-right: -12.5rem !important;
  }
  .me-lg-n13 {
    margin-right: -15rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.8rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -3.75rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -7.5rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -12.5rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -15rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.8rem !important;
  }
  .ms-lg-n5 {
    margin-left: -2rem !important;
  }
  .ms-lg-n6 {
    margin-left: -3rem !important;
  }
  .ms-lg-n7 {
    margin-left: -3.75rem !important;
  }
  .ms-lg-n8 {
    margin-left: -4rem !important;
  }
  .ms-lg-n9 {
    margin-left: -5rem !important;
  }
  .ms-lg-n10 {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n11 {
    margin-left: -10rem !important;
  }
  .ms-lg-n12 {
    margin-left: -12.5rem !important;
  }
  .ms-lg-n13 {
    margin-left: -15rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.8rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .p-lg-7 {
    padding: 3.75rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .p-lg-9 {
    padding: 5rem !important;
  }
  .p-lg-10 {
    padding: 7.5rem !important;
  }
  .p-lg-11 {
    padding: 10rem !important;
  }
  .p-lg-12 {
    padding: 12.5rem !important;
  }
  .p-lg-13 {
    padding: 15rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-7 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-10 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-11 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-12 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-13 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-7 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-11 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-12 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.8rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 3rem !important;
  }
  .pt-lg-7 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-8 {
    padding-top: 4rem !important;
  }
  .pt-lg-9 {
    padding-top: 5rem !important;
  }
  .pt-lg-10 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 10rem !important;
  }
  .pt-lg-12 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 15rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.8rem !important;
  }
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 3rem !important;
  }
  .pe-lg-7 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-8 {
    padding-right: 4rem !important;
  }
  .pe-lg-9 {
    padding-right: 5rem !important;
  }
  .pe-lg-10 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-11 {
    padding-right: 10rem !important;
  }
  .pe-lg-12 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 15rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.8rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 15rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.8rem !important;
  }
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 3rem !important;
  }
  .ps-lg-7 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-8 {
    padding-left: 4rem !important;
  }
  .ps-lg-9 {
    padding-left: 5rem !important;
  }
  .ps-lg-10 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-11 {
    padding-left: 10rem !important;
  }
  .ps-lg-12 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 15rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.8rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 3rem !important;
  }
  .gap-lg-7 {
    gap: 3.75rem !important;
  }
  .gap-lg-8 {
    gap: 4rem !important;
  }
  .gap-lg-9 {
    gap: 5rem !important;
  }
  .gap-lg-10 {
    gap: 7.5rem !important;
  }
  .gap-lg-11 {
    gap: 10rem !important;
  }
  .gap-lg-12 {
    gap: 12.5rem !important;
  }
  .gap-lg-13 {
    gap: 15rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.8rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 12.5rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 15rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.8rem !important;
    -moz-column-gap: 1.8rem !important;
    column-gap: 1.8rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-lg-7 {
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }
  .column-gap-lg-8 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-lg-9 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-lg-10 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  .column-gap-lg-11 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-lg-12 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  .column-gap-lg-13 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .fs-lg--2 {
    font-size: 0.7901234568rem !important;
  }
  .fs-lg--1 {
    font-size: 0.8888888889rem !important;
  }
  .fs-lg-0 {
    font-size: 1rem !important;
  }
  .fs-lg-1 {
    font-size: 1.125rem !important;
  }
  .fs-lg-2 {
    font-size: 1.265625rem !important;
  }
  .fs-lg-3 {
    font-size: 1.423828125rem !important;
  }
  .fs-lg-4 {
    font-size: 1.6018066406rem !important;
  }
  .fs-lg-5 {
    font-size: 1.8020324707rem !important;
  }
  .fs-lg-6 {
    font-size: 2.0272865295rem !important;
  }
  .fs-lg-7 {
    font-size: 2.2806973457rem !important;
  }
  .fs-lg-8 {
    font-size: 2.565784514rem !important;
  }
  .fs-lg-9 {
    font-size: 2.8865075782rem !important;
  }
  .fs-lg-10 {
    font-size: 3.2473210255rem !important;
  }
  .fs-lg-11 {
    font-size: 3.6532361537rem !important;
  }
  .fs-lg-12 {
    font-size: 4.1098906729rem !important;
  }
  .fs-lg-13 {
    font-size: 4.623627007rem !important;
  }
  .fs-lg-14 {
    font-size: 5.2015803828rem !important;
  }
  .lh-lg-0 {
    line-height: 0 !important;
  }
  .lh-lg-f1 {
    line-height: 0.7 !important;
  }
  .lh-lg-f2 {
    line-height: 0.8 !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-2 {
    line-height: 1.1875 !important;
  }
  .lh-lg-3 {
    line-height: 1.3 !important;
  }
  .lh-lg-4 {
    line-height: 1.45 !important;
  }
  .lh-lg-5 {
    line-height: 1.6667 !important;
  }
  .lh-lg-6 {
    line-height: 1.75 !important;
  }
  .lh-lg-7 {
    line-height: 1.9 !important;
  }
  .lh-lg-8 {
    line-height: 2.05 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .rounded-lg {
    border-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-1 {
    border-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-lg-2 {
    border-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-lg-3 {
    border-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-lg-4 {
    border-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-lg-5 {
    border-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
  .rounded-lg-pill {
    border-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-lg-capsule {
    border-radius: 3.125rem !important;
  }
  .rounded-top-lg {
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-lg-1 {
    border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-top-lg-2 {
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-top-lg-3 {
    border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-top-lg-4 {
    border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-top-lg-5 {
    border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-top-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-lg-pill {
    border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-end-lg {
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-lg-1 {
    border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-end-lg-2 {
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-end-lg-3 {
    border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-end-lg-4 {
    border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-end-lg-5 {
    border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-lg-pill {
    border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-bottom-lg {
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-bottom-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-lg-1 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-bottom-lg-2 {
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-bottom-lg-3 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-bottom-lg-4 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-bottom-lg-5 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-bottom-lg-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-lg-pill {
    border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-start-lg {
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-lg-1 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-start-lg-2 {
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-start-lg-3 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-start-lg-4 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-start-lg-5 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-lg-pill {
    border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .ls-lg-0 {
    letter-spacing: 0 !important;
  }
  .ls-lg-1 {
    letter-spacing: 0.01em !important;
  }
  .ls-lg-2 {
    letter-spacing: 0.05em !important;
  }
  .ls-lg-3 {
    letter-spacing: 2px !important;
  }
  .max-vh-lg-25 {
    max-height: 25vh !important;
  }
  .max-vh-lg-50 {
    max-height: 50vh !important;
  }
  .max-vh-lg-75 {
    max-height: 75vh !important;
  }
  .max-vh-lg-100 {
    max-height: 100vh !important;
  }
  .border-top-lg-0 {
    border-top-width: 0 !important;
  }
  .border-top-lg-1 {
    border-top-width: 1px !important;
  }
  .border-top-lg-2 {
    border-top-width: 2px !important;
  }
  .border-top-lg-3 {
    border-top-width: 3px !important;
  }
  .border-top-lg-4 {
    border-top-width: 4px !important;
  }
  .border-top-lg-5 {
    border-top-width: 5px !important;
  }
  .border-end-lg-0 {
    border-right-width: 0 !important;
  }
  .border-end-lg-1 {
    border-right-width: 1px !important;
  }
  .border-end-lg-2 {
    border-right-width: 2px !important;
  }
  .border-end-lg-3 {
    border-right-width: 3px !important;
  }
  .border-end-lg-4 {
    border-right-width: 4px !important;
  }
  .border-end-lg-5 {
    border-right-width: 5px !important;
  }
  .border-start-lg-0 {
    border-left-width: 0 !important;
  }
  .border-start-lg-1 {
    border-left-width: 1px !important;
  }
  .border-start-lg-2 {
    border-left-width: 2px !important;
  }
  .border-start-lg-3 {
    border-left-width: 3px !important;
  }
  .border-start-lg-4 {
    border-left-width: 4px !important;
  }
  .border-start-lg-5 {
    border-left-width: 5px !important;
  }
  .border-bottom-lg-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-lg-1 {
    border-bottom-width: 1px !important;
  }
  .border-bottom-lg-2 {
    border-bottom-width: 2px !important;
  }
  .border-bottom-lg-3 {
    border-bottom-width: 3px !important;
  }
  .border-bottom-lg-4 {
    border-bottom-width: 4px !important;
  }
  .border-bottom-lg-5 {
    border-bottom-width: 5px !important;
  }
  .border-x-lg-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  .border-x-lg-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
  .border-x-lg-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  .border-x-lg-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
  }
  .border-x-lg-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
  .border-x-lg-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
  }
  .border-y-lg-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  .border-y-lg-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
  .border-y-lg-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
  .border-y-lg-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
  .border-y-lg-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
  .border-y-lg-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xl-85 {
    opacity: 0.85 !important;
  }
  .opacity-xl-100 {
    opacity: 1 !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .translate-middle-xl {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .border-xl {
    border: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-end-xl {
    border-right: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-bottom-xl {
    border-bottom: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-start-xl {
    border-left: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-xl-1 {
    --creative-bundle-border-width: 1px;
  }
  .border-xl-2 {
    --creative-bundle-border-width: 2px;
  }
  .border-xl-3 {
    --creative-bundle-border-width: 3px;
  }
  .border-xl-4 {
    --creative-bundle-border-width: 4px;
  }
  .border-xl-5 {
    --creative-bundle-border-width: 5px;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .vw-xl-25 {
    width: 25vw !important;
  }
  .vw-xl-50 {
    width: 50vw !important;
  }
  .vw-xl-75 {
    width: 75vw !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .vh-xl-25 {
    height: 25vh !important;
  }
  .vh-xl-50 {
    height: 50vh !important;
  }
  .vh-xl-75 {
    height: 75vh !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .min-vh-xl-25 {
    min-height: 25vh !important;
  }
  .min-vh-xl-50 {
    min-height: 50vh !important;
  }
  .min-vh-xl-75 {
    min-height: 75vh !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.8rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .m-xl-7 {
    margin: 3.75rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .m-xl-9 {
    margin: 5rem !important;
  }
  .m-xl-10 {
    margin: 7.5rem !important;
  }
  .m-xl-11 {
    margin: 10rem !important;
  }
  .m-xl-12 {
    margin: 12.5rem !important;
  }
  .m-xl-13 {
    margin: 15rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-7 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-10 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-11 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-12 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-7 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-11 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-12 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.8rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 3rem !important;
  }
  .mt-xl-7 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-8 {
    margin-top: 4rem !important;
  }
  .mt-xl-9 {
    margin-top: 5rem !important;
  }
  .mt-xl-10 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-11 {
    margin-top: 10rem !important;
  }
  .mt-xl-12 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 15rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.8rem !important;
  }
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 3rem !important;
  }
  .me-xl-7 {
    margin-right: 3.75rem !important;
  }
  .me-xl-8 {
    margin-right: 4rem !important;
  }
  .me-xl-9 {
    margin-right: 5rem !important;
  }
  .me-xl-10 {
    margin-right: 7.5rem !important;
  }
  .me-xl-11 {
    margin-right: 10rem !important;
  }
  .me-xl-12 {
    margin-right: 12.5rem !important;
  }
  .me-xl-13 {
    margin-right: 15rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.8rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.8rem !important;
  }
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 3rem !important;
  }
  .ms-xl-7 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-8 {
    margin-left: 4rem !important;
  }
  .ms-xl-9 {
    margin-left: 5rem !important;
  }
  .ms-xl-10 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-11 {
    margin-left: 10rem !important;
  }
  .ms-xl-12 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 15rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.8rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .m-xl-n6 {
    margin: -3rem !important;
  }
  .m-xl-n7 {
    margin: -3.75rem !important;
  }
  .m-xl-n8 {
    margin: -4rem !important;
  }
  .m-xl-n9 {
    margin: -5rem !important;
  }
  .m-xl-n10 {
    margin: -7.5rem !important;
  }
  .m-xl-n11 {
    margin: -10rem !important;
  }
  .m-xl-n12 {
    margin: -12.5rem !important;
  }
  .m-xl-n13 {
    margin: -15rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.8rem !important;
    margin-left: -1.8rem !important;
  }
  .mx-xl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n7 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xl-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n10 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xl-n11 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n12 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xl-n13 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important;
  }
  .my-xl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n7 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n10 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xl-n11 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n12 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xl-n13 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.8rem !important;
  }
  .mt-xl-n5 {
    margin-top: -2rem !important;
  }
  .mt-xl-n6 {
    margin-top: -3rem !important;
  }
  .mt-xl-n7 {
    margin-top: -3.75rem !important;
  }
  .mt-xl-n8 {
    margin-top: -4rem !important;
  }
  .mt-xl-n9 {
    margin-top: -5rem !important;
  }
  .mt-xl-n10 {
    margin-top: -7.5rem !important;
  }
  .mt-xl-n11 {
    margin-top: -10rem !important;
  }
  .mt-xl-n12 {
    margin-top: -12.5rem !important;
  }
  .mt-xl-n13 {
    margin-top: -15rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.8rem !important;
  }
  .me-xl-n5 {
    margin-right: -2rem !important;
  }
  .me-xl-n6 {
    margin-right: -3rem !important;
  }
  .me-xl-n7 {
    margin-right: -3.75rem !important;
  }
  .me-xl-n8 {
    margin-right: -4rem !important;
  }
  .me-xl-n9 {
    margin-right: -5rem !important;
  }
  .me-xl-n10 {
    margin-right: -7.5rem !important;
  }
  .me-xl-n11 {
    margin-right: -10rem !important;
  }
  .me-xl-n12 {
    margin-right: -12.5rem !important;
  }
  .me-xl-n13 {
    margin-right: -15rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.8rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -15rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.8rem !important;
  }
  .ms-xl-n5 {
    margin-left: -2rem !important;
  }
  .ms-xl-n6 {
    margin-left: -3rem !important;
  }
  .ms-xl-n7 {
    margin-left: -3.75rem !important;
  }
  .ms-xl-n8 {
    margin-left: -4rem !important;
  }
  .ms-xl-n9 {
    margin-left: -5rem !important;
  }
  .ms-xl-n10 {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n11 {
    margin-left: -10rem !important;
  }
  .ms-xl-n12 {
    margin-left: -12.5rem !important;
  }
  .ms-xl-n13 {
    margin-left: -15rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.8rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .p-xl-7 {
    padding: 3.75rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .p-xl-9 {
    padding: 5rem !important;
  }
  .p-xl-10 {
    padding: 7.5rem !important;
  }
  .p-xl-11 {
    padding: 10rem !important;
  }
  .p-xl-12 {
    padding: 12.5rem !important;
  }
  .p-xl-13 {
    padding: 15rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-7 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-10 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-11 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-12 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xl-13 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-7 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-11 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-12 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xl-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.8rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 3rem !important;
  }
  .pt-xl-7 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-8 {
    padding-top: 4rem !important;
  }
  .pt-xl-9 {
    padding-top: 5rem !important;
  }
  .pt-xl-10 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 10rem !important;
  }
  .pt-xl-12 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 15rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.8rem !important;
  }
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 3rem !important;
  }
  .pe-xl-7 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-8 {
    padding-right: 4rem !important;
  }
  .pe-xl-9 {
    padding-right: 5rem !important;
  }
  .pe-xl-10 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-11 {
    padding-right: 10rem !important;
  }
  .pe-xl-12 {
    padding-right: 12.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 15rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.8rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 15rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.8rem !important;
  }
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 3rem !important;
  }
  .ps-xl-7 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-8 {
    padding-left: 4rem !important;
  }
  .ps-xl-9 {
    padding-left: 5rem !important;
  }
  .ps-xl-10 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-11 {
    padding-left: 10rem !important;
  }
  .ps-xl-12 {
    padding-left: 12.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 15rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.8rem !important;
  }
  .gap-xl-5 {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 3rem !important;
  }
  .gap-xl-7 {
    gap: 3.75rem !important;
  }
  .gap-xl-8 {
    gap: 4rem !important;
  }
  .gap-xl-9 {
    gap: 5rem !important;
  }
  .gap-xl-10 {
    gap: 7.5rem !important;
  }
  .gap-xl-11 {
    gap: 10rem !important;
  }
  .gap-xl-12 {
    gap: 12.5rem !important;
  }
  .gap-xl-13 {
    gap: 15rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.8rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 12.5rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 15rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.8rem !important;
    -moz-column-gap: 1.8rem !important;
    column-gap: 1.8rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-xl-7 {
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }
  .column-gap-xl-8 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-xl-9 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-xl-10 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  .column-gap-xl-11 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-xl-12 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  .column-gap-xl-13 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .fs-xl--2 {
    font-size: 0.7901234568rem !important;
  }
  .fs-xl--1 {
    font-size: 0.8888888889rem !important;
  }
  .fs-xl-0 {
    font-size: 1rem !important;
  }
  .fs-xl-1 {
    font-size: 1.125rem !important;
  }
  .fs-xl-2 {
    font-size: 1.265625rem !important;
  }
  .fs-xl-3 {
    font-size: 1.423828125rem !important;
  }
  .fs-xl-4 {
    font-size: 1.6018066406rem !important;
  }
  .fs-xl-5 {
    font-size: 1.8020324707rem !important;
  }
  .fs-xl-6 {
    font-size: 2.0272865295rem !important;
  }
  .fs-xl-7 {
    font-size: 2.2806973457rem !important;
  }
  .fs-xl-8 {
    font-size: 2.565784514rem !important;
  }
  .fs-xl-9 {
    font-size: 2.8865075782rem !important;
  }
  .fs-xl-10 {
    font-size: 3.2473210255rem !important;
  }
  .fs-xl-11 {
    font-size: 3.6532361537rem !important;
  }
  .fs-xl-12 {
    font-size: 4.1098906729rem !important;
  }
  .fs-xl-13 {
    font-size: 4.623627007rem !important;
  }
  .fs-xl-14 {
    font-size: 5.2015803828rem !important;
  }
  .lh-xl-0 {
    line-height: 0 !important;
  }
  .lh-xl-f1 {
    line-height: 0.7 !important;
  }
  .lh-xl-f2 {
    line-height: 0.8 !important;
  }
  .lh-xl-1 {
    line-height: 1 !important;
  }
  .lh-xl-2 {
    line-height: 1.1875 !important;
  }
  .lh-xl-3 {
    line-height: 1.3 !important;
  }
  .lh-xl-4 {
    line-height: 1.45 !important;
  }
  .lh-xl-5 {
    line-height: 1.6667 !important;
  }
  .lh-xl-6 {
    line-height: 1.75 !important;
  }
  .lh-xl-7 {
    line-height: 1.9 !important;
  }
  .lh-xl-8 {
    line-height: 2.05 !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .rounded-xl {
    border-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-1 {
    border-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-xl-2 {
    border-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-xl-3 {
    border-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-xl-4 {
    border-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-xl-5 {
    border-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
  .rounded-xl-pill {
    border-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-xl-capsule {
    border-radius: 3.125rem !important;
  }
  .rounded-top-xl {
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xl-1 {
    border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-top-xl-2 {
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-top-xl-3 {
    border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-top-xl-4 {
    border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-top-xl-5 {
    border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-top-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-xl-pill {
    border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-end-xl {
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xl-1 {
    border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-end-xl-2 {
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-end-xl-3 {
    border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-end-xl-4 {
    border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-end-xl-5 {
    border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xl-pill {
    border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-bottom-xl {
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-bottom-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xl-1 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-bottom-xl-2 {
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-bottom-xl-3 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-bottom-xl-4 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-bottom-xl-5 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-bottom-xl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-xl-pill {
    border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-start-xl {
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xl-1 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-start-xl-2 {
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-start-xl-3 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-start-xl-4 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-start-xl-5 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xl-pill {
    border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .ls-xl-0 {
    letter-spacing: 0 !important;
  }
  .ls-xl-1 {
    letter-spacing: 0.01em !important;
  }
  .ls-xl-2 {
    letter-spacing: 0.05em !important;
  }
  .ls-xl-3 {
    letter-spacing: 2px !important;
  }
  .max-vh-xl-25 {
    max-height: 25vh !important;
  }
  .max-vh-xl-50 {
    max-height: 50vh !important;
  }
  .max-vh-xl-75 {
    max-height: 75vh !important;
  }
  .max-vh-xl-100 {
    max-height: 100vh !important;
  }
  .border-top-xl-0 {
    border-top-width: 0 !important;
  }
  .border-top-xl-1 {
    border-top-width: 1px !important;
  }
  .border-top-xl-2 {
    border-top-width: 2px !important;
  }
  .border-top-xl-3 {
    border-top-width: 3px !important;
  }
  .border-top-xl-4 {
    border-top-width: 4px !important;
  }
  .border-top-xl-5 {
    border-top-width: 5px !important;
  }
  .border-end-xl-0 {
    border-right-width: 0 !important;
  }
  .border-end-xl-1 {
    border-right-width: 1px !important;
  }
  .border-end-xl-2 {
    border-right-width: 2px !important;
  }
  .border-end-xl-3 {
    border-right-width: 3px !important;
  }
  .border-end-xl-4 {
    border-right-width: 4px !important;
  }
  .border-end-xl-5 {
    border-right-width: 5px !important;
  }
  .border-start-xl-0 {
    border-left-width: 0 !important;
  }
  .border-start-xl-1 {
    border-left-width: 1px !important;
  }
  .border-start-xl-2 {
    border-left-width: 2px !important;
  }
  .border-start-xl-3 {
    border-left-width: 3px !important;
  }
  .border-start-xl-4 {
    border-left-width: 4px !important;
  }
  .border-start-xl-5 {
    border-left-width: 5px !important;
  }
  .border-bottom-xl-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-xl-1 {
    border-bottom-width: 1px !important;
  }
  .border-bottom-xl-2 {
    border-bottom-width: 2px !important;
  }
  .border-bottom-xl-3 {
    border-bottom-width: 3px !important;
  }
  .border-bottom-xl-4 {
    border-bottom-width: 4px !important;
  }
  .border-bottom-xl-5 {
    border-bottom-width: 5px !important;
  }
  .border-x-xl-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  .border-x-xl-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
  .border-x-xl-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  .border-x-xl-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
  }
  .border-x-xl-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
  .border-x-xl-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
  }
  .border-y-xl-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  .border-y-xl-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
  .border-y-xl-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
  .border-y-xl-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
  .border-y-xl-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
  .border-y-xl-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl-85 {
    opacity: 0.85 !important;
  }
  .opacity-xxl-100 {
    opacity: 1 !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .translate-middle-xxl {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .border-xxl {
    border: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-end-xxl {
    border-right: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-bottom-xxl {
    border-bottom: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-start-xxl {
    border-left: var(--creative-bundle-border-width) var(--creative-bundle-border-style) var(--creative-bundle-border-color) !important;
  }
  .border-xxl-1 {
    --creative-bundle-border-width: 1px;
  }
  .border-xxl-2 {
    --creative-bundle-border-width: 2px;
  }
  .border-xxl-3 {
    --creative-bundle-border-width: 3px;
  }
  .border-xxl-4 {
    --creative-bundle-border-width: 4px;
  }
  .border-xxl-5 {
    --creative-bundle-border-width: 5px;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .vw-xxl-25 {
    width: 25vw !important;
  }
  .vw-xxl-50 {
    width: 50vw !important;
  }
  .vw-xxl-75 {
    width: 75vw !important;
  }
  .vw-xxl-100 {
    width: 100vw !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .vh-xxl-25 {
    height: 25vh !important;
  }
  .vh-xxl-50 {
    height: 50vh !important;
  }
  .vh-xxl-75 {
    height: 75vh !important;
  }
  .vh-xxl-100 {
    height: 100vh !important;
  }
  .min-vh-xxl-25 {
    min-height: 25vh !important;
  }
  .min-vh-xxl-50 {
    min-height: 50vh !important;
  }
  .min-vh-xxl-75 {
    min-height: 75vh !important;
  }
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.8rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .m-xxl-6 {
    margin: 3rem !important;
  }
  .m-xxl-7 {
    margin: 3.75rem !important;
  }
  .m-xxl-8 {
    margin: 4rem !important;
  }
  .m-xxl-9 {
    margin: 5rem !important;
  }
  .m-xxl-10 {
    margin: 7.5rem !important;
  }
  .m-xxl-11 {
    margin: 10rem !important;
  }
  .m-xxl-12 {
    margin: 12.5rem !important;
  }
  .m-xxl-13 {
    margin: 15rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-7 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-11 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-12 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-13 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-7 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-11 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-12 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.8rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-8 {
    margin-top: 4rem !important;
  }
  .mt-xxl-9 {
    margin-top: 5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-11 {
    margin-top: 10rem !important;
  }
  .mt-xxl-12 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-13 {
    margin-top: 15rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.8rem !important;
  }
  .me-xxl-5 {
    margin-right: 2rem !important;
  }
  .me-xxl-6 {
    margin-right: 3rem !important;
  }
  .me-xxl-7 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-8 {
    margin-right: 4rem !important;
  }
  .me-xxl-9 {
    margin-right: 5rem !important;
  }
  .me-xxl-10 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-11 {
    margin-right: 10rem !important;
  }
  .me-xxl-12 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-13 {
    margin-right: 15rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.8rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.8rem !important;
  }
  .ms-xxl-5 {
    margin-left: 2rem !important;
  }
  .ms-xxl-6 {
    margin-left: 3rem !important;
  }
  .ms-xxl-7 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-8 {
    margin-left: 4rem !important;
  }
  .ms-xxl-9 {
    margin-left: 5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-11 {
    margin-left: 10rem !important;
  }
  .ms-xxl-12 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-13 {
    margin-left: 15rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.8rem !important;
  }
  .m-xxl-n5 {
    margin: -2rem !important;
  }
  .m-xxl-n6 {
    margin: -3rem !important;
  }
  .m-xxl-n7 {
    margin: -3.75rem !important;
  }
  .m-xxl-n8 {
    margin: -4rem !important;
  }
  .m-xxl-n9 {
    margin: -5rem !important;
  }
  .m-xxl-n10 {
    margin: -7.5rem !important;
  }
  .m-xxl-n11 {
    margin: -10rem !important;
  }
  .m-xxl-n12 {
    margin: -12.5rem !important;
  }
  .m-xxl-n13 {
    margin: -15rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.8rem !important;
    margin-left: -1.8rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xxl-n11 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xxl-n13 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important;
  }
  .my-xxl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n7 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xxl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n10 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xxl-n11 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n12 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xxl-n13 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.8rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -3.75rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -7.5rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -12.5rem !important;
  }
  .mt-xxl-n13 {
    margin-top: -15rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.8rem !important;
  }
  .me-xxl-n5 {
    margin-right: -2rem !important;
  }
  .me-xxl-n6 {
    margin-right: -3rem !important;
  }
  .me-xxl-n7 {
    margin-right: -3.75rem !important;
  }
  .me-xxl-n8 {
    margin-right: -4rem !important;
  }
  .me-xxl-n9 {
    margin-right: -5rem !important;
  }
  .me-xxl-n10 {
    margin-right: -7.5rem !important;
  }
  .me-xxl-n11 {
    margin-right: -10rem !important;
  }
  .me-xxl-n12 {
    margin-right: -12.5rem !important;
  }
  .me-xxl-n13 {
    margin-right: -15rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.8rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -15rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.8rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -3.75rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -7.5rem !important;
  }
  .ms-xxl-n11 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -12.5rem !important;
  }
  .ms-xxl-n13 {
    margin-left: -15rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.8rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .p-xxl-6 {
    padding: 3rem !important;
  }
  .p-xxl-7 {
    padding: 3.75rem !important;
  }
  .p-xxl-8 {
    padding: 4rem !important;
  }
  .p-xxl-9 {
    padding: 5rem !important;
  }
  .p-xxl-10 {
    padding: 7.5rem !important;
  }
  .p-xxl-11 {
    padding: 10rem !important;
  }
  .p-xxl-12 {
    padding: 12.5rem !important;
  }
  .p-xxl-13 {
    padding: 15rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-7 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-10 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-11 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-12 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxl-13 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-7 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-11 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-12 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxl-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.8rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-8 {
    padding-top: 4rem !important;
  }
  .pt-xxl-9 {
    padding-top: 5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 10rem !important;
  }
  .pt-xxl-12 {
    padding-top: 12.5rem !important;
  }
  .pt-xxl-13 {
    padding-top: 15rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.8rem !important;
  }
  .pe-xxl-5 {
    padding-right: 2rem !important;
  }
  .pe-xxl-6 {
    padding-right: 3rem !important;
  }
  .pe-xxl-7 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-8 {
    padding-right: 4rem !important;
  }
  .pe-xxl-9 {
    padding-right: 5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-11 {
    padding-right: 10rem !important;
  }
  .pe-xxl-12 {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-13 {
    padding-right: 15rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.8rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 15rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.8rem !important;
  }
  .ps-xxl-5 {
    padding-left: 2rem !important;
  }
  .ps-xxl-6 {
    padding-left: 3rem !important;
  }
  .ps-xxl-7 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-8 {
    padding-left: 4rem !important;
  }
  .ps-xxl-9 {
    padding-left: 5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-11 {
    padding-left: 10rem !important;
  }
  .ps-xxl-12 {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-13 {
    padding-left: 15rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.8rem !important;
  }
  .gap-xxl-5 {
    gap: 2rem !important;
  }
  .gap-xxl-6 {
    gap: 3rem !important;
  }
  .gap-xxl-7 {
    gap: 3.75rem !important;
  }
  .gap-xxl-8 {
    gap: 4rem !important;
  }
  .gap-xxl-9 {
    gap: 5rem !important;
  }
  .gap-xxl-10 {
    gap: 7.5rem !important;
  }
  .gap-xxl-11 {
    gap: 10rem !important;
  }
  .gap-xxl-12 {
    gap: 12.5rem !important;
  }
  .gap-xxl-13 {
    gap: 15rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.8rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxl-11 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 12.5rem !important;
  }
  .row-gap-xxl-13 {
    row-gap: 15rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.8rem !important;
    -moz-column-gap: 1.8rem !important;
    column-gap: 1.8rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-xxl-6 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-xxl-7 {
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }
  .column-gap-xxl-8 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-xxl-9 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-xxl-10 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  .column-gap-xxl-11 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-xxl-12 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  .column-gap-xxl-13 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .fs-xxl--2 {
    font-size: 0.7901234568rem !important;
  }
  .fs-xxl--1 {
    font-size: 0.8888888889rem !important;
  }
  .fs-xxl-0 {
    font-size: 1rem !important;
  }
  .fs-xxl-1 {
    font-size: 1.125rem !important;
  }
  .fs-xxl-2 {
    font-size: 1.265625rem !important;
  }
  .fs-xxl-3 {
    font-size: 1.423828125rem !important;
  }
  .fs-xxl-4 {
    font-size: 1.6018066406rem !important;
  }
  .fs-xxl-5 {
    font-size: 1.8020324707rem !important;
  }
  .fs-xxl-6 {
    font-size: 2.0272865295rem !important;
  }
  .fs-xxl-7 {
    font-size: 2.2806973457rem !important;
  }
  .fs-xxl-8 {
    font-size: 2.565784514rem !important;
  }
  .fs-xxl-9 {
    font-size: 2.8865075782rem !important;
  }
  .fs-xxl-10 {
    font-size: 3.2473210255rem !important;
  }
  .fs-xxl-11 {
    font-size: 3.6532361537rem !important;
  }
  .fs-xxl-12 {
    font-size: 4.1098906729rem !important;
  }
  .fs-xxl-13 {
    font-size: 4.623627007rem !important;
  }
  .fs-xxl-14 {
    font-size: 5.2015803828rem !important;
  }
  .lh-xxl-0 {
    line-height: 0 !important;
  }
  .lh-xxl-f1 {
    line-height: 0.7 !important;
  }
  .lh-xxl-f2 {
    line-height: 0.8 !important;
  }
  .lh-xxl-1 {
    line-height: 1 !important;
  }
  .lh-xxl-2 {
    line-height: 1.1875 !important;
  }
  .lh-xxl-3 {
    line-height: 1.3 !important;
  }
  .lh-xxl-4 {
    line-height: 1.45 !important;
  }
  .lh-xxl-5 {
    line-height: 1.6667 !important;
  }
  .lh-xxl-6 {
    line-height: 1.75 !important;
  }
  .lh-xxl-7 {
    line-height: 1.9 !important;
  }
  .lh-xxl-8 {
    line-height: 2.05 !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
  .rounded-xxl {
    border-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-1 {
    border-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-xxl-2 {
    border-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-xxl-3 {
    border-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-xxl-4 {
    border-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-xxl-5 {
    border-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-xxl-circle {
    border-radius: 50% !important;
  }
  .rounded-xxl-pill {
    border-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-xxl-capsule {
    border-radius: 3.125rem !important;
  }
  .rounded-top-xxl {
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-top-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xxl-1 {
    border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-top-xxl-2 {
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-top-xxl-3 {
    border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-top-xxl-4 {
    border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-top-xxl-5 {
    border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-top-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-xxl-pill {
    border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
    border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-end-xxl {
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xxl-1 {
    border-top-right-radius: var(--creative-bundle-border-radius-sm) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-end-xxl-2 {
    border-top-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-end-xxl-3 {
    border-top-right-radius: var(--creative-bundle-border-radius-lg) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-end-xxl-4 {
    border-top-right-radius: var(--creative-bundle-border-radius-xl) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-end-xxl-5 {
    border-top-right-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xxl-pill {
    border-top-right-radius: var(--creative-bundle-border-radius-pill) !important;
    border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-bottom-xxl {
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-bottom-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xxl-1 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-sm) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-bottom-xxl-2 {
    border-bottom-right-radius: var(--creative-bundle-border-radius) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-bottom-xxl-3 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-lg) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-bottom-xxl-4 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-xl) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-bottom-xxl-5 {
    border-bottom-right-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-bottom-xxl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-xxl-pill {
    border-bottom-right-radius: var(--creative-bundle-border-radius-pill) !important;
    border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .rounded-start-xxl {
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xxl-1 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-sm) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-sm) !important;
  }
  .rounded-start-xxl-2 {
    border-bottom-left-radius: var(--creative-bundle-border-radius) !important;
    border-top-left-radius: var(--creative-bundle-border-radius) !important;
  }
  .rounded-start-xxl-3 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-lg) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-lg) !important;
  }
  .rounded-start-xxl-4 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-xl) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-xl) !important;
  }
  .rounded-start-xxl-5 {
    border-bottom-left-radius: var(--creative-bundle-border-radius-xxl) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-xxl) !important;
  }
  .rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xxl-pill {
    border-bottom-left-radius: var(--creative-bundle-border-radius-pill) !important;
    border-top-left-radius: var(--creative-bundle-border-radius-pill) !important;
  }
  .ls-xxl-0 {
    letter-spacing: 0 !important;
  }
  .ls-xxl-1 {
    letter-spacing: 0.01em !important;
  }
  .ls-xxl-2 {
    letter-spacing: 0.05em !important;
  }
  .ls-xxl-3 {
    letter-spacing: 2px !important;
  }
  .max-vh-xxl-25 {
    max-height: 25vh !important;
  }
  .max-vh-xxl-50 {
    max-height: 50vh !important;
  }
  .max-vh-xxl-75 {
    max-height: 75vh !important;
  }
  .max-vh-xxl-100 {
    max-height: 100vh !important;
  }
  .border-top-xxl-0 {
    border-top-width: 0 !important;
  }
  .border-top-xxl-1 {
    border-top-width: 1px !important;
  }
  .border-top-xxl-2 {
    border-top-width: 2px !important;
  }
  .border-top-xxl-3 {
    border-top-width: 3px !important;
  }
  .border-top-xxl-4 {
    border-top-width: 4px !important;
  }
  .border-top-xxl-5 {
    border-top-width: 5px !important;
  }
  .border-end-xxl-0 {
    border-right-width: 0 !important;
  }
  .border-end-xxl-1 {
    border-right-width: 1px !important;
  }
  .border-end-xxl-2 {
    border-right-width: 2px !important;
  }
  .border-end-xxl-3 {
    border-right-width: 3px !important;
  }
  .border-end-xxl-4 {
    border-right-width: 4px !important;
  }
  .border-end-xxl-5 {
    border-right-width: 5px !important;
  }
  .border-start-xxl-0 {
    border-left-width: 0 !important;
  }
  .border-start-xxl-1 {
    border-left-width: 1px !important;
  }
  .border-start-xxl-2 {
    border-left-width: 2px !important;
  }
  .border-start-xxl-3 {
    border-left-width: 3px !important;
  }
  .border-start-xxl-4 {
    border-left-width: 4px !important;
  }
  .border-start-xxl-5 {
    border-left-width: 5px !important;
  }
  .border-bottom-xxl-0 {
    border-bottom-width: 0 !important;
  }
  .border-bottom-xxl-1 {
    border-bottom-width: 1px !important;
  }
  .border-bottom-xxl-2 {
    border-bottom-width: 2px !important;
  }
  .border-bottom-xxl-3 {
    border-bottom-width: 3px !important;
  }
  .border-bottom-xxl-4 {
    border-bottom-width: 4px !important;
  }
  .border-bottom-xxl-5 {
    border-bottom-width: 5px !important;
  }
  .border-x-xxl-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  .border-x-xxl-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
  .border-x-xxl-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  .border-x-xxl-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
  }
  .border-x-xxl-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
  .border-x-xxl-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
  }
  .border-y-xxl-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  .border-y-xxl-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
  .border-y-xxl-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
  .border-y-xxl-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
  .border-y-xxl-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
  .border-y-xxl-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*-----------------------------------------------
|   Theme Styles
-----------------------------------------------*/
/*-----------------------------------------------
|   Reboot
-----------------------------------------------*/
::-webkit-input-placeholder {
  opacity: 1;
  color: #E0E0E0 !important;
}
::-moz-placeholder {
  opacity: 1;
  color: #E0E0E0 !important;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #E0E0E0 !important;
}
::-ms-input-placeholder {
  opacity: 1;
  color: #E0E0E0 !important;
}
::placeholder {
  opacity: 1;
  color: #E0E0E0 !important;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: smooth;
  scroll-padding-top: var(--creative-bundle-top-nav-height)2;
}

header {
  position: relative;
  z-index: 1020;
  background: #fff;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

pre, code {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

input,
button,
select,
optgroup,
textarea,
label,
.alert,
.badge,
.blockquote-footer,
.navbar,
.pagination,
.valid-feedback,
.invalid-feedback {
  font-family: "Rajdhani", "Rubik", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

pre {
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

strong {
  font-weight: 600;
}

label {
  font-weight: 500 !important;
  margin-bottom: 0.5rem;
}

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

iframe {
  border: none;
}

/* -------------------------------------------------------------------------- */
/*                                   Navbar                                   */
/* -------------------------------------------------------------------------- */
:root {
  --creative-bundle-top-nav-height: 4.3125rem;
}

.navbar-creative-bundle.navbar .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0rem;
}
.navbar-creative-bundle.navbar .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  line-height: 1.5;
  padding: 0.4rem 1.2rem;
  font-size: var(--creative-bundle-font-size-base);
  font-weight: 600;
  text-transform: capitalize;
}
.navbar-creative-bundle.navbar .nav-link .dropdown-toggle-icon {
  font-size: 10px;
}
@media (min-width: 992px) {
  .navbar-creative-bundle.navbar .nav-link .dropdown-toggle-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 991.98px) {
  .navbar-creative-bundle.navbar .nav-link {
    padding-left: 0;
    border: 1px solid transparent;
  }
}
.navbar-creative-bundle.navbar .dropdown-item {
  color: rgba(255, 254, 254, 0.6);
  line-height: 1.5;
  border: 1px solid transparent;
  padding: 0.4rem 1.2rem;
  font-size: var(--creative-bundle-font-size-base);
  font-weight: 600;
  text-transform: capitalize;
}
.navbar-creative-bundle.navbar .dropdown-item:hover, .navbar-creative-bundle.navbar .dropdown-item:focus {
  background-color: var(--creative-bundle-gray-1100);
  color: var(--creative-bundle-gray-100) !important;
}
.navbar-creative-bundle.navbar .dropdown-item.active {
  color: var(--creative-bundle-gray-100);
  background-color: var(--creative-bundle-gray-1100);
}

.navbar-brand {
  font-family: var(--creative-bundle-font-sans-serif);
  padding-right: 1rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
[dir=rtl] .navbar-brand {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* -------------------------------------------------------------------------- */
/*                               Browser Fixing                               */
/* -------------------------------------------------------------------------- */
.firefox .dropcap:first-letter {
  margin-top: 0.175em;
}

.chrome .btn-close {
  background-clip: unset;
}

/*-----------------------------------------------
|   Button
-----------------------------------------------*/
/*-----------------------------------------------
|   creative-bundle buttons
-----------------------------------------------*/
.btn-creative-bundle-primary, .btn-creative-bundle-primary.show {
  color: var(--creative-bundle-btn-creative-bundle-primary-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
  box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
}
.btn-creative-bundle-primary:hover, .btn-creative-bundle-primary:focus {
  color: var(--creative-bundle-btn-creative-bundle-primary-hover-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
}
.btn-creative-bundle-primary:hover:not(.disabled):not(:disabled), .btn-creative-bundle-primary:focus:not(.disabled):not(:disabled) {
  color: var(--creative-bundle-btn-creative-bundle-primary-hover-color);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-hover-box-shadow);
  box-shadow: var(--creative-bundle-btn-creative-bundle-hover-box-shadow);
}
.btn-creative-bundle-primary:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--creative-bundle-btn-creative-bundle-primary-active-color);
}
.btn-check:checked + .btn-creative-bundle-primary, :not(.btn-check) + .btn-creative-bundle-primary:active, .btn-creative-bundle-primary:first-child:active, .btn-creative-bundle-primary.active {
  color: var(--creative-bundle-btn-creative-bundle-primary-color);
  background-color: var(--creative-bundle-btn-creative-bundle-primary-active-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
}
.btn-creative-bundle-primary:disabled, .btn-creative-bundle-primary.disabled {
  color: var(--creative-bundle-btn-disabled-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow) !important;
  box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow) !important;
}

.btn-creative-bundle-success, .btn-creative-bundle-success.show {
  color: var(--creative-bundle-btn-creative-bundle-success-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
  box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
}
.btn-creative-bundle-success:hover, .btn-creative-bundle-success:focus {
  color: var(--creative-bundle-btn-creative-bundle-success-hover-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
}
.btn-creative-bundle-success:hover:not(.disabled):not(:disabled), .btn-creative-bundle-success:focus:not(.disabled):not(:disabled) {
  color: var(--creative-bundle-btn-creative-bundle-success-hover-color);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-hover-box-shadow);
  box-shadow: var(--creative-bundle-btn-creative-bundle-hover-box-shadow);
}
.btn-creative-bundle-success:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--creative-bundle-btn-creative-bundle-success-active-color);
}
.btn-check:checked + .btn-creative-bundle-success, :not(.btn-check) + .btn-creative-bundle-success:active, .btn-creative-bundle-success:first-child:active, .btn-creative-bundle-success.active {
  color: var(--creative-bundle-btn-creative-bundle-success-color);
  background-color: var(--creative-bundle-btn-creative-bundle-success-active-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
}
.btn-creative-bundle-success:disabled, .btn-creative-bundle-success.disabled {
  color: var(--creative-bundle-btn-disabled-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow) !important;
  box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow) !important;
}

.btn-creative-bundle-info, .btn-creative-bundle-info.show {
  color: var(--creative-bundle-btn-creative-bundle-info-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
  box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
}
.btn-creative-bundle-info:hover, .btn-creative-bundle-info:focus {
  color: var(--creative-bundle-btn-creative-bundle-info-hover-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
}
.btn-creative-bundle-info:hover:not(.disabled):not(:disabled), .btn-creative-bundle-info:focus:not(.disabled):not(:disabled) {
  color: var(--creative-bundle-btn-creative-bundle-info-hover-color);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-hover-box-shadow);
  box-shadow: var(--creative-bundle-btn-creative-bundle-hover-box-shadow);
}
.btn-creative-bundle-info:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--creative-bundle-btn-creative-bundle-info-active-color);
}
.btn-check:checked + .btn-creative-bundle-info, :not(.btn-check) + .btn-creative-bundle-info:active, .btn-creative-bundle-info:first-child:active, .btn-creative-bundle-info.active {
  color: var(--creative-bundle-btn-creative-bundle-info-color);
  background-color: var(--creative-bundle-btn-creative-bundle-info-active-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
}
.btn-creative-bundle-info:disabled, .btn-creative-bundle-info.disabled {
  color: var(--creative-bundle-btn-disabled-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow) !important;
  box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow) !important;
}

.btn-creative-bundle-warning, .btn-creative-bundle-warning.show {
  color: var(--creative-bundle-btn-creative-bundle-warning-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
  box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
}
.btn-creative-bundle-warning:hover, .btn-creative-bundle-warning:focus {
  color: var(--creative-bundle-btn-creative-bundle-warning-hover-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
}
.btn-creative-bundle-warning:hover:not(.disabled):not(:disabled), .btn-creative-bundle-warning:focus:not(.disabled):not(:disabled) {
  color: var(--creative-bundle-btn-creative-bundle-warning-hover-color);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-hover-box-shadow);
  box-shadow: var(--creative-bundle-btn-creative-bundle-hover-box-shadow);
}
.btn-creative-bundle-warning:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--creative-bundle-btn-creative-bundle-warning-active-color);
}
.btn-check:checked + .btn-creative-bundle-warning, :not(.btn-check) + .btn-creative-bundle-warning:active, .btn-creative-bundle-warning:first-child:active, .btn-creative-bundle-warning.active {
  color: var(--creative-bundle-btn-creative-bundle-warning-color);
  background-color: var(--creative-bundle-btn-creative-bundle-warning-active-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
}
.btn-creative-bundle-warning:disabled, .btn-creative-bundle-warning.disabled {
  color: var(--creative-bundle-btn-disabled-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow) !important;
  box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow) !important;
}

.btn-creative-bundle-danger, .btn-creative-bundle-danger.show {
  color: var(--creative-bundle-btn-creative-bundle-danger-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
  box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow);
}
.btn-creative-bundle-danger:hover, .btn-creative-bundle-danger:focus {
  color: var(--creative-bundle-btn-creative-bundle-danger-hover-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
}
.btn-creative-bundle-danger:hover:not(.disabled):not(:disabled), .btn-creative-bundle-danger:focus:not(.disabled):not(:disabled) {
  color: var(--creative-bundle-btn-creative-bundle-danger-hover-color);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-hover-box-shadow);
  box-shadow: var(--creative-bundle-btn-creative-bundle-hover-box-shadow);
}
.btn-creative-bundle-danger:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--creative-bundle-btn-creative-bundle-danger-active-color);
}
.btn-check:checked + .btn-creative-bundle-danger, :not(.btn-check) + .btn-creative-bundle-danger:active, .btn-creative-bundle-danger:first-child:active, .btn-creative-bundle-danger.active {
  color: var(--creative-bundle-btn-creative-bundle-danger-color);
  background-color: var(--creative-bundle-btn-creative-bundle-danger-active-background);
  border-color: var(--creative-bundle-btn-creative-bundle-background);
}
.btn-creative-bundle-danger:disabled, .btn-creative-bundle-danger.disabled {
  color: var(--creative-bundle-btn-disabled-color);
  background-color: var(--creative-bundle-btn-creative-bundle-background);
  -webkit-box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow) !important;
  box-shadow: var(--creative-bundle-btn-creative-bundle-box-shadow) !important;
}

.btn-white {
  color: var(--creative-bundle-gray-1100);
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: var(--creative-bundle-gray-1100);
}
.btn-white:active, .btn-white:focus {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: var(--creative-bundle-gray-1100) !important;
}

/*-----------------------------------------------
|   Brand Buttons                               |
-----------------------------------------------*/
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:hover, .btn-facebook:focus {
  color: #fff;
  background-color: #355089;
  border-color: #344e86;
}

.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:hover, .btn-twitter:focus {
  color: #fff;
  background-color: #1a91da;
  border-color: #1a8ed5;
}

.btn-google-plus {
  color: #fff;
  background-color: #db4437;
  border-color: #db4437;
}
.btn-google-plus:hover, .btn-google-plus:focus {
  color: #fff;
  background-color: #c53d32;
  border-color: #c13c30;
}

.btn-github {
  color: #fff;
  background-color: #24292e;
  border-color: #24292e;
}
.btn-github:hover, .btn-github:focus {
  color: #fff;
  background-color: #202529;
  border-color: #202428;
}

/*-----------------------------------------------
|   Outline Buttons
-----------------------------------------------*/
[class*=btn-outline-] {
  --creative-bundle-btn-box-shadow: none;
  --creative-bundle-btn-border-width: 2px;
}

.btn-outline-primary {
  color: #747DEF;
  background-image: none;
  background-color: transparent;
  border-color: #747DEF;
}
.btn-outline-primary.btn-icon span {
  border-color: #747DEF;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-primary.btn-icon:hover span, .btn-outline-primary.btn-icon:focus span, .btn-outline-primary.btn-icon:active span, .btn-outline-primary.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #747DEF;
  border-color: #747DEF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #747DEF;
  border-color: #747DEF;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #747DEF;
  border-color: #747DEF;
}
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #2634e6;
  border-color: #1725cc;
}
.btn-outline-primary.active {
  background-color: #2634e6;
  border-color: #1725cc;
}
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #cfd3fa;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #cfd3fa;
}

.btn-outline-info {
  color: #03E0ED;
  background-image: none;
  background-color: transparent;
  border-color: #03E0ED;
}
.btn-outline-info.btn-icon span {
  border-color: #03E0ED;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-info.btn-icon:hover span, .btn-outline-info.btn-icon:focus span, .btn-outline-info.btn-icon:active span, .btn-outline-info.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #03E0ED;
  border-color: #03E0ED;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #03E0ED;
  border-color: #03E0ED;
}
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #03E0ED;
  border-color: #03E0ED;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #028f97;
  border-color: #01696f;
}
.btn-outline-info.active {
  background-color: #028f97;
  border-color: #01696f;
}
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #59f4fd;
}
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #59f4fd;
}

.btn-outline-success {
  color: #5BC142;
  background-image: none;
  background-color: transparent;
  border-color: #5BC142;
}
.btn-outline-success.btn-icon span {
  border-color: #5BC142;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-success.btn-icon:hover span, .btn-outline-success.btn-icon:focus span, .btn-outline-success.btn-icon:active span, .btn-outline-success.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5BC142;
  border-color: #5BC142;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5BC142;
  border-color: #5BC142;
}
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5BC142;
  border-color: #5BC142;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #3c822b;
  border-color: #2e6320;
}
.btn-outline-success.active {
  background-color: #3c822b;
  border-color: #2e6320;
}
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #9eda8f;
}
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #9eda8f;
}

.btn-outline-warning {
  color: #FF9900;
  background-image: none;
  background-color: transparent;
  border-color: #FF9900;
}
.btn-outline-warning.btn-icon span {
  border-color: #FF9900;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-warning.btn-icon:hover span, .btn-outline-warning.btn-icon:focus span, .btn-outline-warning.btn-icon:active span, .btn-outline-warning.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #FF9900;
  border-color: #FF9900;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #FF9900;
  border-color: #FF9900;
}
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #FF9900;
  border-color: #FF9900;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a86500;
  border-color: #804d00;
}
.btn-outline-warning.active {
  background-color: #a86500;
  border-color: #804d00;
}
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #ffc266;
}
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #ffc266;
}

.btn-outline-danger {
  color: #DF6951;
  background-image: none;
  background-color: transparent;
  border-color: #DF6951;
}
.btn-outline-danger.btn-icon span {
  border-color: #DF6951;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-danger.btn-icon:hover span, .btn-outline-danger.btn-icon:focus span, .btn-outline-danger.btn-icon:active span, .btn-outline-danger.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #DF6951;
  border-color: #DF6951;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #DF6951;
  border-color: #DF6951;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #DF6951;
  border-color: #DF6951;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b83b22;
  border-color: #95301b;
}
.btn-outline-danger.active {
  background-color: #b83b22;
  border-color: #95301b;
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #efb3a7;
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #efb3a7;
}

.btn-outline-white {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-white.btn-icon span {
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-outline-white.btn-icon:hover span, .btn-outline-white.btn-icon:focus span, .btn-outline-white.btn-icon:active span, .btn-outline-white.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:active, .btn-outline-white.active, .open > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:active:hover, .btn-outline-white:active:focus, .btn-outline-white:active.focus, .btn-outline-white.active:hover, .btn-outline-white.active:focus, .btn-outline-white.active.focus, .open > .btn-outline-white.dropdown-toggle:hover, .open > .btn-outline-white.dropdown-toggle:focus, .open > .btn-outline-white.dropdown-toggle.focus {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-outline-white.active {
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-outline-white.disabled:focus, .btn-outline-white.disabled.focus, .btn-outline-white:disabled:focus, .btn-outline-white:disabled.focus {
  border-color: white;
}
.btn-outline-white.disabled:hover, .btn-outline-white:disabled:hover {
  border-color: white;
}
.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus, .btn-outline-white:active:focus {
  color: #0c151a;
}

.btn {
  white-space: nowrap;
}

.btn-xs {
  --creative-bundle-btn-padding-x: 0.8rem;
  --creative-bundle-btn-padding-y: 0.2rem;
}

.btn-link {
  --creative-bundle-btn-font-weight: 600;
  --creative-bundle-btn-active-color: var(--creative-bundle-link-hover-color);
}

/*-----------------------------------------------
|   Hover Box
-----------------------------------------------*/
.hoverbox {
  position: relative;
  overflow: hidden;
}
.hoverbox .hoverbox-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hoverbox .hoverbox-primary-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.hoverbox .hoverbox-bg {
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.hoverbox .hvr-scale {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hoverbox:hover .hover-box-content-initial, .hoverbox:focus .hover-box-content-initial {
  opacity: 0;
}
.hoverbox:hover .hoverbox-content, .hoverbox:focus .hoverbox-content {
  opacity: 1;
}
.hoverbox:hover .as-hoverbox-content, .hoverbox:focus .as-hoverbox-content {
  z-index: 1;
}
.hoverbox:hover .hvr-scale, .hoverbox:focus .hvr-scale {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hoverbox-bg {
  position: relative;
}
.hoverbox-bg::after, .hoverbox-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
}
.hoverbox-bg::after {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  border-left: 2px solid rgba(255, 255, 255, 0.75);
  border-right: 2px solid rgba(255, 255, 255, 0.75);
}
.hoverbox-bg::before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  border-top: 2px solid rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
}

.hoverbox:hover .hoverbox-bg::after, .hoverbox:hover .hoverbox-bg::before, .hoverbox:focus .hoverbox-bg::after, .hoverbox:focus .hoverbox-bg::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[data-dismiss=dropdown] *,
[data-bs-offset-top] *,
[data-bs-toggle=collapse] *,
[data-bs-toggle=tooltip] *,
[data-bs-toggle=popover] * {
  pointer-events: none;
}

/* -------------------------------------------------------------------------- */
/*                                    Height                                  */
/* -------------------------------------------------------------------------- */
.content {
  min-height: 100vh;
  position: relative;
}

/*-----------------------------------------------
|   Object fit and Z-index
-----------------------------------------------*/
.fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

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

.z-index-2 {
  z-index: 2 !important;
}

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

/*-----------------------------------------------
|   Sidebar
-----------------------------------------------*/
.sticky-sidebar {
  position: sticky;
  z-index: 1015;
  top: var(--creative-bundle-top-nav-height)1;
}

/*-----------------------------------------------
|   Custom circle
-----------------------------------------------*/
.circle-dashed {
  border: 1px dashed #747DEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}

/*-----------------------------------------------
|   Miscellaneous
-----------------------------------------------*/
.hover-text-decoration-none:hover, .hover-text-decoration-none:focus {
  text-decoration: none;
}

.resize-none {
  resize: none;
}

.collapsed .collapse-icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.collapse-icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-dismiss=dropdown] *,
[data-offset-top] *,
[data-toggle=collapse] *,
[data-toggle=tooltip] *,
[data-toggle=popover] * {
  pointer-events: none;
}

/*-----------------------------------------------
|   Outline
-----------------------------------------------*/
.outline-none {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.outline-none:hover, .outline-none:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-----------------------------------------------
|   Vertical Line (used in kanban header)
-----------------------------------------------*/
.vertical-line:after {
  position: absolute;
  content: "";
  height: 75%;
  width: 1px;
  background: #EEEEEE;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-line.vertical-line-400:after {
  background-color: #E0E0E0;
}

/* -------------------------------------------------------------------------- */
/*                                 Transition                                 */
/* -------------------------------------------------------------------------- */
.transition-base {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.transition-none {
  -webkit-transition: none;
  transition: none;
}

.fsp-75 {
  font-size: 75%;
}

/* -------------------------------------------------------------------------- */
/*                                    Width                                   */
/* -------------------------------------------------------------------------- */
.min-w-0 {
  min-width: 0;
}

/* -------------------------------------------------------------------------- */
/*                                Terms sidebar                               */
/* -------------------------------------------------------------------------- */
.icon {
  padding: 1rem;
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.icon-primary {
  color: #747DEF;
}
.icon-secondary {
  color: #6e6d7a;
}
.icon-success {
  color: #5BC142;
}
.icon-info {
  color: #03E0ED;
}
.icon-warning {
  color: #FF9900;
}
.icon-danger {
  color: #DF6951;
}
.icon-light {
  color: #F0F4F9;
}
.icon-dark {
  color: #979797;
}

/* -------------------------------------------------------------------------- */
/*        Heading                        Background                               */
/* -------------------------------------------------------------------------- */
.footer-heading-color {
  color: #080809;
}

.shadow-social {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.navbar {
  -webkit-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
}

.padding-transition {
  padding: 1.25 !important;
}

.show-onhover:hover .hideEl {
  visibility: visible;
  opacity: 1;
}
.show-onhover .hideEl {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.shadow-hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shadow-hover:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
}

.banner-section {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media (min-width: 992px) {
  .banner-section {
    padding-top: 10rem;
    padding-bottom: 19.688rem;
  }
}
@media (min-width: 1200px) {
  .banner-section {
    padding-top: 13rem;
  }
}
@media (min-width: 1400px) {
  .banner-section {
    max-width: 74.375rem;
  }
}

/*-----------------------------------------------
|   Drop cap
-----------------------------------------------*/
.dropcap::first-letter {
  font-size: 3.25em;
  font-weight: 300;
  font-family: "Rajdhani", "Rubik", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  float: left;
  line-height: 0.82;
  margin-right: 0.5rem;
  color: rgba(78, 27, 5, 0.8);
}

/*-----------------------------------------------
|   List
-----------------------------------------------*/
.bullet-inside {
  list-style-position: inside;
}

.style-check {
  padding-left: 1.875rem;
}
.style-check li {
  position: relative;
  list-style-type: none;
}
.style-check li:before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMTdweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTcgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4gICAgICAgIDxnIGlkPSJEZXNrdG9wLUhEIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU2LjAwMDAwMCwgLTY0NC4wMDAwMDApIiBzdHJva2U9IiMxRDgxRTIiIGZpbGw9IiMxRDgxRTIiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNTguNDE4MzM1LDY0OS40Mjc4NTYgTDI2Mi42MDA3MDgsNjUzLjAxODY3NyBMMjcwLjUzNDQyNCw2NDQuNzE2NDE3IEwyNzEuODEzMjMyLDY0Ni4xMjQyNTQgTDI2Mi42MDA3MDgsNjU1LjQ0NDQ0NCBMMjU3LjIxNjc5Nyw2NTAuNjQ3ODE0IEwyNTguNDE4MzM1LDY0OS40Mjc4NTYgWiIgaWQ9IlBhdGgtMjEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  padding-right: 0.1875rem;
  position: absolute;
  top: 1px;
  left: -1.875rem;
  background-repeat: no-repeat;
  width: 1rem;
}

/*-----------------------------------------------
|   Blockquote
-----------------------------------------------*/
.blockquote-content {
  font-style: italic;
  position: relative;
}
.blockquote-content:before {
  position: absolute;
  left: -3rem;
  top: -0.5rem;
  line-height: 1;
  content: "“";
  display: inline-block;
  color: #EEEEEE;
  font-size: 1.423828125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
  margin-top: 0;
  font-family: "Rajdhani", "Rubik", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-left: 0;
  text-align: right;
  border-left: 0;
}
.blockquote-reverse .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
  margin-top: 0;
  font-family: "Rajdhani", "Rubik", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: " — ";
}

/* -------------------------------------------------------------------------- */
/*                                    Text                                    */
/* -------------------------------------------------------------------------- */
.text-smallcaps {
  font-variant: small-caps;
}

.text-superscript {
  vertical-align: super;
}

/*-----------------------------------------------
|   Error Page
-----------------------------------------------*/
.fs-error {
  font-size: 7rem;
}
@media (min-width: 576px) {
  .fs-error {
    font-size: 10rem;
  }
}

/*-----------------------------------------------
|   Backgrounds
-----------------------------------------------*/
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: -1;
}
.bg-holder.bg-right {
  left: auto;
  right: 0;
}
.bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg-holder.overlay-0:before {
  background: rgba(0, 0, 0, 0.7);
}
.bg-holder.overlay-1:before {
  background: rgba(0, 0, 0, 0.55);
}
.bg-holder.overlay-2:before {
  background: rgba(0, 0, 0, 0.4);
}
.bg-holder.overlay-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}
.bg-holder .bg-video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}
.bg-holder .bg-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -100000;
  pointer-events: none;
}
.bg-holder iframe.bg-youtube {
  opacity: 0;
}
.bg-holder iframe.bg-youtube.loaded {
  opacity: 1;
}

.has-parallax {
  position: relative;
  overflow: hidden;
}

/* -------------------------------------------------------------------------- */
/*                                   Borders                                  */
/* -------------------------------------------------------------------------- */
.overflow-hidden[class*=rounded] {
  -webkit-mask-image: radial-gradient(#fff, #000);
  mask-image: radial-gradient(#fff, #000);
}

.border-primary {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-primary-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-secondary {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-secondary-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-success {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-success-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-info {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-info-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-warning {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-warning-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-danger {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-danger-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-light {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-light-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-dark {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-dark-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-white {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-white-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-100 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-100-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-200 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-200-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-300 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-300-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-400 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-400-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-500 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-500-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-600 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-600-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-700 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-700-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-800 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-800-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-900 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-900-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-1000 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-1000-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-1100 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-1100-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-1200 {
  --creative-bundle-border-opacity: 1;
  border-color: rgba(var(--creative-bundle-gray-1200-rgb), var(--creative-bundle-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--creative-bundle-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--creative-bundle-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--creative-bundle-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--creative-bundle-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--creative-bundle-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--creative-bundle-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--creative-bundle-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--creative-bundle-dark-border-subtle) !important;
}

.border-opacity-10 {
  --creative-bundle-border-opacity: 0.1;
}

.border-opacity-25 {
  --creative-bundle-border-opacity: 0.25;
}

.border-opacity-50 {
  --creative-bundle-border-opacity: 0.5;
}

.border-opacity-75 {
  --creative-bundle-border-opacity: 0.75;
}

.border-opacity-100 {
  --creative-bundle-border-opacity: 1;
}

/* -------------------------------------------------------------------------- */
/*                                  Position                                  */
/* -------------------------------------------------------------------------- */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  position: relative;
}

.all-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* -------------------------------------------------------------------------- */
/*                                    Flex                                    */
/* -------------------------------------------------------------------------- */
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-between-center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-end-center {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-100 {
  color: RGBA(var(--creative-bundle-gray-100-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-100-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-100-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-100:hover, .link-100:focus {
  color: var(--creative-bundle-gray-link-hover-100);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-100);
  text-decoration-color: var(--creative-bundle-gray-link-hover-100);
}

.link-200 {
  color: RGBA(var(--creative-bundle-gray-200-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-200-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-200-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-200:hover, .link-200:focus {
  color: var(--creative-bundle-gray-link-hover-200);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-200);
  text-decoration-color: var(--creative-bundle-gray-link-hover-200);
}

.link-300 {
  color: RGBA(var(--creative-bundle-gray-300-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-300-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-300-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-300:hover, .link-300:focus {
  color: var(--creative-bundle-gray-link-hover-300);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-300);
  text-decoration-color: var(--creative-bundle-gray-link-hover-300);
}

.link-400 {
  color: RGBA(var(--creative-bundle-gray-400-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-400-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-400-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-400:hover, .link-400:focus {
  color: var(--creative-bundle-gray-link-hover-400);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-400);
  text-decoration-color: var(--creative-bundle-gray-link-hover-400);
}

.link-500 {
  color: RGBA(var(--creative-bundle-gray-500-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-500-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-500-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-500:hover, .link-500:focus {
  color: var(--creative-bundle-gray-link-hover-500);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-500);
  text-decoration-color: var(--creative-bundle-gray-link-hover-500);
}

.link-600 {
  color: RGBA(var(--creative-bundle-gray-600-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-600-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-600-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-600:hover, .link-600:focus {
  color: var(--creative-bundle-gray-link-hover-600);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-600);
  text-decoration-color: var(--creative-bundle-gray-link-hover-600);
}

.link-700 {
  color: RGBA(var(--creative-bundle-gray-700-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-700-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-700-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-700:hover, .link-700:focus {
  color: var(--creative-bundle-gray-link-hover-700);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-700);
  text-decoration-color: var(--creative-bundle-gray-link-hover-700);
}

.link-800 {
  color: RGBA(var(--creative-bundle-gray-800-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-800-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-800-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-800:hover, .link-800:focus {
  color: var(--creative-bundle-gray-link-hover-800);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-800);
  text-decoration-color: var(--creative-bundle-gray-link-hover-800);
}

.link-900 {
  color: RGBA(var(--creative-bundle-gray-900-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-900-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-900-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-900:hover, .link-900:focus {
  color: var(--creative-bundle-gray-link-hover-900);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-900);
  text-decoration-color: var(--creative-bundle-gray-link-hover-900);
}

.link-1000 {
  color: RGBA(var(--creative-bundle-gray-1000-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-1000-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-1000-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-1000:hover, .link-1000:focus {
  color: var(--creative-bundle-gray-link-hover-1000);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-1000);
  text-decoration-color: var(--creative-bundle-gray-link-hover-1000);
}

.link-1100 {
  color: RGBA(var(--creative-bundle-gray-1100-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-1100-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-1100-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-1100:hover, .link-1100:focus {
  color: var(--creative-bundle-gray-link-hover-1100);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-1100);
  text-decoration-color: var(--creative-bundle-gray-link-hover-1100);
}

.link-1200 {
  color: RGBA(var(--creative-bundle-gray-1200-rgb), var(--creative-bundle-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--creative-bundle-gray-1200-rgb), var(--creative-bundle-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--creative-bundle-gray-1200-rgb), var(--creative-bundle-link-underline-opacity, 1));
}
.link-1200:hover, .link-1200:focus {
  color: var(--creative-bundle-gray-link-hover-1200);
  -webkit-text-decoration-color: var(--creative-bundle-gray-link-hover-1200);
  text-decoration-color: var(--creative-bundle-gray-link-hover-1200);
}

/* -------------------------------------------------------------------------- */
/*                                 Navbar Top                                 */
/* -------------------------------------------------------------------------- */
.navbar-top {
  background-color: transparent;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: var(--creative-bundle-border-radius-sm);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: var(--creative-bundle-line-height-xl);
  z-index: 1020;
  width: 100%;
}
.navbar-top + .content {
  min-height: calc(100vh - var(--creative-bundle-top-nav-height));
}
.navbar-top .navbar-nav-top .dropdown {
  position: relative;
}
.navbar-top .navbar-nav-top .dropdown .navbar-dropdown-caret::after {
  content: "";
  position: absolute;
  top: -0.8rem;
  right: 0;
  height: 1rem;
  width: 100%;
  background-color: transparent;
}
.navbar-top .navbar-nav-top .dropdown:hover, .navbar-top .navbar-nav-top .dropdown:focus {
  background-color: transparent;
  color: var(--creative-bundle-gray-100) !important;
}
.navbar-top .navbar-nav-top .dropdown-toggle::after {
  display: none;
}
.navbar-top .navbar-nav-top .dropdown-menu {
  background-color: var(--creative-bundle-gray-1100);
  min-width: 16.875rem;
  padding: 0.4rem 0;
  padding-left: 1.2rem;
  margin-right: 1.2rem;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-top .navbar-nav-top .dropdown-menu:hover, .navbar-top .navbar-nav-top .dropdown-menu:focus {
  background-color: var(--creative-bundle-gray-1100);
}
@media (min-width: 992px) {
  .navbar-top .navbar-nav-top .dropdown-menu {
    padding: 1.2rem 0;
    margin-right: 0;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
@media (max-width: 991.98px) {
  .navbar-top .navbar-nav-top {
    padding-left: 1.8rem;
    padding-right: 1rem;
    background-color: var(--creative-bundle-gray-1100);
  }
  .navbar-top .navbar-nav-top .navbar-nav {
    padding: 1.2rem 0;
  }
  .navbar-top .navbar-nav-top .navbar-nav li .btn {
    width: 100%;
  }
  .navbar-top .navbar-nav-top .navbar-nav.navbar-span-right li a:not(.btn) {
    margin-left: -1.2rem;
  }
}
.navbar-top .navbar-collapse {
  overflow: auto;
  max-height: calc(100vh - var(--creative-bundle-top-nav-height));
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.navbar-top .navbar-toggler {
  margin-left: -0.625rem;
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu,
.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu {
  font-size: 3.2473210255rem;
  border-radius: 0.25rem;
}
.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu .dropdown-item,
.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu .dropdown-item {
  cursor: pointer;
}
.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after,
.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
  display: none;
}

@media (min-width: 576px) {
  .navbar-expand-sm.navbar-top .navbar-collapse {
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .navbar-expand-sm.navbar .max-h-dropdown {
    max-height: 75vh;
  }
  .navbar-expand-sm.navbar-standard .navbar-collapse {
    max-height: none;
  }
  .navbar-expand-sm.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-expand-sm.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
    display: block;
  }
  .navbar.navbar-expand-sm:not(.navbar-vertical) .navbar-collapse {
    overflow: visible !important;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.navbar-top .navbar-collapse {
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .navbar-expand-md.navbar .max-h-dropdown {
    max-height: 75vh;
  }
  .navbar-expand-md.navbar-standard .navbar-collapse {
    max-height: none;
  }
  .navbar-expand-md.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-expand-md.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
    display: block;
  }
  .navbar.navbar-expand-md:not(.navbar-vertical) .navbar-collapse {
    overflow: visible !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-top .navbar-collapse {
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .navbar-expand-lg.navbar .max-h-dropdown {
    max-height: 75vh;
  }
  .navbar-expand-lg.navbar-standard .navbar-collapse {
    max-height: none;
  }
  .navbar-expand-lg.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-expand-lg.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
    display: block;
  }
  .navbar.navbar-expand-lg:not(.navbar-vertical) .navbar-collapse {
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl.navbar-top .navbar-collapse {
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .navbar-expand-xl.navbar .max-h-dropdown {
    max-height: 75vh;
  }
  .navbar-expand-xl.navbar-standard .navbar-collapse {
    max-height: none;
  }
  .navbar-expand-xl.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-expand-xl.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
    display: block;
  }
  .navbar.navbar-expand-xl:not(.navbar-vertical) .navbar-collapse {
    overflow: visible !important;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl.navbar-top .navbar-collapse {
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .navbar-expand-xxl.navbar .max-h-dropdown {
    max-height: 75vh;
  }
  .navbar-expand-xxl.navbar-standard .navbar-collapse {
    max-height: none;
  }
  .navbar-expand-xxl.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-expand-xxl.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
    display: block;
  }
  .navbar.navbar-expand-xxl:not(.navbar-vertical) .navbar-collapse {
    overflow: visible !important;
  }
}
/*-----------------------------------------------
|   Scrollbar style for windows
-----------------------------------------------*/
.scrollbar {
  overflow: auto;
}
.scrollbar::-webkit-scrollbar {
  visibility: hidden;
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 3px;
  background-color: var(--creative-bundle-scrollbar-bg);
}
.scrollbar:hover::-webkit-scrollbar, .scrollbar:hover::-webkit-scrollbar-thumb, .scrollbar:focus::-webkit-scrollbar, .scrollbar:focus::-webkit-scrollbar-thumb {
  visibility: visible;
}
@media (min-width: 1200px) {
  .scrollbar.scrollbar-none-xl {
    overflow: initial;
  }
}

.navbar-vibrant .scrollbar {
  overflow: auto;
}
.navbar-vibrant .scrollbar::-webkit-scrollbar {
  visibility: hidden;
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.navbar-vibrant .scrollbar::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
}
.navbar-vibrant .scrollbar:hover::-webkit-scrollbar, .navbar-vibrant .scrollbar:hover::-webkit-scrollbar-thumb, .navbar-vibrant .scrollbar:focus::-webkit-scrollbar, .navbar-vibrant .scrollbar:focus::-webkit-scrollbar-thumb {
  visibility: visible;
}

.firefox .scrollbar {
  overflow: auto !important;
  scrollbar-color: var(--creative-bundle-scrollbar-bg) transparent;
  scrollbar-width: thin;
}
@media (min-width: 1200px) {
  .firefox .scrollbar.scrollbar-none-xl {
    overflow: initial !important;
  }
}
.firefox .navbar-vibrant .scrollbar {
  overflow: auto !important;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
  scrollbar-width: thin;
}

/*-----------------------------------------------
|   Forms
-----------------------------------------------*/
.input-group-icon {
  position: relative;
}
.input-group-icon .input-box {
  padding-left: 2.8rem;
  vertical-align: middle;
}
.input-group-icon .input-box-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  color: #212529;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-control-border {
  border-radius: 0px;
  color: #BCD0E5;
}

/* Hover */
.hover-top {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover-top.hover-top-shadow-lg:hover, .hover-top.hover-top-shadow-lg:focus {
  -webkit-transform: translateY(-0.3125rem) translateZ(0);
  transform: translateY(-0.3125rem) translateZ(0);
}
.hover-top:hover, .hover-top:focus {
  -webkit-transform: translateY(-0.125rem) translateZ(0);
  transform: translateY(-0.125rem) translateZ(0);
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(110, 74, 156, 0.1) !important;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(110, 74, 156, 0.1) !important;
  background-color: #D42DA3;
  color: #fff;
}
.hover-top:hover .heading-color, .hover-top:focus .heading-color {
  color: #fff;
}

/* Icon Forward */
.hvr-icon-forward {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hover-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hover-icon, .hvr-icon-forward:focus .hover-icon, .hvr-icon-forward:active .hover-icon {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

/*-----------------------------------------------
|   Icons group
-----------------------------------------------*/
.icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-group .icon-item:not(:last-child) {
  margin-right: 1.8rem;
}

.icon-item {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #080809;
  background-color: #EEEEEE;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 2.5rem;
  width: 2.5rem;
  border: 0;
  font-size: 0.875rem;
}
.icon-item#facebook {
  background: #fff;
}
.icon-item#facebook:hover, .icon-item#facebook:focus {
  background-color: #3b5998;
}
.icon-item#instagram {
  background: #fff;
}
.icon-item#instagram:hover, .icon-item#instagram:focus {
  background-image: conic-gradient(from 180deg at 50% 50%, #B8D2F1 0deg, #F289AA 60deg, #C68BF0 106.09deg, #D164DA 153.75deg, #C963E8 221.25deg, #BFC2E8 258.75deg, #FFC999 288.75deg, #D0D8C9 315deg, #BAD0F1 334.13deg, #CED8CB 358.97deg, rgba(255, 255, 255, 0) 360deg);
}
.icon-item#twitter {
  background: #fff;
}
.icon-item#twitter:hover, .icon-item#twitter:focus {
  background-color: #1da1f2;
}
.icon-item:hover, .icon-item:focus {
  color: #fff;
}
.icon-item.icon-item-sm {
  height: 1.875rem;
  width: 1.875rem;
}
.icon-item.icon-item-lg {
  height: 2.75rem;
  width: 2.75rem;
}

.fontawesome-i2svg-active .icon-indicator {
  opacity: 1;
}

.bg-header {
  background-position: 75% 100%;
}
@media (min-width: 768px) {
  .bg-header {
    background-position: center;
  }
}

.outside-line {
  padding: 0px 1.25rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 576px) {
  .outside-line::after, .outside-line::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 4px;
    background-color: #fff;
  }
  .outside-line::before {
    right: 100%;
  }
  .outside-line::after {
    left: 100%;
  }
}
.outside-line.footer-outside-line {
  padding: 0;
}
@media (min-width: 576px) {
  .outside-line.footer-outside-line::after, .outside-line.footer-outside-line::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .outside-line.footer-outside-line {
    padding: 0px 1.25rem;
  }
  .outside-line.footer-outside-line::after, .outside-line.footer-outside-line::before {
    display: block;
  }
}
@media (min-width: 768px) {
  .outside-line::after, .outside-line::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6.25rem;
    height: 4px;
    background-color: #fff;
  }
}

.sub-heading {
  z-index: 5;
  position: relative;
  font-size: 1.8020324707rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sub-heading {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .sub-heading {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .sub-heading {
    font-size: 43px;
  }
}
@media (min-width: 1400px) {
  .sub-heading {
    letter-spacing: 0px;
    font-size: 57px;
  }
}

.text-50 {
  font-size: 260px;
}
@media (min-width: 768px) {
  .text-50 {
    font-size: 350px;
  }
}
@media (min-width: 992px) {
  .text-50 {
    font-size: 360px;
  }
}

.title {
  z-index: 5;
  position: relative;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .title {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .title {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 90px;
  }
}
@media (min-width: 1400px) {
  .title {
    font-size: 120px;
  }
}

.extra-large-text {
  z-index: 5;
  font-size: 3.9rem;
}
@media (min-width: 768px) {
  .extra-large-text {
    font-size: 84px;
  }
}
@media (min-width: 992px) {
  .extra-large-text {
    font-size: 105px;
  }
}
@media (min-width: 1200px) {
  .extra-large-text {
    font-size: 118px;
  }
}
@media (min-width: 1400px) {
  .extra-large-text {
    font-size: 156px;
  }
}

.powered-by {
  position: relative;
  z-index: 5;
  margin-top: 1.173rem;
  font-size: 1.8020324707rem;
  letter-spacing: 0.008em;
}
@media (min-width: 768px) {
  .powered-by {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .powered-by {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .powered-by {
    text-align: start;
    font-size: 47px;
  }
}
@media (min-width: 1400px) {
  .powered-by {
    font-size: 56px;
  }
}

.action-button {
  z-index: 5;
}

.decorate-text::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0px;
  width: 38px;
  height: 23px;
  z-index: 1;
  background-image: url("../img/text-design.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-container {
  max-width: 889px;
}

.layer-3 {
  z-index: 2;
  top: 32%;
  left: 0px;
}
@media (min-width: 576px) {
  .layer-3 {
    top: 33%;
  }
}
@media (min-width: 768px) {
  .layer-3 {
    left: -10px;
    top: 38%;
  }
}
@media (min-width: 992px) {
  .layer-3 {
    top: 41%;
  }
}
@media (min-width: 1200px) {
  .layer-3 {
    top: 19.5%;
    left: -15%;
  }
}
@media (min-width: 1400px) {
  .layer-3 {
    top: 21.5%;
    left: -14%;
  }
}
@media screen and (min-width: 1675px) {
  .layer-3 {
    top: 20%;
    left: -10%;
  }
}
.layer-3 img {
  height: 800px;
  min-width: 120vw;
}

.white-curve {
  z-index: 4;
}
.white-curve img {
  min-width: 120vw;
}
@media (min-width: 992px) {
  .white-curve img {
    height: 300px;
  }
}