@visitscotland/component-library 5.10.1 → 5.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/dist/client/manifest.json +343 -343
  2. package/dist/client/scripts/02201764e0adf0d63538.js +1 -0
  3. package/dist/client/scripts/56228f6f7ab63dbe022f.js +1 -0
  4. package/dist/client/scripts/b08f62c02ec3d19cd9b2.js +1 -0
  5. package/dist/client/scripts/{d2e46d1692567d97f210.js → c1202f7be443a6a829da.js} +1 -1
  6. package/dist/client/scripts/ce4712ba18eeec368d3a.js +1 -0
  7. package/dist/client/styles/02201764e0adf0d63538.css +1 -0
  8. package/dist/client/styles/{9a3c14f9ef2b144039b3.css → a9fc8cd86cad82a9fc6d.css} +1 -1
  9. package/dist/client/styles/ce4712ba18eeec368d3a.css +1 -0
  10. package/dist/components/{LoadingSpinner-DBxMMPDE.mjs → LoadingSpinner-BGAbIm7j.mjs} +1 -0
  11. package/dist/components/{LoadingSpinner-CRtI2f1l.js → LoadingSpinner-Bx_xt3Ws.js} +1 -1
  12. package/dist/components/components/accordion/components/AccordionItem.vue.d.ts +2 -0
  13. package/dist/components/components/accordion/components/AccordionToggle.vue.d.ts +1 -0
  14. package/dist/components/components/accordion/index.d.ts +3 -0
  15. package/dist/components/components/address/Address.vue.d.ts +1 -0
  16. package/dist/components/components/alert/Alert.vue.d.ts +1 -0
  17. package/dist/components/components/article-details/ArticleDetails.vue.d.ts +1 -0
  18. package/dist/components/components/badge/Badge.vue.d.ts +2 -2
  19. package/dist/components/components/banner/Banner.vue.d.ts +2 -0
  20. package/dist/components/components/button/Button.vue.d.ts +1 -0
  21. package/dist/components/components/button-toggle-group/ButtonToggleGroup.vue.d.ts +1 -0
  22. package/dist/components/components/canned-search/CannedSearch.vue.d.ts +4 -0
  23. package/dist/components/components/canned-search/components/CannedSearchLogos.vue.d.ts +1 -0
  24. package/dist/components/components/canned-search/components/CannedSearchProductCard.vue.d.ts +1 -0
  25. package/dist/components/components/canned-search/components/CannedSearchSummaryBox.vue.d.ts +1 -0
  26. package/dist/components/components/caption/Caption.vue.d.ts +1 -0
  27. package/dist/components/components/carbon-calculator/CarbonCalculator.vue.d.ts +8 -0
  28. package/dist/components/components/carbon-calculator/components/CarbonCalculatorQuestion.vue.d.ts +1 -0
  29. package/dist/components/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +2 -0
  30. package/dist/components/components/carbon-calculator/components/CarbonCalculatorRunningTotal.vue.d.ts +1 -0
  31. package/dist/components/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +1 -0
  32. package/dist/components/components/card/Card.vue.d.ts +1 -0
  33. package/dist/components/components/carousel/Carousel.vue.d.ts +1 -0
  34. package/dist/components/components/carousel/components/CarouselSlide.vue.d.ts +5 -0
  35. package/dist/components/components/embed-wrapper/EmbedWrapper.vue.d.ts +2 -0
  36. package/dist/components/components/event-card/EventCard.vue.d.ts +1 -0
  37. package/dist/components/components/footer/components/FooterAccordionItem.vue.d.ts +2 -0
  38. package/dist/components/components/footer/components/FooterCopyright.vue.d.ts +1 -0
  39. package/dist/components/components/footer/components/FooterNavListItem.vue.d.ts +1 -0
  40. package/dist/components/components/footer/components/FooterSocialItem.vue.d.ts +2 -0
  41. package/dist/components/components/form/Form.vue.d.ts +4 -0
  42. package/dist/components/components/global-menu/components/GlobalMenuLanguage.vue.d.ts +1 -0
  43. package/dist/components/components/hero-section/HeroSection.vue.d.ts +2 -0
  44. package/dist/components/components/hero-section/components/HeroSectionImage.vue.d.ts +1 -0
  45. package/dist/components/components/hero-section/components/HeroSectionVideoControl.vue.d.ts +1 -0
  46. package/dist/components/components/icon/Icon.vue.d.ts +1 -0
  47. package/dist/components/components/icon/index.d.ts +1 -0
  48. package/dist/components/components/icon-list/components/IconListItem.vue.d.ts +1 -0
  49. package/dist/components/components/image-with-caption/ImageWithCaption.vue.d.ts +7 -0
  50. package/dist/components/components/input/Input.vue.d.ts +1 -0
  51. package/dist/components/components/itineraries/Itinerary.vue.d.ts +1 -0
  52. package/dist/components/components/itineraries/components/ItineraryDay.vue.d.ts +3 -0
  53. package/dist/components/components/itineraries/components/ItineraryStop.vue.d.ts +1 -0
  54. package/dist/components/components/itineraries/components/ItineraryStopInfo.vue.d.ts +2 -0
  55. package/dist/components/components/link/Link.vue.d.ts +1 -0
  56. package/dist/components/components/link-list/components/LinkListItem.vue.d.ts +1 -0
  57. package/dist/components/components/map/Map.vue.d.ts +2 -0
  58. package/dist/components/components/map/components/MapMarker.vue.d.ts +1 -0
  59. package/dist/components/components/map-marker-icon/MapMarkerIcon.vue.d.ts +1 -0
  60. package/dist/components/components/map-with-sidebar/MapWithSidebar.vue.d.ts +13 -0
  61. package/dist/components/components/map-with-sidebar/components/MapWithSidebarButtons.vue.d.ts +1 -0
  62. package/dist/components/components/map-with-sidebar/components/MapWithSidebarCategory.vue.d.ts +2 -0
  63. package/dist/components/components/map-with-sidebar/components/MapWithSidebarControls.vue.d.ts +1 -0
  64. package/dist/components/components/map-with-sidebar/components/MapWithSidebarListItem.vue.d.ts +1 -0
  65. package/dist/components/components/map-with-sidebar/components/MapWithSidebarPanel.vue.d.ts +7 -0
  66. package/dist/components/components/map-with-sidebar/components/MapWithSidebarSubcategory.vue.d.ts +1 -0
  67. package/dist/components/components/mega-nav/MegaNav.vue.d.ts +7 -0
  68. package/dist/components/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +3 -0
  69. package/dist/components/components/mega-nav/components/MegaNavDropdown.vue.d.ts +1 -0
  70. package/dist/components/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +2 -0
  71. package/dist/components/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +4 -0
  72. package/dist/components/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +4 -0
  73. package/dist/components/components/mega-nav/components/MegaNavListItem.vue.d.ts +1 -0
  74. package/dist/components/components/mega-nav/components/MegaNavStaticLink.vue.d.ts +1 -0
  75. package/dist/components/components/megalinks/Megalinks.vue.d.ts +1 -0
  76. package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +5 -0
  77. package/dist/components/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +5 -0
  78. package/dist/components/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +1 -0
  79. package/dist/components/components/modal/Modal.vue.d.ts +1 -0
  80. package/dist/components/components/number-input/NumberInput.vue.d.ts +1 -0
  81. package/dist/components/components/product-search/ProductSearch.vue.d.ts +2 -0
  82. package/dist/components/components/site-search/SiteSearch.vue.d.ts +1 -0
  83. package/dist/components/components/site-search/components/SiteSearchForm.vue.d.ts +3 -0
  84. package/dist/components/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +4 -0
  85. package/dist/components/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +7 -0
  86. package/dist/components/components/skip-to/SkipTo.vue.d.ts +1 -0
  87. package/dist/components/components/social-credit-link/SocialCreditLink.vue.d.ts +2 -0
  88. package/dist/components/components/social-share/SocialShare.vue.d.ts +1 -0
  89. package/dist/components/components/social-share/components/SocialShareItem.vue.d.ts +2 -0
  90. package/dist/components/components/spotlight-section/SpotlightSection.vue.d.ts +1 -0
  91. package/dist/components/components/stretched-link-card/StretchedLinkCard.vue.d.ts +4 -0
  92. package/dist/components/components/stretched-link-card/components/StretchedLinkPanels.vue.d.ts +1 -0
  93. package/dist/components/components/summary-box/components/SummaryBoxListItem.vue.d.ts +1 -0
  94. package/dist/components/components/svg-link/SvgLink.vue.d.ts +1 -0
  95. package/dist/components/components/tag/Tag.vue.d.ts +1 -0
  96. package/dist/components/components/toggle-button/ToggleButton.vue.d.ts +2 -0
  97. package/dist/components/components/tooltip/Tooltip.vue.d.ts +1 -0
  98. package/dist/components/components/video/Video.vue.d.ts +2 -0
  99. package/dist/components/components/video-caption/VideoCaption.vue.d.ts +5 -0
  100. package/dist/components/components/warning/Warning.vue.d.ts +2 -0
  101. package/dist/components/style.css +1 -1
  102. package/dist/components/vs-component-library-maps.js +1 -1
  103. package/dist/components/vs-component-library-maps.mjs +1 -1
  104. package/dist/components/vs-component-library.js +1 -1
  105. package/dist/components/vs-component-library.mjs +2352 -2351
  106. package/dist/ssr/index.js +1 -1
  107. package/dist/ssr/manifest.json +1 -1
  108. package/dist/ssr/styles/{e150909873d064ab0c81.css → 63b5bacc38bb7d9f5e8e.css} +3 -3
  109. package/package.json +1 -1
  110. package/dist/client/scripts/5916e211da38d2f20094.js +0 -1
  111. package/dist/client/scripts/a5f5263b5c7c03c9c34e.js +0 -1
  112. package/dist/client/scripts/b0793fc6609bbc2d992b.js +0 -1
  113. package/dist/client/scripts/ec37d8bfaa1148156c17.js +0 -1
  114. package/dist/client/styles/5916e211da38d2f20094.css +0 -1
  115. package/dist/client/styles/a5f5263b5c7c03c9c34e.css +0 -1
  116. /package/dist/client/scripts/{0634e4f65b33b05be675.js → 144ec959a8b39f754c33.js} +0 -0
  117. /package/dist/client/scripts/{cde2b3a7388bf83eb2a4.js → 47a6211dcd76ff9fc2f6.js} +0 -0
  118. /package/dist/client/scripts/{5d117b7adbf69eae0041.js → 5de909354776d7d3471a.js} +0 -0
  119. /package/dist/client/scripts/{ca8a4a8b000becfa5971.js → 5ef9a0f18541fee55f4c.js} +0 -0
  120. /package/dist/client/scripts/{6b9457295d9fb85186be.js → 7ec169a2f6ce27b046c0.js} +0 -0
  121. /package/dist/client/scripts/{9a3c14f9ef2b144039b3.js → a9fc8cd86cad82a9fc6d.js} +0 -0
  122. /package/dist/client/scripts/{0087a44808b195bb79fb.js → c54a0bf6b6e273b1f3c7.js} +0 -0
  123. /package/dist/client/styles/{0634e4f65b33b05be675.css → 144ec959a8b39f754c33.css} +0 -0
  124. /package/dist/client/styles/{cde2b3a7388bf83eb2a4.css → 47a6211dcd76ff9fc2f6.css} +0 -0
  125. /package/dist/client/styles/{b0793fc6609bbc2d992b.css → 56228f6f7ab63dbe022f.css} +0 -0
  126. /package/dist/client/styles/{5d117b7adbf69eae0041.css → 5de909354776d7d3471a.css} +0 -0
  127. /package/dist/client/styles/{ca8a4a8b000becfa5971.css → 5ef9a0f18541fee55f4c.css} +0 -0
  128. /package/dist/client/styles/{6b9457295d9fb85186be.css → 7ec169a2f6ce27b046c0.css} +0 -0
  129. /package/dist/client/styles/{ec37d8bfaa1148156c17.css → b08f62c02ec3d19cd9b2.css} +0 -0
  130. /package/dist/client/styles/{0087a44808b195bb79fb.css → c54a0bf6b6e273b1f3c7.css} +0 -0
@@ -12,11 +12,11 @@
12
12
  @media(min-width: 768px){.vs-article-section--sidebar-right{margin-right:-14.8%}}@media(min-width: 992px){.vs-article-section--sidebar-right{margin-right:-12.5%}}@media(min-width: 1200px){.vs-article-section--sidebar-right{margin-right:-13.6%}}@media(min-width: 1400px){.vs-article-section--sidebar-right{margin-right:-23.2%}}@media(min-width: 768px){.vs-article-section--sidebar-left{margin-left:-14.8%}}@media(min-width: 992px){.vs-article-section--sidebar-left{margin-left:-12.5%}}@media(min-width: 1200px){.vs-article-section--sidebar-left{margin-left:-13.6%}}@media(min-width: 1400px){.vs-article-section--sidebar-left{margin-left:-23.2%}}
13
13
  .vs-article-sidebar{background:#fff}.vs-article-sidebar__quote-wrapper{background:#fff;margin-left:-1px;padding:2rem 1.5rem}@media(min-width: 768px){.vs-article-sidebar__quote-wrapper{margin-left:0;padding:2rem 0rem .25rem}}@media(min-width: 768px){.vs-article-sidebar--right .vs-article-sidebar__quote-wrapper{padding-left:0rem;padding-right:1.25rem}.vs-article-sidebar--left .vs-article-sidebar__quote-wrapper{padding-left:1.25rem;padding-right:0rem}}
14
14
  .vs-back-to-top{display:flex;inset-block-end:1rem;position:sticky}.vs-back-to-top .vs-button{margin:-4rem 1rem 0rem auto}.no-js .vs-back-to-top{display:none !important}
15
- .vs-badge{margin-right:.5rem;padding:.25rem .5rem;border-radius:.25rem;display:inline-block;line-height:1}.vs-badge--default{border:1px solid #a3a3cc;color:#606060;font-size:.875rem}.vs-badge--subtle{background:rgba(0,0,0,0);color:#a8308c;font-size:1rem;font-weight:700}
15
+ .vs-badge{margin-right:.5rem;padding:.25rem .5rem;display:inline-block;line-height:1}.vs-badge--default{border:1px solid #a3a3cc;border-radius:.25rem;color:#606060;font-size:.875rem}.vs-badge--subtle{background:rgba(0,0,0,0);color:#a8308c;font-size:1rem;font-weight:700}.vs-badge--information{background:#e5e5f0;font-size:.875rem;line-height:1.3}
16
16
  .vs-banner{background:#e5e5f0;padding:.75rem 0}@media(min-width: 768px){.vs-banner__icon-wrapper{padding-right:0;flex:0 0 6%;max-width:6%}}@media(min-width: 992px){.vs-banner__icon-wrapper{display:inline-flex;align-items:center;flex:0 0 5%;max-width:5%}}@media(min-width: 1200px){.vs-banner__icon-wrapper{flex:0 0 4%;max-width:4%}}.vs-banner__content-wrapper{align-self:center}.vs-banner__icon{display:inline-block}@media(min-width: 576px){.vs-banner__icon{margin-right:.75rem}.vs-banner__icon.vs-icon.vs-icon--size-sm{font-size:24px}}.vs-banner__title.vs-heading{margin-bottom:.5rem}.vs-banner__title.vs-heading .vs-icon{vertical-align:bottom;margin-right:.25rem}.vs-banner__text.vs-body--normal{display:inline-block;padding-left:.25rem}@media(min-width: 576px){.vs-banner__text.vs-body--normal{padding-left:0}}.vs-banner__text.vs-body--normal p{display:inline}.vs-banner__text.vs-body--normal p:last-of-type{margin-bottom:.5rem}.vs-banner__text.vs-body--normal,.vs-banner__cta-link{font-size:.875rem}@media(min-width: 576px){.vs-banner__text.vs-body--normal,.vs-banner__cta-link{font-size:1rem}}.vs-banner__close-btn.vs-button.vs-button--icon-only.btn-md{float:right}
17
17
  .vs-breadcrumb-item a:focus{outline:2px solid #3369ff}.vs-breadcrumb-item{color:#606060;font-size:1rem;white-space:nowrap;overflow:hidden;padding:3px}.vs-breadcrumb-item:last-child{color:#606060}.vs-breadcrumb-item a{color:#606060}.vs-breadcrumb-item a,.vs-breadcrumb-item span{text-overflow:ellipsis;overflow:hidden}@media(max-width: 991.98px){.vs-breadcrumb-item{font-size:.75rem}}@media(max-width: 767.98px){.vs-breadcrumb-item{display:none}.vs-breadcrumb-item:last-child,.vs-breadcrumb-item:nth-last-child(2){display:block;max-width:65%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vs-breadcrumb-item:nth-last-child(2){padding-left:0}.vs-breadcrumb-item:nth-last-child(2)::before{content:"";padding:0}}
18
18
  .vs-button-toggle-group--radios label.btn-secondary{font-weight:600;transition:all .2s ease-in-out;text-decoration:none;position:relative;overflow:hidden;border-width:2px;line-height:1.5}.vs-button-toggle-group{width:100%;display:flex;justify-content:center}.vs-button-toggle-group legend{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}.vs-button-toggle-group--radios{background-color:#d6e5ff;display:flex;border-radius:1000rem;overflow:hidden}.vs-button-toggle-group--radios input[type=radio]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.vs-button-toggle-group--radios label.btn-secondary{color:#1f49d6;transition:none;padding-top:.5rem;margin-bottom:0rem;padding-bottom:.5rem;display:flex;align-items:center}.vs-button-toggle-group--radios label.btn-secondary .vs-icon{transition:none;color:#1f49d6}.vs-button-toggle-group--radios label.btn-secondary>span{display:flex;height:32px;align-items:center;padding:0 .5rem}.vs-button-toggle-group--radios label.btn-secondary.focus{box-shadow:none}.vs-button-toggle-group--radios label.btn-secondary:hover{background-color:#17359c;border-color:#17359c;color:#fff}.vs-button-toggle-group--radios label.btn-secondary:hover .vs-icon{color:#fff}.vs-button-toggle-group--tabbed-focus input:focus+label span{border:2px solid #3369ff}.vs-button-toggle-group--button{display:flex}.vs-button-toggle-group--button:first-child{border-top-left-radius:1000rem;border-bottom-left-radius:1000rem}.vs-button-toggle-group--button:first-child:not(:last-child){margin-right:-1rem}.vs-button-toggle-group--button:last-child{border-top-right-radius:1000rem;border-bottom-right-radius:1000rem}.vs-button-toggle-group--button .btn{padding:0 1.5rem}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label{z-index:2;border-radius:1000rem;cursor:default;color:#1f49d6;background-color:#fff;border-color:#1f49d6}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label .vs-icon:not(.vs-map-marker-icon__marker,.vs-map-marker-icon__icon){color:#1f49d6}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:hover{color:#1f49d6;background-color:#fff;border-color:#1f49d6}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:hover .vs-icon{color:#1f49d6}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:active,.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:active:focus{color:#1f49d6;background-color:#fff;border-color:#1f49d6}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:active .vs-icon,.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:active:focus .vs-icon{color:#1f49d6}@media(min-width: 992px){.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label{color:#1f49d6;background-color:#fff;border-color:#1f49d6}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label .vs-icon:not(.vs-map-marker-icon__marker,.vs-map-marker-icon__icon){color:#1f49d6}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:hover{color:#1f49d6;background-color:#fff;border-color:#1f49d6}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:hover .vs-icon{color:#1f49d6}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:active,.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:active:focus{color:#1f49d6;background-color:#fff;border-color:#1f49d6}.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:active .vs-icon,.vs-button-toggle-group--button:not(:disabled):not(.disabled).active label:active:focus .vs-icon{color:#1f49d6}}
19
- .vs-img.img-zoom-on-hover{transition:transform .4s cubic-bezier(0.73, 0.86, 0.4, 1.2)}.vs-img.low-res-img{background-repeat:no-repeat;background-size:cover;display:block}.vs-img.low-res-img.generic-lqip{background-image:url("..//[object%20Module]")}
19
+ .vs-img.img-zoom-on-hover{transition:transform .3s ease-in-out}.vs-img.low-res-img{background-repeat:no-repeat;background-size:cover;display:block}.vs-img.low-res-img.generic-lqip{background-image:url("..//[object%20Module]")}
20
20
  .vs-link.vs-link--variant-primary:focus,.vs-link.vs-link--variant-secondary:focus{outline:2px solid #3369ff}.vs-link.vs-link--variant-on-dark:focus{outline:2px solid #fffa99}.vs-link.vs-link--variant-primary:active,.vs-link.vs-link--variant-secondary:active{color:#112876}.vs-link.vs-link--variant-primary:visited,.vs-link.vs-link--variant-secondary:visited{color:#a8308c}.vs-link.vs-link--variant-primary{color:#1f49d6}.vs-link.vs-link--variant-secondary{color:#200f2e;text-decoration:none}.vs-link.vs-link--variant-secondary:hover{text-decoration:underline}.vs-link.vs-link--variant-on-dark{color:#fff}.vs-link.vs-link--variant-on-dark:visited{color:#d6e5ff}.vs-link .vs-link__icon{vertical-align:baseline}
21
21
  .vs-product-card .stretched-link:focus{outline:2px solid #3369ff}.vs-product-card{text-align:left}.vs-product-card .card{transition:box-shadow .5s;border:none;position:relative;padding-bottom:1.25rem}.vs-product-card .card:hover .vs-product-card__title a{text-decoration:underline}.vs-product-card .card-body{padding:.25rem 0rem 0rem;min-height:11.5rem}.vs-product-card .card-body--short{min-height:10rem}.vs-product-card .stretched-link{color:#200f2e;text-decoration:none;display:block}.vs-product-card .vs-product-card__link:focus{border:2px solid #3369ff}.vs-product-card .vs-product-card__image-container{position:relative;height:0;padding-bottom:66.6%}.vs-product-card .vs-product-card__image-inner-container{position:absolute;top:0;left:0;width:100%;height:100%}.vs-product-card .vs-product-card__img{width:100%;height:100%;object-fit:cover;align-self:flex-start;flex-shrink:0}.vs-product-card .vs-product-card__title{display:flex;margin:.75rem 0rem .5rem;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;white-space:normal;-webkit-line-clamp:2}@media(min-width: 768px){.vs-product-card .vs-product-card__title{font-size:1.4375rem}}.vs-product-card .vs-product-card__description{font-size:1rem;height:2rem}.vs-product-card .vs-product-card__description p{margin-bottom:.25rem}.vs-product-card .vs-product-card__description .vs-product-card__description-inner{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;white-space:normal;-webkit-line-clamp:2}.vs-product-card--disabled .card{opacity:.5}.vs-product-card--disabled .card:hover .vs-product-card__title a{text-decoration:none}.vs-product-card--disabled .stretched-link{cursor:default}.no-js .vs-product-card--disabled .card{opacity:1}.no-js .vs-product-card--disabled .card .vs-product-card__title a{text-decoration:underline}.no-js .vs-product-card--disabled .stretched-link{cursor:pointer}
22
22
  .vs-canned-search-stars{line-height:1;margin-bottom:.75rem}.vs-canned-search-stars__star{color:#a8308c}
@@ -160,7 +160,7 @@ button.vs-guest-selector__trigger{text-align:left}button.vs-guest-selector__trig
160
160
  .vs-video__iframe-wrapper,.vs-video__fallback-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.vs-video__iframe-wrapper iframe,.vs-video__fallback-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.vs-video__warning{position:absolute;height:100%;width:100%;z-index:1}.vs-video__warning--no-js{display:none}.no-js .vs-video__warning{display:none}.no-js .vs-video__warning--no-js{display:flex}
161
161
  .fade-enter-active,.fade-leave-active{transition:opacity .25s linear}.fade-enter-from,.fade-leave-to{opacity:0}.modal[data-v-8a2b2b28]{display:block}.modal-dialog[data-v-8a2b2b28]{z-index:1051}.b-avatar{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex-shrink:0;width:2.5rem;height:2.5rem;font-size:inherit;font-weight:400;line-height:1;max-width:100%;max-height:auto;text-align:center;overflow:visible;position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out}.b-avatar:focus{outline:0}.b-avatar.btn,.b-avatar[href]{padding:0;border:0}.b-avatar.btn .b-avatar-img img,.b-avatar[href] .b-avatar-img img{transition:transform .15s ease-in-out}.b-avatar.btn:not(:disabled):not(.disabled),.b-avatar[href]:not(:disabled):not(.disabled){cursor:pointer}.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img,.b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img{transform:scale(1.15)}.b-avatar.disabled,.b-avatar:disabled,.b-avatar[disabled]{opacity:.65;pointer-events:none}.b-avatar .b-avatar-custom,.b-avatar .b-avatar-text,.b-avatar .b-avatar-img{border-radius:inherit;width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;-webkit-mask-image:radial-gradient(#fff,#000);mask-image:radial-gradient(#fff,#000)}.b-avatar .b-avatar-text{text-transform:uppercase;white-space:nowrap}.b-avatar[href]{text-decoration:none}.b-avatar>.bootstrap-icon{width:60%;height:auto;max-width:100%}.b-avatar .b-avatar-img img{width:100%;height:100%;max-height:auto;border-radius:inherit;object-fit:cover}.b-avatar .b-avatar-badge{position:absolute;min-height:1.5em;min-width:1.5em;padding:.25em;line-height:1;border-radius:10em;font-size:70%;font-weight:700;z-index:1}.b-avatar-sm{width:1.5rem;height:1.5rem}.b-avatar-sm .b-avatar-text{font-size:.6rem}.b-avatar-sm .b-avatar-badge{font-size:.42rem}.b-avatar-lg{width:3.5rem;height:3.5rem}.b-avatar-lg .b-avatar-text{font-size:1.4rem}.b-avatar-lg .b-avatar-badge{font-size:.98rem}.b-avatar-group .b-avatar-group-inner{display:flex;flex-wrap:wrap}.b-avatar-group .b-avatar{border:1px solid #dee2e6}.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled){z-index:1}.card-deck{gap:1.5rem}@media (min-width: 576px){.card-deck{display:flex;flex-flow:row wrap}}.card-deck>.card{flex:1 0 0%;margin-bottom:0}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.b-form-tags.focus{color:#212529;background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.b-form-tags.disabled{background-color:var(--bs-secondary-bg)}.b-form-tag.disabled{opacity:.75}.b-form-tags.focus.is-valid{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.b-form-tags.focus.is-invalid{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.b-form-tags .b-form-tags-list{margin-top:-.25rem}.b-form-tags .b-form-tags-list .b-form-tag,.b-form-tags .b-form-tags-list .b-from-tags-field{margin-top:.25rem}.b-form-tags .b-form-tags-list .b-form-tag{padding:.25em .65em}.b-form-tag{font-size:75%!important;font-weight:400!important;line-height:1.5!important;margin-right:.25rem}.b-form-tags .b-form-tag+.b-form-tag{margin-left:0}.b-form-tag>button.b-form-tag-remove{color:inherit;font-size:75%;line-height:1;float:none;margin-left:.25rem}.input-group>.input-group-prepend>.btn-group>.btn,.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn-group>.btn,.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn,.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-lg .input-group-append>.form-control,.input-group-lg .input-group-append>.form-select,.input-group-lg .input-group-append>.input-group-text,.input-group-lg .input-group-append>.btn,.input-group-lg .input-group-prepend>.form-control,.input-group-lg .input-group-prepend>.form-select,.input-group-lg .input-group-prepend>.input-group-text,.input-group-lg .input-group-prepend>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm .input-group-append>.form-control,.input-group-sm .input-group-append>.form-select,.input-group-sm .input-group-append>.input-group-text,.input-group-sm .input-group-append>.btn,.input-group-sm .input-group-prepend>.form-control,.input-group-sm .input-group-prepend>.form-select,.input-group-sm .input-group-prepend>.input-group-text,.input-group-sm .input-group-prepend>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.input-group .btn-group:not(:last-child)>:not(:first-child){border-start-end-radius:0px;border-end-end-radius:0px}.input-group .btn-group:not(:last-child)>:not(:last-child){border-start-start-radius:0px;border-end-start-radius:0px}.input-group .btn-group:not(:last-child)>:not(:last-child){border-start-end-radius:0px;border-end-end-radius:0px}.input-group .btn-group:not(:first-child)>:not(:last-child){border-end-start-radius:0px;border-start-start-radius:0px}.b-pagination-pills .page-item .page-link{border-radius:50rem!important;margin-left:.25rem!important;line-height:1}.b-pagination-pills .page-item:first-child .page-link{margin-left:0!important}.b-table-stacked-label{display:none;font-weight:700}.table.b-table.b-table-stacked{display:block;width:100%}.table.b-table.b-table-stacked>tfoot,.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked>thead,.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked>caption,.table.b-table.b-table-stacked>tbody,.table.b-table.b-table-stacked>tbody>tr,.table.b-table.b-table-stacked>tbody>tr>td,.table.b-table.b-table-stacked>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked>tbody>tr>th{display:block}.table.b-table.b-table-stacked>tbody>tr>:first-child,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}@media (max-width: 575.98px){.table.b-table.b-table-stacked-sm{display:block;width:100%}.table.b-table.b-table-stacked-sm>tfoot,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>thead,.table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-sm>caption,.table.b-table.b-table-stacked-sm>tbody,.table.b-table.b-table-stacked-sm>tbody>tr,.table.b-table.b-table-stacked-sm>tbody>tr>td,.table.b-table.b-table-stacked-sm>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-sm>tbody>tr>th{display:block}.table.b-table.b-table-stacked-sm>tbody>tr>:first-child,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 767.98px){.table.b-table.b-table-stacked-md{display:block;width:100%}.table.b-table.b-table-stacked-md>tfoot,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-md>thead,.table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-md>caption,.table.b-table.b-table-stacked-md>tbody,.table.b-table.b-table-stacked-md>tbody>tr,.table.b-table.b-table-stacked-md>tbody>tr>td,.table.b-table.b-table-stacked-md>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-md>tbody>tr>th{display:block}.table.b-table.b-table-stacked-md>tbody>tr>:first-child,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 991.98px){.table.b-table.b-table-stacked-lg{display:block;width:100%}.table.b-table.b-table-stacked-lg>tfoot,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>thead,.table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-lg>caption,.table.b-table.b-table-stacked-lg>tbody,.table.b-table.b-table-stacked-lg>tbody>tr,.table.b-table.b-table-stacked-lg>tbody>tr>td,.table.b-table.b-table-stacked-lg>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-lg>tbody>tr>th{display:block}.table.b-table.b-table-stacked-lg>tbody>tr>:first-child,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 1199.98px){.table.b-table.b-table-stacked-xl{display:block;width:100%}.table.b-table.b-table-stacked-xl>tfoot,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>thead,.table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-xl>caption,.table.b-table.b-table-stacked-xl>tbody,.table.b-table.b-table-stacked-xl>tbody>tr,.table.b-table.b-table-stacked-xl>tbody>tr>td,.table.b-table.b-table-stacked-xl>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-xl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xl>tbody>tr>:first-child,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 1399.98px){.table.b-table.b-table-stacked-xxl{display:block;width:100%}.table.b-table.b-table-stacked-xxl>tfoot,.table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xxl>thead,.table.b-table.b-table-stacked-xxl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xxl>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-xxl>caption,.table.b-table.b-table-stacked-xxl>tbody,.table.b-table.b-table-stacked-xxl>tbody>tr,.table.b-table.b-table-stacked-xxl>tbody>tr>td,.table.b-table.b-table-stacked-xxl>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-xxl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xxl>tbody>tr>:first-child,.table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}.b-table-sticky-header,.table-responsive,[class*=table-responsive-]{margin-bottom:1rem}.b-table-sticky-header>.table,.table-responsive>.table,[class*=table-responsive-]>.table{margin-bottom:0}.b-table-sticky-header{overflow-y:auto}@media print{.b-table-sticky-header{overflow-y:visible!important;max-height:none!important}}.table.b-table[aria-busy=true]{opacity:.55}@supports (position: sticky){.b-table-sticky-header>.table.b-table>thead>tr>th{position:sticky;top:0;z-index:2}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{position:sticky;left:0}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column{z-index:5}.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{z-index:2}}.table.b-table>tbody>tr>.table-b-table-default,.table.b-table>tfoot>tr>.table-b-table-default,.table.b-table>thead>tr>.table-b-table-default{color:#212529;background-color:#fff}.table th.b-table-sortable-column,.b-table.b-table-selectable td{cursor:pointer}.b-table.b-table-busy .b-table-busy-slot>td{border:none;padding:0}.form-control-highlighted{border-color:#86b7fe;transition:box-shadow .3s ease-in-out;animation:form-control-highlighted-blink 1s infinite}@keyframes form-control-highlighted-blink{0%{box-shadow:0 0 0 0 transparent}50%{box-shadow:0 0 0 .25rem #0d6efd40}to{box-shadow:0 0 0 0 transparent}}.b-form-spinbutton{text-align:center;overflow:hidden;background-image:none;padding:0}[dir=rtl] .b-form-spinbutton:not(.flex-column),.b-form-spinbutton[dir=rtl]:not(.flex-column){flex-direction:row-reverse}.b-form-spinbutton output{font-size:inherit;outline:0;border:0;background-color:transparent;width:auto;margin:0;padding:0 .25rem}.b-form-spinbutton output>div,.b-form-spinbutton output>bdi{display:block;min-width:2.25em;height:1.5em}.b-form-spinbutton.flex-column{height:auto;width:auto}.b-form-spinbutton.flex-column output{margin:0 .25rem;padding:.25rem 0}.b-form-spinbutton:not(.d-inline-flex):not(.flex-column){output-width:100%}.b-form-spinbutton.d-inline-flex:not(.flex-column){width:auto}.b-form-spinbutton .btn{line-height:1;box-shadow:none!important}.b-form-spinbutton .btn:disabled{pointer-events:none}.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon{transform:scale(1.25)}.b-form-spinbutton.disabled,.b-form-spinbutton.readonly{background-color:var(--bs-secondary-bg)}.b-form-spinbutton.disabled{pointer-events:none}.container,.container-fluid{display:block}.input-group>.form-floating:not(:first-child)>:not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-floating:not(:last-child)>:not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.dropdown-toggle.dropdown-toggle-no-caret:before,.dropdown-toggle.dropdown-toggle-no-caret:after{display:none!important}.bv-no-focus-ring:focus{outline:none}.btn-close-custom[data-v-30d91aa1]{position:absolute;top:0;right:0;z-index:2;margin:var(--bs-alert-padding-y) var(--bs-alert-padding-x)}.form-input-file[data-v-1eb930f5] input[type=file][data-v-1eb930f5]{margin-left:-2px!important}.form-input-file[data-v-1eb930f5] input[type=file][data-v-1eb930f5][data-v-1eb930f5]::-webkit-file-upload-button{display:none}.form-input-file[data-v-1eb930f5] input[type=file][data-v-1eb930f5][data-v-1eb930f5]::file-selector-button{display:none}.form-input-file[data-v-1eb930f5][data-v-1eb930f5]:hover label[data-v-1eb930f5]{background-color:#dde0e3;cursor:pointer}.b-list-move,.b-list-enter-active,.b-list-leave-active{transition:all .5s cubic-bezier(.55,0,.1,1)}.b-list-enter-from,.b-list-leave-to{opacity:0}.b-list-leave-active{position:fixed}
162
162
 
163
- *,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:0}abbr[title]{text-decoration:underline dotted;cursor:help;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:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-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(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb);text-decoration:none}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color)}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:.5rem;padding-bottom:.5rem;color:var(--bs-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:.5rem;line-height:inherit;font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){legend{font-size:1.5rem}}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}::-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}.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{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !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:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !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{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.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-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-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0rem !important}.m-0125{margin:.125rem !important}.m-025{margin:.25rem !important}.m-050{margin:.5rem !important}.m-075{margin:.75rem !important}.m-100{margin:1rem !important}.m-125{margin:1.25rem !important}.m-150{margin:1.5rem !important}.m-175{margin:1.75rem !important}.m-200{margin:2rem !important}.m-250{margin:2.5rem !important}.m-300{margin:3rem !important}.m-400{margin:4rem !important}.m-500{margin:5rem !important}.m-600{margin:6rem !important}.m-700{margin:7rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0rem !important;margin-left:0rem !important}.mx-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-100{margin-right:1rem !important;margin-left:1rem !important}.mx-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-200{margin-right:2rem !important;margin-left:2rem !important}.mx-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-300{margin-right:3rem !important;margin-left:3rem !important}.mx-400{margin-right:4rem !important;margin-left:4rem !important}.mx-500{margin-right:5rem !important;margin-left:5rem !important}.mx-600{margin-right:6rem !important;margin-left:6rem !important}.mx-700{margin-right:7rem !important;margin-left:7rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0rem !important}.mt-0125{margin-top:.125rem !important}.mt-025{margin-top:.25rem !important}.mt-050{margin-top:.5rem !important}.mt-075{margin-top:.75rem !important}.mt-100{margin-top:1rem !important}.mt-125{margin-top:1.25rem !important}.mt-150{margin-top:1.5rem !important}.mt-175{margin-top:1.75rem !important}.mt-200{margin-top:2rem !important}.mt-250{margin-top:2.5rem !important}.mt-300{margin-top:3rem !important}.mt-400{margin-top:4rem !important}.mt-500{margin-top:5rem !important}.mt-600{margin-top:6rem !important}.mt-700{margin-top:7rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0rem !important}.me-0125{margin-right:.125rem !important}.me-025{margin-right:.25rem !important}.me-050{margin-right:.5rem !important}.me-075{margin-right:.75rem !important}.me-100{margin-right:1rem !important}.me-125{margin-right:1.25rem !important}.me-150{margin-right:1.5rem !important}.me-175{margin-right:1.75rem !important}.me-200{margin-right:2rem !important}.me-250{margin-right:2.5rem !important}.me-300{margin-right:3rem !important}.me-400{margin-right:4rem !important}.me-500{margin-right:5rem !important}.me-600{margin-right:6rem !important}.me-700{margin-right:7rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0rem !important}.mb-0125{margin-bottom:.125rem !important}.mb-025{margin-bottom:.25rem !important}.mb-050{margin-bottom:.5rem !important}.mb-075{margin-bottom:.75rem !important}.mb-100{margin-bottom:1rem !important}.mb-125{margin-bottom:1.25rem !important}.mb-150{margin-bottom:1.5rem !important}.mb-175{margin-bottom:1.75rem !important}.mb-200{margin-bottom:2rem !important}.mb-250{margin-bottom:2.5rem !important}.mb-300{margin-bottom:3rem !important}.mb-400{margin-bottom:4rem !important}.mb-500{margin-bottom:5rem !important}.mb-600{margin-bottom:6rem !important}.mb-700{margin-bottom:7rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0rem !important}.ms-0125{margin-left:.125rem !important}.ms-025{margin-left:.25rem !important}.ms-050{margin-left:.5rem !important}.ms-075{margin-left:.75rem !important}.ms-100{margin-left:1rem !important}.ms-125{margin-left:1.25rem !important}.ms-150{margin-left:1.5rem !important}.ms-175{margin-left:1.75rem !important}.ms-200{margin-left:2rem !important}.ms-250{margin-left:2.5rem !important}.ms-300{margin-left:3rem !important}.ms-400{margin-left:4rem !important}.ms-500{margin-left:5rem !important}.ms-600{margin-left:6rem !important}.ms-700{margin-left:7rem !important}.ms-auto{margin-left:auto !important}.m-n0{margin:0rem !important}.m-n0125{margin:-0.125rem !important}.m-n025{margin:-0.25rem !important}.m-n050{margin:-0.5rem !important}.m-n075{margin:-0.75rem !important}.m-n100{margin:-1rem !important}.m-n125{margin:-1.25rem !important}.m-n150{margin:-1.5rem !important}.m-n175{margin:-1.75rem !important}.m-n200{margin:-2rem !important}.m-n250{margin:-2.5rem !important}.m-n300{margin:-3rem !important}.m-n400{margin:-4rem !important}.m-n500{margin:-5rem !important}.m-n600{margin:-6rem !important}.m-n700{margin:-7rem !important}.mx-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-n0{margin-top:0rem !important}.mt-n0125{margin-top:-0.125rem !important}.mt-n025{margin-top:-0.25rem !important}.mt-n050{margin-top:-0.5rem !important}.mt-n075{margin-top:-0.75rem !important}.mt-n100{margin-top:-1rem !important}.mt-n125{margin-top:-1.25rem !important}.mt-n150{margin-top:-1.5rem !important}.mt-n175{margin-top:-1.75rem !important}.mt-n200{margin-top:-2rem !important}.mt-n250{margin-top:-2.5rem !important}.mt-n300{margin-top:-3rem !important}.mt-n400{margin-top:-4rem !important}.mt-n500{margin-top:-5rem !important}.mt-n600{margin-top:-6rem !important}.mt-n700{margin-top:-7rem !important}.me-n0{margin-right:0rem !important}.me-n0125{margin-right:-0.125rem !important}.me-n025{margin-right:-0.25rem !important}.me-n050{margin-right:-0.5rem !important}.me-n075{margin-right:-0.75rem !important}.me-n100{margin-right:-1rem !important}.me-n125{margin-right:-1.25rem !important}.me-n150{margin-right:-1.5rem !important}.me-n175{margin-right:-1.75rem !important}.me-n200{margin-right:-2rem !important}.me-n250{margin-right:-2.5rem !important}.me-n300{margin-right:-3rem !important}.me-n400{margin-right:-4rem !important}.me-n500{margin-right:-5rem !important}.me-n600{margin-right:-6rem !important}.me-n700{margin-right:-7rem !important}.mb-n0{margin-bottom:0rem !important}.mb-n0125{margin-bottom:-0.125rem !important}.mb-n025{margin-bottom:-0.25rem !important}.mb-n050{margin-bottom:-0.5rem !important}.mb-n075{margin-bottom:-0.75rem !important}.mb-n100{margin-bottom:-1rem !important}.mb-n125{margin-bottom:-1.25rem !important}.mb-n150{margin-bottom:-1.5rem !important}.mb-n175{margin-bottom:-1.75rem !important}.mb-n200{margin-bottom:-2rem !important}.mb-n250{margin-bottom:-2.5rem !important}.mb-n300{margin-bottom:-3rem !important}.mb-n400{margin-bottom:-4rem !important}.mb-n500{margin-bottom:-5rem !important}.mb-n600{margin-bottom:-6rem !important}.mb-n700{margin-bottom:-7rem !important}.ms-n0{margin-left:0rem !important}.ms-n0125{margin-left:-0.125rem !important}.ms-n025{margin-left:-0.25rem !important}.ms-n050{margin-left:-0.5rem !important}.ms-n075{margin-left:-0.75rem !important}.ms-n100{margin-left:-1rem !important}.ms-n125{margin-left:-1.25rem !important}.ms-n150{margin-left:-1.5rem !important}.ms-n175{margin-left:-1.75rem !important}.ms-n200{margin-left:-2rem !important}.ms-n250{margin-left:-2.5rem !important}.ms-n300{margin-left:-3rem !important}.ms-n400{margin-left:-4rem !important}.ms-n500{margin-left:-5rem !important}.ms-n600{margin-left:-6rem !important}.ms-n700{margin-left:-7rem !important}.p-0{padding:0rem !important}.p-0125{padding:.125rem !important}.p-025{padding:.25rem !important}.p-050{padding:.5rem !important}.p-075{padding:.75rem !important}.p-100{padding:1rem !important}.p-125{padding:1.25rem !important}.p-150{padding:1.5rem !important}.p-175{padding:1.75rem !important}.p-200{padding:2rem !important}.p-250{padding:2.5rem !important}.p-300{padding:3rem !important}.p-400{padding:4rem !important}.p-500{padding:5rem !important}.p-600{padding:6rem !important}.p-700{padding:7rem !important}.px-0{padding-right:0rem !important;padding-left:0rem !important}.px-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-100{padding-right:1rem !important;padding-left:1rem !important}.px-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-200{padding-right:2rem !important;padding-left:2rem !important}.px-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-300{padding-right:3rem !important;padding-left:3rem !important}.px-400{padding-right:4rem !important;padding-left:4rem !important}.px-500{padding-right:5rem !important;padding-left:5rem !important}.px-600{padding-right:6rem !important;padding-left:6rem !important}.px-700{padding-right:7rem !important;padding-left:7rem !important}.py-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-0{padding-top:0rem !important}.pt-0125{padding-top:.125rem !important}.pt-025{padding-top:.25rem !important}.pt-050{padding-top:.5rem !important}.pt-075{padding-top:.75rem !important}.pt-100{padding-top:1rem !important}.pt-125{padding-top:1.25rem !important}.pt-150{padding-top:1.5rem !important}.pt-175{padding-top:1.75rem !important}.pt-200{padding-top:2rem !important}.pt-250{padding-top:2.5rem !important}.pt-300{padding-top:3rem !important}.pt-400{padding-top:4rem !important}.pt-500{padding-top:5rem !important}.pt-600{padding-top:6rem !important}.pt-700{padding-top:7rem !important}.pe-0{padding-right:0rem !important}.pe-0125{padding-right:.125rem !important}.pe-025{padding-right:.25rem !important}.pe-050{padding-right:.5rem !important}.pe-075{padding-right:.75rem !important}.pe-100{padding-right:1rem !important}.pe-125{padding-right:1.25rem !important}.pe-150{padding-right:1.5rem !important}.pe-175{padding-right:1.75rem !important}.pe-200{padding-right:2rem !important}.pe-250{padding-right:2.5rem !important}.pe-300{padding-right:3rem !important}.pe-400{padding-right:4rem !important}.pe-500{padding-right:5rem !important}.pe-600{padding-right:6rem !important}.pe-700{padding-right:7rem !important}.pb-0{padding-bottom:0rem !important}.pb-0125{padding-bottom:.125rem !important}.pb-025{padding-bottom:.25rem !important}.pb-050{padding-bottom:.5rem !important}.pb-075{padding-bottom:.75rem !important}.pb-100{padding-bottom:1rem !important}.pb-125{padding-bottom:1.25rem !important}.pb-150{padding-bottom:1.5rem !important}.pb-175{padding-bottom:1.75rem !important}.pb-200{padding-bottom:2rem !important}.pb-250{padding-bottom:2.5rem !important}.pb-300{padding-bottom:3rem !important}.pb-400{padding-bottom:4rem !important}.pb-500{padding-bottom:5rem !important}.pb-600{padding-bottom:6rem !important}.pb-700{padding-bottom:7rem !important}.ps-0{padding-left:0rem !important}.ps-0125{padding-left:.125rem !important}.ps-025{padding-left:.25rem !important}.ps-050{padding-left:.5rem !important}.ps-075{padding-left:.75rem !important}.ps-100{padding-left:1rem !important}.ps-125{padding-left:1.25rem !important}.ps-150{padding-left:1.5rem !important}.ps-175{padding-left:1.75rem !important}.ps-200{padding-left:2rem !important}.ps-250{padding-left:2.5rem !important}.ps-300{padding-left:3rem !important}.ps-400{padding-left:4rem !important}.ps-500{padding-left:5rem !important}.ps-600{padding-left:6rem !important}.ps-700{padding-left:7rem !important}.gap-0{gap:0rem !important}.gap-0125{gap:.125rem !important}.gap-025{gap:.25rem !important}.gap-050{gap:.5rem !important}.gap-075{gap:.75rem !important}.gap-100{gap:1rem !important}.gap-125{gap:1.25rem !important}.gap-150{gap:1.5rem !important}.gap-175{gap:1.75rem !important}.gap-200{gap:2rem !important}.gap-250{gap:2.5rem !important}.gap-300{gap:3rem !important}.gap-400{gap:4rem !important}.gap-500{gap:5rem !important}.gap-600{gap:6rem !important}.gap-700{gap:7rem !important}.row-gap-0{row-gap:0rem !important}.row-gap-0125{row-gap:.125rem !important}.row-gap-025{row-gap:.25rem !important}.row-gap-050{row-gap:.5rem !important}.row-gap-075{row-gap:.75rem !important}.row-gap-100{row-gap:1rem !important}.row-gap-125{row-gap:1.25rem !important}.row-gap-150{row-gap:1.5rem !important}.row-gap-175{row-gap:1.75rem !important}.row-gap-200{row-gap:2rem !important}.row-gap-250{row-gap:2.5rem !important}.row-gap-300{row-gap:3rem !important}.row-gap-400{row-gap:4rem !important}.row-gap-500{row-gap:5rem !important}.row-gap-600{row-gap:6rem !important}.row-gap-700{row-gap:7rem !important}.column-gap-0{column-gap:0rem !important}.column-gap-0125{column-gap:.125rem !important}.column-gap-025{column-gap:.25rem !important}.column-gap-050{column-gap:.5rem !important}.column-gap-075{column-gap:.75rem !important}.column-gap-100{column-gap:1rem !important}.column-gap-125{column-gap:1.25rem !important}.column-gap-150{column-gap:1.5rem !important}.column-gap-175{column-gap:1.75rem !important}.column-gap-200{column-gap:2rem !important}.column-gap-250{column-gap:2.5rem !important}.column-gap-300{column-gap:3rem !important}.column-gap-400{column-gap:4rem !important}.column-gap-500{column-gap:5rem !important}.column-gap-600{column-gap:6rem !important}.column-gap-700{column-gap:7rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !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}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:hsla(0,0%,100%,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-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(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-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(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-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(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-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(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-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(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-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(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-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(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-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(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-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}@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{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !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:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0rem !important}.m-sm-0125{margin:.125rem !important}.m-sm-025{margin:.25rem !important}.m-sm-050{margin:.5rem !important}.m-sm-075{margin:.75rem !important}.m-sm-100{margin:1rem !important}.m-sm-125{margin:1.25rem !important}.m-sm-150{margin:1.5rem !important}.m-sm-175{margin:1.75rem !important}.m-sm-200{margin:2rem !important}.m-sm-250{margin:2.5rem !important}.m-sm-300{margin:3rem !important}.m-sm-400{margin:4rem !important}.m-sm-500{margin:5rem !important}.m-sm-600{margin:6rem !important}.m-sm-700{margin:7rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0rem !important;margin-left:0rem !important}.mx-sm-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-sm-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-sm-100{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-sm-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-sm-200{margin-right:2rem !important;margin-left:2rem !important}.mx-sm-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-sm-300{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-400{margin-right:4rem !important;margin-left:4rem !important}.mx-sm-500{margin-right:5rem !important;margin-left:5rem !important}.mx-sm-600{margin-right:6rem !important;margin-left:6rem !important}.mx-sm-700{margin-right:7rem !important;margin-left:7rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-sm-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-sm-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-sm-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-sm-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-sm-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-sm-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-sm-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-sm-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-sm-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0rem !important}.mt-sm-0125{margin-top:.125rem !important}.mt-sm-025{margin-top:.25rem !important}.mt-sm-050{margin-top:.5rem !important}.mt-sm-075{margin-top:.75rem !important}.mt-sm-100{margin-top:1rem !important}.mt-sm-125{margin-top:1.25rem !important}.mt-sm-150{margin-top:1.5rem !important}.mt-sm-175{margin-top:1.75rem !important}.mt-sm-200{margin-top:2rem !important}.mt-sm-250{margin-top:2.5rem !important}.mt-sm-300{margin-top:3rem !important}.mt-sm-400{margin-top:4rem !important}.mt-sm-500{margin-top:5rem !important}.mt-sm-600{margin-top:6rem !important}.mt-sm-700{margin-top:7rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0rem !important}.me-sm-0125{margin-right:.125rem !important}.me-sm-025{margin-right:.25rem !important}.me-sm-050{margin-right:.5rem !important}.me-sm-075{margin-right:.75rem !important}.me-sm-100{margin-right:1rem !important}.me-sm-125{margin-right:1.25rem !important}.me-sm-150{margin-right:1.5rem !important}.me-sm-175{margin-right:1.75rem !important}.me-sm-200{margin-right:2rem !important}.me-sm-250{margin-right:2.5rem !important}.me-sm-300{margin-right:3rem !important}.me-sm-400{margin-right:4rem !important}.me-sm-500{margin-right:5rem !important}.me-sm-600{margin-right:6rem !important}.me-sm-700{margin-right:7rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0rem !important}.mb-sm-0125{margin-bottom:.125rem !important}.mb-sm-025{margin-bottom:.25rem !important}.mb-sm-050{margin-bottom:.5rem !important}.mb-sm-075{margin-bottom:.75rem !important}.mb-sm-100{margin-bottom:1rem !important}.mb-sm-125{margin-bottom:1.25rem !important}.mb-sm-150{margin-bottom:1.5rem !important}.mb-sm-175{margin-bottom:1.75rem !important}.mb-sm-200{margin-bottom:2rem !important}.mb-sm-250{margin-bottom:2.5rem !important}.mb-sm-300{margin-bottom:3rem !important}.mb-sm-400{margin-bottom:4rem !important}.mb-sm-500{margin-bottom:5rem !important}.mb-sm-600{margin-bottom:6rem !important}.mb-sm-700{margin-bottom:7rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0rem !important}.ms-sm-0125{margin-left:.125rem !important}.ms-sm-025{margin-left:.25rem !important}.ms-sm-050{margin-left:.5rem !important}.ms-sm-075{margin-left:.75rem !important}.ms-sm-100{margin-left:1rem !important}.ms-sm-125{margin-left:1.25rem !important}.ms-sm-150{margin-left:1.5rem !important}.ms-sm-175{margin-left:1.75rem !important}.ms-sm-200{margin-left:2rem !important}.ms-sm-250{margin-left:2.5rem !important}.ms-sm-300{margin-left:3rem !important}.ms-sm-400{margin-left:4rem !important}.ms-sm-500{margin-left:5rem !important}.ms-sm-600{margin-left:6rem !important}.ms-sm-700{margin-left:7rem !important}.ms-sm-auto{margin-left:auto !important}.m-sm-n0{margin:0rem !important}.m-sm-n0125{margin:-0.125rem !important}.m-sm-n025{margin:-0.25rem !important}.m-sm-n050{margin:-0.5rem !important}.m-sm-n075{margin:-0.75rem !important}.m-sm-n100{margin:-1rem !important}.m-sm-n125{margin:-1.25rem !important}.m-sm-n150{margin:-1.5rem !important}.m-sm-n175{margin:-1.75rem !important}.m-sm-n200{margin:-2rem !important}.m-sm-n250{margin:-2.5rem !important}.m-sm-n300{margin:-3rem !important}.m-sm-n400{margin:-4rem !important}.m-sm-n500{margin:-5rem !important}.m-sm-n600{margin:-6rem !important}.m-sm-n700{margin:-7rem !important}.mx-sm-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-sm-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-sm-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-sm-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-sm-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-sm-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-sm-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-sm-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-sm-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-sm-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-sm-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-sm-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-sm-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-sm-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-sm-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-sm-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-sm-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-sm-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-sm-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-sm-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-sm-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-sm-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-sm-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-sm-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-sm-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-sm-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-sm-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-sm-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-sm-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-sm-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-sm-n0{margin-top:0rem !important}.mt-sm-n0125{margin-top:-0.125rem !important}.mt-sm-n025{margin-top:-0.25rem !important}.mt-sm-n050{margin-top:-0.5rem !important}.mt-sm-n075{margin-top:-0.75rem !important}.mt-sm-n100{margin-top:-1rem !important}.mt-sm-n125{margin-top:-1.25rem !important}.mt-sm-n150{margin-top:-1.5rem !important}.mt-sm-n175{margin-top:-1.75rem !important}.mt-sm-n200{margin-top:-2rem !important}.mt-sm-n250{margin-top:-2.5rem !important}.mt-sm-n300{margin-top:-3rem !important}.mt-sm-n400{margin-top:-4rem !important}.mt-sm-n500{margin-top:-5rem !important}.mt-sm-n600{margin-top:-6rem !important}.mt-sm-n700{margin-top:-7rem !important}.me-sm-n0{margin-right:0rem !important}.me-sm-n0125{margin-right:-0.125rem !important}.me-sm-n025{margin-right:-0.25rem !important}.me-sm-n050{margin-right:-0.5rem !important}.me-sm-n075{margin-right:-0.75rem !important}.me-sm-n100{margin-right:-1rem !important}.me-sm-n125{margin-right:-1.25rem !important}.me-sm-n150{margin-right:-1.5rem !important}.me-sm-n175{margin-right:-1.75rem !important}.me-sm-n200{margin-right:-2rem !important}.me-sm-n250{margin-right:-2.5rem !important}.me-sm-n300{margin-right:-3rem !important}.me-sm-n400{margin-right:-4rem !important}.me-sm-n500{margin-right:-5rem !important}.me-sm-n600{margin-right:-6rem !important}.me-sm-n700{margin-right:-7rem !important}.mb-sm-n0{margin-bottom:0rem !important}.mb-sm-n0125{margin-bottom:-0.125rem !important}.mb-sm-n025{margin-bottom:-0.25rem !important}.mb-sm-n050{margin-bottom:-0.5rem !important}.mb-sm-n075{margin-bottom:-0.75rem !important}.mb-sm-n100{margin-bottom:-1rem !important}.mb-sm-n125{margin-bottom:-1.25rem !important}.mb-sm-n150{margin-bottom:-1.5rem !important}.mb-sm-n175{margin-bottom:-1.75rem !important}.mb-sm-n200{margin-bottom:-2rem !important}.mb-sm-n250{margin-bottom:-2.5rem !important}.mb-sm-n300{margin-bottom:-3rem !important}.mb-sm-n400{margin-bottom:-4rem !important}.mb-sm-n500{margin-bottom:-5rem !important}.mb-sm-n600{margin-bottom:-6rem !important}.mb-sm-n700{margin-bottom:-7rem !important}.ms-sm-n0{margin-left:0rem !important}.ms-sm-n0125{margin-left:-0.125rem !important}.ms-sm-n025{margin-left:-0.25rem !important}.ms-sm-n050{margin-left:-0.5rem !important}.ms-sm-n075{margin-left:-0.75rem !important}.ms-sm-n100{margin-left:-1rem !important}.ms-sm-n125{margin-left:-1.25rem !important}.ms-sm-n150{margin-left:-1.5rem !important}.ms-sm-n175{margin-left:-1.75rem !important}.ms-sm-n200{margin-left:-2rem !important}.ms-sm-n250{margin-left:-2.5rem !important}.ms-sm-n300{margin-left:-3rem !important}.ms-sm-n400{margin-left:-4rem !important}.ms-sm-n500{margin-left:-5rem !important}.ms-sm-n600{margin-left:-6rem !important}.ms-sm-n700{margin-left:-7rem !important}.p-sm-0{padding:0rem !important}.p-sm-0125{padding:.125rem !important}.p-sm-025{padding:.25rem !important}.p-sm-050{padding:.5rem !important}.p-sm-075{padding:.75rem !important}.p-sm-100{padding:1rem !important}.p-sm-125{padding:1.25rem !important}.p-sm-150{padding:1.5rem !important}.p-sm-175{padding:1.75rem !important}.p-sm-200{padding:2rem !important}.p-sm-250{padding:2.5rem !important}.p-sm-300{padding:3rem !important}.p-sm-400{padding:4rem !important}.p-sm-500{padding:5rem !important}.p-sm-600{padding:6rem !important}.p-sm-700{padding:7rem !important}.px-sm-0{padding-right:0rem !important;padding-left:0rem !important}.px-sm-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-sm-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-sm-100{padding-right:1rem !important;padding-left:1rem !important}.px-sm-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-sm-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-sm-200{padding-right:2rem !important;padding-left:2rem !important}.px-sm-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-sm-300{padding-right:3rem !important;padding-left:3rem !important}.px-sm-400{padding-right:4rem !important;padding-left:4rem !important}.px-sm-500{padding-right:5rem !important;padding-left:5rem !important}.px-sm-600{padding-right:6rem !important;padding-left:6rem !important}.px-sm-700{padding-right:7rem !important;padding-left:7rem !important}.py-sm-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-sm-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-sm-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-sm-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-sm-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-sm-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-sm-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-sm-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-sm-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-sm-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-sm-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-sm-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-sm-0{padding-top:0rem !important}.pt-sm-0125{padding-top:.125rem !important}.pt-sm-025{padding-top:.25rem !important}.pt-sm-050{padding-top:.5rem !important}.pt-sm-075{padding-top:.75rem !important}.pt-sm-100{padding-top:1rem !important}.pt-sm-125{padding-top:1.25rem !important}.pt-sm-150{padding-top:1.5rem !important}.pt-sm-175{padding-top:1.75rem !important}.pt-sm-200{padding-top:2rem !important}.pt-sm-250{padding-top:2.5rem !important}.pt-sm-300{padding-top:3rem !important}.pt-sm-400{padding-top:4rem !important}.pt-sm-500{padding-top:5rem !important}.pt-sm-600{padding-top:6rem !important}.pt-sm-700{padding-top:7rem !important}.pe-sm-0{padding-right:0rem !important}.pe-sm-0125{padding-right:.125rem !important}.pe-sm-025{padding-right:.25rem !important}.pe-sm-050{padding-right:.5rem !important}.pe-sm-075{padding-right:.75rem !important}.pe-sm-100{padding-right:1rem !important}.pe-sm-125{padding-right:1.25rem !important}.pe-sm-150{padding-right:1.5rem !important}.pe-sm-175{padding-right:1.75rem !important}.pe-sm-200{padding-right:2rem !important}.pe-sm-250{padding-right:2.5rem !important}.pe-sm-300{padding-right:3rem !important}.pe-sm-400{padding-right:4rem !important}.pe-sm-500{padding-right:5rem !important}.pe-sm-600{padding-right:6rem !important}.pe-sm-700{padding-right:7rem !important}.pb-sm-0{padding-bottom:0rem !important}.pb-sm-0125{padding-bottom:.125rem !important}.pb-sm-025{padding-bottom:.25rem !important}.pb-sm-050{padding-bottom:.5rem !important}.pb-sm-075{padding-bottom:.75rem !important}.pb-sm-100{padding-bottom:1rem !important}.pb-sm-125{padding-bottom:1.25rem !important}.pb-sm-150{padding-bottom:1.5rem !important}.pb-sm-175{padding-bottom:1.75rem !important}.pb-sm-200{padding-bottom:2rem !important}.pb-sm-250{padding-bottom:2.5rem !important}.pb-sm-300{padding-bottom:3rem !important}.pb-sm-400{padding-bottom:4rem !important}.pb-sm-500{padding-bottom:5rem !important}.pb-sm-600{padding-bottom:6rem !important}.pb-sm-700{padding-bottom:7rem !important}.ps-sm-0{padding-left:0rem !important}.ps-sm-0125{padding-left:.125rem !important}.ps-sm-025{padding-left:.25rem !important}.ps-sm-050{padding-left:.5rem !important}.ps-sm-075{padding-left:.75rem !important}.ps-sm-100{padding-left:1rem !important}.ps-sm-125{padding-left:1.25rem !important}.ps-sm-150{padding-left:1.5rem !important}.ps-sm-175{padding-left:1.75rem !important}.ps-sm-200{padding-left:2rem !important}.ps-sm-250{padding-left:2.5rem !important}.ps-sm-300{padding-left:3rem !important}.ps-sm-400{padding-left:4rem !important}.ps-sm-500{padding-left:5rem !important}.ps-sm-600{padding-left:6rem !important}.ps-sm-700{padding-left:7rem !important}.gap-sm-0{gap:0rem !important}.gap-sm-0125{gap:.125rem !important}.gap-sm-025{gap:.25rem !important}.gap-sm-050{gap:.5rem !important}.gap-sm-075{gap:.75rem !important}.gap-sm-100{gap:1rem !important}.gap-sm-125{gap:1.25rem !important}.gap-sm-150{gap:1.5rem !important}.gap-sm-175{gap:1.75rem !important}.gap-sm-200{gap:2rem !important}.gap-sm-250{gap:2.5rem !important}.gap-sm-300{gap:3rem !important}.gap-sm-400{gap:4rem !important}.gap-sm-500{gap:5rem !important}.gap-sm-600{gap:6rem !important}.gap-sm-700{gap:7rem !important}.row-gap-sm-0{row-gap:0rem !important}.row-gap-sm-0125{row-gap:.125rem !important}.row-gap-sm-025{row-gap:.25rem !important}.row-gap-sm-050{row-gap:.5rem !important}.row-gap-sm-075{row-gap:.75rem !important}.row-gap-sm-100{row-gap:1rem !important}.row-gap-sm-125{row-gap:1.25rem !important}.row-gap-sm-150{row-gap:1.5rem !important}.row-gap-sm-175{row-gap:1.75rem !important}.row-gap-sm-200{row-gap:2rem !important}.row-gap-sm-250{row-gap:2.5rem !important}.row-gap-sm-300{row-gap:3rem !important}.row-gap-sm-400{row-gap:4rem !important}.row-gap-sm-500{row-gap:5rem !important}.row-gap-sm-600{row-gap:6rem !important}.row-gap-sm-700{row-gap:7rem !important}.column-gap-sm-0{column-gap:0rem !important}.column-gap-sm-0125{column-gap:.125rem !important}.column-gap-sm-025{column-gap:.25rem !important}.column-gap-sm-050{column-gap:.5rem !important}.column-gap-sm-075{column-gap:.75rem !important}.column-gap-sm-100{column-gap:1rem !important}.column-gap-sm-125{column-gap:1.25rem !important}.column-gap-sm-150{column-gap:1.5rem !important}.column-gap-sm-175{column-gap:1.75rem !important}.column-gap-sm-200{column-gap:2rem !important}.column-gap-sm-250{column-gap:2.5rem !important}.column-gap-sm-300{column-gap:3rem !important}.column-gap-sm-400{column-gap:4rem !important}.column-gap-sm-500{column-gap:5rem !important}.column-gap-sm-600{column-gap:6rem !important}.column-gap-sm-700{column-gap:7rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !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{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !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:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0rem !important}.m-md-0125{margin:.125rem !important}.m-md-025{margin:.25rem !important}.m-md-050{margin:.5rem !important}.m-md-075{margin:.75rem !important}.m-md-100{margin:1rem !important}.m-md-125{margin:1.25rem !important}.m-md-150{margin:1.5rem !important}.m-md-175{margin:1.75rem !important}.m-md-200{margin:2rem !important}.m-md-250{margin:2.5rem !important}.m-md-300{margin:3rem !important}.m-md-400{margin:4rem !important}.m-md-500{margin:5rem !important}.m-md-600{margin:6rem !important}.m-md-700{margin:7rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0rem !important;margin-left:0rem !important}.mx-md-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-md-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-md-100{margin-right:1rem !important;margin-left:1rem !important}.mx-md-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-md-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-md-200{margin-right:2rem !important;margin-left:2rem !important}.mx-md-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-md-300{margin-right:3rem !important;margin-left:3rem !important}.mx-md-400{margin-right:4rem !important;margin-left:4rem !important}.mx-md-500{margin-right:5rem !important;margin-left:5rem !important}.mx-md-600{margin-right:6rem !important;margin-left:6rem !important}.mx-md-700{margin-right:7rem !important;margin-left:7rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-md-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-md-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-md-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-md-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-md-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-md-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-md-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-md-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-md-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0rem !important}.mt-md-0125{margin-top:.125rem !important}.mt-md-025{margin-top:.25rem !important}.mt-md-050{margin-top:.5rem !important}.mt-md-075{margin-top:.75rem !important}.mt-md-100{margin-top:1rem !important}.mt-md-125{margin-top:1.25rem !important}.mt-md-150{margin-top:1.5rem !important}.mt-md-175{margin-top:1.75rem !important}.mt-md-200{margin-top:2rem !important}.mt-md-250{margin-top:2.5rem !important}.mt-md-300{margin-top:3rem !important}.mt-md-400{margin-top:4rem !important}.mt-md-500{margin-top:5rem !important}.mt-md-600{margin-top:6rem !important}.mt-md-700{margin-top:7rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0rem !important}.me-md-0125{margin-right:.125rem !important}.me-md-025{margin-right:.25rem !important}.me-md-050{margin-right:.5rem !important}.me-md-075{margin-right:.75rem !important}.me-md-100{margin-right:1rem !important}.me-md-125{margin-right:1.25rem !important}.me-md-150{margin-right:1.5rem !important}.me-md-175{margin-right:1.75rem !important}.me-md-200{margin-right:2rem !important}.me-md-250{margin-right:2.5rem !important}.me-md-300{margin-right:3rem !important}.me-md-400{margin-right:4rem !important}.me-md-500{margin-right:5rem !important}.me-md-600{margin-right:6rem !important}.me-md-700{margin-right:7rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0rem !important}.mb-md-0125{margin-bottom:.125rem !important}.mb-md-025{margin-bottom:.25rem !important}.mb-md-050{margin-bottom:.5rem !important}.mb-md-075{margin-bottom:.75rem !important}.mb-md-100{margin-bottom:1rem !important}.mb-md-125{margin-bottom:1.25rem !important}.mb-md-150{margin-bottom:1.5rem !important}.mb-md-175{margin-bottom:1.75rem !important}.mb-md-200{margin-bottom:2rem !important}.mb-md-250{margin-bottom:2.5rem !important}.mb-md-300{margin-bottom:3rem !important}.mb-md-400{margin-bottom:4rem !important}.mb-md-500{margin-bottom:5rem !important}.mb-md-600{margin-bottom:6rem !important}.mb-md-700{margin-bottom:7rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0rem !important}.ms-md-0125{margin-left:.125rem !important}.ms-md-025{margin-left:.25rem !important}.ms-md-050{margin-left:.5rem !important}.ms-md-075{margin-left:.75rem !important}.ms-md-100{margin-left:1rem !important}.ms-md-125{margin-left:1.25rem !important}.ms-md-150{margin-left:1.5rem !important}.ms-md-175{margin-left:1.75rem !important}.ms-md-200{margin-left:2rem !important}.ms-md-250{margin-left:2.5rem !important}.ms-md-300{margin-left:3rem !important}.ms-md-400{margin-left:4rem !important}.ms-md-500{margin-left:5rem !important}.ms-md-600{margin-left:6rem !important}.ms-md-700{margin-left:7rem !important}.ms-md-auto{margin-left:auto !important}.m-md-n0{margin:0rem !important}.m-md-n0125{margin:-0.125rem !important}.m-md-n025{margin:-0.25rem !important}.m-md-n050{margin:-0.5rem !important}.m-md-n075{margin:-0.75rem !important}.m-md-n100{margin:-1rem !important}.m-md-n125{margin:-1.25rem !important}.m-md-n150{margin:-1.5rem !important}.m-md-n175{margin:-1.75rem !important}.m-md-n200{margin:-2rem !important}.m-md-n250{margin:-2.5rem !important}.m-md-n300{margin:-3rem !important}.m-md-n400{margin:-4rem !important}.m-md-n500{margin:-5rem !important}.m-md-n600{margin:-6rem !important}.m-md-n700{margin:-7rem !important}.mx-md-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-md-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-md-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-md-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-md-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-md-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-md-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-md-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-md-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-md-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-md-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-md-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-md-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-md-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-md-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-md-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-md-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-md-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-md-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-md-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-md-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-md-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-md-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-md-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-md-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-md-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-md-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-md-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-md-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-md-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-md-n0{margin-top:0rem !important}.mt-md-n0125{margin-top:-0.125rem !important}.mt-md-n025{margin-top:-0.25rem !important}.mt-md-n050{margin-top:-0.5rem !important}.mt-md-n075{margin-top:-0.75rem !important}.mt-md-n100{margin-top:-1rem !important}.mt-md-n125{margin-top:-1.25rem !important}.mt-md-n150{margin-top:-1.5rem !important}.mt-md-n175{margin-top:-1.75rem !important}.mt-md-n200{margin-top:-2rem !important}.mt-md-n250{margin-top:-2.5rem !important}.mt-md-n300{margin-top:-3rem !important}.mt-md-n400{margin-top:-4rem !important}.mt-md-n500{margin-top:-5rem !important}.mt-md-n600{margin-top:-6rem !important}.mt-md-n700{margin-top:-7rem !important}.me-md-n0{margin-right:0rem !important}.me-md-n0125{margin-right:-0.125rem !important}.me-md-n025{margin-right:-0.25rem !important}.me-md-n050{margin-right:-0.5rem !important}.me-md-n075{margin-right:-0.75rem !important}.me-md-n100{margin-right:-1rem !important}.me-md-n125{margin-right:-1.25rem !important}.me-md-n150{margin-right:-1.5rem !important}.me-md-n175{margin-right:-1.75rem !important}.me-md-n200{margin-right:-2rem !important}.me-md-n250{margin-right:-2.5rem !important}.me-md-n300{margin-right:-3rem !important}.me-md-n400{margin-right:-4rem !important}.me-md-n500{margin-right:-5rem !important}.me-md-n600{margin-right:-6rem !important}.me-md-n700{margin-right:-7rem !important}.mb-md-n0{margin-bottom:0rem !important}.mb-md-n0125{margin-bottom:-0.125rem !important}.mb-md-n025{margin-bottom:-0.25rem !important}.mb-md-n050{margin-bottom:-0.5rem !important}.mb-md-n075{margin-bottom:-0.75rem !important}.mb-md-n100{margin-bottom:-1rem !important}.mb-md-n125{margin-bottom:-1.25rem !important}.mb-md-n150{margin-bottom:-1.5rem !important}.mb-md-n175{margin-bottom:-1.75rem !important}.mb-md-n200{margin-bottom:-2rem !important}.mb-md-n250{margin-bottom:-2.5rem !important}.mb-md-n300{margin-bottom:-3rem !important}.mb-md-n400{margin-bottom:-4rem !important}.mb-md-n500{margin-bottom:-5rem !important}.mb-md-n600{margin-bottom:-6rem !important}.mb-md-n700{margin-bottom:-7rem !important}.ms-md-n0{margin-left:0rem !important}.ms-md-n0125{margin-left:-0.125rem !important}.ms-md-n025{margin-left:-0.25rem !important}.ms-md-n050{margin-left:-0.5rem !important}.ms-md-n075{margin-left:-0.75rem !important}.ms-md-n100{margin-left:-1rem !important}.ms-md-n125{margin-left:-1.25rem !important}.ms-md-n150{margin-left:-1.5rem !important}.ms-md-n175{margin-left:-1.75rem !important}.ms-md-n200{margin-left:-2rem !important}.ms-md-n250{margin-left:-2.5rem !important}.ms-md-n300{margin-left:-3rem !important}.ms-md-n400{margin-left:-4rem !important}.ms-md-n500{margin-left:-5rem !important}.ms-md-n600{margin-left:-6rem !important}.ms-md-n700{margin-left:-7rem !important}.p-md-0{padding:0rem !important}.p-md-0125{padding:.125rem !important}.p-md-025{padding:.25rem !important}.p-md-050{padding:.5rem !important}.p-md-075{padding:.75rem !important}.p-md-100{padding:1rem !important}.p-md-125{padding:1.25rem !important}.p-md-150{padding:1.5rem !important}.p-md-175{padding:1.75rem !important}.p-md-200{padding:2rem !important}.p-md-250{padding:2.5rem !important}.p-md-300{padding:3rem !important}.p-md-400{padding:4rem !important}.p-md-500{padding:5rem !important}.p-md-600{padding:6rem !important}.p-md-700{padding:7rem !important}.px-md-0{padding-right:0rem !important;padding-left:0rem !important}.px-md-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-md-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-md-100{padding-right:1rem !important;padding-left:1rem !important}.px-md-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-md-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-md-200{padding-right:2rem !important;padding-left:2rem !important}.px-md-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-md-300{padding-right:3rem !important;padding-left:3rem !important}.px-md-400{padding-right:4rem !important;padding-left:4rem !important}.px-md-500{padding-right:5rem !important;padding-left:5rem !important}.px-md-600{padding-right:6rem !important;padding-left:6rem !important}.px-md-700{padding-right:7rem !important;padding-left:7rem !important}.py-md-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-md-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-md-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-md-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-md-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-md-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-md-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-md-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-md-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-md-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-md-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-md-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-md-0{padding-top:0rem !important}.pt-md-0125{padding-top:.125rem !important}.pt-md-025{padding-top:.25rem !important}.pt-md-050{padding-top:.5rem !important}.pt-md-075{padding-top:.75rem !important}.pt-md-100{padding-top:1rem !important}.pt-md-125{padding-top:1.25rem !important}.pt-md-150{padding-top:1.5rem !important}.pt-md-175{padding-top:1.75rem !important}.pt-md-200{padding-top:2rem !important}.pt-md-250{padding-top:2.5rem !important}.pt-md-300{padding-top:3rem !important}.pt-md-400{padding-top:4rem !important}.pt-md-500{padding-top:5rem !important}.pt-md-600{padding-top:6rem !important}.pt-md-700{padding-top:7rem !important}.pe-md-0{padding-right:0rem !important}.pe-md-0125{padding-right:.125rem !important}.pe-md-025{padding-right:.25rem !important}.pe-md-050{padding-right:.5rem !important}.pe-md-075{padding-right:.75rem !important}.pe-md-100{padding-right:1rem !important}.pe-md-125{padding-right:1.25rem !important}.pe-md-150{padding-right:1.5rem !important}.pe-md-175{padding-right:1.75rem !important}.pe-md-200{padding-right:2rem !important}.pe-md-250{padding-right:2.5rem !important}.pe-md-300{padding-right:3rem !important}.pe-md-400{padding-right:4rem !important}.pe-md-500{padding-right:5rem !important}.pe-md-600{padding-right:6rem !important}.pe-md-700{padding-right:7rem !important}.pb-md-0{padding-bottom:0rem !important}.pb-md-0125{padding-bottom:.125rem !important}.pb-md-025{padding-bottom:.25rem !important}.pb-md-050{padding-bottom:.5rem !important}.pb-md-075{padding-bottom:.75rem !important}.pb-md-100{padding-bottom:1rem !important}.pb-md-125{padding-bottom:1.25rem !important}.pb-md-150{padding-bottom:1.5rem !important}.pb-md-175{padding-bottom:1.75rem !important}.pb-md-200{padding-bottom:2rem !important}.pb-md-250{padding-bottom:2.5rem !important}.pb-md-300{padding-bottom:3rem !important}.pb-md-400{padding-bottom:4rem !important}.pb-md-500{padding-bottom:5rem !important}.pb-md-600{padding-bottom:6rem !important}.pb-md-700{padding-bottom:7rem !important}.ps-md-0{padding-left:0rem !important}.ps-md-0125{padding-left:.125rem !important}.ps-md-025{padding-left:.25rem !important}.ps-md-050{padding-left:.5rem !important}.ps-md-075{padding-left:.75rem !important}.ps-md-100{padding-left:1rem !important}.ps-md-125{padding-left:1.25rem !important}.ps-md-150{padding-left:1.5rem !important}.ps-md-175{padding-left:1.75rem !important}.ps-md-200{padding-left:2rem !important}.ps-md-250{padding-left:2.5rem !important}.ps-md-300{padding-left:3rem !important}.ps-md-400{padding-left:4rem !important}.ps-md-500{padding-left:5rem !important}.ps-md-600{padding-left:6rem !important}.ps-md-700{padding-left:7rem !important}.gap-md-0{gap:0rem !important}.gap-md-0125{gap:.125rem !important}.gap-md-025{gap:.25rem !important}.gap-md-050{gap:.5rem !important}.gap-md-075{gap:.75rem !important}.gap-md-100{gap:1rem !important}.gap-md-125{gap:1.25rem !important}.gap-md-150{gap:1.5rem !important}.gap-md-175{gap:1.75rem !important}.gap-md-200{gap:2rem !important}.gap-md-250{gap:2.5rem !important}.gap-md-300{gap:3rem !important}.gap-md-400{gap:4rem !important}.gap-md-500{gap:5rem !important}.gap-md-600{gap:6rem !important}.gap-md-700{gap:7rem !important}.row-gap-md-0{row-gap:0rem !important}.row-gap-md-0125{row-gap:.125rem !important}.row-gap-md-025{row-gap:.25rem !important}.row-gap-md-050{row-gap:.5rem !important}.row-gap-md-075{row-gap:.75rem !important}.row-gap-md-100{row-gap:1rem !important}.row-gap-md-125{row-gap:1.25rem !important}.row-gap-md-150{row-gap:1.5rem !important}.row-gap-md-175{row-gap:1.75rem !important}.row-gap-md-200{row-gap:2rem !important}.row-gap-md-250{row-gap:2.5rem !important}.row-gap-md-300{row-gap:3rem !important}.row-gap-md-400{row-gap:4rem !important}.row-gap-md-500{row-gap:5rem !important}.row-gap-md-600{row-gap:6rem !important}.row-gap-md-700{row-gap:7rem !important}.column-gap-md-0{column-gap:0rem !important}.column-gap-md-0125{column-gap:.125rem !important}.column-gap-md-025{column-gap:.25rem !important}.column-gap-md-050{column-gap:.5rem !important}.column-gap-md-075{column-gap:.75rem !important}.column-gap-md-100{column-gap:1rem !important}.column-gap-md-125{column-gap:1.25rem !important}.column-gap-md-150{column-gap:1.5rem !important}.column-gap-md-175{column-gap:1.75rem !important}.column-gap-md-200{column-gap:2rem !important}.column-gap-md-250{column-gap:2.5rem !important}.column-gap-md-300{column-gap:3rem !important}.column-gap-md-400{column-gap:4rem !important}.column-gap-md-500{column-gap:5rem !important}.column-gap-md-600{column-gap:6rem !important}.column-gap-md-700{column-gap:7rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !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{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !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:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0rem !important}.m-lg-0125{margin:.125rem !important}.m-lg-025{margin:.25rem !important}.m-lg-050{margin:.5rem !important}.m-lg-075{margin:.75rem !important}.m-lg-100{margin:1rem !important}.m-lg-125{margin:1.25rem !important}.m-lg-150{margin:1.5rem !important}.m-lg-175{margin:1.75rem !important}.m-lg-200{margin:2rem !important}.m-lg-250{margin:2.5rem !important}.m-lg-300{margin:3rem !important}.m-lg-400{margin:4rem !important}.m-lg-500{margin:5rem !important}.m-lg-600{margin:6rem !important}.m-lg-700{margin:7rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0rem !important;margin-left:0rem !important}.mx-lg-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-lg-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-lg-100{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-lg-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-lg-200{margin-right:2rem !important;margin-left:2rem !important}.mx-lg-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-lg-300{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-400{margin-right:4rem !important;margin-left:4rem !important}.mx-lg-500{margin-right:5rem !important;margin-left:5rem !important}.mx-lg-600{margin-right:6rem !important;margin-left:6rem !important}.mx-lg-700{margin-right:7rem !important;margin-left:7rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-lg-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-lg-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-lg-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-lg-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-lg-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-lg-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-lg-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-lg-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-lg-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0rem !important}.mt-lg-0125{margin-top:.125rem !important}.mt-lg-025{margin-top:.25rem !important}.mt-lg-050{margin-top:.5rem !important}.mt-lg-075{margin-top:.75rem !important}.mt-lg-100{margin-top:1rem !important}.mt-lg-125{margin-top:1.25rem !important}.mt-lg-150{margin-top:1.5rem !important}.mt-lg-175{margin-top:1.75rem !important}.mt-lg-200{margin-top:2rem !important}.mt-lg-250{margin-top:2.5rem !important}.mt-lg-300{margin-top:3rem !important}.mt-lg-400{margin-top:4rem !important}.mt-lg-500{margin-top:5rem !important}.mt-lg-600{margin-top:6rem !important}.mt-lg-700{margin-top:7rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0rem !important}.me-lg-0125{margin-right:.125rem !important}.me-lg-025{margin-right:.25rem !important}.me-lg-050{margin-right:.5rem !important}.me-lg-075{margin-right:.75rem !important}.me-lg-100{margin-right:1rem !important}.me-lg-125{margin-right:1.25rem !important}.me-lg-150{margin-right:1.5rem !important}.me-lg-175{margin-right:1.75rem !important}.me-lg-200{margin-right:2rem !important}.me-lg-250{margin-right:2.5rem !important}.me-lg-300{margin-right:3rem !important}.me-lg-400{margin-right:4rem !important}.me-lg-500{margin-right:5rem !important}.me-lg-600{margin-right:6rem !important}.me-lg-700{margin-right:7rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0rem !important}.mb-lg-0125{margin-bottom:.125rem !important}.mb-lg-025{margin-bottom:.25rem !important}.mb-lg-050{margin-bottom:.5rem !important}.mb-lg-075{margin-bottom:.75rem !important}.mb-lg-100{margin-bottom:1rem !important}.mb-lg-125{margin-bottom:1.25rem !important}.mb-lg-150{margin-bottom:1.5rem !important}.mb-lg-175{margin-bottom:1.75rem !important}.mb-lg-200{margin-bottom:2rem !important}.mb-lg-250{margin-bottom:2.5rem !important}.mb-lg-300{margin-bottom:3rem !important}.mb-lg-400{margin-bottom:4rem !important}.mb-lg-500{margin-bottom:5rem !important}.mb-lg-600{margin-bottom:6rem !important}.mb-lg-700{margin-bottom:7rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0rem !important}.ms-lg-0125{margin-left:.125rem !important}.ms-lg-025{margin-left:.25rem !important}.ms-lg-050{margin-left:.5rem !important}.ms-lg-075{margin-left:.75rem !important}.ms-lg-100{margin-left:1rem !important}.ms-lg-125{margin-left:1.25rem !important}.ms-lg-150{margin-left:1.5rem !important}.ms-lg-175{margin-left:1.75rem !important}.ms-lg-200{margin-left:2rem !important}.ms-lg-250{margin-left:2.5rem !important}.ms-lg-300{margin-left:3rem !important}.ms-lg-400{margin-left:4rem !important}.ms-lg-500{margin-left:5rem !important}.ms-lg-600{margin-left:6rem !important}.ms-lg-700{margin-left:7rem !important}.ms-lg-auto{margin-left:auto !important}.m-lg-n0{margin:0rem !important}.m-lg-n0125{margin:-0.125rem !important}.m-lg-n025{margin:-0.25rem !important}.m-lg-n050{margin:-0.5rem !important}.m-lg-n075{margin:-0.75rem !important}.m-lg-n100{margin:-1rem !important}.m-lg-n125{margin:-1.25rem !important}.m-lg-n150{margin:-1.5rem !important}.m-lg-n175{margin:-1.75rem !important}.m-lg-n200{margin:-2rem !important}.m-lg-n250{margin:-2.5rem !important}.m-lg-n300{margin:-3rem !important}.m-lg-n400{margin:-4rem !important}.m-lg-n500{margin:-5rem !important}.m-lg-n600{margin:-6rem !important}.m-lg-n700{margin:-7rem !important}.mx-lg-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-lg-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-lg-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-lg-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-lg-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-lg-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-lg-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-lg-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-lg-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-lg-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-lg-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-lg-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-lg-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-lg-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-lg-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-lg-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-lg-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-lg-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-lg-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-lg-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-lg-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-lg-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-lg-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-lg-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-lg-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-lg-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-lg-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-lg-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-lg-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-lg-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-lg-n0{margin-top:0rem !important}.mt-lg-n0125{margin-top:-0.125rem !important}.mt-lg-n025{margin-top:-0.25rem !important}.mt-lg-n050{margin-top:-0.5rem !important}.mt-lg-n075{margin-top:-0.75rem !important}.mt-lg-n100{margin-top:-1rem !important}.mt-lg-n125{margin-top:-1.25rem !important}.mt-lg-n150{margin-top:-1.5rem !important}.mt-lg-n175{margin-top:-1.75rem !important}.mt-lg-n200{margin-top:-2rem !important}.mt-lg-n250{margin-top:-2.5rem !important}.mt-lg-n300{margin-top:-3rem !important}.mt-lg-n400{margin-top:-4rem !important}.mt-lg-n500{margin-top:-5rem !important}.mt-lg-n600{margin-top:-6rem !important}.mt-lg-n700{margin-top:-7rem !important}.me-lg-n0{margin-right:0rem !important}.me-lg-n0125{margin-right:-0.125rem !important}.me-lg-n025{margin-right:-0.25rem !important}.me-lg-n050{margin-right:-0.5rem !important}.me-lg-n075{margin-right:-0.75rem !important}.me-lg-n100{margin-right:-1rem !important}.me-lg-n125{margin-right:-1.25rem !important}.me-lg-n150{margin-right:-1.5rem !important}.me-lg-n175{margin-right:-1.75rem !important}.me-lg-n200{margin-right:-2rem !important}.me-lg-n250{margin-right:-2.5rem !important}.me-lg-n300{margin-right:-3rem !important}.me-lg-n400{margin-right:-4rem !important}.me-lg-n500{margin-right:-5rem !important}.me-lg-n600{margin-right:-6rem !important}.me-lg-n700{margin-right:-7rem !important}.mb-lg-n0{margin-bottom:0rem !important}.mb-lg-n0125{margin-bottom:-0.125rem !important}.mb-lg-n025{margin-bottom:-0.25rem !important}.mb-lg-n050{margin-bottom:-0.5rem !important}.mb-lg-n075{margin-bottom:-0.75rem !important}.mb-lg-n100{margin-bottom:-1rem !important}.mb-lg-n125{margin-bottom:-1.25rem !important}.mb-lg-n150{margin-bottom:-1.5rem !important}.mb-lg-n175{margin-bottom:-1.75rem !important}.mb-lg-n200{margin-bottom:-2rem !important}.mb-lg-n250{margin-bottom:-2.5rem !important}.mb-lg-n300{margin-bottom:-3rem !important}.mb-lg-n400{margin-bottom:-4rem !important}.mb-lg-n500{margin-bottom:-5rem !important}.mb-lg-n600{margin-bottom:-6rem !important}.mb-lg-n700{margin-bottom:-7rem !important}.ms-lg-n0{margin-left:0rem !important}.ms-lg-n0125{margin-left:-0.125rem !important}.ms-lg-n025{margin-left:-0.25rem !important}.ms-lg-n050{margin-left:-0.5rem !important}.ms-lg-n075{margin-left:-0.75rem !important}.ms-lg-n100{margin-left:-1rem !important}.ms-lg-n125{margin-left:-1.25rem !important}.ms-lg-n150{margin-left:-1.5rem !important}.ms-lg-n175{margin-left:-1.75rem !important}.ms-lg-n200{margin-left:-2rem !important}.ms-lg-n250{margin-left:-2.5rem !important}.ms-lg-n300{margin-left:-3rem !important}.ms-lg-n400{margin-left:-4rem !important}.ms-lg-n500{margin-left:-5rem !important}.ms-lg-n600{margin-left:-6rem !important}.ms-lg-n700{margin-left:-7rem !important}.p-lg-0{padding:0rem !important}.p-lg-0125{padding:.125rem !important}.p-lg-025{padding:.25rem !important}.p-lg-050{padding:.5rem !important}.p-lg-075{padding:.75rem !important}.p-lg-100{padding:1rem !important}.p-lg-125{padding:1.25rem !important}.p-lg-150{padding:1.5rem !important}.p-lg-175{padding:1.75rem !important}.p-lg-200{padding:2rem !important}.p-lg-250{padding:2.5rem !important}.p-lg-300{padding:3rem !important}.p-lg-400{padding:4rem !important}.p-lg-500{padding:5rem !important}.p-lg-600{padding:6rem !important}.p-lg-700{padding:7rem !important}.px-lg-0{padding-right:0rem !important;padding-left:0rem !important}.px-lg-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-lg-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-lg-100{padding-right:1rem !important;padding-left:1rem !important}.px-lg-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-lg-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-lg-200{padding-right:2rem !important;padding-left:2rem !important}.px-lg-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-lg-300{padding-right:3rem !important;padding-left:3rem !important}.px-lg-400{padding-right:4rem !important;padding-left:4rem !important}.px-lg-500{padding-right:5rem !important;padding-left:5rem !important}.px-lg-600{padding-right:6rem !important;padding-left:6rem !important}.px-lg-700{padding-right:7rem !important;padding-left:7rem !important}.py-lg-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-lg-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-lg-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-lg-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-lg-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-lg-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-lg-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-lg-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-lg-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-lg-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-lg-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-lg-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-lg-0{padding-top:0rem !important}.pt-lg-0125{padding-top:.125rem !important}.pt-lg-025{padding-top:.25rem !important}.pt-lg-050{padding-top:.5rem !important}.pt-lg-075{padding-top:.75rem !important}.pt-lg-100{padding-top:1rem !important}.pt-lg-125{padding-top:1.25rem !important}.pt-lg-150{padding-top:1.5rem !important}.pt-lg-175{padding-top:1.75rem !important}.pt-lg-200{padding-top:2rem !important}.pt-lg-250{padding-top:2.5rem !important}.pt-lg-300{padding-top:3rem !important}.pt-lg-400{padding-top:4rem !important}.pt-lg-500{padding-top:5rem !important}.pt-lg-600{padding-top:6rem !important}.pt-lg-700{padding-top:7rem !important}.pe-lg-0{padding-right:0rem !important}.pe-lg-0125{padding-right:.125rem !important}.pe-lg-025{padding-right:.25rem !important}.pe-lg-050{padding-right:.5rem !important}.pe-lg-075{padding-right:.75rem !important}.pe-lg-100{padding-right:1rem !important}.pe-lg-125{padding-right:1.25rem !important}.pe-lg-150{padding-right:1.5rem !important}.pe-lg-175{padding-right:1.75rem !important}.pe-lg-200{padding-right:2rem !important}.pe-lg-250{padding-right:2.5rem !important}.pe-lg-300{padding-right:3rem !important}.pe-lg-400{padding-right:4rem !important}.pe-lg-500{padding-right:5rem !important}.pe-lg-600{padding-right:6rem !important}.pe-lg-700{padding-right:7rem !important}.pb-lg-0{padding-bottom:0rem !important}.pb-lg-0125{padding-bottom:.125rem !important}.pb-lg-025{padding-bottom:.25rem !important}.pb-lg-050{padding-bottom:.5rem !important}.pb-lg-075{padding-bottom:.75rem !important}.pb-lg-100{padding-bottom:1rem !important}.pb-lg-125{padding-bottom:1.25rem !important}.pb-lg-150{padding-bottom:1.5rem !important}.pb-lg-175{padding-bottom:1.75rem !important}.pb-lg-200{padding-bottom:2rem !important}.pb-lg-250{padding-bottom:2.5rem !important}.pb-lg-300{padding-bottom:3rem !important}.pb-lg-400{padding-bottom:4rem !important}.pb-lg-500{padding-bottom:5rem !important}.pb-lg-600{padding-bottom:6rem !important}.pb-lg-700{padding-bottom:7rem !important}.ps-lg-0{padding-left:0rem !important}.ps-lg-0125{padding-left:.125rem !important}.ps-lg-025{padding-left:.25rem !important}.ps-lg-050{padding-left:.5rem !important}.ps-lg-075{padding-left:.75rem !important}.ps-lg-100{padding-left:1rem !important}.ps-lg-125{padding-left:1.25rem !important}.ps-lg-150{padding-left:1.5rem !important}.ps-lg-175{padding-left:1.75rem !important}.ps-lg-200{padding-left:2rem !important}.ps-lg-250{padding-left:2.5rem !important}.ps-lg-300{padding-left:3rem !important}.ps-lg-400{padding-left:4rem !important}.ps-lg-500{padding-left:5rem !important}.ps-lg-600{padding-left:6rem !important}.ps-lg-700{padding-left:7rem !important}.gap-lg-0{gap:0rem !important}.gap-lg-0125{gap:.125rem !important}.gap-lg-025{gap:.25rem !important}.gap-lg-050{gap:.5rem !important}.gap-lg-075{gap:.75rem !important}.gap-lg-100{gap:1rem !important}.gap-lg-125{gap:1.25rem !important}.gap-lg-150{gap:1.5rem !important}.gap-lg-175{gap:1.75rem !important}.gap-lg-200{gap:2rem !important}.gap-lg-250{gap:2.5rem !important}.gap-lg-300{gap:3rem !important}.gap-lg-400{gap:4rem !important}.gap-lg-500{gap:5rem !important}.gap-lg-600{gap:6rem !important}.gap-lg-700{gap:7rem !important}.row-gap-lg-0{row-gap:0rem !important}.row-gap-lg-0125{row-gap:.125rem !important}.row-gap-lg-025{row-gap:.25rem !important}.row-gap-lg-050{row-gap:.5rem !important}.row-gap-lg-075{row-gap:.75rem !important}.row-gap-lg-100{row-gap:1rem !important}.row-gap-lg-125{row-gap:1.25rem !important}.row-gap-lg-150{row-gap:1.5rem !important}.row-gap-lg-175{row-gap:1.75rem !important}.row-gap-lg-200{row-gap:2rem !important}.row-gap-lg-250{row-gap:2.5rem !important}.row-gap-lg-300{row-gap:3rem !important}.row-gap-lg-400{row-gap:4rem !important}.row-gap-lg-500{row-gap:5rem !important}.row-gap-lg-600{row-gap:6rem !important}.row-gap-lg-700{row-gap:7rem !important}.column-gap-lg-0{column-gap:0rem !important}.column-gap-lg-0125{column-gap:.125rem !important}.column-gap-lg-025{column-gap:.25rem !important}.column-gap-lg-050{column-gap:.5rem !important}.column-gap-lg-075{column-gap:.75rem !important}.column-gap-lg-100{column-gap:1rem !important}.column-gap-lg-125{column-gap:1.25rem !important}.column-gap-lg-150{column-gap:1.5rem !important}.column-gap-lg-175{column-gap:1.75rem !important}.column-gap-lg-200{column-gap:2rem !important}.column-gap-lg-250{column-gap:2.5rem !important}.column-gap-lg-300{column-gap:3rem !important}.column-gap-lg-400{column-gap:4rem !important}.column-gap-lg-500{column-gap:5rem !important}.column-gap-lg-600{column-gap:6rem !important}.column-gap-lg-700{column-gap:7rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !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{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !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:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0rem !important}.m-xl-0125{margin:.125rem !important}.m-xl-025{margin:.25rem !important}.m-xl-050{margin:.5rem !important}.m-xl-075{margin:.75rem !important}.m-xl-100{margin:1rem !important}.m-xl-125{margin:1.25rem !important}.m-xl-150{margin:1.5rem !important}.m-xl-175{margin:1.75rem !important}.m-xl-200{margin:2rem !important}.m-xl-250{margin:2.5rem !important}.m-xl-300{margin:3rem !important}.m-xl-400{margin:4rem !important}.m-xl-500{margin:5rem !important}.m-xl-600{margin:6rem !important}.m-xl-700{margin:7rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0rem !important;margin-left:0rem !important}.mx-xl-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-xl-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-xl-100{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-xl-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-xl-200{margin-right:2rem !important;margin-left:2rem !important}.mx-xl-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xl-300{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-400{margin-right:4rem !important;margin-left:4rem !important}.mx-xl-500{margin-right:5rem !important;margin-left:5rem !important}.mx-xl-600{margin-right:6rem !important;margin-left:6rem !important}.mx-xl-700{margin-right:7rem !important;margin-left:7rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-xl-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-xl-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-xl-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-xl-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-xl-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-xl-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xl-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-xl-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-xl-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-xl-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0rem !important}.mt-xl-0125{margin-top:.125rem !important}.mt-xl-025{margin-top:.25rem !important}.mt-xl-050{margin-top:.5rem !important}.mt-xl-075{margin-top:.75rem !important}.mt-xl-100{margin-top:1rem !important}.mt-xl-125{margin-top:1.25rem !important}.mt-xl-150{margin-top:1.5rem !important}.mt-xl-175{margin-top:1.75rem !important}.mt-xl-200{margin-top:2rem !important}.mt-xl-250{margin-top:2.5rem !important}.mt-xl-300{margin-top:3rem !important}.mt-xl-400{margin-top:4rem !important}.mt-xl-500{margin-top:5rem !important}.mt-xl-600{margin-top:6rem !important}.mt-xl-700{margin-top:7rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0rem !important}.me-xl-0125{margin-right:.125rem !important}.me-xl-025{margin-right:.25rem !important}.me-xl-050{margin-right:.5rem !important}.me-xl-075{margin-right:.75rem !important}.me-xl-100{margin-right:1rem !important}.me-xl-125{margin-right:1.25rem !important}.me-xl-150{margin-right:1.5rem !important}.me-xl-175{margin-right:1.75rem !important}.me-xl-200{margin-right:2rem !important}.me-xl-250{margin-right:2.5rem !important}.me-xl-300{margin-right:3rem !important}.me-xl-400{margin-right:4rem !important}.me-xl-500{margin-right:5rem !important}.me-xl-600{margin-right:6rem !important}.me-xl-700{margin-right:7rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0rem !important}.mb-xl-0125{margin-bottom:.125rem !important}.mb-xl-025{margin-bottom:.25rem !important}.mb-xl-050{margin-bottom:.5rem !important}.mb-xl-075{margin-bottom:.75rem !important}.mb-xl-100{margin-bottom:1rem !important}.mb-xl-125{margin-bottom:1.25rem !important}.mb-xl-150{margin-bottom:1.5rem !important}.mb-xl-175{margin-bottom:1.75rem !important}.mb-xl-200{margin-bottom:2rem !important}.mb-xl-250{margin-bottom:2.5rem !important}.mb-xl-300{margin-bottom:3rem !important}.mb-xl-400{margin-bottom:4rem !important}.mb-xl-500{margin-bottom:5rem !important}.mb-xl-600{margin-bottom:6rem !important}.mb-xl-700{margin-bottom:7rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0rem !important}.ms-xl-0125{margin-left:.125rem !important}.ms-xl-025{margin-left:.25rem !important}.ms-xl-050{margin-left:.5rem !important}.ms-xl-075{margin-left:.75rem !important}.ms-xl-100{margin-left:1rem !important}.ms-xl-125{margin-left:1.25rem !important}.ms-xl-150{margin-left:1.5rem !important}.ms-xl-175{margin-left:1.75rem !important}.ms-xl-200{margin-left:2rem !important}.ms-xl-250{margin-left:2.5rem !important}.ms-xl-300{margin-left:3rem !important}.ms-xl-400{margin-left:4rem !important}.ms-xl-500{margin-left:5rem !important}.ms-xl-600{margin-left:6rem !important}.ms-xl-700{margin-left:7rem !important}.ms-xl-auto{margin-left:auto !important}.m-xl-n0{margin:0rem !important}.m-xl-n0125{margin:-0.125rem !important}.m-xl-n025{margin:-0.25rem !important}.m-xl-n050{margin:-0.5rem !important}.m-xl-n075{margin:-0.75rem !important}.m-xl-n100{margin:-1rem !important}.m-xl-n125{margin:-1.25rem !important}.m-xl-n150{margin:-1.5rem !important}.m-xl-n175{margin:-1.75rem !important}.m-xl-n200{margin:-2rem !important}.m-xl-n250{margin:-2.5rem !important}.m-xl-n300{margin:-3rem !important}.m-xl-n400{margin:-4rem !important}.m-xl-n500{margin:-5rem !important}.m-xl-n600{margin:-6rem !important}.m-xl-n700{margin:-7rem !important}.mx-xl-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-xl-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-xl-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xl-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xl-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-xl-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-xl-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xl-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-xl-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xl-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-xl-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xl-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xl-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-xl-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xl-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-xl-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-xl-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-xl-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xl-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xl-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-xl-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-xl-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xl-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-xl-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xl-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-xl-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xl-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xl-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-xl-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xl-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-xl-n0{margin-top:0rem !important}.mt-xl-n0125{margin-top:-0.125rem !important}.mt-xl-n025{margin-top:-0.25rem !important}.mt-xl-n050{margin-top:-0.5rem !important}.mt-xl-n075{margin-top:-0.75rem !important}.mt-xl-n100{margin-top:-1rem !important}.mt-xl-n125{margin-top:-1.25rem !important}.mt-xl-n150{margin-top:-1.5rem !important}.mt-xl-n175{margin-top:-1.75rem !important}.mt-xl-n200{margin-top:-2rem !important}.mt-xl-n250{margin-top:-2.5rem !important}.mt-xl-n300{margin-top:-3rem !important}.mt-xl-n400{margin-top:-4rem !important}.mt-xl-n500{margin-top:-5rem !important}.mt-xl-n600{margin-top:-6rem !important}.mt-xl-n700{margin-top:-7rem !important}.me-xl-n0{margin-right:0rem !important}.me-xl-n0125{margin-right:-0.125rem !important}.me-xl-n025{margin-right:-0.25rem !important}.me-xl-n050{margin-right:-0.5rem !important}.me-xl-n075{margin-right:-0.75rem !important}.me-xl-n100{margin-right:-1rem !important}.me-xl-n125{margin-right:-1.25rem !important}.me-xl-n150{margin-right:-1.5rem !important}.me-xl-n175{margin-right:-1.75rem !important}.me-xl-n200{margin-right:-2rem !important}.me-xl-n250{margin-right:-2.5rem !important}.me-xl-n300{margin-right:-3rem !important}.me-xl-n400{margin-right:-4rem !important}.me-xl-n500{margin-right:-5rem !important}.me-xl-n600{margin-right:-6rem !important}.me-xl-n700{margin-right:-7rem !important}.mb-xl-n0{margin-bottom:0rem !important}.mb-xl-n0125{margin-bottom:-0.125rem !important}.mb-xl-n025{margin-bottom:-0.25rem !important}.mb-xl-n050{margin-bottom:-0.5rem !important}.mb-xl-n075{margin-bottom:-0.75rem !important}.mb-xl-n100{margin-bottom:-1rem !important}.mb-xl-n125{margin-bottom:-1.25rem !important}.mb-xl-n150{margin-bottom:-1.5rem !important}.mb-xl-n175{margin-bottom:-1.75rem !important}.mb-xl-n200{margin-bottom:-2rem !important}.mb-xl-n250{margin-bottom:-2.5rem !important}.mb-xl-n300{margin-bottom:-3rem !important}.mb-xl-n400{margin-bottom:-4rem !important}.mb-xl-n500{margin-bottom:-5rem !important}.mb-xl-n600{margin-bottom:-6rem !important}.mb-xl-n700{margin-bottom:-7rem !important}.ms-xl-n0{margin-left:0rem !important}.ms-xl-n0125{margin-left:-0.125rem !important}.ms-xl-n025{margin-left:-0.25rem !important}.ms-xl-n050{margin-left:-0.5rem !important}.ms-xl-n075{margin-left:-0.75rem !important}.ms-xl-n100{margin-left:-1rem !important}.ms-xl-n125{margin-left:-1.25rem !important}.ms-xl-n150{margin-left:-1.5rem !important}.ms-xl-n175{margin-left:-1.75rem !important}.ms-xl-n200{margin-left:-2rem !important}.ms-xl-n250{margin-left:-2.5rem !important}.ms-xl-n300{margin-left:-3rem !important}.ms-xl-n400{margin-left:-4rem !important}.ms-xl-n500{margin-left:-5rem !important}.ms-xl-n600{margin-left:-6rem !important}.ms-xl-n700{margin-left:-7rem !important}.p-xl-0{padding:0rem !important}.p-xl-0125{padding:.125rem !important}.p-xl-025{padding:.25rem !important}.p-xl-050{padding:.5rem !important}.p-xl-075{padding:.75rem !important}.p-xl-100{padding:1rem !important}.p-xl-125{padding:1.25rem !important}.p-xl-150{padding:1.5rem !important}.p-xl-175{padding:1.75rem !important}.p-xl-200{padding:2rem !important}.p-xl-250{padding:2.5rem !important}.p-xl-300{padding:3rem !important}.p-xl-400{padding:4rem !important}.p-xl-500{padding:5rem !important}.p-xl-600{padding:6rem !important}.p-xl-700{padding:7rem !important}.px-xl-0{padding-right:0rem !important;padding-left:0rem !important}.px-xl-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-xl-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-xl-100{padding-right:1rem !important;padding-left:1rem !important}.px-xl-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-xl-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-xl-200{padding-right:2rem !important;padding-left:2rem !important}.px-xl-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xl-300{padding-right:3rem !important;padding-left:3rem !important}.px-xl-400{padding-right:4rem !important;padding-left:4rem !important}.px-xl-500{padding-right:5rem !important;padding-left:5rem !important}.px-xl-600{padding-right:6rem !important;padding-left:6rem !important}.px-xl-700{padding-right:7rem !important;padding-left:7rem !important}.py-xl-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-xl-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-xl-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-xl-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-xl-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-xl-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-xl-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xl-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-xl-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-xl-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-xl-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-xl-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-xl-0{padding-top:0rem !important}.pt-xl-0125{padding-top:.125rem !important}.pt-xl-025{padding-top:.25rem !important}.pt-xl-050{padding-top:.5rem !important}.pt-xl-075{padding-top:.75rem !important}.pt-xl-100{padding-top:1rem !important}.pt-xl-125{padding-top:1.25rem !important}.pt-xl-150{padding-top:1.5rem !important}.pt-xl-175{padding-top:1.75rem !important}.pt-xl-200{padding-top:2rem !important}.pt-xl-250{padding-top:2.5rem !important}.pt-xl-300{padding-top:3rem !important}.pt-xl-400{padding-top:4rem !important}.pt-xl-500{padding-top:5rem !important}.pt-xl-600{padding-top:6rem !important}.pt-xl-700{padding-top:7rem !important}.pe-xl-0{padding-right:0rem !important}.pe-xl-0125{padding-right:.125rem !important}.pe-xl-025{padding-right:.25rem !important}.pe-xl-050{padding-right:.5rem !important}.pe-xl-075{padding-right:.75rem !important}.pe-xl-100{padding-right:1rem !important}.pe-xl-125{padding-right:1.25rem !important}.pe-xl-150{padding-right:1.5rem !important}.pe-xl-175{padding-right:1.75rem !important}.pe-xl-200{padding-right:2rem !important}.pe-xl-250{padding-right:2.5rem !important}.pe-xl-300{padding-right:3rem !important}.pe-xl-400{padding-right:4rem !important}.pe-xl-500{padding-right:5rem !important}.pe-xl-600{padding-right:6rem !important}.pe-xl-700{padding-right:7rem !important}.pb-xl-0{padding-bottom:0rem !important}.pb-xl-0125{padding-bottom:.125rem !important}.pb-xl-025{padding-bottom:.25rem !important}.pb-xl-050{padding-bottom:.5rem !important}.pb-xl-075{padding-bottom:.75rem !important}.pb-xl-100{padding-bottom:1rem !important}.pb-xl-125{padding-bottom:1.25rem !important}.pb-xl-150{padding-bottom:1.5rem !important}.pb-xl-175{padding-bottom:1.75rem !important}.pb-xl-200{padding-bottom:2rem !important}.pb-xl-250{padding-bottom:2.5rem !important}.pb-xl-300{padding-bottom:3rem !important}.pb-xl-400{padding-bottom:4rem !important}.pb-xl-500{padding-bottom:5rem !important}.pb-xl-600{padding-bottom:6rem !important}.pb-xl-700{padding-bottom:7rem !important}.ps-xl-0{padding-left:0rem !important}.ps-xl-0125{padding-left:.125rem !important}.ps-xl-025{padding-left:.25rem !important}.ps-xl-050{padding-left:.5rem !important}.ps-xl-075{padding-left:.75rem !important}.ps-xl-100{padding-left:1rem !important}.ps-xl-125{padding-left:1.25rem !important}.ps-xl-150{padding-left:1.5rem !important}.ps-xl-175{padding-left:1.75rem !important}.ps-xl-200{padding-left:2rem !important}.ps-xl-250{padding-left:2.5rem !important}.ps-xl-300{padding-left:3rem !important}.ps-xl-400{padding-left:4rem !important}.ps-xl-500{padding-left:5rem !important}.ps-xl-600{padding-left:6rem !important}.ps-xl-700{padding-left:7rem !important}.gap-xl-0{gap:0rem !important}.gap-xl-0125{gap:.125rem !important}.gap-xl-025{gap:.25rem !important}.gap-xl-050{gap:.5rem !important}.gap-xl-075{gap:.75rem !important}.gap-xl-100{gap:1rem !important}.gap-xl-125{gap:1.25rem !important}.gap-xl-150{gap:1.5rem !important}.gap-xl-175{gap:1.75rem !important}.gap-xl-200{gap:2rem !important}.gap-xl-250{gap:2.5rem !important}.gap-xl-300{gap:3rem !important}.gap-xl-400{gap:4rem !important}.gap-xl-500{gap:5rem !important}.gap-xl-600{gap:6rem !important}.gap-xl-700{gap:7rem !important}.row-gap-xl-0{row-gap:0rem !important}.row-gap-xl-0125{row-gap:.125rem !important}.row-gap-xl-025{row-gap:.25rem !important}.row-gap-xl-050{row-gap:.5rem !important}.row-gap-xl-075{row-gap:.75rem !important}.row-gap-xl-100{row-gap:1rem !important}.row-gap-xl-125{row-gap:1.25rem !important}.row-gap-xl-150{row-gap:1.5rem !important}.row-gap-xl-175{row-gap:1.75rem !important}.row-gap-xl-200{row-gap:2rem !important}.row-gap-xl-250{row-gap:2.5rem !important}.row-gap-xl-300{row-gap:3rem !important}.row-gap-xl-400{row-gap:4rem !important}.row-gap-xl-500{row-gap:5rem !important}.row-gap-xl-600{row-gap:6rem !important}.row-gap-xl-700{row-gap:7rem !important}.column-gap-xl-0{column-gap:0rem !important}.column-gap-xl-0125{column-gap:.125rem !important}.column-gap-xl-025{column-gap:.25rem !important}.column-gap-xl-050{column-gap:.5rem !important}.column-gap-xl-075{column-gap:.75rem !important}.column-gap-xl-100{column-gap:1rem !important}.column-gap-xl-125{column-gap:1.25rem !important}.column-gap-xl-150{column-gap:1.5rem !important}.column-gap-xl-175{column-gap:1.75rem !important}.column-gap-xl-200{column-gap:2rem !important}.column-gap-xl-250{column-gap:2.5rem !important}.column-gap-xl-300{column-gap:3rem !important}.column-gap-xl-400{column-gap:4rem !important}.column-gap-xl-500{column-gap:5rem !important}.column-gap-xl-600{column-gap:6rem !important}.column-gap-xl-700{column-gap:7rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !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{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !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:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0rem !important}.m-xxl-0125{margin:.125rem !important}.m-xxl-025{margin:.25rem !important}.m-xxl-050{margin:.5rem !important}.m-xxl-075{margin:.75rem !important}.m-xxl-100{margin:1rem !important}.m-xxl-125{margin:1.25rem !important}.m-xxl-150{margin:1.5rem !important}.m-xxl-175{margin:1.75rem !important}.m-xxl-200{margin:2rem !important}.m-xxl-250{margin:2.5rem !important}.m-xxl-300{margin:3rem !important}.m-xxl-400{margin:4rem !important}.m-xxl-500{margin:5rem !important}.m-xxl-600{margin:6rem !important}.m-xxl-700{margin:7rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0rem !important;margin-left:0rem !important}.mx-xxl-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-xxl-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-xxl-100{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-xxl-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-xxl-200{margin-right:2rem !important;margin-left:2rem !important}.mx-xxl-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xxl-300{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-400{margin-right:4rem !important;margin-left:4rem !important}.mx-xxl-500{margin-right:5rem !important;margin-left:5rem !important}.mx-xxl-600{margin-right:6rem !important;margin-left:6rem !important}.mx-xxl-700{margin-right:7rem !important;margin-left:7rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-xxl-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-xxl-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-xxl-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-xxl-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-xxl-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-xxl-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xxl-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxl-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-xxl-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-xxl-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0rem !important}.mt-xxl-0125{margin-top:.125rem !important}.mt-xxl-025{margin-top:.25rem !important}.mt-xxl-050{margin-top:.5rem !important}.mt-xxl-075{margin-top:.75rem !important}.mt-xxl-100{margin-top:1rem !important}.mt-xxl-125{margin-top:1.25rem !important}.mt-xxl-150{margin-top:1.5rem !important}.mt-xxl-175{margin-top:1.75rem !important}.mt-xxl-200{margin-top:2rem !important}.mt-xxl-250{margin-top:2.5rem !important}.mt-xxl-300{margin-top:3rem !important}.mt-xxl-400{margin-top:4rem !important}.mt-xxl-500{margin-top:5rem !important}.mt-xxl-600{margin-top:6rem !important}.mt-xxl-700{margin-top:7rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0rem !important}.me-xxl-0125{margin-right:.125rem !important}.me-xxl-025{margin-right:.25rem !important}.me-xxl-050{margin-right:.5rem !important}.me-xxl-075{margin-right:.75rem !important}.me-xxl-100{margin-right:1rem !important}.me-xxl-125{margin-right:1.25rem !important}.me-xxl-150{margin-right:1.5rem !important}.me-xxl-175{margin-right:1.75rem !important}.me-xxl-200{margin-right:2rem !important}.me-xxl-250{margin-right:2.5rem !important}.me-xxl-300{margin-right:3rem !important}.me-xxl-400{margin-right:4rem !important}.me-xxl-500{margin-right:5rem !important}.me-xxl-600{margin-right:6rem !important}.me-xxl-700{margin-right:7rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0rem !important}.mb-xxl-0125{margin-bottom:.125rem !important}.mb-xxl-025{margin-bottom:.25rem !important}.mb-xxl-050{margin-bottom:.5rem !important}.mb-xxl-075{margin-bottom:.75rem !important}.mb-xxl-100{margin-bottom:1rem !important}.mb-xxl-125{margin-bottom:1.25rem !important}.mb-xxl-150{margin-bottom:1.5rem !important}.mb-xxl-175{margin-bottom:1.75rem !important}.mb-xxl-200{margin-bottom:2rem !important}.mb-xxl-250{margin-bottom:2.5rem !important}.mb-xxl-300{margin-bottom:3rem !important}.mb-xxl-400{margin-bottom:4rem !important}.mb-xxl-500{margin-bottom:5rem !important}.mb-xxl-600{margin-bottom:6rem !important}.mb-xxl-700{margin-bottom:7rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0rem !important}.ms-xxl-0125{margin-left:.125rem !important}.ms-xxl-025{margin-left:.25rem !important}.ms-xxl-050{margin-left:.5rem !important}.ms-xxl-075{margin-left:.75rem !important}.ms-xxl-100{margin-left:1rem !important}.ms-xxl-125{margin-left:1.25rem !important}.ms-xxl-150{margin-left:1.5rem !important}.ms-xxl-175{margin-left:1.75rem !important}.ms-xxl-200{margin-left:2rem !important}.ms-xxl-250{margin-left:2.5rem !important}.ms-xxl-300{margin-left:3rem !important}.ms-xxl-400{margin-left:4rem !important}.ms-xxl-500{margin-left:5rem !important}.ms-xxl-600{margin-left:6rem !important}.ms-xxl-700{margin-left:7rem !important}.ms-xxl-auto{margin-left:auto !important}.m-xxl-n0{margin:0rem !important}.m-xxl-n0125{margin:-0.125rem !important}.m-xxl-n025{margin:-0.25rem !important}.m-xxl-n050{margin:-0.5rem !important}.m-xxl-n075{margin:-0.75rem !important}.m-xxl-n100{margin:-1rem !important}.m-xxl-n125{margin:-1.25rem !important}.m-xxl-n150{margin:-1.5rem !important}.m-xxl-n175{margin:-1.75rem !important}.m-xxl-n200{margin:-2rem !important}.m-xxl-n250{margin:-2.5rem !important}.m-xxl-n300{margin:-3rem !important}.m-xxl-n400{margin:-4rem !important}.m-xxl-n500{margin:-5rem !important}.m-xxl-n600{margin:-6rem !important}.m-xxl-n700{margin:-7rem !important}.mx-xxl-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-xxl-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-xxl-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xxl-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xxl-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-xxl-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxl-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-xxl-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xxl-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-xxl-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xxl-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-xxl-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xxl-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xxl-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-xxl-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xxl-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-xxl-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-xxl-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-xxl-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xxl-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xxl-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-xxl-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxl-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-xxl-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xxl-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-xxl-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xxl-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-xxl-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xxl-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xxl-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-xxl-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xxl-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-xxl-n0{margin-top:0rem !important}.mt-xxl-n0125{margin-top:-0.125rem !important}.mt-xxl-n025{margin-top:-0.25rem !important}.mt-xxl-n050{margin-top:-0.5rem !important}.mt-xxl-n075{margin-top:-0.75rem !important}.mt-xxl-n100{margin-top:-1rem !important}.mt-xxl-n125{margin-top:-1.25rem !important}.mt-xxl-n150{margin-top:-1.5rem !important}.mt-xxl-n175{margin-top:-1.75rem !important}.mt-xxl-n200{margin-top:-2rem !important}.mt-xxl-n250{margin-top:-2.5rem !important}.mt-xxl-n300{margin-top:-3rem !important}.mt-xxl-n400{margin-top:-4rem !important}.mt-xxl-n500{margin-top:-5rem !important}.mt-xxl-n600{margin-top:-6rem !important}.mt-xxl-n700{margin-top:-7rem !important}.me-xxl-n0{margin-right:0rem !important}.me-xxl-n0125{margin-right:-0.125rem !important}.me-xxl-n025{margin-right:-0.25rem !important}.me-xxl-n050{margin-right:-0.5rem !important}.me-xxl-n075{margin-right:-0.75rem !important}.me-xxl-n100{margin-right:-1rem !important}.me-xxl-n125{margin-right:-1.25rem !important}.me-xxl-n150{margin-right:-1.5rem !important}.me-xxl-n175{margin-right:-1.75rem !important}.me-xxl-n200{margin-right:-2rem !important}.me-xxl-n250{margin-right:-2.5rem !important}.me-xxl-n300{margin-right:-3rem !important}.me-xxl-n400{margin-right:-4rem !important}.me-xxl-n500{margin-right:-5rem !important}.me-xxl-n600{margin-right:-6rem !important}.me-xxl-n700{margin-right:-7rem !important}.mb-xxl-n0{margin-bottom:0rem !important}.mb-xxl-n0125{margin-bottom:-0.125rem !important}.mb-xxl-n025{margin-bottom:-0.25rem !important}.mb-xxl-n050{margin-bottom:-0.5rem !important}.mb-xxl-n075{margin-bottom:-0.75rem !important}.mb-xxl-n100{margin-bottom:-1rem !important}.mb-xxl-n125{margin-bottom:-1.25rem !important}.mb-xxl-n150{margin-bottom:-1.5rem !important}.mb-xxl-n175{margin-bottom:-1.75rem !important}.mb-xxl-n200{margin-bottom:-2rem !important}.mb-xxl-n250{margin-bottom:-2.5rem !important}.mb-xxl-n300{margin-bottom:-3rem !important}.mb-xxl-n400{margin-bottom:-4rem !important}.mb-xxl-n500{margin-bottom:-5rem !important}.mb-xxl-n600{margin-bottom:-6rem !important}.mb-xxl-n700{margin-bottom:-7rem !important}.ms-xxl-n0{margin-left:0rem !important}.ms-xxl-n0125{margin-left:-0.125rem !important}.ms-xxl-n025{margin-left:-0.25rem !important}.ms-xxl-n050{margin-left:-0.5rem !important}.ms-xxl-n075{margin-left:-0.75rem !important}.ms-xxl-n100{margin-left:-1rem !important}.ms-xxl-n125{margin-left:-1.25rem !important}.ms-xxl-n150{margin-left:-1.5rem !important}.ms-xxl-n175{margin-left:-1.75rem !important}.ms-xxl-n200{margin-left:-2rem !important}.ms-xxl-n250{margin-left:-2.5rem !important}.ms-xxl-n300{margin-left:-3rem !important}.ms-xxl-n400{margin-left:-4rem !important}.ms-xxl-n500{margin-left:-5rem !important}.ms-xxl-n600{margin-left:-6rem !important}.ms-xxl-n700{margin-left:-7rem !important}.p-xxl-0{padding:0rem !important}.p-xxl-0125{padding:.125rem !important}.p-xxl-025{padding:.25rem !important}.p-xxl-050{padding:.5rem !important}.p-xxl-075{padding:.75rem !important}.p-xxl-100{padding:1rem !important}.p-xxl-125{padding:1.25rem !important}.p-xxl-150{padding:1.5rem !important}.p-xxl-175{padding:1.75rem !important}.p-xxl-200{padding:2rem !important}.p-xxl-250{padding:2.5rem !important}.p-xxl-300{padding:3rem !important}.p-xxl-400{padding:4rem !important}.p-xxl-500{padding:5rem !important}.p-xxl-600{padding:6rem !important}.p-xxl-700{padding:7rem !important}.px-xxl-0{padding-right:0rem !important;padding-left:0rem !important}.px-xxl-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-xxl-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-xxl-100{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-xxl-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-xxl-200{padding-right:2rem !important;padding-left:2rem !important}.px-xxl-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xxl-300{padding-right:3rem !important;padding-left:3rem !important}.px-xxl-400{padding-right:4rem !important;padding-left:4rem !important}.px-xxl-500{padding-right:5rem !important;padding-left:5rem !important}.px-xxl-600{padding-right:6rem !important;padding-left:6rem !important}.px-xxl-700{padding-right:7rem !important;padding-left:7rem !important}.py-xxl-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-xxl-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-xxl-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-xxl-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-xxl-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-xxl-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-xxl-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xxl-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-xxl-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-xxl-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-xxl-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-xxl-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-xxl-0{padding-top:0rem !important}.pt-xxl-0125{padding-top:.125rem !important}.pt-xxl-025{padding-top:.25rem !important}.pt-xxl-050{padding-top:.5rem !important}.pt-xxl-075{padding-top:.75rem !important}.pt-xxl-100{padding-top:1rem !important}.pt-xxl-125{padding-top:1.25rem !important}.pt-xxl-150{padding-top:1.5rem !important}.pt-xxl-175{padding-top:1.75rem !important}.pt-xxl-200{padding-top:2rem !important}.pt-xxl-250{padding-top:2.5rem !important}.pt-xxl-300{padding-top:3rem !important}.pt-xxl-400{padding-top:4rem !important}.pt-xxl-500{padding-top:5rem !important}.pt-xxl-600{padding-top:6rem !important}.pt-xxl-700{padding-top:7rem !important}.pe-xxl-0{padding-right:0rem !important}.pe-xxl-0125{padding-right:.125rem !important}.pe-xxl-025{padding-right:.25rem !important}.pe-xxl-050{padding-right:.5rem !important}.pe-xxl-075{padding-right:.75rem !important}.pe-xxl-100{padding-right:1rem !important}.pe-xxl-125{padding-right:1.25rem !important}.pe-xxl-150{padding-right:1.5rem !important}.pe-xxl-175{padding-right:1.75rem !important}.pe-xxl-200{padding-right:2rem !important}.pe-xxl-250{padding-right:2.5rem !important}.pe-xxl-300{padding-right:3rem !important}.pe-xxl-400{padding-right:4rem !important}.pe-xxl-500{padding-right:5rem !important}.pe-xxl-600{padding-right:6rem !important}.pe-xxl-700{padding-right:7rem !important}.pb-xxl-0{padding-bottom:0rem !important}.pb-xxl-0125{padding-bottom:.125rem !important}.pb-xxl-025{padding-bottom:.25rem !important}.pb-xxl-050{padding-bottom:.5rem !important}.pb-xxl-075{padding-bottom:.75rem !important}.pb-xxl-100{padding-bottom:1rem !important}.pb-xxl-125{padding-bottom:1.25rem !important}.pb-xxl-150{padding-bottom:1.5rem !important}.pb-xxl-175{padding-bottom:1.75rem !important}.pb-xxl-200{padding-bottom:2rem !important}.pb-xxl-250{padding-bottom:2.5rem !important}.pb-xxl-300{padding-bottom:3rem !important}.pb-xxl-400{padding-bottom:4rem !important}.pb-xxl-500{padding-bottom:5rem !important}.pb-xxl-600{padding-bottom:6rem !important}.pb-xxl-700{padding-bottom:7rem !important}.ps-xxl-0{padding-left:0rem !important}.ps-xxl-0125{padding-left:.125rem !important}.ps-xxl-025{padding-left:.25rem !important}.ps-xxl-050{padding-left:.5rem !important}.ps-xxl-075{padding-left:.75rem !important}.ps-xxl-100{padding-left:1rem !important}.ps-xxl-125{padding-left:1.25rem !important}.ps-xxl-150{padding-left:1.5rem !important}.ps-xxl-175{padding-left:1.75rem !important}.ps-xxl-200{padding-left:2rem !important}.ps-xxl-250{padding-left:2.5rem !important}.ps-xxl-300{padding-left:3rem !important}.ps-xxl-400{padding-left:4rem !important}.ps-xxl-500{padding-left:5rem !important}.ps-xxl-600{padding-left:6rem !important}.ps-xxl-700{padding-left:7rem !important}.gap-xxl-0{gap:0rem !important}.gap-xxl-0125{gap:.125rem !important}.gap-xxl-025{gap:.25rem !important}.gap-xxl-050{gap:.5rem !important}.gap-xxl-075{gap:.75rem !important}.gap-xxl-100{gap:1rem !important}.gap-xxl-125{gap:1.25rem !important}.gap-xxl-150{gap:1.5rem !important}.gap-xxl-175{gap:1.75rem !important}.gap-xxl-200{gap:2rem !important}.gap-xxl-250{gap:2.5rem !important}.gap-xxl-300{gap:3rem !important}.gap-xxl-400{gap:4rem !important}.gap-xxl-500{gap:5rem !important}.gap-xxl-600{gap:6rem !important}.gap-xxl-700{gap:7rem !important}.row-gap-xxl-0{row-gap:0rem !important}.row-gap-xxl-0125{row-gap:.125rem !important}.row-gap-xxl-025{row-gap:.25rem !important}.row-gap-xxl-050{row-gap:.5rem !important}.row-gap-xxl-075{row-gap:.75rem !important}.row-gap-xxl-100{row-gap:1rem !important}.row-gap-xxl-125{row-gap:1.25rem !important}.row-gap-xxl-150{row-gap:1.5rem !important}.row-gap-xxl-175{row-gap:1.75rem !important}.row-gap-xxl-200{row-gap:2rem !important}.row-gap-xxl-250{row-gap:2.5rem !important}.row-gap-xxl-300{row-gap:3rem !important}.row-gap-xxl-400{row-gap:4rem !important}.row-gap-xxl-500{row-gap:5rem !important}.row-gap-xxl-600{row-gap:6rem !important}.row-gap-xxl-700{row-gap:7rem !important}.column-gap-xxl-0{column-gap:0rem !important}.column-gap-xxl-0125{column-gap:.125rem !important}.column-gap-xxl-025{column-gap:.25rem !important}.column-gap-xxl-050{column-gap:.5rem !important}.column-gap-xxl-075{column-gap:.75rem !important}.column-gap-xxl-100{column-gap:1rem !important}.column-gap-xxl-125{column-gap:1.25rem !important}.column-gap-xxl-150{column-gap:1.5rem !important}.column-gap-xxl-175{column-gap:1.75rem !important}.column-gap-xxl-200{column-gap:2rem !important}.column-gap-xxl-250{column-gap:2.5rem !important}.column-gap-xxl-300{column-gap:3rem !important}.column-gap-xxl-400{column-gap:4rem !important}.column-gap-xxl-500{column-gap:5rem !important}.column-gap-xxl-600{column-gap:6rem !important}.column-gap-xxl-700{column-gap:7rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !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:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#000 !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(25, 58, 171, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(25, 58, 171, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(53, 187, 107, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(53, 187, 107, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(234, 234, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(234, 234, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(253, 240, 117, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(253, 240, 117, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(118, 12, 35, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(118, 12, 35, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-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:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;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}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden !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;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: rgb(31, 73, 214);--bs-success: rgb(3, 170, 70);--bs-info: rgb(229, 229, 240);--bs-warning: rgb(253, 236, 83);--bs-danger: rgb(148, 15, 44);--bs-primary-rgb: 31, 73, 214;--bs-success-rgb: 3, 170, 70;--bs-info-rgb: 229, 229, 240;--bs-warning-rgb: 253, 236, 83;--bs-danger-rgb: 148, 15, 44;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(10, 54, 33.6);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(209, 231, 220.8);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(163, 207, 186.6);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: rgb(32, 15, 46);--bs-body-color-rgb: 32, 15, 46;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: rgb(32, 15, 46);--bs-emphasis-color-rgb: 32, 15, 46;--bs-secondary-color: rgba(32, 15, 46, 0.75);--bs-secondary-color-rgb: 32, 15, 46;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(32, 15, 46, 0.5);--bs-tertiary-color-rgb: 32, 15, 46;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: rgb(31, 73, 214);--bs-link-color-rgb: 31, 73, 214;--bs-link-decoration: underline;--bs-link-hover-color: rgb(31, 73, 214);--bs-link-hover-color-rgb: 31, 73, 214;--bs-link-hover-decoration: none;--bs-code-color: #d63384;--bs-highlight-color: rgb(32, 15, 46);--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: rgb(233, 233, 233);--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.25rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.75rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 1000rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}.sr-only-xs-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 0){.sr-only-xs-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}.sr-only-sm-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 576px){.sr-only-sm-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}.sr-only-md-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 768px){.sr-only-md-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}.sr-only-lg-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 992px){.sr-only-lg-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}.sr-only-xl-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 1200px){.sr-only-xl-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}.sr-only-xxl-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 1400px){.sr-only-xxl-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}body{line-height:1.5;letter-spacing:.01em;font-size:1rem;font-weight:400;font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}@media(min-width: 768px){body{font-size:1.125rem}}hr{opacity:1}.vs-sticky-nav{position:sticky;z-index:1030;top:-28px}@media(min-width: 768px){.vs-sticky-nav{top:-36px}}.vs-sticky-nav--has-content{top:-34px}@media(min-width: 768px){.vs-sticky-nav--has-content{top:-42px}}.vs-sticky-nav:has(.vs-skip-to:focus-within){top:0}.no-js .vs-sticky-nav{position:initial;top:0}@media(min-width: 768px){.no-js .vs-sticky-nav{top:0}}.zindex-fixed{z-index:1030}.aspect-ratio-3-2{aspect-ratio:3/2}.truncate-2-lines{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;white-space:normal;-webkit-line-clamp:2}.truncate-3-lines{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;white-space:normal;-webkit-line-clamp:3}/*!
163
+ *,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:0}abbr[title]{text-decoration:underline dotted;cursor:help;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:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-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(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb);text-decoration:none}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color)}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:.5rem;padding-bottom:.5rem;color:var(--bs-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:.5rem;line-height:inherit;font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){legend{font-size:1.5rem}}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}::-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}.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{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !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:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !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{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.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-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-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0rem !important}.m-0125{margin:.125rem !important}.m-025{margin:.25rem !important}.m-050{margin:.5rem !important}.m-075{margin:.75rem !important}.m-100{margin:1rem !important}.m-125{margin:1.25rem !important}.m-150{margin:1.5rem !important}.m-175{margin:1.75rem !important}.m-200{margin:2rem !important}.m-250{margin:2.5rem !important}.m-300{margin:3rem !important}.m-400{margin:4rem !important}.m-500{margin:5rem !important}.m-600{margin:6rem !important}.m-700{margin:7rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0rem !important;margin-left:0rem !important}.mx-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-100{margin-right:1rem !important;margin-left:1rem !important}.mx-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-200{margin-right:2rem !important;margin-left:2rem !important}.mx-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-300{margin-right:3rem !important;margin-left:3rem !important}.mx-400{margin-right:4rem !important;margin-left:4rem !important}.mx-500{margin-right:5rem !important;margin-left:5rem !important}.mx-600{margin-right:6rem !important;margin-left:6rem !important}.mx-700{margin-right:7rem !important;margin-left:7rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0rem !important}.mt-0125{margin-top:.125rem !important}.mt-025{margin-top:.25rem !important}.mt-050{margin-top:.5rem !important}.mt-075{margin-top:.75rem !important}.mt-100{margin-top:1rem !important}.mt-125{margin-top:1.25rem !important}.mt-150{margin-top:1.5rem !important}.mt-175{margin-top:1.75rem !important}.mt-200{margin-top:2rem !important}.mt-250{margin-top:2.5rem !important}.mt-300{margin-top:3rem !important}.mt-400{margin-top:4rem !important}.mt-500{margin-top:5rem !important}.mt-600{margin-top:6rem !important}.mt-700{margin-top:7rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0rem !important}.me-0125{margin-right:.125rem !important}.me-025{margin-right:.25rem !important}.me-050{margin-right:.5rem !important}.me-075{margin-right:.75rem !important}.me-100{margin-right:1rem !important}.me-125{margin-right:1.25rem !important}.me-150{margin-right:1.5rem !important}.me-175{margin-right:1.75rem !important}.me-200{margin-right:2rem !important}.me-250{margin-right:2.5rem !important}.me-300{margin-right:3rem !important}.me-400{margin-right:4rem !important}.me-500{margin-right:5rem !important}.me-600{margin-right:6rem !important}.me-700{margin-right:7rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0rem !important}.mb-0125{margin-bottom:.125rem !important}.mb-025{margin-bottom:.25rem !important}.mb-050{margin-bottom:.5rem !important}.mb-075{margin-bottom:.75rem !important}.mb-100{margin-bottom:1rem !important}.mb-125{margin-bottom:1.25rem !important}.mb-150{margin-bottom:1.5rem !important}.mb-175{margin-bottom:1.75rem !important}.mb-200{margin-bottom:2rem !important}.mb-250{margin-bottom:2.5rem !important}.mb-300{margin-bottom:3rem !important}.mb-400{margin-bottom:4rem !important}.mb-500{margin-bottom:5rem !important}.mb-600{margin-bottom:6rem !important}.mb-700{margin-bottom:7rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0rem !important}.ms-0125{margin-left:.125rem !important}.ms-025{margin-left:.25rem !important}.ms-050{margin-left:.5rem !important}.ms-075{margin-left:.75rem !important}.ms-100{margin-left:1rem !important}.ms-125{margin-left:1.25rem !important}.ms-150{margin-left:1.5rem !important}.ms-175{margin-left:1.75rem !important}.ms-200{margin-left:2rem !important}.ms-250{margin-left:2.5rem !important}.ms-300{margin-left:3rem !important}.ms-400{margin-left:4rem !important}.ms-500{margin-left:5rem !important}.ms-600{margin-left:6rem !important}.ms-700{margin-left:7rem !important}.ms-auto{margin-left:auto !important}.m-n0{margin:0rem !important}.m-n0125{margin:-0.125rem !important}.m-n025{margin:-0.25rem !important}.m-n050{margin:-0.5rem !important}.m-n075{margin:-0.75rem !important}.m-n100{margin:-1rem !important}.m-n125{margin:-1.25rem !important}.m-n150{margin:-1.5rem !important}.m-n175{margin:-1.75rem !important}.m-n200{margin:-2rem !important}.m-n250{margin:-2.5rem !important}.m-n300{margin:-3rem !important}.m-n400{margin:-4rem !important}.m-n500{margin:-5rem !important}.m-n600{margin:-6rem !important}.m-n700{margin:-7rem !important}.mx-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-n0{margin-top:0rem !important}.mt-n0125{margin-top:-0.125rem !important}.mt-n025{margin-top:-0.25rem !important}.mt-n050{margin-top:-0.5rem !important}.mt-n075{margin-top:-0.75rem !important}.mt-n100{margin-top:-1rem !important}.mt-n125{margin-top:-1.25rem !important}.mt-n150{margin-top:-1.5rem !important}.mt-n175{margin-top:-1.75rem !important}.mt-n200{margin-top:-2rem !important}.mt-n250{margin-top:-2.5rem !important}.mt-n300{margin-top:-3rem !important}.mt-n400{margin-top:-4rem !important}.mt-n500{margin-top:-5rem !important}.mt-n600{margin-top:-6rem !important}.mt-n700{margin-top:-7rem !important}.me-n0{margin-right:0rem !important}.me-n0125{margin-right:-0.125rem !important}.me-n025{margin-right:-0.25rem !important}.me-n050{margin-right:-0.5rem !important}.me-n075{margin-right:-0.75rem !important}.me-n100{margin-right:-1rem !important}.me-n125{margin-right:-1.25rem !important}.me-n150{margin-right:-1.5rem !important}.me-n175{margin-right:-1.75rem !important}.me-n200{margin-right:-2rem !important}.me-n250{margin-right:-2.5rem !important}.me-n300{margin-right:-3rem !important}.me-n400{margin-right:-4rem !important}.me-n500{margin-right:-5rem !important}.me-n600{margin-right:-6rem !important}.me-n700{margin-right:-7rem !important}.mb-n0{margin-bottom:0rem !important}.mb-n0125{margin-bottom:-0.125rem !important}.mb-n025{margin-bottom:-0.25rem !important}.mb-n050{margin-bottom:-0.5rem !important}.mb-n075{margin-bottom:-0.75rem !important}.mb-n100{margin-bottom:-1rem !important}.mb-n125{margin-bottom:-1.25rem !important}.mb-n150{margin-bottom:-1.5rem !important}.mb-n175{margin-bottom:-1.75rem !important}.mb-n200{margin-bottom:-2rem !important}.mb-n250{margin-bottom:-2.5rem !important}.mb-n300{margin-bottom:-3rem !important}.mb-n400{margin-bottom:-4rem !important}.mb-n500{margin-bottom:-5rem !important}.mb-n600{margin-bottom:-6rem !important}.mb-n700{margin-bottom:-7rem !important}.ms-n0{margin-left:0rem !important}.ms-n0125{margin-left:-0.125rem !important}.ms-n025{margin-left:-0.25rem !important}.ms-n050{margin-left:-0.5rem !important}.ms-n075{margin-left:-0.75rem !important}.ms-n100{margin-left:-1rem !important}.ms-n125{margin-left:-1.25rem !important}.ms-n150{margin-left:-1.5rem !important}.ms-n175{margin-left:-1.75rem !important}.ms-n200{margin-left:-2rem !important}.ms-n250{margin-left:-2.5rem !important}.ms-n300{margin-left:-3rem !important}.ms-n400{margin-left:-4rem !important}.ms-n500{margin-left:-5rem !important}.ms-n600{margin-left:-6rem !important}.ms-n700{margin-left:-7rem !important}.p-0{padding:0rem !important}.p-0125{padding:.125rem !important}.p-025{padding:.25rem !important}.p-050{padding:.5rem !important}.p-075{padding:.75rem !important}.p-100{padding:1rem !important}.p-125{padding:1.25rem !important}.p-150{padding:1.5rem !important}.p-175{padding:1.75rem !important}.p-200{padding:2rem !important}.p-250{padding:2.5rem !important}.p-300{padding:3rem !important}.p-400{padding:4rem !important}.p-500{padding:5rem !important}.p-600{padding:6rem !important}.p-700{padding:7rem !important}.px-0{padding-right:0rem !important;padding-left:0rem !important}.px-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-100{padding-right:1rem !important;padding-left:1rem !important}.px-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-200{padding-right:2rem !important;padding-left:2rem !important}.px-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-300{padding-right:3rem !important;padding-left:3rem !important}.px-400{padding-right:4rem !important;padding-left:4rem !important}.px-500{padding-right:5rem !important;padding-left:5rem !important}.px-600{padding-right:6rem !important;padding-left:6rem !important}.px-700{padding-right:7rem !important;padding-left:7rem !important}.py-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-0{padding-top:0rem !important}.pt-0125{padding-top:.125rem !important}.pt-025{padding-top:.25rem !important}.pt-050{padding-top:.5rem !important}.pt-075{padding-top:.75rem !important}.pt-100{padding-top:1rem !important}.pt-125{padding-top:1.25rem !important}.pt-150{padding-top:1.5rem !important}.pt-175{padding-top:1.75rem !important}.pt-200{padding-top:2rem !important}.pt-250{padding-top:2.5rem !important}.pt-300{padding-top:3rem !important}.pt-400{padding-top:4rem !important}.pt-500{padding-top:5rem !important}.pt-600{padding-top:6rem !important}.pt-700{padding-top:7rem !important}.pe-0{padding-right:0rem !important}.pe-0125{padding-right:.125rem !important}.pe-025{padding-right:.25rem !important}.pe-050{padding-right:.5rem !important}.pe-075{padding-right:.75rem !important}.pe-100{padding-right:1rem !important}.pe-125{padding-right:1.25rem !important}.pe-150{padding-right:1.5rem !important}.pe-175{padding-right:1.75rem !important}.pe-200{padding-right:2rem !important}.pe-250{padding-right:2.5rem !important}.pe-300{padding-right:3rem !important}.pe-400{padding-right:4rem !important}.pe-500{padding-right:5rem !important}.pe-600{padding-right:6rem !important}.pe-700{padding-right:7rem !important}.pb-0{padding-bottom:0rem !important}.pb-0125{padding-bottom:.125rem !important}.pb-025{padding-bottom:.25rem !important}.pb-050{padding-bottom:.5rem !important}.pb-075{padding-bottom:.75rem !important}.pb-100{padding-bottom:1rem !important}.pb-125{padding-bottom:1.25rem !important}.pb-150{padding-bottom:1.5rem !important}.pb-175{padding-bottom:1.75rem !important}.pb-200{padding-bottom:2rem !important}.pb-250{padding-bottom:2.5rem !important}.pb-300{padding-bottom:3rem !important}.pb-400{padding-bottom:4rem !important}.pb-500{padding-bottom:5rem !important}.pb-600{padding-bottom:6rem !important}.pb-700{padding-bottom:7rem !important}.ps-0{padding-left:0rem !important}.ps-0125{padding-left:.125rem !important}.ps-025{padding-left:.25rem !important}.ps-050{padding-left:.5rem !important}.ps-075{padding-left:.75rem !important}.ps-100{padding-left:1rem !important}.ps-125{padding-left:1.25rem !important}.ps-150{padding-left:1.5rem !important}.ps-175{padding-left:1.75rem !important}.ps-200{padding-left:2rem !important}.ps-250{padding-left:2.5rem !important}.ps-300{padding-left:3rem !important}.ps-400{padding-left:4rem !important}.ps-500{padding-left:5rem !important}.ps-600{padding-left:6rem !important}.ps-700{padding-left:7rem !important}.gap-0{gap:0rem !important}.gap-0125{gap:.125rem !important}.gap-025{gap:.25rem !important}.gap-050{gap:.5rem !important}.gap-075{gap:.75rem !important}.gap-100{gap:1rem !important}.gap-125{gap:1.25rem !important}.gap-150{gap:1.5rem !important}.gap-175{gap:1.75rem !important}.gap-200{gap:2rem !important}.gap-250{gap:2.5rem !important}.gap-300{gap:3rem !important}.gap-400{gap:4rem !important}.gap-500{gap:5rem !important}.gap-600{gap:6rem !important}.gap-700{gap:7rem !important}.row-gap-0{row-gap:0rem !important}.row-gap-0125{row-gap:.125rem !important}.row-gap-025{row-gap:.25rem !important}.row-gap-050{row-gap:.5rem !important}.row-gap-075{row-gap:.75rem !important}.row-gap-100{row-gap:1rem !important}.row-gap-125{row-gap:1.25rem !important}.row-gap-150{row-gap:1.5rem !important}.row-gap-175{row-gap:1.75rem !important}.row-gap-200{row-gap:2rem !important}.row-gap-250{row-gap:2.5rem !important}.row-gap-300{row-gap:3rem !important}.row-gap-400{row-gap:4rem !important}.row-gap-500{row-gap:5rem !important}.row-gap-600{row-gap:6rem !important}.row-gap-700{row-gap:7rem !important}.column-gap-0{column-gap:0rem !important}.column-gap-0125{column-gap:.125rem !important}.column-gap-025{column-gap:.25rem !important}.column-gap-050{column-gap:.5rem !important}.column-gap-075{column-gap:.75rem !important}.column-gap-100{column-gap:1rem !important}.column-gap-125{column-gap:1.25rem !important}.column-gap-150{column-gap:1.5rem !important}.column-gap-175{column-gap:1.75rem !important}.column-gap-200{column-gap:2rem !important}.column-gap-250{column-gap:2.5rem !important}.column-gap-300{column-gap:3rem !important}.column-gap-400{column-gap:4rem !important}.column-gap-500{column-gap:5rem !important}.column-gap-600{column-gap:6rem !important}.column-gap-700{column-gap:7rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !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}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:hsla(0,0%,100%,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-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(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-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(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-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(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-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(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-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(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-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(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-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(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-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(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-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}@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{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !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:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0rem !important}.m-sm-0125{margin:.125rem !important}.m-sm-025{margin:.25rem !important}.m-sm-050{margin:.5rem !important}.m-sm-075{margin:.75rem !important}.m-sm-100{margin:1rem !important}.m-sm-125{margin:1.25rem !important}.m-sm-150{margin:1.5rem !important}.m-sm-175{margin:1.75rem !important}.m-sm-200{margin:2rem !important}.m-sm-250{margin:2.5rem !important}.m-sm-300{margin:3rem !important}.m-sm-400{margin:4rem !important}.m-sm-500{margin:5rem !important}.m-sm-600{margin:6rem !important}.m-sm-700{margin:7rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0rem !important;margin-left:0rem !important}.mx-sm-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-sm-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-sm-100{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-sm-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-sm-200{margin-right:2rem !important;margin-left:2rem !important}.mx-sm-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-sm-300{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-400{margin-right:4rem !important;margin-left:4rem !important}.mx-sm-500{margin-right:5rem !important;margin-left:5rem !important}.mx-sm-600{margin-right:6rem !important;margin-left:6rem !important}.mx-sm-700{margin-right:7rem !important;margin-left:7rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-sm-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-sm-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-sm-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-sm-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-sm-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-sm-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-sm-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-sm-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-sm-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0rem !important}.mt-sm-0125{margin-top:.125rem !important}.mt-sm-025{margin-top:.25rem !important}.mt-sm-050{margin-top:.5rem !important}.mt-sm-075{margin-top:.75rem !important}.mt-sm-100{margin-top:1rem !important}.mt-sm-125{margin-top:1.25rem !important}.mt-sm-150{margin-top:1.5rem !important}.mt-sm-175{margin-top:1.75rem !important}.mt-sm-200{margin-top:2rem !important}.mt-sm-250{margin-top:2.5rem !important}.mt-sm-300{margin-top:3rem !important}.mt-sm-400{margin-top:4rem !important}.mt-sm-500{margin-top:5rem !important}.mt-sm-600{margin-top:6rem !important}.mt-sm-700{margin-top:7rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0rem !important}.me-sm-0125{margin-right:.125rem !important}.me-sm-025{margin-right:.25rem !important}.me-sm-050{margin-right:.5rem !important}.me-sm-075{margin-right:.75rem !important}.me-sm-100{margin-right:1rem !important}.me-sm-125{margin-right:1.25rem !important}.me-sm-150{margin-right:1.5rem !important}.me-sm-175{margin-right:1.75rem !important}.me-sm-200{margin-right:2rem !important}.me-sm-250{margin-right:2.5rem !important}.me-sm-300{margin-right:3rem !important}.me-sm-400{margin-right:4rem !important}.me-sm-500{margin-right:5rem !important}.me-sm-600{margin-right:6rem !important}.me-sm-700{margin-right:7rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0rem !important}.mb-sm-0125{margin-bottom:.125rem !important}.mb-sm-025{margin-bottom:.25rem !important}.mb-sm-050{margin-bottom:.5rem !important}.mb-sm-075{margin-bottom:.75rem !important}.mb-sm-100{margin-bottom:1rem !important}.mb-sm-125{margin-bottom:1.25rem !important}.mb-sm-150{margin-bottom:1.5rem !important}.mb-sm-175{margin-bottom:1.75rem !important}.mb-sm-200{margin-bottom:2rem !important}.mb-sm-250{margin-bottom:2.5rem !important}.mb-sm-300{margin-bottom:3rem !important}.mb-sm-400{margin-bottom:4rem !important}.mb-sm-500{margin-bottom:5rem !important}.mb-sm-600{margin-bottom:6rem !important}.mb-sm-700{margin-bottom:7rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0rem !important}.ms-sm-0125{margin-left:.125rem !important}.ms-sm-025{margin-left:.25rem !important}.ms-sm-050{margin-left:.5rem !important}.ms-sm-075{margin-left:.75rem !important}.ms-sm-100{margin-left:1rem !important}.ms-sm-125{margin-left:1.25rem !important}.ms-sm-150{margin-left:1.5rem !important}.ms-sm-175{margin-left:1.75rem !important}.ms-sm-200{margin-left:2rem !important}.ms-sm-250{margin-left:2.5rem !important}.ms-sm-300{margin-left:3rem !important}.ms-sm-400{margin-left:4rem !important}.ms-sm-500{margin-left:5rem !important}.ms-sm-600{margin-left:6rem !important}.ms-sm-700{margin-left:7rem !important}.ms-sm-auto{margin-left:auto !important}.m-sm-n0{margin:0rem !important}.m-sm-n0125{margin:-0.125rem !important}.m-sm-n025{margin:-0.25rem !important}.m-sm-n050{margin:-0.5rem !important}.m-sm-n075{margin:-0.75rem !important}.m-sm-n100{margin:-1rem !important}.m-sm-n125{margin:-1.25rem !important}.m-sm-n150{margin:-1.5rem !important}.m-sm-n175{margin:-1.75rem !important}.m-sm-n200{margin:-2rem !important}.m-sm-n250{margin:-2.5rem !important}.m-sm-n300{margin:-3rem !important}.m-sm-n400{margin:-4rem !important}.m-sm-n500{margin:-5rem !important}.m-sm-n600{margin:-6rem !important}.m-sm-n700{margin:-7rem !important}.mx-sm-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-sm-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-sm-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-sm-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-sm-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-sm-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-sm-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-sm-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-sm-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-sm-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-sm-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-sm-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-sm-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-sm-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-sm-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-sm-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-sm-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-sm-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-sm-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-sm-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-sm-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-sm-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-sm-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-sm-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-sm-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-sm-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-sm-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-sm-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-sm-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-sm-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-sm-n0{margin-top:0rem !important}.mt-sm-n0125{margin-top:-0.125rem !important}.mt-sm-n025{margin-top:-0.25rem !important}.mt-sm-n050{margin-top:-0.5rem !important}.mt-sm-n075{margin-top:-0.75rem !important}.mt-sm-n100{margin-top:-1rem !important}.mt-sm-n125{margin-top:-1.25rem !important}.mt-sm-n150{margin-top:-1.5rem !important}.mt-sm-n175{margin-top:-1.75rem !important}.mt-sm-n200{margin-top:-2rem !important}.mt-sm-n250{margin-top:-2.5rem !important}.mt-sm-n300{margin-top:-3rem !important}.mt-sm-n400{margin-top:-4rem !important}.mt-sm-n500{margin-top:-5rem !important}.mt-sm-n600{margin-top:-6rem !important}.mt-sm-n700{margin-top:-7rem !important}.me-sm-n0{margin-right:0rem !important}.me-sm-n0125{margin-right:-0.125rem !important}.me-sm-n025{margin-right:-0.25rem !important}.me-sm-n050{margin-right:-0.5rem !important}.me-sm-n075{margin-right:-0.75rem !important}.me-sm-n100{margin-right:-1rem !important}.me-sm-n125{margin-right:-1.25rem !important}.me-sm-n150{margin-right:-1.5rem !important}.me-sm-n175{margin-right:-1.75rem !important}.me-sm-n200{margin-right:-2rem !important}.me-sm-n250{margin-right:-2.5rem !important}.me-sm-n300{margin-right:-3rem !important}.me-sm-n400{margin-right:-4rem !important}.me-sm-n500{margin-right:-5rem !important}.me-sm-n600{margin-right:-6rem !important}.me-sm-n700{margin-right:-7rem !important}.mb-sm-n0{margin-bottom:0rem !important}.mb-sm-n0125{margin-bottom:-0.125rem !important}.mb-sm-n025{margin-bottom:-0.25rem !important}.mb-sm-n050{margin-bottom:-0.5rem !important}.mb-sm-n075{margin-bottom:-0.75rem !important}.mb-sm-n100{margin-bottom:-1rem !important}.mb-sm-n125{margin-bottom:-1.25rem !important}.mb-sm-n150{margin-bottom:-1.5rem !important}.mb-sm-n175{margin-bottom:-1.75rem !important}.mb-sm-n200{margin-bottom:-2rem !important}.mb-sm-n250{margin-bottom:-2.5rem !important}.mb-sm-n300{margin-bottom:-3rem !important}.mb-sm-n400{margin-bottom:-4rem !important}.mb-sm-n500{margin-bottom:-5rem !important}.mb-sm-n600{margin-bottom:-6rem !important}.mb-sm-n700{margin-bottom:-7rem !important}.ms-sm-n0{margin-left:0rem !important}.ms-sm-n0125{margin-left:-0.125rem !important}.ms-sm-n025{margin-left:-0.25rem !important}.ms-sm-n050{margin-left:-0.5rem !important}.ms-sm-n075{margin-left:-0.75rem !important}.ms-sm-n100{margin-left:-1rem !important}.ms-sm-n125{margin-left:-1.25rem !important}.ms-sm-n150{margin-left:-1.5rem !important}.ms-sm-n175{margin-left:-1.75rem !important}.ms-sm-n200{margin-left:-2rem !important}.ms-sm-n250{margin-left:-2.5rem !important}.ms-sm-n300{margin-left:-3rem !important}.ms-sm-n400{margin-left:-4rem !important}.ms-sm-n500{margin-left:-5rem !important}.ms-sm-n600{margin-left:-6rem !important}.ms-sm-n700{margin-left:-7rem !important}.p-sm-0{padding:0rem !important}.p-sm-0125{padding:.125rem !important}.p-sm-025{padding:.25rem !important}.p-sm-050{padding:.5rem !important}.p-sm-075{padding:.75rem !important}.p-sm-100{padding:1rem !important}.p-sm-125{padding:1.25rem !important}.p-sm-150{padding:1.5rem !important}.p-sm-175{padding:1.75rem !important}.p-sm-200{padding:2rem !important}.p-sm-250{padding:2.5rem !important}.p-sm-300{padding:3rem !important}.p-sm-400{padding:4rem !important}.p-sm-500{padding:5rem !important}.p-sm-600{padding:6rem !important}.p-sm-700{padding:7rem !important}.px-sm-0{padding-right:0rem !important;padding-left:0rem !important}.px-sm-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-sm-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-sm-100{padding-right:1rem !important;padding-left:1rem !important}.px-sm-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-sm-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-sm-200{padding-right:2rem !important;padding-left:2rem !important}.px-sm-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-sm-300{padding-right:3rem !important;padding-left:3rem !important}.px-sm-400{padding-right:4rem !important;padding-left:4rem !important}.px-sm-500{padding-right:5rem !important;padding-left:5rem !important}.px-sm-600{padding-right:6rem !important;padding-left:6rem !important}.px-sm-700{padding-right:7rem !important;padding-left:7rem !important}.py-sm-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-sm-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-sm-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-sm-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-sm-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-sm-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-sm-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-sm-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-sm-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-sm-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-sm-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-sm-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-sm-0{padding-top:0rem !important}.pt-sm-0125{padding-top:.125rem !important}.pt-sm-025{padding-top:.25rem !important}.pt-sm-050{padding-top:.5rem !important}.pt-sm-075{padding-top:.75rem !important}.pt-sm-100{padding-top:1rem !important}.pt-sm-125{padding-top:1.25rem !important}.pt-sm-150{padding-top:1.5rem !important}.pt-sm-175{padding-top:1.75rem !important}.pt-sm-200{padding-top:2rem !important}.pt-sm-250{padding-top:2.5rem !important}.pt-sm-300{padding-top:3rem !important}.pt-sm-400{padding-top:4rem !important}.pt-sm-500{padding-top:5rem !important}.pt-sm-600{padding-top:6rem !important}.pt-sm-700{padding-top:7rem !important}.pe-sm-0{padding-right:0rem !important}.pe-sm-0125{padding-right:.125rem !important}.pe-sm-025{padding-right:.25rem !important}.pe-sm-050{padding-right:.5rem !important}.pe-sm-075{padding-right:.75rem !important}.pe-sm-100{padding-right:1rem !important}.pe-sm-125{padding-right:1.25rem !important}.pe-sm-150{padding-right:1.5rem !important}.pe-sm-175{padding-right:1.75rem !important}.pe-sm-200{padding-right:2rem !important}.pe-sm-250{padding-right:2.5rem !important}.pe-sm-300{padding-right:3rem !important}.pe-sm-400{padding-right:4rem !important}.pe-sm-500{padding-right:5rem !important}.pe-sm-600{padding-right:6rem !important}.pe-sm-700{padding-right:7rem !important}.pb-sm-0{padding-bottom:0rem !important}.pb-sm-0125{padding-bottom:.125rem !important}.pb-sm-025{padding-bottom:.25rem !important}.pb-sm-050{padding-bottom:.5rem !important}.pb-sm-075{padding-bottom:.75rem !important}.pb-sm-100{padding-bottom:1rem !important}.pb-sm-125{padding-bottom:1.25rem !important}.pb-sm-150{padding-bottom:1.5rem !important}.pb-sm-175{padding-bottom:1.75rem !important}.pb-sm-200{padding-bottom:2rem !important}.pb-sm-250{padding-bottom:2.5rem !important}.pb-sm-300{padding-bottom:3rem !important}.pb-sm-400{padding-bottom:4rem !important}.pb-sm-500{padding-bottom:5rem !important}.pb-sm-600{padding-bottom:6rem !important}.pb-sm-700{padding-bottom:7rem !important}.ps-sm-0{padding-left:0rem !important}.ps-sm-0125{padding-left:.125rem !important}.ps-sm-025{padding-left:.25rem !important}.ps-sm-050{padding-left:.5rem !important}.ps-sm-075{padding-left:.75rem !important}.ps-sm-100{padding-left:1rem !important}.ps-sm-125{padding-left:1.25rem !important}.ps-sm-150{padding-left:1.5rem !important}.ps-sm-175{padding-left:1.75rem !important}.ps-sm-200{padding-left:2rem !important}.ps-sm-250{padding-left:2.5rem !important}.ps-sm-300{padding-left:3rem !important}.ps-sm-400{padding-left:4rem !important}.ps-sm-500{padding-left:5rem !important}.ps-sm-600{padding-left:6rem !important}.ps-sm-700{padding-left:7rem !important}.gap-sm-0{gap:0rem !important}.gap-sm-0125{gap:.125rem !important}.gap-sm-025{gap:.25rem !important}.gap-sm-050{gap:.5rem !important}.gap-sm-075{gap:.75rem !important}.gap-sm-100{gap:1rem !important}.gap-sm-125{gap:1.25rem !important}.gap-sm-150{gap:1.5rem !important}.gap-sm-175{gap:1.75rem !important}.gap-sm-200{gap:2rem !important}.gap-sm-250{gap:2.5rem !important}.gap-sm-300{gap:3rem !important}.gap-sm-400{gap:4rem !important}.gap-sm-500{gap:5rem !important}.gap-sm-600{gap:6rem !important}.gap-sm-700{gap:7rem !important}.row-gap-sm-0{row-gap:0rem !important}.row-gap-sm-0125{row-gap:.125rem !important}.row-gap-sm-025{row-gap:.25rem !important}.row-gap-sm-050{row-gap:.5rem !important}.row-gap-sm-075{row-gap:.75rem !important}.row-gap-sm-100{row-gap:1rem !important}.row-gap-sm-125{row-gap:1.25rem !important}.row-gap-sm-150{row-gap:1.5rem !important}.row-gap-sm-175{row-gap:1.75rem !important}.row-gap-sm-200{row-gap:2rem !important}.row-gap-sm-250{row-gap:2.5rem !important}.row-gap-sm-300{row-gap:3rem !important}.row-gap-sm-400{row-gap:4rem !important}.row-gap-sm-500{row-gap:5rem !important}.row-gap-sm-600{row-gap:6rem !important}.row-gap-sm-700{row-gap:7rem !important}.column-gap-sm-0{column-gap:0rem !important}.column-gap-sm-0125{column-gap:.125rem !important}.column-gap-sm-025{column-gap:.25rem !important}.column-gap-sm-050{column-gap:.5rem !important}.column-gap-sm-075{column-gap:.75rem !important}.column-gap-sm-100{column-gap:1rem !important}.column-gap-sm-125{column-gap:1.25rem !important}.column-gap-sm-150{column-gap:1.5rem !important}.column-gap-sm-175{column-gap:1.75rem !important}.column-gap-sm-200{column-gap:2rem !important}.column-gap-sm-250{column-gap:2.5rem !important}.column-gap-sm-300{column-gap:3rem !important}.column-gap-sm-400{column-gap:4rem !important}.column-gap-sm-500{column-gap:5rem !important}.column-gap-sm-600{column-gap:6rem !important}.column-gap-sm-700{column-gap:7rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !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{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !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:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0rem !important}.m-md-0125{margin:.125rem !important}.m-md-025{margin:.25rem !important}.m-md-050{margin:.5rem !important}.m-md-075{margin:.75rem !important}.m-md-100{margin:1rem !important}.m-md-125{margin:1.25rem !important}.m-md-150{margin:1.5rem !important}.m-md-175{margin:1.75rem !important}.m-md-200{margin:2rem !important}.m-md-250{margin:2.5rem !important}.m-md-300{margin:3rem !important}.m-md-400{margin:4rem !important}.m-md-500{margin:5rem !important}.m-md-600{margin:6rem !important}.m-md-700{margin:7rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0rem !important;margin-left:0rem !important}.mx-md-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-md-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-md-100{margin-right:1rem !important;margin-left:1rem !important}.mx-md-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-md-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-md-200{margin-right:2rem !important;margin-left:2rem !important}.mx-md-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-md-300{margin-right:3rem !important;margin-left:3rem !important}.mx-md-400{margin-right:4rem !important;margin-left:4rem !important}.mx-md-500{margin-right:5rem !important;margin-left:5rem !important}.mx-md-600{margin-right:6rem !important;margin-left:6rem !important}.mx-md-700{margin-right:7rem !important;margin-left:7rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-md-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-md-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-md-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-md-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-md-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-md-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-md-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-md-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-md-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0rem !important}.mt-md-0125{margin-top:.125rem !important}.mt-md-025{margin-top:.25rem !important}.mt-md-050{margin-top:.5rem !important}.mt-md-075{margin-top:.75rem !important}.mt-md-100{margin-top:1rem !important}.mt-md-125{margin-top:1.25rem !important}.mt-md-150{margin-top:1.5rem !important}.mt-md-175{margin-top:1.75rem !important}.mt-md-200{margin-top:2rem !important}.mt-md-250{margin-top:2.5rem !important}.mt-md-300{margin-top:3rem !important}.mt-md-400{margin-top:4rem !important}.mt-md-500{margin-top:5rem !important}.mt-md-600{margin-top:6rem !important}.mt-md-700{margin-top:7rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0rem !important}.me-md-0125{margin-right:.125rem !important}.me-md-025{margin-right:.25rem !important}.me-md-050{margin-right:.5rem !important}.me-md-075{margin-right:.75rem !important}.me-md-100{margin-right:1rem !important}.me-md-125{margin-right:1.25rem !important}.me-md-150{margin-right:1.5rem !important}.me-md-175{margin-right:1.75rem !important}.me-md-200{margin-right:2rem !important}.me-md-250{margin-right:2.5rem !important}.me-md-300{margin-right:3rem !important}.me-md-400{margin-right:4rem !important}.me-md-500{margin-right:5rem !important}.me-md-600{margin-right:6rem !important}.me-md-700{margin-right:7rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0rem !important}.mb-md-0125{margin-bottom:.125rem !important}.mb-md-025{margin-bottom:.25rem !important}.mb-md-050{margin-bottom:.5rem !important}.mb-md-075{margin-bottom:.75rem !important}.mb-md-100{margin-bottom:1rem !important}.mb-md-125{margin-bottom:1.25rem !important}.mb-md-150{margin-bottom:1.5rem !important}.mb-md-175{margin-bottom:1.75rem !important}.mb-md-200{margin-bottom:2rem !important}.mb-md-250{margin-bottom:2.5rem !important}.mb-md-300{margin-bottom:3rem !important}.mb-md-400{margin-bottom:4rem !important}.mb-md-500{margin-bottom:5rem !important}.mb-md-600{margin-bottom:6rem !important}.mb-md-700{margin-bottom:7rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0rem !important}.ms-md-0125{margin-left:.125rem !important}.ms-md-025{margin-left:.25rem !important}.ms-md-050{margin-left:.5rem !important}.ms-md-075{margin-left:.75rem !important}.ms-md-100{margin-left:1rem !important}.ms-md-125{margin-left:1.25rem !important}.ms-md-150{margin-left:1.5rem !important}.ms-md-175{margin-left:1.75rem !important}.ms-md-200{margin-left:2rem !important}.ms-md-250{margin-left:2.5rem !important}.ms-md-300{margin-left:3rem !important}.ms-md-400{margin-left:4rem !important}.ms-md-500{margin-left:5rem !important}.ms-md-600{margin-left:6rem !important}.ms-md-700{margin-left:7rem !important}.ms-md-auto{margin-left:auto !important}.m-md-n0{margin:0rem !important}.m-md-n0125{margin:-0.125rem !important}.m-md-n025{margin:-0.25rem !important}.m-md-n050{margin:-0.5rem !important}.m-md-n075{margin:-0.75rem !important}.m-md-n100{margin:-1rem !important}.m-md-n125{margin:-1.25rem !important}.m-md-n150{margin:-1.5rem !important}.m-md-n175{margin:-1.75rem !important}.m-md-n200{margin:-2rem !important}.m-md-n250{margin:-2.5rem !important}.m-md-n300{margin:-3rem !important}.m-md-n400{margin:-4rem !important}.m-md-n500{margin:-5rem !important}.m-md-n600{margin:-6rem !important}.m-md-n700{margin:-7rem !important}.mx-md-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-md-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-md-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-md-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-md-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-md-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-md-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-md-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-md-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-md-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-md-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-md-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-md-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-md-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-md-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-md-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-md-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-md-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-md-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-md-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-md-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-md-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-md-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-md-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-md-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-md-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-md-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-md-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-md-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-md-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-md-n0{margin-top:0rem !important}.mt-md-n0125{margin-top:-0.125rem !important}.mt-md-n025{margin-top:-0.25rem !important}.mt-md-n050{margin-top:-0.5rem !important}.mt-md-n075{margin-top:-0.75rem !important}.mt-md-n100{margin-top:-1rem !important}.mt-md-n125{margin-top:-1.25rem !important}.mt-md-n150{margin-top:-1.5rem !important}.mt-md-n175{margin-top:-1.75rem !important}.mt-md-n200{margin-top:-2rem !important}.mt-md-n250{margin-top:-2.5rem !important}.mt-md-n300{margin-top:-3rem !important}.mt-md-n400{margin-top:-4rem !important}.mt-md-n500{margin-top:-5rem !important}.mt-md-n600{margin-top:-6rem !important}.mt-md-n700{margin-top:-7rem !important}.me-md-n0{margin-right:0rem !important}.me-md-n0125{margin-right:-0.125rem !important}.me-md-n025{margin-right:-0.25rem !important}.me-md-n050{margin-right:-0.5rem !important}.me-md-n075{margin-right:-0.75rem !important}.me-md-n100{margin-right:-1rem !important}.me-md-n125{margin-right:-1.25rem !important}.me-md-n150{margin-right:-1.5rem !important}.me-md-n175{margin-right:-1.75rem !important}.me-md-n200{margin-right:-2rem !important}.me-md-n250{margin-right:-2.5rem !important}.me-md-n300{margin-right:-3rem !important}.me-md-n400{margin-right:-4rem !important}.me-md-n500{margin-right:-5rem !important}.me-md-n600{margin-right:-6rem !important}.me-md-n700{margin-right:-7rem !important}.mb-md-n0{margin-bottom:0rem !important}.mb-md-n0125{margin-bottom:-0.125rem !important}.mb-md-n025{margin-bottom:-0.25rem !important}.mb-md-n050{margin-bottom:-0.5rem !important}.mb-md-n075{margin-bottom:-0.75rem !important}.mb-md-n100{margin-bottom:-1rem !important}.mb-md-n125{margin-bottom:-1.25rem !important}.mb-md-n150{margin-bottom:-1.5rem !important}.mb-md-n175{margin-bottom:-1.75rem !important}.mb-md-n200{margin-bottom:-2rem !important}.mb-md-n250{margin-bottom:-2.5rem !important}.mb-md-n300{margin-bottom:-3rem !important}.mb-md-n400{margin-bottom:-4rem !important}.mb-md-n500{margin-bottom:-5rem !important}.mb-md-n600{margin-bottom:-6rem !important}.mb-md-n700{margin-bottom:-7rem !important}.ms-md-n0{margin-left:0rem !important}.ms-md-n0125{margin-left:-0.125rem !important}.ms-md-n025{margin-left:-0.25rem !important}.ms-md-n050{margin-left:-0.5rem !important}.ms-md-n075{margin-left:-0.75rem !important}.ms-md-n100{margin-left:-1rem !important}.ms-md-n125{margin-left:-1.25rem !important}.ms-md-n150{margin-left:-1.5rem !important}.ms-md-n175{margin-left:-1.75rem !important}.ms-md-n200{margin-left:-2rem !important}.ms-md-n250{margin-left:-2.5rem !important}.ms-md-n300{margin-left:-3rem !important}.ms-md-n400{margin-left:-4rem !important}.ms-md-n500{margin-left:-5rem !important}.ms-md-n600{margin-left:-6rem !important}.ms-md-n700{margin-left:-7rem !important}.p-md-0{padding:0rem !important}.p-md-0125{padding:.125rem !important}.p-md-025{padding:.25rem !important}.p-md-050{padding:.5rem !important}.p-md-075{padding:.75rem !important}.p-md-100{padding:1rem !important}.p-md-125{padding:1.25rem !important}.p-md-150{padding:1.5rem !important}.p-md-175{padding:1.75rem !important}.p-md-200{padding:2rem !important}.p-md-250{padding:2.5rem !important}.p-md-300{padding:3rem !important}.p-md-400{padding:4rem !important}.p-md-500{padding:5rem !important}.p-md-600{padding:6rem !important}.p-md-700{padding:7rem !important}.px-md-0{padding-right:0rem !important;padding-left:0rem !important}.px-md-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-md-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-md-100{padding-right:1rem !important;padding-left:1rem !important}.px-md-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-md-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-md-200{padding-right:2rem !important;padding-left:2rem !important}.px-md-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-md-300{padding-right:3rem !important;padding-left:3rem !important}.px-md-400{padding-right:4rem !important;padding-left:4rem !important}.px-md-500{padding-right:5rem !important;padding-left:5rem !important}.px-md-600{padding-right:6rem !important;padding-left:6rem !important}.px-md-700{padding-right:7rem !important;padding-left:7rem !important}.py-md-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-md-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-md-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-md-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-md-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-md-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-md-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-md-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-md-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-md-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-md-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-md-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-md-0{padding-top:0rem !important}.pt-md-0125{padding-top:.125rem !important}.pt-md-025{padding-top:.25rem !important}.pt-md-050{padding-top:.5rem !important}.pt-md-075{padding-top:.75rem !important}.pt-md-100{padding-top:1rem !important}.pt-md-125{padding-top:1.25rem !important}.pt-md-150{padding-top:1.5rem !important}.pt-md-175{padding-top:1.75rem !important}.pt-md-200{padding-top:2rem !important}.pt-md-250{padding-top:2.5rem !important}.pt-md-300{padding-top:3rem !important}.pt-md-400{padding-top:4rem !important}.pt-md-500{padding-top:5rem !important}.pt-md-600{padding-top:6rem !important}.pt-md-700{padding-top:7rem !important}.pe-md-0{padding-right:0rem !important}.pe-md-0125{padding-right:.125rem !important}.pe-md-025{padding-right:.25rem !important}.pe-md-050{padding-right:.5rem !important}.pe-md-075{padding-right:.75rem !important}.pe-md-100{padding-right:1rem !important}.pe-md-125{padding-right:1.25rem !important}.pe-md-150{padding-right:1.5rem !important}.pe-md-175{padding-right:1.75rem !important}.pe-md-200{padding-right:2rem !important}.pe-md-250{padding-right:2.5rem !important}.pe-md-300{padding-right:3rem !important}.pe-md-400{padding-right:4rem !important}.pe-md-500{padding-right:5rem !important}.pe-md-600{padding-right:6rem !important}.pe-md-700{padding-right:7rem !important}.pb-md-0{padding-bottom:0rem !important}.pb-md-0125{padding-bottom:.125rem !important}.pb-md-025{padding-bottom:.25rem !important}.pb-md-050{padding-bottom:.5rem !important}.pb-md-075{padding-bottom:.75rem !important}.pb-md-100{padding-bottom:1rem !important}.pb-md-125{padding-bottom:1.25rem !important}.pb-md-150{padding-bottom:1.5rem !important}.pb-md-175{padding-bottom:1.75rem !important}.pb-md-200{padding-bottom:2rem !important}.pb-md-250{padding-bottom:2.5rem !important}.pb-md-300{padding-bottom:3rem !important}.pb-md-400{padding-bottom:4rem !important}.pb-md-500{padding-bottom:5rem !important}.pb-md-600{padding-bottom:6rem !important}.pb-md-700{padding-bottom:7rem !important}.ps-md-0{padding-left:0rem !important}.ps-md-0125{padding-left:.125rem !important}.ps-md-025{padding-left:.25rem !important}.ps-md-050{padding-left:.5rem !important}.ps-md-075{padding-left:.75rem !important}.ps-md-100{padding-left:1rem !important}.ps-md-125{padding-left:1.25rem !important}.ps-md-150{padding-left:1.5rem !important}.ps-md-175{padding-left:1.75rem !important}.ps-md-200{padding-left:2rem !important}.ps-md-250{padding-left:2.5rem !important}.ps-md-300{padding-left:3rem !important}.ps-md-400{padding-left:4rem !important}.ps-md-500{padding-left:5rem !important}.ps-md-600{padding-left:6rem !important}.ps-md-700{padding-left:7rem !important}.gap-md-0{gap:0rem !important}.gap-md-0125{gap:.125rem !important}.gap-md-025{gap:.25rem !important}.gap-md-050{gap:.5rem !important}.gap-md-075{gap:.75rem !important}.gap-md-100{gap:1rem !important}.gap-md-125{gap:1.25rem !important}.gap-md-150{gap:1.5rem !important}.gap-md-175{gap:1.75rem !important}.gap-md-200{gap:2rem !important}.gap-md-250{gap:2.5rem !important}.gap-md-300{gap:3rem !important}.gap-md-400{gap:4rem !important}.gap-md-500{gap:5rem !important}.gap-md-600{gap:6rem !important}.gap-md-700{gap:7rem !important}.row-gap-md-0{row-gap:0rem !important}.row-gap-md-0125{row-gap:.125rem !important}.row-gap-md-025{row-gap:.25rem !important}.row-gap-md-050{row-gap:.5rem !important}.row-gap-md-075{row-gap:.75rem !important}.row-gap-md-100{row-gap:1rem !important}.row-gap-md-125{row-gap:1.25rem !important}.row-gap-md-150{row-gap:1.5rem !important}.row-gap-md-175{row-gap:1.75rem !important}.row-gap-md-200{row-gap:2rem !important}.row-gap-md-250{row-gap:2.5rem !important}.row-gap-md-300{row-gap:3rem !important}.row-gap-md-400{row-gap:4rem !important}.row-gap-md-500{row-gap:5rem !important}.row-gap-md-600{row-gap:6rem !important}.row-gap-md-700{row-gap:7rem !important}.column-gap-md-0{column-gap:0rem !important}.column-gap-md-0125{column-gap:.125rem !important}.column-gap-md-025{column-gap:.25rem !important}.column-gap-md-050{column-gap:.5rem !important}.column-gap-md-075{column-gap:.75rem !important}.column-gap-md-100{column-gap:1rem !important}.column-gap-md-125{column-gap:1.25rem !important}.column-gap-md-150{column-gap:1.5rem !important}.column-gap-md-175{column-gap:1.75rem !important}.column-gap-md-200{column-gap:2rem !important}.column-gap-md-250{column-gap:2.5rem !important}.column-gap-md-300{column-gap:3rem !important}.column-gap-md-400{column-gap:4rem !important}.column-gap-md-500{column-gap:5rem !important}.column-gap-md-600{column-gap:6rem !important}.column-gap-md-700{column-gap:7rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !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{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !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:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0rem !important}.m-lg-0125{margin:.125rem !important}.m-lg-025{margin:.25rem !important}.m-lg-050{margin:.5rem !important}.m-lg-075{margin:.75rem !important}.m-lg-100{margin:1rem !important}.m-lg-125{margin:1.25rem !important}.m-lg-150{margin:1.5rem !important}.m-lg-175{margin:1.75rem !important}.m-lg-200{margin:2rem !important}.m-lg-250{margin:2.5rem !important}.m-lg-300{margin:3rem !important}.m-lg-400{margin:4rem !important}.m-lg-500{margin:5rem !important}.m-lg-600{margin:6rem !important}.m-lg-700{margin:7rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0rem !important;margin-left:0rem !important}.mx-lg-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-lg-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-lg-100{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-lg-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-lg-200{margin-right:2rem !important;margin-left:2rem !important}.mx-lg-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-lg-300{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-400{margin-right:4rem !important;margin-left:4rem !important}.mx-lg-500{margin-right:5rem !important;margin-left:5rem !important}.mx-lg-600{margin-right:6rem !important;margin-left:6rem !important}.mx-lg-700{margin-right:7rem !important;margin-left:7rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-lg-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-lg-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-lg-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-lg-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-lg-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-lg-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-lg-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-lg-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-lg-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0rem !important}.mt-lg-0125{margin-top:.125rem !important}.mt-lg-025{margin-top:.25rem !important}.mt-lg-050{margin-top:.5rem !important}.mt-lg-075{margin-top:.75rem !important}.mt-lg-100{margin-top:1rem !important}.mt-lg-125{margin-top:1.25rem !important}.mt-lg-150{margin-top:1.5rem !important}.mt-lg-175{margin-top:1.75rem !important}.mt-lg-200{margin-top:2rem !important}.mt-lg-250{margin-top:2.5rem !important}.mt-lg-300{margin-top:3rem !important}.mt-lg-400{margin-top:4rem !important}.mt-lg-500{margin-top:5rem !important}.mt-lg-600{margin-top:6rem !important}.mt-lg-700{margin-top:7rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0rem !important}.me-lg-0125{margin-right:.125rem !important}.me-lg-025{margin-right:.25rem !important}.me-lg-050{margin-right:.5rem !important}.me-lg-075{margin-right:.75rem !important}.me-lg-100{margin-right:1rem !important}.me-lg-125{margin-right:1.25rem !important}.me-lg-150{margin-right:1.5rem !important}.me-lg-175{margin-right:1.75rem !important}.me-lg-200{margin-right:2rem !important}.me-lg-250{margin-right:2.5rem !important}.me-lg-300{margin-right:3rem !important}.me-lg-400{margin-right:4rem !important}.me-lg-500{margin-right:5rem !important}.me-lg-600{margin-right:6rem !important}.me-lg-700{margin-right:7rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0rem !important}.mb-lg-0125{margin-bottom:.125rem !important}.mb-lg-025{margin-bottom:.25rem !important}.mb-lg-050{margin-bottom:.5rem !important}.mb-lg-075{margin-bottom:.75rem !important}.mb-lg-100{margin-bottom:1rem !important}.mb-lg-125{margin-bottom:1.25rem !important}.mb-lg-150{margin-bottom:1.5rem !important}.mb-lg-175{margin-bottom:1.75rem !important}.mb-lg-200{margin-bottom:2rem !important}.mb-lg-250{margin-bottom:2.5rem !important}.mb-lg-300{margin-bottom:3rem !important}.mb-lg-400{margin-bottom:4rem !important}.mb-lg-500{margin-bottom:5rem !important}.mb-lg-600{margin-bottom:6rem !important}.mb-lg-700{margin-bottom:7rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0rem !important}.ms-lg-0125{margin-left:.125rem !important}.ms-lg-025{margin-left:.25rem !important}.ms-lg-050{margin-left:.5rem !important}.ms-lg-075{margin-left:.75rem !important}.ms-lg-100{margin-left:1rem !important}.ms-lg-125{margin-left:1.25rem !important}.ms-lg-150{margin-left:1.5rem !important}.ms-lg-175{margin-left:1.75rem !important}.ms-lg-200{margin-left:2rem !important}.ms-lg-250{margin-left:2.5rem !important}.ms-lg-300{margin-left:3rem !important}.ms-lg-400{margin-left:4rem !important}.ms-lg-500{margin-left:5rem !important}.ms-lg-600{margin-left:6rem !important}.ms-lg-700{margin-left:7rem !important}.ms-lg-auto{margin-left:auto !important}.m-lg-n0{margin:0rem !important}.m-lg-n0125{margin:-0.125rem !important}.m-lg-n025{margin:-0.25rem !important}.m-lg-n050{margin:-0.5rem !important}.m-lg-n075{margin:-0.75rem !important}.m-lg-n100{margin:-1rem !important}.m-lg-n125{margin:-1.25rem !important}.m-lg-n150{margin:-1.5rem !important}.m-lg-n175{margin:-1.75rem !important}.m-lg-n200{margin:-2rem !important}.m-lg-n250{margin:-2.5rem !important}.m-lg-n300{margin:-3rem !important}.m-lg-n400{margin:-4rem !important}.m-lg-n500{margin:-5rem !important}.m-lg-n600{margin:-6rem !important}.m-lg-n700{margin:-7rem !important}.mx-lg-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-lg-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-lg-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-lg-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-lg-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-lg-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-lg-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-lg-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-lg-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-lg-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-lg-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-lg-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-lg-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-lg-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-lg-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-lg-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-lg-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-lg-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-lg-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-lg-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-lg-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-lg-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-lg-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-lg-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-lg-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-lg-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-lg-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-lg-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-lg-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-lg-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-lg-n0{margin-top:0rem !important}.mt-lg-n0125{margin-top:-0.125rem !important}.mt-lg-n025{margin-top:-0.25rem !important}.mt-lg-n050{margin-top:-0.5rem !important}.mt-lg-n075{margin-top:-0.75rem !important}.mt-lg-n100{margin-top:-1rem !important}.mt-lg-n125{margin-top:-1.25rem !important}.mt-lg-n150{margin-top:-1.5rem !important}.mt-lg-n175{margin-top:-1.75rem !important}.mt-lg-n200{margin-top:-2rem !important}.mt-lg-n250{margin-top:-2.5rem !important}.mt-lg-n300{margin-top:-3rem !important}.mt-lg-n400{margin-top:-4rem !important}.mt-lg-n500{margin-top:-5rem !important}.mt-lg-n600{margin-top:-6rem !important}.mt-lg-n700{margin-top:-7rem !important}.me-lg-n0{margin-right:0rem !important}.me-lg-n0125{margin-right:-0.125rem !important}.me-lg-n025{margin-right:-0.25rem !important}.me-lg-n050{margin-right:-0.5rem !important}.me-lg-n075{margin-right:-0.75rem !important}.me-lg-n100{margin-right:-1rem !important}.me-lg-n125{margin-right:-1.25rem !important}.me-lg-n150{margin-right:-1.5rem !important}.me-lg-n175{margin-right:-1.75rem !important}.me-lg-n200{margin-right:-2rem !important}.me-lg-n250{margin-right:-2.5rem !important}.me-lg-n300{margin-right:-3rem !important}.me-lg-n400{margin-right:-4rem !important}.me-lg-n500{margin-right:-5rem !important}.me-lg-n600{margin-right:-6rem !important}.me-lg-n700{margin-right:-7rem !important}.mb-lg-n0{margin-bottom:0rem !important}.mb-lg-n0125{margin-bottom:-0.125rem !important}.mb-lg-n025{margin-bottom:-0.25rem !important}.mb-lg-n050{margin-bottom:-0.5rem !important}.mb-lg-n075{margin-bottom:-0.75rem !important}.mb-lg-n100{margin-bottom:-1rem !important}.mb-lg-n125{margin-bottom:-1.25rem !important}.mb-lg-n150{margin-bottom:-1.5rem !important}.mb-lg-n175{margin-bottom:-1.75rem !important}.mb-lg-n200{margin-bottom:-2rem !important}.mb-lg-n250{margin-bottom:-2.5rem !important}.mb-lg-n300{margin-bottom:-3rem !important}.mb-lg-n400{margin-bottom:-4rem !important}.mb-lg-n500{margin-bottom:-5rem !important}.mb-lg-n600{margin-bottom:-6rem !important}.mb-lg-n700{margin-bottom:-7rem !important}.ms-lg-n0{margin-left:0rem !important}.ms-lg-n0125{margin-left:-0.125rem !important}.ms-lg-n025{margin-left:-0.25rem !important}.ms-lg-n050{margin-left:-0.5rem !important}.ms-lg-n075{margin-left:-0.75rem !important}.ms-lg-n100{margin-left:-1rem !important}.ms-lg-n125{margin-left:-1.25rem !important}.ms-lg-n150{margin-left:-1.5rem !important}.ms-lg-n175{margin-left:-1.75rem !important}.ms-lg-n200{margin-left:-2rem !important}.ms-lg-n250{margin-left:-2.5rem !important}.ms-lg-n300{margin-left:-3rem !important}.ms-lg-n400{margin-left:-4rem !important}.ms-lg-n500{margin-left:-5rem !important}.ms-lg-n600{margin-left:-6rem !important}.ms-lg-n700{margin-left:-7rem !important}.p-lg-0{padding:0rem !important}.p-lg-0125{padding:.125rem !important}.p-lg-025{padding:.25rem !important}.p-lg-050{padding:.5rem !important}.p-lg-075{padding:.75rem !important}.p-lg-100{padding:1rem !important}.p-lg-125{padding:1.25rem !important}.p-lg-150{padding:1.5rem !important}.p-lg-175{padding:1.75rem !important}.p-lg-200{padding:2rem !important}.p-lg-250{padding:2.5rem !important}.p-lg-300{padding:3rem !important}.p-lg-400{padding:4rem !important}.p-lg-500{padding:5rem !important}.p-lg-600{padding:6rem !important}.p-lg-700{padding:7rem !important}.px-lg-0{padding-right:0rem !important;padding-left:0rem !important}.px-lg-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-lg-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-lg-100{padding-right:1rem !important;padding-left:1rem !important}.px-lg-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-lg-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-lg-200{padding-right:2rem !important;padding-left:2rem !important}.px-lg-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-lg-300{padding-right:3rem !important;padding-left:3rem !important}.px-lg-400{padding-right:4rem !important;padding-left:4rem !important}.px-lg-500{padding-right:5rem !important;padding-left:5rem !important}.px-lg-600{padding-right:6rem !important;padding-left:6rem !important}.px-lg-700{padding-right:7rem !important;padding-left:7rem !important}.py-lg-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-lg-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-lg-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-lg-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-lg-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-lg-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-lg-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-lg-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-lg-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-lg-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-lg-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-lg-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-lg-0{padding-top:0rem !important}.pt-lg-0125{padding-top:.125rem !important}.pt-lg-025{padding-top:.25rem !important}.pt-lg-050{padding-top:.5rem !important}.pt-lg-075{padding-top:.75rem !important}.pt-lg-100{padding-top:1rem !important}.pt-lg-125{padding-top:1.25rem !important}.pt-lg-150{padding-top:1.5rem !important}.pt-lg-175{padding-top:1.75rem !important}.pt-lg-200{padding-top:2rem !important}.pt-lg-250{padding-top:2.5rem !important}.pt-lg-300{padding-top:3rem !important}.pt-lg-400{padding-top:4rem !important}.pt-lg-500{padding-top:5rem !important}.pt-lg-600{padding-top:6rem !important}.pt-lg-700{padding-top:7rem !important}.pe-lg-0{padding-right:0rem !important}.pe-lg-0125{padding-right:.125rem !important}.pe-lg-025{padding-right:.25rem !important}.pe-lg-050{padding-right:.5rem !important}.pe-lg-075{padding-right:.75rem !important}.pe-lg-100{padding-right:1rem !important}.pe-lg-125{padding-right:1.25rem !important}.pe-lg-150{padding-right:1.5rem !important}.pe-lg-175{padding-right:1.75rem !important}.pe-lg-200{padding-right:2rem !important}.pe-lg-250{padding-right:2.5rem !important}.pe-lg-300{padding-right:3rem !important}.pe-lg-400{padding-right:4rem !important}.pe-lg-500{padding-right:5rem !important}.pe-lg-600{padding-right:6rem !important}.pe-lg-700{padding-right:7rem !important}.pb-lg-0{padding-bottom:0rem !important}.pb-lg-0125{padding-bottom:.125rem !important}.pb-lg-025{padding-bottom:.25rem !important}.pb-lg-050{padding-bottom:.5rem !important}.pb-lg-075{padding-bottom:.75rem !important}.pb-lg-100{padding-bottom:1rem !important}.pb-lg-125{padding-bottom:1.25rem !important}.pb-lg-150{padding-bottom:1.5rem !important}.pb-lg-175{padding-bottom:1.75rem !important}.pb-lg-200{padding-bottom:2rem !important}.pb-lg-250{padding-bottom:2.5rem !important}.pb-lg-300{padding-bottom:3rem !important}.pb-lg-400{padding-bottom:4rem !important}.pb-lg-500{padding-bottom:5rem !important}.pb-lg-600{padding-bottom:6rem !important}.pb-lg-700{padding-bottom:7rem !important}.ps-lg-0{padding-left:0rem !important}.ps-lg-0125{padding-left:.125rem !important}.ps-lg-025{padding-left:.25rem !important}.ps-lg-050{padding-left:.5rem !important}.ps-lg-075{padding-left:.75rem !important}.ps-lg-100{padding-left:1rem !important}.ps-lg-125{padding-left:1.25rem !important}.ps-lg-150{padding-left:1.5rem !important}.ps-lg-175{padding-left:1.75rem !important}.ps-lg-200{padding-left:2rem !important}.ps-lg-250{padding-left:2.5rem !important}.ps-lg-300{padding-left:3rem !important}.ps-lg-400{padding-left:4rem !important}.ps-lg-500{padding-left:5rem !important}.ps-lg-600{padding-left:6rem !important}.ps-lg-700{padding-left:7rem !important}.gap-lg-0{gap:0rem !important}.gap-lg-0125{gap:.125rem !important}.gap-lg-025{gap:.25rem !important}.gap-lg-050{gap:.5rem !important}.gap-lg-075{gap:.75rem !important}.gap-lg-100{gap:1rem !important}.gap-lg-125{gap:1.25rem !important}.gap-lg-150{gap:1.5rem !important}.gap-lg-175{gap:1.75rem !important}.gap-lg-200{gap:2rem !important}.gap-lg-250{gap:2.5rem !important}.gap-lg-300{gap:3rem !important}.gap-lg-400{gap:4rem !important}.gap-lg-500{gap:5rem !important}.gap-lg-600{gap:6rem !important}.gap-lg-700{gap:7rem !important}.row-gap-lg-0{row-gap:0rem !important}.row-gap-lg-0125{row-gap:.125rem !important}.row-gap-lg-025{row-gap:.25rem !important}.row-gap-lg-050{row-gap:.5rem !important}.row-gap-lg-075{row-gap:.75rem !important}.row-gap-lg-100{row-gap:1rem !important}.row-gap-lg-125{row-gap:1.25rem !important}.row-gap-lg-150{row-gap:1.5rem !important}.row-gap-lg-175{row-gap:1.75rem !important}.row-gap-lg-200{row-gap:2rem !important}.row-gap-lg-250{row-gap:2.5rem !important}.row-gap-lg-300{row-gap:3rem !important}.row-gap-lg-400{row-gap:4rem !important}.row-gap-lg-500{row-gap:5rem !important}.row-gap-lg-600{row-gap:6rem !important}.row-gap-lg-700{row-gap:7rem !important}.column-gap-lg-0{column-gap:0rem !important}.column-gap-lg-0125{column-gap:.125rem !important}.column-gap-lg-025{column-gap:.25rem !important}.column-gap-lg-050{column-gap:.5rem !important}.column-gap-lg-075{column-gap:.75rem !important}.column-gap-lg-100{column-gap:1rem !important}.column-gap-lg-125{column-gap:1.25rem !important}.column-gap-lg-150{column-gap:1.5rem !important}.column-gap-lg-175{column-gap:1.75rem !important}.column-gap-lg-200{column-gap:2rem !important}.column-gap-lg-250{column-gap:2.5rem !important}.column-gap-lg-300{column-gap:3rem !important}.column-gap-lg-400{column-gap:4rem !important}.column-gap-lg-500{column-gap:5rem !important}.column-gap-lg-600{column-gap:6rem !important}.column-gap-lg-700{column-gap:7rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !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{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !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:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0rem !important}.m-xl-0125{margin:.125rem !important}.m-xl-025{margin:.25rem !important}.m-xl-050{margin:.5rem !important}.m-xl-075{margin:.75rem !important}.m-xl-100{margin:1rem !important}.m-xl-125{margin:1.25rem !important}.m-xl-150{margin:1.5rem !important}.m-xl-175{margin:1.75rem !important}.m-xl-200{margin:2rem !important}.m-xl-250{margin:2.5rem !important}.m-xl-300{margin:3rem !important}.m-xl-400{margin:4rem !important}.m-xl-500{margin:5rem !important}.m-xl-600{margin:6rem !important}.m-xl-700{margin:7rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0rem !important;margin-left:0rem !important}.mx-xl-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-xl-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-xl-100{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-xl-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-xl-200{margin-right:2rem !important;margin-left:2rem !important}.mx-xl-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xl-300{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-400{margin-right:4rem !important;margin-left:4rem !important}.mx-xl-500{margin-right:5rem !important;margin-left:5rem !important}.mx-xl-600{margin-right:6rem !important;margin-left:6rem !important}.mx-xl-700{margin-right:7rem !important;margin-left:7rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-xl-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-xl-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-xl-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-xl-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-xl-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-xl-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xl-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-xl-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-xl-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-xl-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0rem !important}.mt-xl-0125{margin-top:.125rem !important}.mt-xl-025{margin-top:.25rem !important}.mt-xl-050{margin-top:.5rem !important}.mt-xl-075{margin-top:.75rem !important}.mt-xl-100{margin-top:1rem !important}.mt-xl-125{margin-top:1.25rem !important}.mt-xl-150{margin-top:1.5rem !important}.mt-xl-175{margin-top:1.75rem !important}.mt-xl-200{margin-top:2rem !important}.mt-xl-250{margin-top:2.5rem !important}.mt-xl-300{margin-top:3rem !important}.mt-xl-400{margin-top:4rem !important}.mt-xl-500{margin-top:5rem !important}.mt-xl-600{margin-top:6rem !important}.mt-xl-700{margin-top:7rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0rem !important}.me-xl-0125{margin-right:.125rem !important}.me-xl-025{margin-right:.25rem !important}.me-xl-050{margin-right:.5rem !important}.me-xl-075{margin-right:.75rem !important}.me-xl-100{margin-right:1rem !important}.me-xl-125{margin-right:1.25rem !important}.me-xl-150{margin-right:1.5rem !important}.me-xl-175{margin-right:1.75rem !important}.me-xl-200{margin-right:2rem !important}.me-xl-250{margin-right:2.5rem !important}.me-xl-300{margin-right:3rem !important}.me-xl-400{margin-right:4rem !important}.me-xl-500{margin-right:5rem !important}.me-xl-600{margin-right:6rem !important}.me-xl-700{margin-right:7rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0rem !important}.mb-xl-0125{margin-bottom:.125rem !important}.mb-xl-025{margin-bottom:.25rem !important}.mb-xl-050{margin-bottom:.5rem !important}.mb-xl-075{margin-bottom:.75rem !important}.mb-xl-100{margin-bottom:1rem !important}.mb-xl-125{margin-bottom:1.25rem !important}.mb-xl-150{margin-bottom:1.5rem !important}.mb-xl-175{margin-bottom:1.75rem !important}.mb-xl-200{margin-bottom:2rem !important}.mb-xl-250{margin-bottom:2.5rem !important}.mb-xl-300{margin-bottom:3rem !important}.mb-xl-400{margin-bottom:4rem !important}.mb-xl-500{margin-bottom:5rem !important}.mb-xl-600{margin-bottom:6rem !important}.mb-xl-700{margin-bottom:7rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0rem !important}.ms-xl-0125{margin-left:.125rem !important}.ms-xl-025{margin-left:.25rem !important}.ms-xl-050{margin-left:.5rem !important}.ms-xl-075{margin-left:.75rem !important}.ms-xl-100{margin-left:1rem !important}.ms-xl-125{margin-left:1.25rem !important}.ms-xl-150{margin-left:1.5rem !important}.ms-xl-175{margin-left:1.75rem !important}.ms-xl-200{margin-left:2rem !important}.ms-xl-250{margin-left:2.5rem !important}.ms-xl-300{margin-left:3rem !important}.ms-xl-400{margin-left:4rem !important}.ms-xl-500{margin-left:5rem !important}.ms-xl-600{margin-left:6rem !important}.ms-xl-700{margin-left:7rem !important}.ms-xl-auto{margin-left:auto !important}.m-xl-n0{margin:0rem !important}.m-xl-n0125{margin:-0.125rem !important}.m-xl-n025{margin:-0.25rem !important}.m-xl-n050{margin:-0.5rem !important}.m-xl-n075{margin:-0.75rem !important}.m-xl-n100{margin:-1rem !important}.m-xl-n125{margin:-1.25rem !important}.m-xl-n150{margin:-1.5rem !important}.m-xl-n175{margin:-1.75rem !important}.m-xl-n200{margin:-2rem !important}.m-xl-n250{margin:-2.5rem !important}.m-xl-n300{margin:-3rem !important}.m-xl-n400{margin:-4rem !important}.m-xl-n500{margin:-5rem !important}.m-xl-n600{margin:-6rem !important}.m-xl-n700{margin:-7rem !important}.mx-xl-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-xl-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-xl-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xl-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xl-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-xl-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-xl-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xl-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-xl-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xl-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-xl-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xl-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xl-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-xl-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xl-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-xl-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-xl-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-xl-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xl-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xl-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-xl-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-xl-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xl-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-xl-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xl-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-xl-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xl-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xl-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-xl-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xl-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-xl-n0{margin-top:0rem !important}.mt-xl-n0125{margin-top:-0.125rem !important}.mt-xl-n025{margin-top:-0.25rem !important}.mt-xl-n050{margin-top:-0.5rem !important}.mt-xl-n075{margin-top:-0.75rem !important}.mt-xl-n100{margin-top:-1rem !important}.mt-xl-n125{margin-top:-1.25rem !important}.mt-xl-n150{margin-top:-1.5rem !important}.mt-xl-n175{margin-top:-1.75rem !important}.mt-xl-n200{margin-top:-2rem !important}.mt-xl-n250{margin-top:-2.5rem !important}.mt-xl-n300{margin-top:-3rem !important}.mt-xl-n400{margin-top:-4rem !important}.mt-xl-n500{margin-top:-5rem !important}.mt-xl-n600{margin-top:-6rem !important}.mt-xl-n700{margin-top:-7rem !important}.me-xl-n0{margin-right:0rem !important}.me-xl-n0125{margin-right:-0.125rem !important}.me-xl-n025{margin-right:-0.25rem !important}.me-xl-n050{margin-right:-0.5rem !important}.me-xl-n075{margin-right:-0.75rem !important}.me-xl-n100{margin-right:-1rem !important}.me-xl-n125{margin-right:-1.25rem !important}.me-xl-n150{margin-right:-1.5rem !important}.me-xl-n175{margin-right:-1.75rem !important}.me-xl-n200{margin-right:-2rem !important}.me-xl-n250{margin-right:-2.5rem !important}.me-xl-n300{margin-right:-3rem !important}.me-xl-n400{margin-right:-4rem !important}.me-xl-n500{margin-right:-5rem !important}.me-xl-n600{margin-right:-6rem !important}.me-xl-n700{margin-right:-7rem !important}.mb-xl-n0{margin-bottom:0rem !important}.mb-xl-n0125{margin-bottom:-0.125rem !important}.mb-xl-n025{margin-bottom:-0.25rem !important}.mb-xl-n050{margin-bottom:-0.5rem !important}.mb-xl-n075{margin-bottom:-0.75rem !important}.mb-xl-n100{margin-bottom:-1rem !important}.mb-xl-n125{margin-bottom:-1.25rem !important}.mb-xl-n150{margin-bottom:-1.5rem !important}.mb-xl-n175{margin-bottom:-1.75rem !important}.mb-xl-n200{margin-bottom:-2rem !important}.mb-xl-n250{margin-bottom:-2.5rem !important}.mb-xl-n300{margin-bottom:-3rem !important}.mb-xl-n400{margin-bottom:-4rem !important}.mb-xl-n500{margin-bottom:-5rem !important}.mb-xl-n600{margin-bottom:-6rem !important}.mb-xl-n700{margin-bottom:-7rem !important}.ms-xl-n0{margin-left:0rem !important}.ms-xl-n0125{margin-left:-0.125rem !important}.ms-xl-n025{margin-left:-0.25rem !important}.ms-xl-n050{margin-left:-0.5rem !important}.ms-xl-n075{margin-left:-0.75rem !important}.ms-xl-n100{margin-left:-1rem !important}.ms-xl-n125{margin-left:-1.25rem !important}.ms-xl-n150{margin-left:-1.5rem !important}.ms-xl-n175{margin-left:-1.75rem !important}.ms-xl-n200{margin-left:-2rem !important}.ms-xl-n250{margin-left:-2.5rem !important}.ms-xl-n300{margin-left:-3rem !important}.ms-xl-n400{margin-left:-4rem !important}.ms-xl-n500{margin-left:-5rem !important}.ms-xl-n600{margin-left:-6rem !important}.ms-xl-n700{margin-left:-7rem !important}.p-xl-0{padding:0rem !important}.p-xl-0125{padding:.125rem !important}.p-xl-025{padding:.25rem !important}.p-xl-050{padding:.5rem !important}.p-xl-075{padding:.75rem !important}.p-xl-100{padding:1rem !important}.p-xl-125{padding:1.25rem !important}.p-xl-150{padding:1.5rem !important}.p-xl-175{padding:1.75rem !important}.p-xl-200{padding:2rem !important}.p-xl-250{padding:2.5rem !important}.p-xl-300{padding:3rem !important}.p-xl-400{padding:4rem !important}.p-xl-500{padding:5rem !important}.p-xl-600{padding:6rem !important}.p-xl-700{padding:7rem !important}.px-xl-0{padding-right:0rem !important;padding-left:0rem !important}.px-xl-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-xl-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-xl-100{padding-right:1rem !important;padding-left:1rem !important}.px-xl-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-xl-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-xl-200{padding-right:2rem !important;padding-left:2rem !important}.px-xl-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xl-300{padding-right:3rem !important;padding-left:3rem !important}.px-xl-400{padding-right:4rem !important;padding-left:4rem !important}.px-xl-500{padding-right:5rem !important;padding-left:5rem !important}.px-xl-600{padding-right:6rem !important;padding-left:6rem !important}.px-xl-700{padding-right:7rem !important;padding-left:7rem !important}.py-xl-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-xl-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-xl-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-xl-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-xl-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-xl-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-xl-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xl-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-xl-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-xl-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-xl-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-xl-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-xl-0{padding-top:0rem !important}.pt-xl-0125{padding-top:.125rem !important}.pt-xl-025{padding-top:.25rem !important}.pt-xl-050{padding-top:.5rem !important}.pt-xl-075{padding-top:.75rem !important}.pt-xl-100{padding-top:1rem !important}.pt-xl-125{padding-top:1.25rem !important}.pt-xl-150{padding-top:1.5rem !important}.pt-xl-175{padding-top:1.75rem !important}.pt-xl-200{padding-top:2rem !important}.pt-xl-250{padding-top:2.5rem !important}.pt-xl-300{padding-top:3rem !important}.pt-xl-400{padding-top:4rem !important}.pt-xl-500{padding-top:5rem !important}.pt-xl-600{padding-top:6rem !important}.pt-xl-700{padding-top:7rem !important}.pe-xl-0{padding-right:0rem !important}.pe-xl-0125{padding-right:.125rem !important}.pe-xl-025{padding-right:.25rem !important}.pe-xl-050{padding-right:.5rem !important}.pe-xl-075{padding-right:.75rem !important}.pe-xl-100{padding-right:1rem !important}.pe-xl-125{padding-right:1.25rem !important}.pe-xl-150{padding-right:1.5rem !important}.pe-xl-175{padding-right:1.75rem !important}.pe-xl-200{padding-right:2rem !important}.pe-xl-250{padding-right:2.5rem !important}.pe-xl-300{padding-right:3rem !important}.pe-xl-400{padding-right:4rem !important}.pe-xl-500{padding-right:5rem !important}.pe-xl-600{padding-right:6rem !important}.pe-xl-700{padding-right:7rem !important}.pb-xl-0{padding-bottom:0rem !important}.pb-xl-0125{padding-bottom:.125rem !important}.pb-xl-025{padding-bottom:.25rem !important}.pb-xl-050{padding-bottom:.5rem !important}.pb-xl-075{padding-bottom:.75rem !important}.pb-xl-100{padding-bottom:1rem !important}.pb-xl-125{padding-bottom:1.25rem !important}.pb-xl-150{padding-bottom:1.5rem !important}.pb-xl-175{padding-bottom:1.75rem !important}.pb-xl-200{padding-bottom:2rem !important}.pb-xl-250{padding-bottom:2.5rem !important}.pb-xl-300{padding-bottom:3rem !important}.pb-xl-400{padding-bottom:4rem !important}.pb-xl-500{padding-bottom:5rem !important}.pb-xl-600{padding-bottom:6rem !important}.pb-xl-700{padding-bottom:7rem !important}.ps-xl-0{padding-left:0rem !important}.ps-xl-0125{padding-left:.125rem !important}.ps-xl-025{padding-left:.25rem !important}.ps-xl-050{padding-left:.5rem !important}.ps-xl-075{padding-left:.75rem !important}.ps-xl-100{padding-left:1rem !important}.ps-xl-125{padding-left:1.25rem !important}.ps-xl-150{padding-left:1.5rem !important}.ps-xl-175{padding-left:1.75rem !important}.ps-xl-200{padding-left:2rem !important}.ps-xl-250{padding-left:2.5rem !important}.ps-xl-300{padding-left:3rem !important}.ps-xl-400{padding-left:4rem !important}.ps-xl-500{padding-left:5rem !important}.ps-xl-600{padding-left:6rem !important}.ps-xl-700{padding-left:7rem !important}.gap-xl-0{gap:0rem !important}.gap-xl-0125{gap:.125rem !important}.gap-xl-025{gap:.25rem !important}.gap-xl-050{gap:.5rem !important}.gap-xl-075{gap:.75rem !important}.gap-xl-100{gap:1rem !important}.gap-xl-125{gap:1.25rem !important}.gap-xl-150{gap:1.5rem !important}.gap-xl-175{gap:1.75rem !important}.gap-xl-200{gap:2rem !important}.gap-xl-250{gap:2.5rem !important}.gap-xl-300{gap:3rem !important}.gap-xl-400{gap:4rem !important}.gap-xl-500{gap:5rem !important}.gap-xl-600{gap:6rem !important}.gap-xl-700{gap:7rem !important}.row-gap-xl-0{row-gap:0rem !important}.row-gap-xl-0125{row-gap:.125rem !important}.row-gap-xl-025{row-gap:.25rem !important}.row-gap-xl-050{row-gap:.5rem !important}.row-gap-xl-075{row-gap:.75rem !important}.row-gap-xl-100{row-gap:1rem !important}.row-gap-xl-125{row-gap:1.25rem !important}.row-gap-xl-150{row-gap:1.5rem !important}.row-gap-xl-175{row-gap:1.75rem !important}.row-gap-xl-200{row-gap:2rem !important}.row-gap-xl-250{row-gap:2.5rem !important}.row-gap-xl-300{row-gap:3rem !important}.row-gap-xl-400{row-gap:4rem !important}.row-gap-xl-500{row-gap:5rem !important}.row-gap-xl-600{row-gap:6rem !important}.row-gap-xl-700{row-gap:7rem !important}.column-gap-xl-0{column-gap:0rem !important}.column-gap-xl-0125{column-gap:.125rem !important}.column-gap-xl-025{column-gap:.25rem !important}.column-gap-xl-050{column-gap:.5rem !important}.column-gap-xl-075{column-gap:.75rem !important}.column-gap-xl-100{column-gap:1rem !important}.column-gap-xl-125{column-gap:1.25rem !important}.column-gap-xl-150{column-gap:1.5rem !important}.column-gap-xl-175{column-gap:1.75rem !important}.column-gap-xl-200{column-gap:2rem !important}.column-gap-xl-250{column-gap:2.5rem !important}.column-gap-xl-300{column-gap:3rem !important}.column-gap-xl-400{column-gap:4rem !important}.column-gap-xl-500{column-gap:5rem !important}.column-gap-xl-600{column-gap:6rem !important}.column-gap-xl-700{column-gap:7rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !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{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !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:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0rem !important}.m-xxl-0125{margin:.125rem !important}.m-xxl-025{margin:.25rem !important}.m-xxl-050{margin:.5rem !important}.m-xxl-075{margin:.75rem !important}.m-xxl-100{margin:1rem !important}.m-xxl-125{margin:1.25rem !important}.m-xxl-150{margin:1.5rem !important}.m-xxl-175{margin:1.75rem !important}.m-xxl-200{margin:2rem !important}.m-xxl-250{margin:2.5rem !important}.m-xxl-300{margin:3rem !important}.m-xxl-400{margin:4rem !important}.m-xxl-500{margin:5rem !important}.m-xxl-600{margin:6rem !important}.m-xxl-700{margin:7rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0rem !important;margin-left:0rem !important}.mx-xxl-0125{margin-right:.125rem !important;margin-left:.125rem !important}.mx-xxl-025{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-050{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-075{margin-right:.75rem !important;margin-left:.75rem !important}.mx-xxl-100{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-125{margin-right:1.25rem !important;margin-left:1.25rem !important}.mx-xxl-150{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-175{margin-right:1.75rem !important;margin-left:1.75rem !important}.mx-xxl-200{margin-right:2rem !important;margin-left:2rem !important}.mx-xxl-250{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xxl-300{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-400{margin-right:4rem !important;margin-left:4rem !important}.mx-xxl-500{margin-right:5rem !important;margin-left:5rem !important}.mx-xxl-600{margin-right:6rem !important;margin-left:6rem !important}.mx-xxl-700{margin-right:7rem !important;margin-left:7rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0rem !important;margin-bottom:0rem !important}.my-xxl-0125{margin-top:.125rem !important;margin-bottom:.125rem !important}.my-xxl-025{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-050{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-075{margin-top:.75rem !important;margin-bottom:.75rem !important}.my-xxl-100{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-125{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.my-xxl-150{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-175{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.my-xxl-200{margin-top:2rem !important;margin-bottom:2rem !important}.my-xxl-250{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xxl-300{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-400{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxl-500{margin-top:5rem !important;margin-bottom:5rem !important}.my-xxl-600{margin-top:6rem !important;margin-bottom:6rem !important}.my-xxl-700{margin-top:7rem !important;margin-bottom:7rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0rem !important}.mt-xxl-0125{margin-top:.125rem !important}.mt-xxl-025{margin-top:.25rem !important}.mt-xxl-050{margin-top:.5rem !important}.mt-xxl-075{margin-top:.75rem !important}.mt-xxl-100{margin-top:1rem !important}.mt-xxl-125{margin-top:1.25rem !important}.mt-xxl-150{margin-top:1.5rem !important}.mt-xxl-175{margin-top:1.75rem !important}.mt-xxl-200{margin-top:2rem !important}.mt-xxl-250{margin-top:2.5rem !important}.mt-xxl-300{margin-top:3rem !important}.mt-xxl-400{margin-top:4rem !important}.mt-xxl-500{margin-top:5rem !important}.mt-xxl-600{margin-top:6rem !important}.mt-xxl-700{margin-top:7rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0rem !important}.me-xxl-0125{margin-right:.125rem !important}.me-xxl-025{margin-right:.25rem !important}.me-xxl-050{margin-right:.5rem !important}.me-xxl-075{margin-right:.75rem !important}.me-xxl-100{margin-right:1rem !important}.me-xxl-125{margin-right:1.25rem !important}.me-xxl-150{margin-right:1.5rem !important}.me-xxl-175{margin-right:1.75rem !important}.me-xxl-200{margin-right:2rem !important}.me-xxl-250{margin-right:2.5rem !important}.me-xxl-300{margin-right:3rem !important}.me-xxl-400{margin-right:4rem !important}.me-xxl-500{margin-right:5rem !important}.me-xxl-600{margin-right:6rem !important}.me-xxl-700{margin-right:7rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0rem !important}.mb-xxl-0125{margin-bottom:.125rem !important}.mb-xxl-025{margin-bottom:.25rem !important}.mb-xxl-050{margin-bottom:.5rem !important}.mb-xxl-075{margin-bottom:.75rem !important}.mb-xxl-100{margin-bottom:1rem !important}.mb-xxl-125{margin-bottom:1.25rem !important}.mb-xxl-150{margin-bottom:1.5rem !important}.mb-xxl-175{margin-bottom:1.75rem !important}.mb-xxl-200{margin-bottom:2rem !important}.mb-xxl-250{margin-bottom:2.5rem !important}.mb-xxl-300{margin-bottom:3rem !important}.mb-xxl-400{margin-bottom:4rem !important}.mb-xxl-500{margin-bottom:5rem !important}.mb-xxl-600{margin-bottom:6rem !important}.mb-xxl-700{margin-bottom:7rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0rem !important}.ms-xxl-0125{margin-left:.125rem !important}.ms-xxl-025{margin-left:.25rem !important}.ms-xxl-050{margin-left:.5rem !important}.ms-xxl-075{margin-left:.75rem !important}.ms-xxl-100{margin-left:1rem !important}.ms-xxl-125{margin-left:1.25rem !important}.ms-xxl-150{margin-left:1.5rem !important}.ms-xxl-175{margin-left:1.75rem !important}.ms-xxl-200{margin-left:2rem !important}.ms-xxl-250{margin-left:2.5rem !important}.ms-xxl-300{margin-left:3rem !important}.ms-xxl-400{margin-left:4rem !important}.ms-xxl-500{margin-left:5rem !important}.ms-xxl-600{margin-left:6rem !important}.ms-xxl-700{margin-left:7rem !important}.ms-xxl-auto{margin-left:auto !important}.m-xxl-n0{margin:0rem !important}.m-xxl-n0125{margin:-0.125rem !important}.m-xxl-n025{margin:-0.25rem !important}.m-xxl-n050{margin:-0.5rem !important}.m-xxl-n075{margin:-0.75rem !important}.m-xxl-n100{margin:-1rem !important}.m-xxl-n125{margin:-1.25rem !important}.m-xxl-n150{margin:-1.5rem !important}.m-xxl-n175{margin:-1.75rem !important}.m-xxl-n200{margin:-2rem !important}.m-xxl-n250{margin:-2.5rem !important}.m-xxl-n300{margin:-3rem !important}.m-xxl-n400{margin:-4rem !important}.m-xxl-n500{margin:-5rem !important}.m-xxl-n600{margin:-6rem !important}.m-xxl-n700{margin:-7rem !important}.mx-xxl-n0{margin-right:0rem !important;margin-left:0rem !important}.mx-xxl-n0125{margin-right:-0.125rem !important;margin-left:-0.125rem !important}.mx-xxl-n025{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xxl-n050{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xxl-n075{margin-right:-0.75rem !important;margin-left:-0.75rem !important}.mx-xxl-n100{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxl-n125{margin-right:-1.25rem !important;margin-left:-1.25rem !important}.mx-xxl-n150{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xxl-n175{margin-right:-1.75rem !important;margin-left:-1.75rem !important}.mx-xxl-n200{margin-right:-2rem !important;margin-left:-2rem !important}.mx-xxl-n250{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-xxl-n300{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xxl-n400{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xxl-n500{margin-right:-5rem !important;margin-left:-5rem !important}.mx-xxl-n600{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xxl-n700{margin-right:-7rem !important;margin-left:-7rem !important}.my-xxl-n0{margin-top:0rem !important;margin-bottom:0rem !important}.my-xxl-n0125{margin-top:-0.125rem !important;margin-bottom:-0.125rem !important}.my-xxl-n025{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xxl-n050{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xxl-n075{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important}.my-xxl-n100{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxl-n125{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important}.my-xxl-n150{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xxl-n175{margin-top:-1.75rem !important;margin-bottom:-1.75rem !important}.my-xxl-n200{margin-top:-2rem !important;margin-bottom:-2rem !important}.my-xxl-n250{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-xxl-n300{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xxl-n400{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xxl-n500{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-xxl-n600{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xxl-n700{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-xxl-n0{margin-top:0rem !important}.mt-xxl-n0125{margin-top:-0.125rem !important}.mt-xxl-n025{margin-top:-0.25rem !important}.mt-xxl-n050{margin-top:-0.5rem !important}.mt-xxl-n075{margin-top:-0.75rem !important}.mt-xxl-n100{margin-top:-1rem !important}.mt-xxl-n125{margin-top:-1.25rem !important}.mt-xxl-n150{margin-top:-1.5rem !important}.mt-xxl-n175{margin-top:-1.75rem !important}.mt-xxl-n200{margin-top:-2rem !important}.mt-xxl-n250{margin-top:-2.5rem !important}.mt-xxl-n300{margin-top:-3rem !important}.mt-xxl-n400{margin-top:-4rem !important}.mt-xxl-n500{margin-top:-5rem !important}.mt-xxl-n600{margin-top:-6rem !important}.mt-xxl-n700{margin-top:-7rem !important}.me-xxl-n0{margin-right:0rem !important}.me-xxl-n0125{margin-right:-0.125rem !important}.me-xxl-n025{margin-right:-0.25rem !important}.me-xxl-n050{margin-right:-0.5rem !important}.me-xxl-n075{margin-right:-0.75rem !important}.me-xxl-n100{margin-right:-1rem !important}.me-xxl-n125{margin-right:-1.25rem !important}.me-xxl-n150{margin-right:-1.5rem !important}.me-xxl-n175{margin-right:-1.75rem !important}.me-xxl-n200{margin-right:-2rem !important}.me-xxl-n250{margin-right:-2.5rem !important}.me-xxl-n300{margin-right:-3rem !important}.me-xxl-n400{margin-right:-4rem !important}.me-xxl-n500{margin-right:-5rem !important}.me-xxl-n600{margin-right:-6rem !important}.me-xxl-n700{margin-right:-7rem !important}.mb-xxl-n0{margin-bottom:0rem !important}.mb-xxl-n0125{margin-bottom:-0.125rem !important}.mb-xxl-n025{margin-bottom:-0.25rem !important}.mb-xxl-n050{margin-bottom:-0.5rem !important}.mb-xxl-n075{margin-bottom:-0.75rem !important}.mb-xxl-n100{margin-bottom:-1rem !important}.mb-xxl-n125{margin-bottom:-1.25rem !important}.mb-xxl-n150{margin-bottom:-1.5rem !important}.mb-xxl-n175{margin-bottom:-1.75rem !important}.mb-xxl-n200{margin-bottom:-2rem !important}.mb-xxl-n250{margin-bottom:-2.5rem !important}.mb-xxl-n300{margin-bottom:-3rem !important}.mb-xxl-n400{margin-bottom:-4rem !important}.mb-xxl-n500{margin-bottom:-5rem !important}.mb-xxl-n600{margin-bottom:-6rem !important}.mb-xxl-n700{margin-bottom:-7rem !important}.ms-xxl-n0{margin-left:0rem !important}.ms-xxl-n0125{margin-left:-0.125rem !important}.ms-xxl-n025{margin-left:-0.25rem !important}.ms-xxl-n050{margin-left:-0.5rem !important}.ms-xxl-n075{margin-left:-0.75rem !important}.ms-xxl-n100{margin-left:-1rem !important}.ms-xxl-n125{margin-left:-1.25rem !important}.ms-xxl-n150{margin-left:-1.5rem !important}.ms-xxl-n175{margin-left:-1.75rem !important}.ms-xxl-n200{margin-left:-2rem !important}.ms-xxl-n250{margin-left:-2.5rem !important}.ms-xxl-n300{margin-left:-3rem !important}.ms-xxl-n400{margin-left:-4rem !important}.ms-xxl-n500{margin-left:-5rem !important}.ms-xxl-n600{margin-left:-6rem !important}.ms-xxl-n700{margin-left:-7rem !important}.p-xxl-0{padding:0rem !important}.p-xxl-0125{padding:.125rem !important}.p-xxl-025{padding:.25rem !important}.p-xxl-050{padding:.5rem !important}.p-xxl-075{padding:.75rem !important}.p-xxl-100{padding:1rem !important}.p-xxl-125{padding:1.25rem !important}.p-xxl-150{padding:1.5rem !important}.p-xxl-175{padding:1.75rem !important}.p-xxl-200{padding:2rem !important}.p-xxl-250{padding:2.5rem !important}.p-xxl-300{padding:3rem !important}.p-xxl-400{padding:4rem !important}.p-xxl-500{padding:5rem !important}.p-xxl-600{padding:6rem !important}.p-xxl-700{padding:7rem !important}.px-xxl-0{padding-right:0rem !important;padding-left:0rem !important}.px-xxl-0125{padding-right:.125rem !important;padding-left:.125rem !important}.px-xxl-025{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-050{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-075{padding-right:.75rem !important;padding-left:.75rem !important}.px-xxl-100{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-125{padding-right:1.25rem !important;padding-left:1.25rem !important}.px-xxl-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-175{padding-right:1.75rem !important;padding-left:1.75rem !important}.px-xxl-200{padding-right:2rem !important;padding-left:2rem !important}.px-xxl-250{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xxl-300{padding-right:3rem !important;padding-left:3rem !important}.px-xxl-400{padding-right:4rem !important;padding-left:4rem !important}.px-xxl-500{padding-right:5rem !important;padding-left:5rem !important}.px-xxl-600{padding-right:6rem !important;padding-left:6rem !important}.px-xxl-700{padding-right:7rem !important;padding-left:7rem !important}.py-xxl-0{padding-top:0rem !important;padding-bottom:0rem !important}.py-xxl-0125{padding-top:.125rem !important;padding-bottom:.125rem !important}.py-xxl-025{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-050{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-075{padding-top:.75rem !important;padding-bottom:.75rem !important}.py-xxl-100{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-125{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.py-xxl-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-175{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.py-xxl-200{padding-top:2rem !important;padding-bottom:2rem !important}.py-xxl-250{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xxl-300{padding-top:3rem !important;padding-bottom:3rem !important}.py-xxl-400{padding-top:4rem !important;padding-bottom:4rem !important}.py-xxl-500{padding-top:5rem !important;padding-bottom:5rem !important}.py-xxl-600{padding-top:6rem !important;padding-bottom:6rem !important}.py-xxl-700{padding-top:7rem !important;padding-bottom:7rem !important}.pt-xxl-0{padding-top:0rem !important}.pt-xxl-0125{padding-top:.125rem !important}.pt-xxl-025{padding-top:.25rem !important}.pt-xxl-050{padding-top:.5rem !important}.pt-xxl-075{padding-top:.75rem !important}.pt-xxl-100{padding-top:1rem !important}.pt-xxl-125{padding-top:1.25rem !important}.pt-xxl-150{padding-top:1.5rem !important}.pt-xxl-175{padding-top:1.75rem !important}.pt-xxl-200{padding-top:2rem !important}.pt-xxl-250{padding-top:2.5rem !important}.pt-xxl-300{padding-top:3rem !important}.pt-xxl-400{padding-top:4rem !important}.pt-xxl-500{padding-top:5rem !important}.pt-xxl-600{padding-top:6rem !important}.pt-xxl-700{padding-top:7rem !important}.pe-xxl-0{padding-right:0rem !important}.pe-xxl-0125{padding-right:.125rem !important}.pe-xxl-025{padding-right:.25rem !important}.pe-xxl-050{padding-right:.5rem !important}.pe-xxl-075{padding-right:.75rem !important}.pe-xxl-100{padding-right:1rem !important}.pe-xxl-125{padding-right:1.25rem !important}.pe-xxl-150{padding-right:1.5rem !important}.pe-xxl-175{padding-right:1.75rem !important}.pe-xxl-200{padding-right:2rem !important}.pe-xxl-250{padding-right:2.5rem !important}.pe-xxl-300{padding-right:3rem !important}.pe-xxl-400{padding-right:4rem !important}.pe-xxl-500{padding-right:5rem !important}.pe-xxl-600{padding-right:6rem !important}.pe-xxl-700{padding-right:7rem !important}.pb-xxl-0{padding-bottom:0rem !important}.pb-xxl-0125{padding-bottom:.125rem !important}.pb-xxl-025{padding-bottom:.25rem !important}.pb-xxl-050{padding-bottom:.5rem !important}.pb-xxl-075{padding-bottom:.75rem !important}.pb-xxl-100{padding-bottom:1rem !important}.pb-xxl-125{padding-bottom:1.25rem !important}.pb-xxl-150{padding-bottom:1.5rem !important}.pb-xxl-175{padding-bottom:1.75rem !important}.pb-xxl-200{padding-bottom:2rem !important}.pb-xxl-250{padding-bottom:2.5rem !important}.pb-xxl-300{padding-bottom:3rem !important}.pb-xxl-400{padding-bottom:4rem !important}.pb-xxl-500{padding-bottom:5rem !important}.pb-xxl-600{padding-bottom:6rem !important}.pb-xxl-700{padding-bottom:7rem !important}.ps-xxl-0{padding-left:0rem !important}.ps-xxl-0125{padding-left:.125rem !important}.ps-xxl-025{padding-left:.25rem !important}.ps-xxl-050{padding-left:.5rem !important}.ps-xxl-075{padding-left:.75rem !important}.ps-xxl-100{padding-left:1rem !important}.ps-xxl-125{padding-left:1.25rem !important}.ps-xxl-150{padding-left:1.5rem !important}.ps-xxl-175{padding-left:1.75rem !important}.ps-xxl-200{padding-left:2rem !important}.ps-xxl-250{padding-left:2.5rem !important}.ps-xxl-300{padding-left:3rem !important}.ps-xxl-400{padding-left:4rem !important}.ps-xxl-500{padding-left:5rem !important}.ps-xxl-600{padding-left:6rem !important}.ps-xxl-700{padding-left:7rem !important}.gap-xxl-0{gap:0rem !important}.gap-xxl-0125{gap:.125rem !important}.gap-xxl-025{gap:.25rem !important}.gap-xxl-050{gap:.5rem !important}.gap-xxl-075{gap:.75rem !important}.gap-xxl-100{gap:1rem !important}.gap-xxl-125{gap:1.25rem !important}.gap-xxl-150{gap:1.5rem !important}.gap-xxl-175{gap:1.75rem !important}.gap-xxl-200{gap:2rem !important}.gap-xxl-250{gap:2.5rem !important}.gap-xxl-300{gap:3rem !important}.gap-xxl-400{gap:4rem !important}.gap-xxl-500{gap:5rem !important}.gap-xxl-600{gap:6rem !important}.gap-xxl-700{gap:7rem !important}.row-gap-xxl-0{row-gap:0rem !important}.row-gap-xxl-0125{row-gap:.125rem !important}.row-gap-xxl-025{row-gap:.25rem !important}.row-gap-xxl-050{row-gap:.5rem !important}.row-gap-xxl-075{row-gap:.75rem !important}.row-gap-xxl-100{row-gap:1rem !important}.row-gap-xxl-125{row-gap:1.25rem !important}.row-gap-xxl-150{row-gap:1.5rem !important}.row-gap-xxl-175{row-gap:1.75rem !important}.row-gap-xxl-200{row-gap:2rem !important}.row-gap-xxl-250{row-gap:2.5rem !important}.row-gap-xxl-300{row-gap:3rem !important}.row-gap-xxl-400{row-gap:4rem !important}.row-gap-xxl-500{row-gap:5rem !important}.row-gap-xxl-600{row-gap:6rem !important}.row-gap-xxl-700{row-gap:7rem !important}.column-gap-xxl-0{column-gap:0rem !important}.column-gap-xxl-0125{column-gap:.125rem !important}.column-gap-xxl-025{column-gap:.25rem !important}.column-gap-xxl-050{column-gap:.5rem !important}.column-gap-xxl-075{column-gap:.75rem !important}.column-gap-xxl-100{column-gap:1rem !important}.column-gap-xxl-125{column-gap:1.25rem !important}.column-gap-xxl-150{column-gap:1.5rem !important}.column-gap-xxl-175{column-gap:1.75rem !important}.column-gap-xxl-200{column-gap:2rem !important}.column-gap-xxl-250{column-gap:2.5rem !important}.column-gap-xxl-300{column-gap:3rem !important}.column-gap-xxl-400{column-gap:4rem !important}.column-gap-xxl-500{column-gap:5rem !important}.column-gap-xxl-600{column-gap:6rem !important}.column-gap-xxl-700{column-gap:7rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !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:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#000 !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(25, 58, 171, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(25, 58, 171, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(53, 187, 107, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(53, 187, 107, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(234, 234, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(234, 234, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(253, 240, 117, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(253, 240, 117, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(118, 12, 35, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(118, 12, 35, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-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:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;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}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden !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;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: rgb(31, 73, 214);--bs-success: rgb(3, 170, 70);--bs-info: rgb(229, 229, 240);--bs-warning: rgb(253, 236, 83);--bs-danger: rgb(148, 15, 44);--bs-primary-rgb: 31, 73, 214;--bs-success-rgb: 3, 170, 70;--bs-info-rgb: 229, 229, 240;--bs-warning-rgb: 253, 236, 83;--bs-danger-rgb: 148, 15, 44;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(10, 54, 33.6);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(209, 231, 220.8);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(163, 207, 186.6);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: rgb(32, 15, 46);--bs-body-color-rgb: 32, 15, 46;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: rgb(32, 15, 46);--bs-emphasis-color-rgb: 32, 15, 46;--bs-secondary-color: rgba(32, 15, 46, 0.75);--bs-secondary-color-rgb: 32, 15, 46;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(32, 15, 46, 0.5);--bs-tertiary-color-rgb: 32, 15, 46;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: rgb(31, 73, 214);--bs-link-color-rgb: 31, 73, 214;--bs-link-decoration: underline;--bs-link-hover-color: rgb(31, 73, 214);--bs-link-hover-color-rgb: 31, 73, 214;--bs-link-hover-decoration: none;--bs-code-color: #d63384;--bs-highlight-color: rgb(32, 15, 46);--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: rgb(233, 233, 233);--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.25rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.75rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 1000rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}.sr-only-xs-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 0){.sr-only-xs-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}.sr-only-sm-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 576px){.sr-only-sm-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}.sr-only-md-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 768px){.sr-only-md-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}.sr-only-lg-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 992px){.sr-only-lg-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}.sr-only-xl-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 1200px){.sr-only-xl-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}.sr-only-xxl-down{border:0;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;margin:-1px;padding:0;width:1px}@media(min-width: 1400px){.sr-only-xxl-down{border:0;clip:initial;overflow:auto;padding:0;margin:0;position:relative;width:auto;height:auto}}body{line-height:1.5;letter-spacing:.01em;font-size:1rem;font-weight:400;font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}@media(min-width: 768px){body{font-size:1.125rem}}hr{opacity:1}.vs-sticky-nav{position:sticky;z-index:1030;top:-28px}@media(min-width: 768px){.vs-sticky-nav{top:-36px}}.vs-sticky-nav--has-content{top:-34px}@media(min-width: 768px){.vs-sticky-nav--has-content{top:-42px}}.vs-sticky-nav:has(.vs-skip-to:focus-within){top:0}.no-js .vs-sticky-nav{position:initial;top:0}@media(min-width: 768px){.no-js .vs-sticky-nav{top:0}}.zindex-fixed{z-index:1030}.aspect-ratio-3-2{aspect-ratio:3/2}.truncate-2-lines{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;white-space:normal;-webkit-line-clamp:2}.truncate-3-lines{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;white-space:normal;-webkit-line-clamp:3}.rounded-top-start{border-top-left-radius:var(--bs-border-radius) !important}.rounded-top-end{border-top-right-radius:var(--bs-border-radius) !important}.rounded-bottom-start{border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-end{border-bottom-right-radius:var(--bs-border-radius) !important}/*!
164
164
  * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
165
165
  * License - https://fontawesome.com/license (Commercial License)
166
166
  * Copyright 2024 Fonticons, Inc.