/*
Theme Name: eappah
Theme URI: https://wordpress.org/themes/ho/
Author: Henry Kweku aMOAH - +233243818256
Email: amoahhenry@gmail.com
Author URI: https://enappahtricore.com/
Description: The Official Theme for enappahtricore
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane > canvas,
.leaflet-pane > svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
  left: 0;
  position: absolute;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  height: 1600px;
  -webkit-transform-origin: 0 0;
  width: 1600px;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-height: none !important;
  max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  box-sizing: border-box;
  height: 0;
  width: 0;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  height: 1px;
  width: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  pointer-events: visiblePainted;
  pointer-events: auto;
  position: relative;
  z-index: 800;
}
.leaflet-bottom,
.leaflet-top {
  pointer-events: none;
  position: absolute;
  z-index: 1000;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  clear: both;
  float: left;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  will-change: transform;
}
.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-control,
.leaflet-popup-pane {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  background: rgba(255, 255, 255, 0.5);
  border: 2px dotted #38f;
}
.leaflet-container {
  font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif;
}
.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  width: 26px;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.leaflet-bar a.leaflet-disabled {
  background-color: #f4f4f4;
  color: #bbb;
  cursor: default;
}
.leaflet-touch .leaflet-bar a {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: 700 18px Lucida Console, Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.leaflet-control-layers-toggle {
  background-image: url(../images/vendor/leaflet/dist/layers6976.png?416d91365b44e4b4f4777663e6f009f3);
  height: 36px;
  width: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../images/vendor/leaflet/dist/layers-2x87e0.png?8f2c4d11474275fbc1614b9098334eae);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  height: 44px;
  width: 44px;
}
.leaflet-control-layers-expanded .leaflet-control-layers-toggle,
.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  background: #fff;
  color: #333;
  padding: 6px 10px 6px 6px;
}
.leaflet-control-layers-scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url(../images/vendor/leaflet/dist/marker-icon9715.png?2b3e1faf89f94a4835397e7a43b4f77d);
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: hsla(0, 0%, 100%, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  color: #333;
  padding: 0 5px;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  background: #fff;
  background: hsla(0, 0%, 100%, 0.5);
  border: 2px solid #777;
  border-top: none;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.1;
  overflow: hidden;
  padding: 2px 5px 1px;
  white-space: nowrap;
}
.leaflet-control-scale-line:not(:first-child) {
  border-bottom: none;
  border-top: 2px solid #777;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.leaflet-popup {
  margin-bottom: 20px;
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  border-radius: 12px;
  padding: 1px;
  text-align: left;
}
.leaflet-popup-content {
  line-height: 1.4;
  margin: 13px 19px;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  height: 20px;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 40px;
}
.leaflet-popup-tip {
  height: 17px;
  margin: -10px auto 0;
  padding: 1px;
  transform: rotate(45deg);
  width: 17px;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  color: #333;
}
.leaflet-container a.leaflet-popup-close-button {
  background: transparent;
  border: none;
  color: #c3c3c3;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  font-weight: 700;
  height: 14px;
  padding: 4px 4px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 18px;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
  margin: 0 auto;
  width: 24px;
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: #222;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
  background: transparent;
  border: 6px solid transparent;
  content: "";
  pointer-events: none;
  position: absolute;
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  border-top-color: #fff;
  bottom: 0;
  margin-bottom: -12px;
}
.leaflet-tooltip-bottom:before {
  border-bottom-color: #fff;
  margin-left: -6px;
  margin-top: -12px;
  top: 0;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  margin-top: -6px;
  top: 50%;
}
.leaflet-tooltip-left:before {
  border-left-color: #fff;
  margin-right: -12px;
  right: 0;
}
.leaflet-tooltip-right:before {
  border-right-color: #fff;
  left: 0;
  margin-left: -12px;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: "";
  display: table;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-gallery,
.tns-no-calc {
  left: 0;
  position: relative;
}
.tns-gallery {
  min-height: 1px;
}
.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}
.tns-fadeOut,
.tns-normal {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}
.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: 2333.33333%;
}
.tns-t-ct:after {
  clear: both;
  content: "";
  display: table;
}
.tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4285714%;
  width: 1.42857%;
}
@charset "UTF-8";
.link-dark {
  color: #2b2d2b !important;
}
.text-purple {
  color: #572c5f;
}
.bg-purple {
  background-color: #000 !important;
}
.opacity-full {
  opacity: 1 !important;
}
.text-dark-outline {
  color: #572c5f !important;
}
.text-dark-outline:hover {
  background-color: transparent !important;
  color: #db0075 !important;
}
.btn-outline-primary {
  font-weight: 500 !important;
}
.btn-link:hover {
  color: #871568;
}
.text-white-hover:hover {
  color: #fff !important;
}
.border-bottom-hover {
  border-bottom: 1px solid transparent !important;
}
.border-bottom-hover:hover {
  border-bottom: 1px solid #dee2e6 !important;
}

/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #572c5f;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #db0075;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #7c2165;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  color: #2b2d2b;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.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-bottom: 1rem;
  margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #db0075;
  text-decoration: underline;
}
a:hover {
  color: #af005e;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: #d63384;
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.875em;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 1em;
  font-weight: 700;
  padding: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #6d6e71;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-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-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  color: #6c757d;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: -1rem;
}
.blockquote-footer:before {
  content: "— ";
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #6c757d;
  font-size: 0.875em;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 90%;
  }
}
@media (min-width: 1100px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1060px;
  }
}
@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1360px;
  }
}
.mkto-contact-us .mktoButtonRow,
.mkto-contact-us > .mktoFormRow,
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.mkto-contact-us .mktoButtonRow > *,
.mkto-contact-us > .mktoFormRow > *,
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6,
.mkto-contact-us > .mktoFormRow fieldset.mktoFormCol .mktoFormCol {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12,
.mkto-contact-us > .mktoFormRow fieldset.mktoFormCol {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 5rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 6.5rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 6.5rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 8rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 8rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 9.5rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 9.5rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 11rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 11rem;
}
.g-11,
.gx-11 {
  --bs-gutter-x: 12.5rem;
}
.g-11,
.gy-11 {
  --bs-gutter-y: 12.5rem;
}
.g-12,
.gx-12 {
  --bs-gutter-x: 14rem;
}
.g-12,
.gy-12 {
  --bs-gutter-y: 14rem;
}
.g-13,
.gx-13 {
  --bs-gutter-x: 15.5rem;
}
.g-13,
.gy-13 {
  --bs-gutter-y: 15.5rem;
}
.g-14,
.gx-14 {
  --bs-gutter-x: 17rem;
}
.g-14,
.gy-14 {
  --bs-gutter-y: 17rem;
}
.g-15,
.gx-15 {
  --bs-gutter-x: 18.5rem;
}
.g-15,
.gy-15 {
  --bs-gutter-y: 18.5rem;
}
.g-16,
.gx-16 {
  --bs-gutter-x: 20rem;
}
.g-16,
.gy-16 {
  --bs-gutter-y: 20rem;
}
.g-17,
.gx-17 {
  --bs-gutter-x: 21.5rem;
}
.g-17,
.gy-17 {
  --bs-gutter-y: 21.5rem;
}
.g-18,
.gx-18 {
  --bs-gutter-x: 23rem;
}
.g-18,
.gy-18 {
  --bs-gutter-y: 23rem;
}
.g-19,
.gx-19 {
  --bs-gutter-x: 24.5rem;
}
.g-19,
.gy-19 {
  --bs-gutter-y: 24.5rem;
}
.g-20,
.gx-20 {
  --bs-gutter-x: 26rem;
}
.g-20,
.gy-20 {
  --bs-gutter-y: 26rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 14rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 14rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 15.5rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 15.5rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 17rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 17rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 18.5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 18.5rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 21.5rem;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 21.5rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 23rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 23rem;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 24.5rem;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 24.5rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 26rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 26rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 11rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 11rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 14rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 14rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 15.5rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 15.5rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 17rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 17rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 18.5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 18.5rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 20rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 20rem;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 21.5rem;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 21.5rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 23rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 23rem;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 24.5rem;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 24.5rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 26rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 26rem;
  }
}
@media (min-width: 1100px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 14rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 14rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 15.5rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 15.5rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 17rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 17rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 18.5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 18.5rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 21.5rem;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 21.5rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 23rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 23rem;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 24.5rem;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 24.5rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 26rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 26rem;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 14rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 14rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 17rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 17rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 21.5rem;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 21.5rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 23rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 23rem;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 24.5rem;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 24.5rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 26rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 26rem;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 14rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 14rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 15.5rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 15.5rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 17rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 17rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 18.5rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 18.5rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 21.5rem;
  }
  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 21.5rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 23rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 23rem;
  }
  .g-xxl-19,
  .gx-xxl-19 {
    --bs-gutter-x: 24.5rem;
  }
  .g-xxl-19,
  .gy-xxl-19 {
    --bs-gutter-y: 24.5rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 26rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 26rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #2b2d2b;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #2b2d2b;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #2b2d2b;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  border-color: #dee2e6;
  color: #2b2d2b;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #f8cce3;
  --bs-table-striped-bg: #ecc2d8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfb8cc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5bdd2;
  --bs-table-hover-color: #000;
  border-color: #dfb8cc;
  color: #000;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  border-color: #cbccce;
  color: #000;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  border-color: #bcd0c7;
  color: #000;
}
.table-info {
  --bs-table-bg: #e5d3e0;
  --bs-table-striped-bg: #dac8d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cebeca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d4c3cf;
  --bs-table-hover-color: #000;
  border-color: #cebeca;
  color: #000;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  border-color: #e6dbb9;
  color: #000;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  border-color: #dfc2c4;
  color: #000;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  border-color: #dfe0e1;
  color: #000;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  border-color: #373b3e;
  color: #fff;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1099.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1299.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.form-label,
.mkto-contact-us .mktoLabel {
  margin-bottom: 0.5rem;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-text {
  color: #6d6e71;
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.form-control,
.mkto-contact-us input,
.mkto-contact-us textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #2b2d2b;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control,
  .mkto-contact-us input,
  .mkto-contact-us textarea {
    transition: none;
  }
}
.form-control[type="file"],
.mkto-contact-us input[type="file"],
.mkto-contact-us textarea[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]),
.mkto-contact-us input[type="file"]:not(:disabled):not([readonly]),
.mkto-contact-us textarea[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus,
.mkto-contact-us input:focus,
.mkto-contact-us textarea:focus {
  background-color: #fff;
  border-color: #ed80ba;
  box-shadow: 0 0 0 0.25rem rgba(219, 0, 117, 0.25);
  color: #2b2d2b;
  outline: 0;
}
.form-control::-webkit-date-and-time-value,
.mkto-contact-us input::-webkit-date-and-time-value,
.mkto-contact-us textarea::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder,
.mkto-contact-us input::-moz-placeholder,
.mkto-contact-us textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.mkto-contact-us input:-ms-input-placeholder,
.mkto-contact-us textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder,
.mkto-contact-us input::placeholder,
.mkto-contact-us textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly],
.mkto-contact-us input:disabled,
.mkto-contact-us input[readonly],
.mkto-contact-us textarea:disabled,
.mkto-contact-us textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button,
.mkto-contact-us input::file-selector-button,
.mkto-contact-us textarea::file-selector-button {
  -webkit-margin-end: 0.75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #2b2d2b;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button,
  .mkto-contact-us input::-webkit-file-upload-button,
  .mkto-contact-us textarea::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button,
  .mkto-contact-us input::file-selector-button,
  .mkto-contact-us textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
.mkto-contact-us
  input:hover:not(:disabled):not([readonly])::file-selector-button,
.mkto-contact-us
  textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button,
.mkto-contact-us input::-webkit-file-upload-button,
.mkto-contact-us textarea::-webkit-file-upload-button {
  -webkit-margin-end: 0.75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #2b2d2b;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button,
  .mkto-contact-us input::-webkit-file-upload-button,
  .mkto-contact-us textarea::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.mkto-contact-us
  input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.mkto-contact-us
  textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #2b2d2b;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 10px;
  font-size: 1.25rem;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
.mkto-contact-us textarea,
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  height: auto;
  max-width: 3rem;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
  height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
  height: 1.5em;
}
.form-select,
.mkto-contact-us select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/select-icon.svg);
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #2b2d2b;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  width: 100%;
}
.form-select:focus,
.mkto-contact-us select:focus {
  border-color: #ed80ba;
  box-shadow: 0 0 0 0.25rem rgba(219, 0, 117, 0.25);
  outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]),
.mkto-contact-us select[multiple],
.mkto-contact-us select[size]:not([size="1"]) {
  background-image: none;
  padding-right: 0.75rem;
}
.form-select:disabled,
.mkto-contact-us select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring,
.mkto-contact-us select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2b2d2b;
}
.form-select-sm {
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.form-select-lg {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.form-check .form-check-input,
.form-check .mkto-contact-us input[type="checkbox"],
.mkto-contact-us .form-check input[type="checkbox"] {
  float: left;
  margin-left: -1.5em;
}
.form-check-input,
.mkto-contact-us input[type="checkbox"] {
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color-adjust: exact;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  width: 1em;
}
.form-check-input[type="checkbox"],
.mkto-contact-us input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"],
.mkto-contact-us input[type="radio"][type="checkbox"] {
  border-radius: 50%;
}
.form-check-input:active,
.mkto-contact-us input[type="checkbox"]:active {
  filter: brightness(90%);
}
.form-check-input:focus,
.mkto-contact-us input[type="checkbox"]:focus {
  border-color: #ed80ba;
  box-shadow: 0 0 0 0.25rem rgba(219, 0, 117, 0.25);
  outline: 0;
}
.form-check-input:checked,
.mkto-contact-us input[type="checkbox"]:checked {
  background-color: #db0075;
  border-color: #db0075;
}
.form-check-input:checked[type="checkbox"],
.mkto-contact-us input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"],
.mkto-contact-us input[type="checkbox"]:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate,
.mkto-contact-us input[type="checkbox"]:indeterminate {
  background-color: #db0075;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  border-color: #db0075;
}
.form-check-input:disabled,
.mkto-contact-us input[type="checkbox"]:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label,
.mkto-contact-us input[disabled][type="checkbox"] ~ .form-check-label,
.mkto-contact-us input[type="checkbox"]:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input,
.form-switch .mkto-contact-us input[type="checkbox"],
.mkto-contact-us .form-switch input[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position 0.15s ease-in-out;
  width: 2em;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input,
  .form-switch .mkto-contact-us input[type="checkbox"],
  .mkto-contact-us .form-switch input[type="checkbox"] {
    transition: none;
  }
}
.form-switch .form-check-input:focus,
.form-switch .mkto-contact-us input[type="checkbox"]:focus,
.mkto-contact-us .form-switch input[type="checkbox"]:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ed80ba'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked,
.form-switch .mkto-contact-us input[type="checkbox"]:checked,
.mkto-contact-us .form-switch input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn,
.mkto-contact-us .btn-check:disabled + button[type="submit"],
.mkto-contact-us .btn-check[disabled] + button[type="submit"] {
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}
.form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.5rem;
  padding: 0;
  width: 100%;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(219, 0, 117, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(219, 0, 117, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #db0075;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #f4b3d6;
}
.form-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #db0075;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #f4b3d6;
}
.form-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select,
.mkto-contact-us .form-floating > input,
.mkto-contact-us .form-floating > select,
.mkto-contact-us .form-floating > textarea {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  padding: 1rem 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-moz-placeholder,
.mkto-contact-us .form-floating > input::-moz-placeholder,
.mkto-contact-us .form-floating > textarea::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder,
.mkto-contact-us .form-floating > input:-ms-input-placeholder,
.mkto-contact-us .form-floating > textarea:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.mkto-contact-us .form-floating > input::placeholder,
.mkto-contact-us .form-floating > textarea::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown),
.mkto-contact-us .form-floating > input:not(:-moz-placeholder-shown),
.mkto-contact-us .form-floating > textarea:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder),
.mkto-contact-us .form-floating > input:not(:-ms-input-placeholder),
.mkto-contact-us .form-floating > textarea:not(:-ms-input-placeholder) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.mkto-contact-us .form-floating > input:focus,
.mkto-contact-us .form-floating > input:not(:placeholder-shown),
.mkto-contact-us .form-floating > textarea:focus,
.mkto-contact-us .form-floating > textarea:not(:placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.mkto-contact-us .form-floating > input:-webkit-autofill,
.mkto-contact-us .form-floating > textarea:-webkit-autofill {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-select,
.mkto-contact-us .form-floating > select {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label,
.mkto-contact-us .form-floating > input:not(:-moz-placeholder-shown) ~ label,
.mkto-contact-us
  .form-floating
  > textarea:not(:-moz-placeholder-shown)
  ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label,
.mkto-contact-us .form-floating > input:not(:-ms-input-placeholder) ~ label,
.mkto-contact-us .form-floating > textarea:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.mkto-contact-us .form-floating > input:focus ~ label,
.mkto-contact-us .form-floating > input:not(:placeholder-shown) ~ label,
.mkto-contact-us .form-floating > select ~ label,
.mkto-contact-us .form-floating > textarea:focus ~ label,
.mkto-contact-us .form-floating > textarea:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label,
.mkto-contact-us .form-floating > input:-webkit-autofill ~ label,
.mkto-contact-us .form-floating > textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.mkto-contact-us .input-group > input,
.mkto-contact-us .input-group > select,
.mkto-contact-us .input-group > textarea {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.mkto-contact-us .input-group > input:focus,
.mkto-contact-us .input-group > select:focus,
.mkto-contact-us .input-group > textarea:focus {
  z-index: 3;
}
.input-group .btn,
.input-group .mkto-contact-us button[type="submit"],
.mkto-contact-us .input-group button[type="submit"] {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus,
.input-group .mkto-contact-us button[type="submit"]:focus,
.mkto-contact-us .input-group button[type="submit"]:focus {
  z-index: 3;
}
.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #2b2d2b;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.mkto-contact-us .input-group-lg > button[type="submit"],
.mkto-contact-us .input-group-lg > input,
.mkto-contact-us .input-group-lg > select,
.mkto-contact-us .input-group-lg > textarea {
  border-radius: 10px;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.mkto-contact-us .input-group-sm > button[type="submit"],
.mkto-contact-us .input-group-sm > input,
.mkto-contact-us .input-group-sm > select,
.mkto-contact-us .input-group-sm > textarea {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select,
.mkto-contact-us .input-group-lg > select,
.mkto-contact-us .input-group-sm > select {
  padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.valid-feedback {
  color: #198754;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.mkto-contact-us .was-validated input:valid,
.mkto-contact-us .was-validated textarea:valid,
.mkto-contact-us input.is-valid,
.mkto-contact-us textarea.is-valid,
.was-validated .form-control:valid,
.was-validated .mkto-contact-us input:valid,
.was-validated .mkto-contact-us textarea:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.mkto-contact-us .was-validated input:valid:focus,
.mkto-contact-us .was-validated textarea:valid:focus,
.mkto-contact-us input.is-valid:focus,
.mkto-contact-us textarea.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .mkto-contact-us input:valid:focus,
.was-validated .mkto-contact-us textarea:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.mkto-contact-us .was-validated textarea:valid,
.mkto-contact-us textarea.is-valid,
.was-validated .mkto-contact-us textarea:valid,
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-valid,
.mkto-contact-us .was-validated select:valid,
.mkto-contact-us select.is-valid,
.was-validated .form-select:valid,
.was-validated .mkto-contact-us select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.mkto-contact-us .was-validated select:valid:not([multiple]):not([size]),
.mkto-contact-us .was-validated select:valid:not([multiple])[size="1"],
.mkto-contact-us select.is-valid:not([multiple]):not([size]),
.mkto-contact-us select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.was-validated .mkto-contact-us select:valid:not([multiple]):not([size]),
.was-validated .mkto-contact-us select:valid:not([multiple])[size="1"] {
  background-image: url(../img/select-icon.svg),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}
.form-select.is-valid:focus,
.mkto-contact-us .was-validated select:valid:focus,
.mkto-contact-us select.is-valid:focus,
.was-validated .form-select:valid:focus,
.was-validated .mkto-contact-us select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.mkto-contact-us .was-validated input[type="checkbox"]:valid,
.mkto-contact-us input.is-valid[type="checkbox"],
.was-validated .form-check-input:valid,
.was-validated .mkto-contact-us input[type="checkbox"]:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.mkto-contact-us .was-validated input[type="checkbox"]:valid:checked,
.mkto-contact-us input.is-valid[type="checkbox"]:checked,
.was-validated .form-check-input:valid:checked,
.was-validated .mkto-contact-us input[type="checkbox"]:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.mkto-contact-us .was-validated input[type="checkbox"]:valid:focus,
.mkto-contact-us input.is-valid[type="checkbox"]:focus,
.was-validated .form-check-input:valid:focus,
.was-validated .mkto-contact-us input[type="checkbox"]:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.mkto-contact-us
  .was-validated
  input[type="checkbox"]:valid
  ~ .form-check-label,
.mkto-contact-us input.is-valid[type="checkbox"] ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label,
.was-validated
  .mkto-contact-us
  input[type="checkbox"]:valid
  ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback,
.form-check-inline .mkto-contact-us input[type="checkbox"] ~ .valid-feedback,
.mkto-contact-us .form-check-inline input[type="checkbox"] ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.input-group .mkto-contact-us input.is-valid,
.input-group .mkto-contact-us select.is-valid,
.input-group .mkto-contact-us textarea.is-valid,
.mkto-contact-us .input-group input.is-valid,
.mkto-contact-us .input-group select.is-valid,
.mkto-contact-us .input-group textarea.is-valid,
.mkto-contact-us .was-validated .input-group input:valid,
.mkto-contact-us .was-validated .input-group select:valid,
.mkto-contact-us .was-validated .input-group textarea:valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid,
.was-validated .input-group .mkto-contact-us input:valid,
.was-validated .input-group .mkto-contact-us select:valid,
.was-validated .input-group .mkto-contact-us textarea:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.input-group .mkto-contact-us input.is-valid:focus,
.input-group .mkto-contact-us select.is-valid:focus,
.input-group .mkto-contact-us textarea.is-valid:focus,
.mkto-contact-us .input-group input.is-valid:focus,
.mkto-contact-us .input-group select.is-valid:focus,
.mkto-contact-us .input-group textarea.is-valid:focus,
.mkto-contact-us .was-validated .input-group input:valid:focus,
.mkto-contact-us .was-validated .input-group select:valid:focus,
.mkto-contact-us .was-validated .input-group textarea:valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus,
.was-validated .input-group .mkto-contact-us input:valid:focus,
.was-validated .input-group .mkto-contact-us select:valid:focus,
.was-validated .input-group .mkto-contact-us textarea:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.mkto-contact-us .was-validated input:invalid,
.mkto-contact-us .was-validated textarea:invalid,
.mkto-contact-us input.is-invalid,
.mkto-contact-us textarea.is-invalid,
.was-validated .form-control:invalid,
.was-validated .mkto-contact-us input:invalid,
.was-validated .mkto-contact-us textarea:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.mkto-contact-us .was-validated input:invalid:focus,
.mkto-contact-us .was-validated textarea:invalid:focus,
.mkto-contact-us input.is-invalid:focus,
.mkto-contact-us textarea.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .mkto-contact-us input:invalid:focus,
.was-validated .mkto-contact-us textarea:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.mkto-contact-us .was-validated textarea:invalid,
.mkto-contact-us textarea.is-invalid,
.was-validated .mkto-contact-us textarea:invalid,
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-invalid,
.mkto-contact-us .was-validated select:invalid,
.mkto-contact-us select.is-invalid,
.was-validated .form-select:invalid,
.was-validated .mkto-contact-us select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.mkto-contact-us .was-validated select:invalid:not([multiple]):not([size]),
.mkto-contact-us .was-validated select:invalid:not([multiple])[size="1"],
.mkto-contact-us select.is-invalid:not([multiple]):not([size]),
.mkto-contact-us select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.was-validated .mkto-contact-us select:invalid:not([multiple]):not([size]),
.was-validated .mkto-contact-us select:invalid:not([multiple])[size="1"] {
  background-image: url(../img/select-icon.svg),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}
.form-select.is-invalid:focus,
.mkto-contact-us .was-validated select:invalid:focus,
.mkto-contact-us select.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.was-validated .mkto-contact-us select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.mkto-contact-us .was-validated input[type="checkbox"]:invalid,
.mkto-contact-us input.is-invalid[type="checkbox"],
.was-validated .form-check-input:invalid,
.was-validated .mkto-contact-us input[type="checkbox"]:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.mkto-contact-us .was-validated input[type="checkbox"]:invalid:checked,
.mkto-contact-us input.is-invalid[type="checkbox"]:checked,
.was-validated .form-check-input:invalid:checked,
.was-validated .mkto-contact-us input[type="checkbox"]:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.mkto-contact-us .was-validated input[type="checkbox"]:invalid:focus,
.mkto-contact-us input.is-invalid[type="checkbox"]:focus,
.was-validated .form-check-input:invalid:focus,
.was-validated .mkto-contact-us input[type="checkbox"]:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.mkto-contact-us
  .was-validated
  input[type="checkbox"]:invalid
  ~ .form-check-label,
.mkto-contact-us input.is-invalid[type="checkbox"] ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.was-validated
  .mkto-contact-us
  input[type="checkbox"]:invalid
  ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback,
.form-check-inline .mkto-contact-us input[type="checkbox"] ~ .invalid-feedback,
.mkto-contact-us .form-check-inline input[type="checkbox"] ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.input-group .mkto-contact-us input.is-invalid,
.input-group .mkto-contact-us select.is-invalid,
.input-group .mkto-contact-us textarea.is-invalid,
.mkto-contact-us .input-group input.is-invalid,
.mkto-contact-us .input-group select.is-invalid,
.mkto-contact-us .input-group textarea.is-invalid,
.mkto-contact-us .was-validated .input-group input:invalid,
.mkto-contact-us .was-validated .input-group select:invalid,
.mkto-contact-us .was-validated .input-group textarea:invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid,
.was-validated .input-group .mkto-contact-us input:invalid,
.was-validated .input-group .mkto-contact-us select:invalid,
.was-validated .input-group .mkto-contact-us textarea:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.input-group .mkto-contact-us input.is-invalid:focus,
.input-group .mkto-contact-us select.is-invalid:focus,
.input-group .mkto-contact-us textarea.is-invalid:focus,
.mkto-contact-us .input-group input.is-invalid:focus,
.mkto-contact-us .input-group select.is-invalid:focus,
.mkto-contact-us .input-group textarea.is-invalid:focus,
.mkto-contact-us .was-validated .input-group input:invalid:focus,
.mkto-contact-us .was-validated .input-group select:invalid:focus,
.mkto-contact-us .was-validated .input-group textarea:invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.was-validated .input-group .mkto-contact-us input:invalid:focus,
.was-validated .input-group .mkto-contact-us select:invalid:focus,
.was-validated .input-group .mkto-contact-us textarea:invalid:focus {
  z-index: 3;
}
.btn,
.mkto-contact-us button[type="submit"] {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #2b2d2b;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .mkto-contact-us button[type="submit"] {
    transition: none;
  }
}
.btn:hover,
.mkto-contact-us button[type="submit"]:hover {
  color: #2b2d2b;
}
.btn-check:focus + .btn,
.btn:focus,
.mkto-contact-us .btn-check:focus + button[type="submit"],
.mkto-contact-us button[type="submit"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 0, 117, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled,
.mkto-contact-us button.disabled[type="submit"],
.mkto-contact-us button[type="submit"]:disabled,
.mkto-contact-us fieldset:disabled button[type="submit"],
fieldset:disabled .btn,
fieldset:disabled .mkto-contact-us button[type="submit"] {
  opacity: 0.65;
  pointer-events: none;
}
.btn-primary,
.mkto-contact-us button[type="submit"] {
  background-color: #db0075;
  border-color: #db0075;
  color: #fff;
}
.btn-primary:hover,
.mkto-contact-us button[type="submit"]:hover {
  background-color: #ba0063;
  border-color: #af005e;
  color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.mkto-contact-us .btn-check:focus + button[type="submit"],
.mkto-contact-us button[type="submit"]:focus {
  background-color: #ba0063;
  border-color: #af005e;
  box-shadow: 0 0 0 0.25rem rgba(224, 38, 138, 0.5);
  color: #fff;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.mkto-contact-us .btn-check:active + button[type="submit"],
.mkto-contact-us .btn-check:checked + button[type="submit"],
.mkto-contact-us .show > button.dropdown-toggle[type="submit"],
.mkto-contact-us button.active[type="submit"],
.mkto-contact-us button[type="submit"]:active,
.show > .btn-primary.dropdown-toggle {
  background-color: #af005e;
  border-color: #a40058;
  color: #fff;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.mkto-contact-us .btn-check:active + button[type="submit"]:focus,
.mkto-contact-us .btn-check:checked + button[type="submit"]:focus,
.mkto-contact-us .show > button.dropdown-toggle[type="submit"]:focus,
.mkto-contact-us button.active[type="submit"]:focus,
.mkto-contact-us button[type="submit"]:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 38, 138, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled,
.mkto-contact-us button.disabled[type="submit"],
.mkto-contact-us button[type="submit"]:disabled {
  background-color: #db0075;
  border-color: #db0075;
  color: #fff;
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
  color: #fff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #565e64;
  border-color: #51585e;
  color: #fff;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-success {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
  background-color: #157347;
  border-color: #146c43;
  color: #fff;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #146c43;
  border-color: #13653f;
  color: #fff;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-info {
  background-color: #7c2165;
  border-color: #7c2165;
  color: #fff;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
  background-color: #691c56;
  border-color: #631a51;
  color: #fff;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(144, 66, 124, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #631a51;
  border-color: #5d194c;
  color: #fff;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(144, 66, 124, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #7c2165;
  border-color: #7c2165;
  color: #fff;
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
  color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  background-color: #ffcd39;
  border-color: #ffc720;
  color: #000;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
  color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  background-color: #b02a37;
  border-color: #a52834;
  color: #fff;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
  background-color: #f9fafb;
  border-color: #f9fafb;
  color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  background-color: #f9fafb;
  border-color: #f9fafb;
  color: #000;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-dark {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #1c1f23;
  border-color: #1a1e21;
  color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1a1e21;
  border-color: #191c1f;
  color: #fff;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-outline-primary {
  border-color: #db0075;
  color: #db0075;
}
.btn-outline-primary:hover {
  background-color: #b09006;
  border-color: #b09006;
  color: #fff;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 0, 117, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color: #db0075;
  border-color: #db0075;
  color: #fff;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 0, 117, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #db0075;
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-success {
  border-color: #198754;
  color: #198754;
}
.btn-outline-success:hover {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #198754;
}
.btn-outline-info {
  border-color: #7c2165;
  color: #7c2165;
}
.btn-outline-info:hover {
  background-color: #7c2165;
  border-color: #7c2165;
  color: #fff;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(124, 33, 101, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  background-color: #7c2165;
  border-color: #7c2165;
  color: #fff;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(124, 33, 101, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #7c2165;
}
.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-dark {
  border-color: #212529;
  color: #212529;
}
.btn-outline-dark:hover {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #212529;
}
.btn-link {
  color: #db0075;
  font-weight: 400;
  text-decoration: underline;
}
.btn-link:hover {
  color: #af005e;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg,
.mkto-contact-us .btn-group-lg > button[type="submit"] {
  border-radius: 10px;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm,
.mkto-contact-us .btn-group-sm > button[type="submit"] {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #2b2d2b;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
  top: 100%;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1100px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropend .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropstart .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1rem;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #e9ecef;
  color: #1e2125;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #db0075;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1rem;
}
.dropdown-menu-dark {
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color: #db0075;
  color: #fff;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn,
.mkto-contact-us .btn-group-vertical > button[type="submit"],
.mkto-contact-us .btn-group > button[type="submit"] {
  flex: 1 1 auto;
  position: relative;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.mkto-contact-us
  .btn-group-vertical
  > .btn-check:checked
  + button[type="submit"],
.mkto-contact-us .btn-group-vertical > .btn-check:focus + button[type="submit"],
.mkto-contact-us .btn-group-vertical > button.active[type="submit"],
.mkto-contact-us .btn-group-vertical > button[type="submit"]:active,
.mkto-contact-us .btn-group-vertical > button[type="submit"]:focus,
.mkto-contact-us .btn-group-vertical > button[type="submit"]:hover,
.mkto-contact-us .btn-group > .btn-check:checked + button[type="submit"],
.mkto-contact-us .btn-group > .btn-check:focus + button[type="submit"],
.mkto-contact-us .btn-group > button.active[type="submit"],
.mkto-contact-us .btn-group > button[type="submit"]:active,
.mkto-contact-us .btn-group > button[type="submit"]:focus,
.mkto-contact-us .btn-group > button[type="submit"]:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.mkto-contact-us .btn-group > button[type="submit"]:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.mkto-contact-us
  .btn-group
  > .btn-group:not(:last-child)
  > button[type="submit"],
.mkto-contact-us
  .btn-group
  > button[type="submit"]:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.mkto-contact-us
  .btn-group
  > .btn-group:not(:first-child)
  > button[type="submit"],
.mkto-contact-us .btn-group > :not(.btn-check) + button[type="submit"],
.mkto-contact-us .btn-group > button[type="submit"]:nth-child(n + 3) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split,
.mkto-contact-us
  .btn-group-sm
  > button[type="submit"]
  + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.mkto-contact-us
  .btn-group-lg
  > button[type="submit"]
  + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.mkto-contact-us .btn-group-vertical > button[type="submit"] {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child),
.mkto-contact-us .btn-group-vertical > button[type="submit"]:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.mkto-contact-us
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > button[type="submit"],
.mkto-contact-us
  .btn-group-vertical
  > button[type="submit"]:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn,
.mkto-contact-us
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > button[type="submit"],
.mkto-contact-us .btn-group-vertical > .btn ~ button[type="submit"],
.mkto-contact-us .btn-group-vertical > button[type="submit"] ~ .btn,
.mkto-contact-us
  .btn-group-vertical
  > button[type="submit"]
  ~ button[type="submit"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  color: #db0075;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #af005e;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #db0075;
  color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}
.navbar-brand {
  font-size: 1.25rem;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem;
  outline: 0;
  text-decoration: none;
}
.navbar-toggler-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1100px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../img/navbar-toggler-icon.svg);
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url(../img/navbar-toggler-icon-white.svg);
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}
.card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 1rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.5rem;
}
.card-header-pills,
.card-header-tabs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.card-img-overlay {
  border-radius: calc(0.25rem - 1px);
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #2b2d2b;
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: left;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  background-color: #fbe6f1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  color: #c50069;
}
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c50069'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232B2D2B'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
  width: 1.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  border-color: #ed80ba;
  box-shadow: 0 0 0 0.25rem rgba(219, 0, 117, 0.25);
  outline: 0;
  z-index: 3;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "../index.html");
  float: left;
  padding-right: 0.5rem;
}
.breadcrumb-item.active {
  color: #2b2d2b;
}
.pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #db0075;
  display: block;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  border-color: #dee2e6;
  z-index: 2;
}
.page-link:focus,
.page-link:hover {
  background-color: #e9ecef;
  color: #af005e;
}
.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 0, 117, 0.25);
  outline: 0;
  z-index: 3;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  background-color: #db0075;
  border-color: #db0075;
  color: #fff;
  z-index: 3;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  pointer-events: none;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.badge {
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  padding: 0.35em 0.65em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
.btn .badge,
.mkto-contact-us button[type="submit"] .badge {
  position: relative;
  top: -1px;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  padding: 1.25rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.alert-primary {
  background-color: #f8cce3;
  border-color: #f4b3d6;
  color: #830046;
}
.alert-primary .alert-link {
  color: #690038;
}
.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d3d6d8;
  color: #41464b;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  background-color: #d1e7dd;
  border-color: #badbcc;
  color: #0f5132;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  background-color: #e5d3e0;
  border-color: #d8bcd1;
  color: #4a143d;
}
.alert-info .alert-link {
  color: #3b1031;
}
.alert-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
  color: #664d03;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #636464;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  background-color: #d3d3d4;
  border-color: #bcbebf;
  color: #141619;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  height: 1rem;
}
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}
.progress-bar {
  background-color: #db0075;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}
.list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #e9ecef;
  color: #2b2d2b;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #212529;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
  text-decoration: none;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item.active {
  background-color: #db0075;
  border-color: #db0075;
  color: #fff;
  z-index: 2;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1100px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1300px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1500px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  background-color: #f8cce3;
  color: #830046;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #dfb8cc;
  color: #830046;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #830046;
  border-color: #830046;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #e2e3e5;
  color: #41464b;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #cbccce;
  color: #41464b;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #41464b;
  border-color: #41464b;
  color: #fff;
}
.list-group-item-success {
  background-color: #d1e7dd;
  color: #0f5132;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #bcd0c7;
  color: #0f5132;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #0f5132;
  border-color: #0f5132;
  color: #fff;
}
.list-group-item-info {
  background-color: #e5d3e0;
  color: #4a143d;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #cebeca;
  color: #4a143d;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #4a143d;
  border-color: #4a143d;
  color: #fff;
}
.list-group-item-warning {
  background-color: #fff3cd;
  color: #664d03;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #e6dbb9;
  color: #664d03;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #664d03;
  border-color: #664d03;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f8d7da;
  color: #842029;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #dfc2c4;
  color: #842029;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #842029;
  border-color: #842029;
  color: #fff;
}
.list-group-item-light {
  background-color: #fefefe;
  color: #636464;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #e5e5e5;
  color: #636464;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #636464;
  border-color: #636464;
  color: #fff;
}
.list-group-item-dark {
  background-color: #d3d3d4;
  color: #141619;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #bebebf;
  color: #141619;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #141619;
  border-color: #141619;
  color: #fff;
}
.btn-close {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  box-sizing: content-box;
  color: #000;
  height: 1em;
  opacity: 0.5;
  padding: 0.25em;
  width: 1em;
}
.btn-close:hover {
  color: #000;
  opacity: 0.75;
  text-decoration: none;
}
.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 0, 117, 0.25);
  opacity: 1;
  outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  max-width: 100%;
  pointer-events: auto;
  width: 350px;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  max-width: 100%;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  color: #6c757d;
  display: flex;
  padding: 0.5rem 0.75rem;
}
.toast-header .btn-close {
  margin-left: 0.75rem;
  margin-right: -0.375rem;
}
.toast-body {
  word-wrap: break-word;
  padding: 0.75rem;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1060;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding: 0.5rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  align-items: center;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1100px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1300px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw;
}
.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1099.98px) {
  .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1299.98px) {
  .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1499.98px) {
  .modal-fullscreen-xxl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1080;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .tooltip-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: -1px;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: -1px;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: -1px;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: -1px;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}
.popover .popover-arrow {
  display: block;
  height: 0.5rem;
  position: absolute;
  width: 1rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  height: 1rem;
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem;
  top: 0;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem;
  top: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f0f0f0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  height: 1rem;
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}
.popover-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #2b2d2b;
  padding: 1rem;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  opacity: 0;
  transition: opacity 0s 0.6s;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  background: none;
  border: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.carousel-indicators [data-bs-target] {
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  padding: 0;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  bottom: 1.25rem;
  color: #fff;
  left: 15%;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: absolute;
  right: 15%;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -0.125em;
  width: 2rem;
}
.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: -0.125em;
  width: 2rem;
}
.spinner-grow-sm {
  height: 1rem;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  background-clip: padding-box;
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1050;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.offcanvas-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding: 0.5rem;
}
.offcanvas-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1rem;
}
.offcanvas-start {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 400px;
}
.offcanvas-end {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 400px;
}
.offcanvas-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  top: 0;
  transform: translateY(-100%);
}
.offcanvas-bottom,
.offcanvas-top {
  height: 30vh;
  left: 0;
  max-height: 100%;
  right: 0;
}
.offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.link-primary {
  color: #db0075;
}
.link-primary:focus,
.link-primary:hover {
  color: #af005e;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #7c2165;
}
.link-info:focus,
.link-info:hover {
  color: #631a51;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 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.85714%;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1100px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1300px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1500px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: 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-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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  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: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #db0075 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #7c2165 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !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;
}
.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;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-17 {
  width: 17% !important;
}
.w-20 {
  width: 20% !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;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.gap-6 {
  gap: 5rem !important;
}
.gap-7 {
  gap: 6.5rem !important;
}
.gap-8 {
  gap: 8rem !important;
}
.gap-9 {
  gap: 9.5rem !important;
}
.gap-10 {
  gap: 11rem !important;
}
.gap-11 {
  gap: 12.5rem !important;
}
.gap-12 {
  gap: 14rem !important;
}
.gap-13 {
  gap: 15.5rem !important;
}
.gap-14 {
  gap: 17rem !important;
}
.gap-15 {
  gap: 18.5rem !important;
}
.gap-16 {
  gap: 20rem !important;
}
.gap-17 {
  gap: 21.5rem !important;
}
.gap-18 {
  gap: 23rem !important;
}
.gap-19 {
  gap: 24.5rem !important;
}
.gap-20 {
  gap: 26rem !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: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-6 {
  margin: 5rem !important;
}
.m-7 {
  margin: 6.5rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.m-9 {
  margin: 9.5rem !important;
}
.m-10 {
  margin: 11rem !important;
}
.m-11 {
  margin: 12.5rem !important;
}
.m-12 {
  margin: 14rem !important;
}
.m-13 {
  margin: 15.5rem !important;
}
.m-14 {
  margin: 17rem !important;
}
.m-15 {
  margin: 18.5rem !important;
}
.m-16 {
  margin: 20rem !important;
}
.m-17 {
  margin: 21.5rem !important;
}
.m-18 {
  margin: 23rem !important;
}
.m-19 {
  margin: 24.5rem !important;
}
.m-20 {
  margin: 26rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-6 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-7 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}
.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.mx-9 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important;
}
.mx-10 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}
.mx-11 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important;
}
.mx-12 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}
.mx-13 {
  margin-left: 15.5rem !important;
  margin-right: 15.5rem !important;
}
.mx-14 {
  margin-left: 17rem !important;
  margin-right: 17rem !important;
}
.mx-15 {
  margin-left: 18.5rem !important;
  margin-right: 18.5rem !important;
}
.mx-16 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}
.mx-17 {
  margin-left: 21.5rem !important;
  margin-right: 21.5rem !important;
}
.mx-18 {
  margin-left: 23rem !important;
  margin-right: 23rem !important;
}
.mx-19 {
  margin-left: 24.5rem !important;
  margin-right: 24.5rem !important;
}
.mx-20 {
  margin-left: 26rem !important;
  margin-right: 26rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.my-6 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
.my-7 {
  margin-bottom: 6.5rem !important;
  margin-top: 6.5rem !important;
}
.my-8 {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important;
}
.my-9 {
  margin-bottom: 9.5rem !important;
  margin-top: 9.5rem !important;
}
.my-10 {
  margin-bottom: 11rem !important;
  margin-top: 11rem !important;
}
.my-11 {
  margin-bottom: 12.5rem !important;
  margin-top: 12.5rem !important;
}
.my-12 {
  margin-bottom: 14rem !important;
  margin-top: 14rem !important;
}
.my-13 {
  margin-bottom: 15.5rem !important;
  margin-top: 15.5rem !important;
}
.my-14 {
  margin-bottom: 17rem !important;
  margin-top: 17rem !important;
}
.my-15 {
  margin-bottom: 18.5rem !important;
  margin-top: 18.5rem !important;
}
.my-16 {
  margin-bottom: 20rem !important;
  margin-top: 20rem !important;
}
.my-17 {
  margin-bottom: 21.5rem !important;
  margin-top: 21.5rem !important;
}
.my-18 {
  margin-bottom: 23rem !important;
  margin-top: 23rem !important;
}
.my-19 {
  margin-bottom: 24.5rem !important;
  margin-top: 24.5rem !important;
}
.my-20 {
  margin-bottom: 26rem !important;
  margin-top: 26rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-6 {
  margin-top: 5rem !important;
}
.mt-7 {
  margin-top: 6.5rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mt-9 {
  margin-top: 9.5rem !important;
}
.mt-10 {
  margin-top: 11rem !important;
}
.mt-11 {
  margin-top: 12.5rem !important;
}
.mt-12 {
  margin-top: 14rem !important;
}
.mt-13 {
  margin-top: 15.5rem !important;
}
.mt-14 {
  margin-top: 17rem !important;
}
.mt-15 {
  margin-top: 18.5rem !important;
}
.mt-16 {
  margin-top: 20rem !important;
}
.mt-17 {
  margin-top: 21.5rem !important;
}
.mt-18 {
  margin-top: 23rem !important;
}
.mt-19 {
  margin-top: 24.5rem !important;
}
.mt-20 {
  margin-top: 26rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-6 {
  margin-right: 5rem !important;
}
.me-7 {
  margin-right: 6.5rem !important;
}
.me-8 {
  margin-right: 8rem !important;
}
.me-9 {
  margin-right: 9.5rem !important;
}
.me-10 {
  margin-right: 11rem !important;
}
.me-11 {
  margin-right: 12.5rem !important;
}
.me-12 {
  margin-right: 14rem !important;
}
.me-13 {
  margin-right: 15.5rem !important;
}
.me-14 {
  margin-right: 17rem !important;
}
.me-15 {
  margin-right: 18.5rem !important;
}
.me-16 {
  margin-right: 20rem !important;
}
.me-17 {
  margin-right: 21.5rem !important;
}
.me-18 {
  margin-right: 23rem !important;
}
.me-19 {
  margin-right: 24.5rem !important;
}
.me-20 {
  margin-right: 26rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3,
.mkto-contact-us > .mktoFormRow {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-6 {
  margin-bottom: 5rem !important;
}
.mb-7 {
  margin-bottom: 6.5rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mb-9 {
  margin-bottom: 9.5rem !important;
}
.mb-10 {
  margin-bottom: 11rem !important;
}
.mb-11 {
  margin-bottom: 12.5rem !important;
}
.mb-12 {
  margin-bottom: 14rem !important;
}
.mb-13 {
  margin-bottom: 15.5rem !important;
}
.mb-14 {
  margin-bottom: 17rem !important;
}
.mb-15 {
  margin-bottom: 18.5rem !important;
}
.mb-16 {
  margin-bottom: 20rem !important;
}
.mb-17 {
  margin-bottom: 21.5rem !important;
}
.mb-18 {
  margin-bottom: 23rem !important;
}
.mb-19 {
  margin-bottom: 24.5rem !important;
}
.mb-20 {
  margin-bottom: 26rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-6 {
  margin-left: 5rem !important;
}
.ms-7 {
  margin-left: 6.5rem !important;
}
.ms-8 {
  margin-left: 8rem !important;
}
.ms-9 {
  margin-left: 9.5rem !important;
}
.ms-10 {
  margin-left: 11rem !important;
}
.ms-11 {
  margin-left: 12.5rem !important;
}
.ms-12 {
  margin-left: 14rem !important;
}
.ms-13 {
  margin-left: 15.5rem !important;
}
.ms-14 {
  margin-left: 17rem !important;
}
.ms-15 {
  margin-left: 18.5rem !important;
}
.ms-16 {
  margin-left: 20rem !important;
}
.ms-17 {
  margin-left: 21.5rem !important;
}
.ms-18 {
  margin-left: 23rem !important;
}
.ms-19 {
  margin-left: 24.5rem !important;
}
.ms-20 {
  margin-left: 26rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.mkto-contact-us input[type="checkbox"],
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.p-6 {
  padding: 5rem !important;
}
.p-7 {
  padding: 6.5rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.p-9 {
  padding: 9.5rem !important;
}
.p-10 {
  padding: 11rem !important;
}
.p-11 {
  padding: 12.5rem !important;
}
.p-12 {
  padding: 14rem !important;
}
.p-13 {
  padding: 15.5rem !important;
}
.p-14 {
  padding: 17rem !important;
}
.p-15 {
  padding: 18.5rem !important;
}
.p-16 {
  padding: 20rem !important;
}
.p-17 {
  padding: 21.5rem !important;
}
.p-18 {
  padding: 23rem !important;
}
.p-19 {
  padding: 24.5rem !important;
}
.p-20 {
  padding: 26rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.mkto-contact-us input,
.mkto-contact-us select,
.mkto-contact-us textarea,
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-7 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}
.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.px-9 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important;
}
.px-10 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}
.px-11 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important;
}
.px-12 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}
.px-13 {
  padding-left: 15.5rem !important;
  padding-right: 15.5rem !important;
}
.px-14 {
  padding-left: 17rem !important;
  padding-right: 17rem !important;
}
.px-15 {
  padding-left: 18.5rem !important;
  padding-right: 18.5rem !important;
}
.px-16 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}
.px-17 {
  padding-left: 21.5rem !important;
  padding-right: 21.5rem !important;
}
.px-18 {
  padding-left: 23rem !important;
  padding-right: 23rem !important;
}
.px-19 {
  padding-left: 24.5rem !important;
  padding-right: 24.5rem !important;
}
.px-20 {
  padding-left: 26rem !important;
  padding-right: 26rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.mkto-contact-us input,
.mkto-contact-us select,
.mkto-contact-us textarea,
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.mkto-contact-us button[type="submit"],
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.py-6 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}
.py-7 {
  padding-bottom: 6.5rem !important;
  padding-top: 6.5rem !important;
}
.py-8 {
  padding-bottom: 8rem !important;
  padding-top: 8rem !important;
}
.py-9 {
  padding-bottom: 9.5rem !important;
  padding-top: 9.5rem !important;
}
.py-10 {
  padding-bottom: 11rem !important;
  padding-top: 11rem !important;
}
.py-11 {
  padding-bottom: 12.5rem !important;
  padding-top: 12.5rem !important;
}
.py-12 {
  padding-bottom: 14rem !important;
  padding-top: 14rem !important;
}
.py-13 {
  padding-bottom: 15.5rem !important;
  padding-top: 15.5rem !important;
}
.py-14 {
  padding-bottom: 17rem !important;
  padding-top: 17rem !important;
}
.py-15 {
  padding-bottom: 18.5rem !important;
  padding-top: 18.5rem !important;
}
.py-16 {
  padding-bottom: 20rem !important;
  padding-top: 20rem !important;
}
.py-17 {
  padding-bottom: 21.5rem !important;
  padding-top: 21.5rem !important;
}
.py-18 {
  padding-bottom: 23rem !important;
  padding-top: 23rem !important;
}
.py-19 {
  padding-bottom: 24.5rem !important;
  padding-top: 24.5rem !important;
}
.py-20 {
  padding-bottom: 26rem !important;
  padding-top: 26rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pt-6 {
  padding-top: 5rem !important;
}
.pt-7 {
  padding-top: 6.5rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pt-9 {
  padding-top: 9.5rem !important;
}
.pt-10 {
  padding-top: 11rem !important;
}
.pt-11 {
  padding-top: 12.5rem !important;
}
.pt-12 {
  padding-top: 14rem !important;
}
.pt-13 {
  padding-top: 15.5rem !important;
}
.pt-14 {
  padding-top: 17rem !important;
}
.pt-15 {
  padding-top: 18.5rem !important;
}
.pt-16 {
  padding-top: 20rem !important;
}
.pt-17 {
  padding-top: 21.5rem !important;
}
.pt-18 {
  padding-top: 23rem !important;
}
.pt-19 {
  padding-top: 24.5rem !important;
}
.pt-20 {
  padding-top: 26rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pe-6 {
  padding-right: 5rem !important;
}
.pe-7 {
  padding-right: 6.5rem !important;
}
.pe-8 {
  padding-right: 8rem !important;
}
.pe-9 {
  padding-right: 9.5rem !important;
}
.pe-10 {
  padding-right: 11rem !important;
}
.pe-11 {
  padding-right: 12.5rem !important;
}
.pe-12 {
  padding-right: 14rem !important;
}
.pe-13 {
  padding-right: 15.5rem !important;
}
.pe-14 {
  padding-right: 17rem !important;
}
.pe-15 {
  padding-right: 18.5rem !important;
}
.pe-16 {
  padding-right: 20rem !important;
}
.pe-17 {
  padding-right: 21.5rem !important;
}
.pe-18 {
  padding-right: 23rem !important;
}
.pe-19 {
  padding-right: 24.5rem !important;
}
.pe-20 {
  padding-right: 26rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pb-6 {
  padding-bottom: 5rem !important;
}
.pb-7 {
  padding-bottom: 6.5rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.pb-9 {
  padding-bottom: 9.5rem !important;
}
.pb-10 {
  padding-bottom: 11rem !important;
}
.pb-11 {
  padding-bottom: 12.5rem !important;
}
.pb-12 {
  padding-bottom: 14rem !important;
}
.pb-13 {
  padding-bottom: 15.5rem !important;
}
.pb-14 {
  padding-bottom: 17rem !important;
}
.pb-15 {
  padding-bottom: 18.5rem !important;
}
.pb-16 {
  padding-bottom: 20rem !important;
}
.pb-17 {
  padding-bottom: 21.5rem !important;
}
.pb-18 {
  padding-bottom: 23rem !important;
}
.pb-19 {
  padding-bottom: 24.5rem !important;
}
.pb-20 {
  padding-bottom: 26rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.ps-6 {
  padding-left: 5rem !important;
}
.ps-7 {
  padding-left: 6.5rem !important;
}
.ps-8 {
  padding-left: 8rem !important;
}
.ps-9 {
  padding-left: 9.5rem !important;
}
.ps-10 {
  padding-left: 11rem !important;
}
.ps-11 {
  padding-left: 12.5rem !important;
}
.ps-12 {
  padding-left: 14rem !important;
}
.ps-13 {
  padding-left: 15.5rem !important;
}
.ps-14 {
  padding-left: 17rem !important;
}
.ps-15 {
  padding-left: 18.5rem !important;
}
.ps-16 {
  padding-left: 20rem !important;
}
.ps-17 {
  padding-left: 21.5rem !important;
}
.ps-18 {
  padding-left: 23rem !important;
}
.ps-19 {
  padding-left: 24.5rem !important;
}
.ps-20 {
  padding-left: 26rem !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-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !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 {
  color: #db0075 !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #7c2165 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #2b2d2b !important;
}
.text-muted {
  color: #6d6e71 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #db0075 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #7c2165 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body,
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 10px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 5rem !important;
  }
  .gap-sm-7 {
    gap: 6.5rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .gap-sm-9 {
    gap: 9.5rem !important;
  }
  .gap-sm-10 {
    gap: 11rem !important;
  }
  .gap-sm-11 {
    gap: 12.5rem !important;
  }
  .gap-sm-12 {
    gap: 14rem !important;
  }
  .gap-sm-13 {
    gap: 15.5rem !important;
  }
  .gap-sm-14 {
    gap: 17rem !important;
  }
  .gap-sm-15 {
    gap: 18.5rem !important;
  }
  .gap-sm-16 {
    gap: 20rem !important;
  }
  .gap-sm-17 {
    gap: 21.5rem !important;
  }
  .gap-sm-18 {
    gap: 23rem !important;
  }
  .gap-sm-19 {
    gap: 24.5rem !important;
  }
  .gap-sm-20 {
    gap: 26rem !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: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .m-sm-7 {
    margin: 6.5rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9.5rem !important;
  }
  .m-sm-10 {
    margin: 11rem !important;
  }
  .m-sm-11 {
    margin: 12.5rem !important;
  }
  .m-sm-12 {
    margin: 14rem !important;
  }
  .m-sm-13 {
    margin: 15.5rem !important;
  }
  .m-sm-14 {
    margin: 17rem !important;
  }
  .m-sm-15 {
    margin: 18.5rem !important;
  }
  .m-sm-16 {
    margin: 20rem !important;
  }
  .m-sm-17 {
    margin: 21.5rem !important;
  }
  .m-sm-18 {
    margin: 23rem !important;
  }
  .m-sm-19 {
    margin: 24.5rem !important;
  }
  .m-sm-20 {
    margin: 26rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-7 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-sm-9 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-sm-11 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-sm-12 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-sm-13 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-sm-14 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-sm-15 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-sm-16 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-sm-17 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-sm-18 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-sm-19 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-sm-20 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-6 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-sm-7 {
    margin-bottom: 6.5rem !important;
    margin-top: 6.5rem !important;
  }
  .my-sm-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-sm-9 {
    margin-bottom: 9.5rem !important;
    margin-top: 9.5rem !important;
  }
  .my-sm-10 {
    margin-bottom: 11rem !important;
    margin-top: 11rem !important;
  }
  .my-sm-11 {
    margin-bottom: 12.5rem !important;
    margin-top: 12.5rem !important;
  }
  .my-sm-12 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important;
  }
  .my-sm-13 {
    margin-bottom: 15.5rem !important;
    margin-top: 15.5rem !important;
  }
  .my-sm-14 {
    margin-bottom: 17rem !important;
    margin-top: 17rem !important;
  }
  .my-sm-15 {
    margin-bottom: 18.5rem !important;
    margin-top: 18.5rem !important;
  }
  .my-sm-16 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-sm-17 {
    margin-bottom: 21.5rem !important;
    margin-top: 21.5rem !important;
  }
  .my-sm-18 {
    margin-bottom: 23rem !important;
    margin-top: 23rem !important;
  }
  .my-sm-19 {
    margin-bottom: 24.5rem !important;
    margin-top: 24.5rem !important;
  }
  .my-sm-20 {
    margin-bottom: 26rem !important;
    margin-top: 26rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 11rem !important;
  }
  .mt-sm-11 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 14rem !important;
  }
  .mt-sm-13 {
    margin-top: 15.5rem !important;
  }
  .mt-sm-14 {
    margin-top: 17rem !important;
  }
  .mt-sm-15 {
    margin-top: 18.5rem !important;
  }
  .mt-sm-16 {
    margin-top: 20rem !important;
  }
  .mt-sm-17 {
    margin-top: 21.5rem !important;
  }
  .mt-sm-18 {
    margin-top: 23rem !important;
  }
  .mt-sm-19 {
    margin-top: 24.5rem !important;
  }
  .mt-sm-20 {
    margin-top: 26rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 5rem !important;
  }
  .me-sm-7 {
    margin-right: 6.5rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9.5rem !important;
  }
  .me-sm-10 {
    margin-right: 11rem !important;
  }
  .me-sm-11 {
    margin-right: 12.5rem !important;
  }
  .me-sm-12 {
    margin-right: 14rem !important;
  }
  .me-sm-13 {
    margin-right: 15.5rem !important;
  }
  .me-sm-14 {
    margin-right: 17rem !important;
  }
  .me-sm-15 {
    margin-right: 18.5rem !important;
  }
  .me-sm-16 {
    margin-right: 20rem !important;
  }
  .me-sm-17 {
    margin-right: 21.5rem !important;
  }
  .me-sm-18 {
    margin-right: 23rem !important;
  }
  .me-sm-19 {
    margin-right: 24.5rem !important;
  }
  .me-sm-20 {
    margin-right: 26rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 15.5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 17rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 18.5rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 21.5rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 23rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 24.5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 26rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-7 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 11rem !important;
  }
  .ms-sm-11 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-12 {
    margin-left: 14rem !important;
  }
  .ms-sm-13 {
    margin-left: 15.5rem !important;
  }
  .ms-sm-14 {
    margin-left: 17rem !important;
  }
  .ms-sm-15 {
    margin-left: 18.5rem !important;
  }
  .ms-sm-16 {
    margin-left: 20rem !important;
  }
  .ms-sm-17 {
    margin-left: 21.5rem !important;
  }
  .ms-sm-18 {
    margin-left: 23rem !important;
  }
  .ms-sm-19 {
    margin-left: 24.5rem !important;
  }
  .ms-sm-20 {
    margin-left: 26rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-7 {
    padding: 6.5rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9.5rem !important;
  }
  .p-sm-10 {
    padding: 11rem !important;
  }
  .p-sm-11 {
    padding: 12.5rem !important;
  }
  .p-sm-12 {
    padding: 14rem !important;
  }
  .p-sm-13 {
    padding: 15.5rem !important;
  }
  .p-sm-14 {
    padding: 17rem !important;
  }
  .p-sm-15 {
    padding: 18.5rem !important;
  }
  .p-sm-16 {
    padding: 20rem !important;
  }
  .p-sm-17 {
    padding: 21.5rem !important;
  }
  .p-sm-18 {
    padding: 23rem !important;
  }
  .p-sm-19 {
    padding: 24.5rem !important;
  }
  .p-sm-20 {
    padding: 26rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-7 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-sm-9 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .px-sm-10 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .px-sm-11 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .px-sm-12 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .px-sm-13 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .px-sm-14 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .px-sm-15 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .px-sm-16 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-sm-17 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .px-sm-18 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .px-sm-19 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .px-sm-20 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-sm-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-sm-7 {
    padding-bottom: 6.5rem !important;
    padding-top: 6.5rem !important;
  }
  .py-sm-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-sm-9 {
    padding-bottom: 9.5rem !important;
    padding-top: 9.5rem !important;
  }
  .py-sm-10 {
    padding-bottom: 11rem !important;
    padding-top: 11rem !important;
  }
  .py-sm-11 {
    padding-bottom: 12.5rem !important;
    padding-top: 12.5rem !important;
  }
  .py-sm-12 {
    padding-bottom: 14rem !important;
    padding-top: 14rem !important;
  }
  .py-sm-13 {
    padding-bottom: 15.5rem !important;
    padding-top: 15.5rem !important;
  }
  .py-sm-14 {
    padding-bottom: 17rem !important;
    padding-top: 17rem !important;
  }
  .py-sm-15 {
    padding-bottom: 18.5rem !important;
    padding-top: 18.5rem !important;
  }
  .py-sm-16 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-sm-17 {
    padding-bottom: 21.5rem !important;
    padding-top: 21.5rem !important;
  }
  .py-sm-18 {
    padding-bottom: 23rem !important;
    padding-top: 23rem !important;
  }
  .py-sm-19 {
    padding-bottom: 24.5rem !important;
    padding-top: 24.5rem !important;
  }
  .py-sm-20 {
    padding-bottom: 26rem !important;
    padding-top: 26rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 11rem !important;
  }
  .pt-sm-11 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 14rem !important;
  }
  .pt-sm-13 {
    padding-top: 15.5rem !important;
  }
  .pt-sm-14 {
    padding-top: 17rem !important;
  }
  .pt-sm-15 {
    padding-top: 18.5rem !important;
  }
  .pt-sm-16 {
    padding-top: 20rem !important;
  }
  .pt-sm-17 {
    padding-top: 21.5rem !important;
  }
  .pt-sm-18 {
    padding-top: 23rem !important;
  }
  .pt-sm-19 {
    padding-top: 24.5rem !important;
  }
  .pt-sm-20 {
    padding-top: 26rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-7 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 11rem !important;
  }
  .pe-sm-11 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-12 {
    padding-right: 14rem !important;
  }
  .pe-sm-13 {
    padding-right: 15.5rem !important;
  }
  .pe-sm-14 {
    padding-right: 17rem !important;
  }
  .pe-sm-15 {
    padding-right: 18.5rem !important;
  }
  .pe-sm-16 {
    padding-right: 20rem !important;
  }
  .pe-sm-17 {
    padding-right: 21.5rem !important;
  }
  .pe-sm-18 {
    padding-right: 23rem !important;
  }
  .pe-sm-19 {
    padding-right: 24.5rem !important;
  }
  .pe-sm-20 {
    padding-right: 26rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 15.5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 17rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 18.5rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 21.5rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 23rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 24.5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 26rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-7 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 11rem !important;
  }
  .ps-sm-11 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-12 {
    padding-left: 14rem !important;
  }
  .ps-sm-13 {
    padding-left: 15.5rem !important;
  }
  .ps-sm-14 {
    padding-left: 17rem !important;
  }
  .ps-sm-15 {
    padding-left: 18.5rem !important;
  }
  .ps-sm-16 {
    padding-left: 20rem !important;
  }
  .ps-sm-17 {
    padding-left: 21.5rem !important;
  }
  .ps-sm-18 {
    padding-left: 23rem !important;
  }
  .ps-sm-19 {
    padding-left: 24.5rem !important;
  }
  .ps-sm-20 {
    padding-left: 26rem !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;
  }
  .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-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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 5rem !important;
  }
  .gap-md-7 {
    gap: 6.5rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .gap-md-9 {
    gap: 9.5rem !important;
  }
  .gap-md-10 {
    gap: 11rem !important;
  }
  .gap-md-11 {
    gap: 12.5rem !important;
  }
  .gap-md-12 {
    gap: 14rem !important;
  }
  .gap-md-13 {
    gap: 15.5rem !important;
  }
  .gap-md-14 {
    gap: 17rem !important;
  }
  .gap-md-15 {
    gap: 18.5rem !important;
  }
  .gap-md-16 {
    gap: 20rem !important;
  }
  .gap-md-17 {
    gap: 21.5rem !important;
  }
  .gap-md-18 {
    gap: 23rem !important;
  }
  .gap-md-19 {
    gap: 24.5rem !important;
  }
  .gap-md-20 {
    gap: 26rem !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: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .m-md-7 {
    margin: 6.5rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9.5rem !important;
  }
  .m-md-10 {
    margin: 11rem !important;
  }
  .m-md-11 {
    margin: 12.5rem !important;
  }
  .m-md-12 {
    margin: 14rem !important;
  }
  .m-md-13 {
    margin: 15.5rem !important;
  }
  .m-md-14 {
    margin: 17rem !important;
  }
  .m-md-15 {
    margin: 18.5rem !important;
  }
  .m-md-16 {
    margin: 20rem !important;
  }
  .m-md-17 {
    margin: 21.5rem !important;
  }
  .m-md-18 {
    margin: 23rem !important;
  }
  .m-md-19 {
    margin: 24.5rem !important;
  }
  .m-md-20 {
    margin: 26rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-7 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-9 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-md-10 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-md-11 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-md-12 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-md-13 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-md-14 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-md-15 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-md-16 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-md-17 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-md-18 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-md-19 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-md-20 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-6 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-md-7 {
    margin-bottom: 6.5rem !important;
    margin-top: 6.5rem !important;
  }
  .my-md-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-md-9 {
    margin-bottom: 9.5rem !important;
    margin-top: 9.5rem !important;
  }
  .my-md-10 {
    margin-bottom: 11rem !important;
    margin-top: 11rem !important;
  }
  .my-md-11 {
    margin-bottom: 12.5rem !important;
    margin-top: 12.5rem !important;
  }
  .my-md-12 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important;
  }
  .my-md-13 {
    margin-bottom: 15.5rem !important;
    margin-top: 15.5rem !important;
  }
  .my-md-14 {
    margin-bottom: 17rem !important;
    margin-top: 17rem !important;
  }
  .my-md-15 {
    margin-bottom: 18.5rem !important;
    margin-top: 18.5rem !important;
  }
  .my-md-16 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-md-17 {
    margin-bottom: 21.5rem !important;
    margin-top: 21.5rem !important;
  }
  .my-md-18 {
    margin-bottom: 23rem !important;
    margin-top: 23rem !important;
  }
  .my-md-19 {
    margin-bottom: 24.5rem !important;
    margin-top: 24.5rem !important;
  }
  .my-md-20 {
    margin-bottom: 26rem !important;
    margin-top: 26rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 6.5rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9.5rem !important;
  }
  .mt-md-10 {
    margin-top: 11rem !important;
  }
  .mt-md-11 {
    margin-top: 12.5rem !important;
  }
  .mt-md-12 {
    margin-top: 14rem !important;
  }
  .mt-md-13 {
    margin-top: 15.5rem !important;
  }
  .mt-md-14 {
    margin-top: 17rem !important;
  }
  .mt-md-15 {
    margin-top: 18.5rem !important;
  }
  .mt-md-16 {
    margin-top: 20rem !important;
  }
  .mt-md-17 {
    margin-top: 21.5rem !important;
  }
  .mt-md-18 {
    margin-top: 23rem !important;
  }
  .mt-md-19 {
    margin-top: 24.5rem !important;
  }
  .mt-md-20 {
    margin-top: 26rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 5rem !important;
  }
  .me-md-7 {
    margin-right: 6.5rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9.5rem !important;
  }
  .me-md-10 {
    margin-right: 11rem !important;
  }
  .me-md-11 {
    margin-right: 12.5rem !important;
  }
  .me-md-12 {
    margin-right: 14rem !important;
  }
  .me-md-13 {
    margin-right: 15.5rem !important;
  }
  .me-md-14 {
    margin-right: 17rem !important;
  }
  .me-md-15 {
    margin-right: 18.5rem !important;
  }
  .me-md-16 {
    margin-right: 20rem !important;
  }
  .me-md-17 {
    margin-right: 21.5rem !important;
  }
  .me-md-18 {
    margin-right: 23rem !important;
  }
  .me-md-19 {
    margin-right: 24.5rem !important;
  }
  .me-md-20 {
    margin-right: 26rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 11rem !important;
  }
  .mb-md-11 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 14rem !important;
  }
  .mb-md-13 {
    margin-bottom: 15.5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 17rem !important;
  }
  .mb-md-15 {
    margin-bottom: 18.5rem !important;
  }
  .mb-md-16 {
    margin-bottom: 20rem !important;
  }
  .mb-md-17 {
    margin-bottom: 21.5rem !important;
  }
  .mb-md-18 {
    margin-bottom: 23rem !important;
  }
  .mb-md-19 {
    margin-bottom: 24.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 26rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 5rem !important;
  }
  .ms-md-7 {
    margin-left: 6.5rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9.5rem !important;
  }
  .ms-md-10 {
    margin-left: 11rem !important;
  }
  .ms-md-11 {
    margin-left: 12.5rem !important;
  }
  .ms-md-12 {
    margin-left: 14rem !important;
  }
  .ms-md-13 {
    margin-left: 15.5rem !important;
  }
  .ms-md-14 {
    margin-left: 17rem !important;
  }
  .ms-md-15 {
    margin-left: 18.5rem !important;
  }
  .ms-md-16 {
    margin-left: 20rem !important;
  }
  .ms-md-17 {
    margin-left: 21.5rem !important;
  }
  .ms-md-18 {
    margin-left: 23rem !important;
  }
  .ms-md-19 {
    margin-left: 24.5rem !important;
  }
  .ms-md-20 {
    margin-left: 26rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-7 {
    padding: 6.5rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9.5rem !important;
  }
  .p-md-10 {
    padding: 11rem !important;
  }
  .p-md-11 {
    padding: 12.5rem !important;
  }
  .p-md-12 {
    padding: 14rem !important;
  }
  .p-md-13 {
    padding: 15.5rem !important;
  }
  .p-md-14 {
    padding: 17rem !important;
  }
  .p-md-15 {
    padding: 18.5rem !important;
  }
  .p-md-16 {
    padding: 20rem !important;
  }
  .p-md-17 {
    padding: 21.5rem !important;
  }
  .p-md-18 {
    padding: 23rem !important;
  }
  .p-md-19 {
    padding: 24.5rem !important;
  }
  .p-md-20 {
    padding: 26rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-7 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-9 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .px-md-10 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .px-md-11 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .px-md-12 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .px-md-13 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .px-md-14 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .px-md-15 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .px-md-16 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-md-17 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .px-md-18 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .px-md-19 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .px-md-20 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-md-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-md-7 {
    padding-bottom: 6.5rem !important;
    padding-top: 6.5rem !important;
  }
  .py-md-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-md-9 {
    padding-bottom: 9.5rem !important;
    padding-top: 9.5rem !important;
  }
  .py-md-10 {
    padding-bottom: 11rem !important;
    padding-top: 11rem !important;
  }
  .py-md-11 {
    padding-bottom: 12.5rem !important;
    padding-top: 12.5rem !important;
  }
  .py-md-12 {
    padding-bottom: 14rem !important;
    padding-top: 14rem !important;
  }
  .py-md-13 {
    padding-bottom: 15.5rem !important;
    padding-top: 15.5rem !important;
  }
  .py-md-14 {
    padding-bottom: 17rem !important;
    padding-top: 17rem !important;
  }
  .py-md-15 {
    padding-bottom: 18.5rem !important;
    padding-top: 18.5rem !important;
  }
  .py-md-16 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-md-17 {
    padding-bottom: 21.5rem !important;
    padding-top: 21.5rem !important;
  }
  .py-md-18 {
    padding-bottom: 23rem !important;
    padding-top: 23rem !important;
  }
  .py-md-19 {
    padding-bottom: 24.5rem !important;
    padding-top: 24.5rem !important;
  }
  .py-md-20 {
    padding-bottom: 26rem !important;
    padding-top: 26rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 6.5rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9.5rem !important;
  }
  .pt-md-10 {
    padding-top: 11rem !important;
  }
  .pt-md-11 {
    padding-top: 12.5rem !important;
  }
  .pt-md-12 {
    padding-top: 14rem !important;
  }
  .pt-md-13 {
    padding-top: 15.5rem !important;
  }
  .pt-md-14 {
    padding-top: 17rem !important;
  }
  .pt-md-15 {
    padding-top: 18.5rem !important;
  }
  .pt-md-16 {
    padding-top: 20rem !important;
  }
  .pt-md-17 {
    padding-top: 21.5rem !important;
  }
  .pt-md-18 {
    padding-top: 23rem !important;
  }
  .pt-md-19 {
    padding-top: 24.5rem !important;
  }
  .pt-md-20 {
    padding-top: 26rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-7 {
    padding-right: 6.5rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9.5rem !important;
  }
  .pe-md-10 {
    padding-right: 11rem !important;
  }
  .pe-md-11 {
    padding-right: 12.5rem !important;
  }
  .pe-md-12 {
    padding-right: 14rem !important;
  }
  .pe-md-13 {
    padding-right: 15.5rem !important;
  }
  .pe-md-14 {
    padding-right: 17rem !important;
  }
  .pe-md-15 {
    padding-right: 18.5rem !important;
  }
  .pe-md-16 {
    padding-right: 20rem !important;
  }
  .pe-md-17 {
    padding-right: 21.5rem !important;
  }
  .pe-md-18 {
    padding-right: 23rem !important;
  }
  .pe-md-19 {
    padding-right: 24.5rem !important;
  }
  .pe-md-20 {
    padding-right: 26rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 11rem !important;
  }
  .pb-md-11 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 14rem !important;
  }
  .pb-md-13 {
    padding-bottom: 15.5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 17rem !important;
  }
  .pb-md-15 {
    padding-bottom: 18.5rem !important;
  }
  .pb-md-16 {
    padding-bottom: 20rem !important;
  }
  .pb-md-17 {
    padding-bottom: 21.5rem !important;
  }
  .pb-md-18 {
    padding-bottom: 23rem !important;
  }
  .pb-md-19 {
    padding-bottom: 24.5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 26rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-7 {
    padding-left: 6.5rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9.5rem !important;
  }
  .ps-md-10 {
    padding-left: 11rem !important;
  }
  .ps-md-11 {
    padding-left: 12.5rem !important;
  }
  .ps-md-12 {
    padding-left: 14rem !important;
  }
  .ps-md-13 {
    padding-left: 15.5rem !important;
  }
  .ps-md-14 {
    padding-left: 17rem !important;
  }
  .ps-md-15 {
    padding-left: 18.5rem !important;
  }
  .ps-md-16 {
    padding-left: 20rem !important;
  }
  .ps-md-17 {
    padding-left: 21.5rem !important;
  }
  .ps-md-18 {
    padding-left: 23rem !important;
  }
  .ps-md-19 {
    padding-left: 24.5rem !important;
  }
  .ps-md-20 {
    padding-left: 26rem !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: 1100px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: 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-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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 5rem !important;
  }
  .gap-lg-7 {
    gap: 6.5rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .gap-lg-9 {
    gap: 9.5rem !important;
  }
  .gap-lg-10 {
    gap: 11rem !important;
  }
  .gap-lg-11 {
    gap: 12.5rem !important;
  }
  .gap-lg-12 {
    gap: 14rem !important;
  }
  .gap-lg-13 {
    gap: 15.5rem !important;
  }
  .gap-lg-14 {
    gap: 17rem !important;
  }
  .gap-lg-15 {
    gap: 18.5rem !important;
  }
  .gap-lg-16 {
    gap: 20rem !important;
  }
  .gap-lg-17 {
    gap: 21.5rem !important;
  }
  .gap-lg-18 {
    gap: 23rem !important;
  }
  .gap-lg-19 {
    gap: 24.5rem !important;
  }
  .gap-lg-20 {
    gap: 26rem !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: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .m-lg-7 {
    margin: 6.5rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9.5rem !important;
  }
  .m-lg-10 {
    margin: 11rem !important;
  }
  .m-lg-11 {
    margin: 12.5rem !important;
  }
  .m-lg-12 {
    margin: 14rem !important;
  }
  .m-lg-13 {
    margin: 15.5rem !important;
  }
  .m-lg-14 {
    margin: 17rem !important;
  }
  .m-lg-15 {
    margin: 18.5rem !important;
  }
  .m-lg-16 {
    margin: 20rem !important;
  }
  .m-lg-17 {
    margin: 21.5rem !important;
  }
  .m-lg-18 {
    margin: 23rem !important;
  }
  .m-lg-19 {
    margin: 24.5rem !important;
  }
  .m-lg-20 {
    margin: 26rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-7 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-lg-9 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-lg-11 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-lg-12 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-lg-13 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-lg-14 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-lg-15 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-lg-16 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-lg-17 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-lg-18 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-lg-19 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-lg-20 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-6 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-lg-7 {
    margin-bottom: 6.5rem !important;
    margin-top: 6.5rem !important;
  }
  .my-lg-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-lg-9 {
    margin-bottom: 9.5rem !important;
    margin-top: 9.5rem !important;
  }
  .my-lg-10 {
    margin-bottom: 11rem !important;
    margin-top: 11rem !important;
  }
  .my-lg-11 {
    margin-bottom: 12.5rem !important;
    margin-top: 12.5rem !important;
  }
  .my-lg-12 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important;
  }
  .my-lg-13 {
    margin-bottom: 15.5rem !important;
    margin-top: 15.5rem !important;
  }
  .my-lg-14 {
    margin-bottom: 17rem !important;
    margin-top: 17rem !important;
  }
  .my-lg-15 {
    margin-bottom: 18.5rem !important;
    margin-top: 18.5rem !important;
  }
  .my-lg-16 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-lg-17 {
    margin-bottom: 21.5rem !important;
    margin-top: 21.5rem !important;
  }
  .my-lg-18 {
    margin-bottom: 23rem !important;
    margin-top: 23rem !important;
  }
  .my-lg-19 {
    margin-bottom: 24.5rem !important;
    margin-top: 24.5rem !important;
  }
  .my-lg-20 {
    margin-bottom: 26rem !important;
    margin-top: 26rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 11rem !important;
  }
  .mt-lg-11 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 14rem !important;
  }
  .mt-lg-13 {
    margin-top: 15.5rem !important;
  }
  .mt-lg-14 {
    margin-top: 17rem !important;
  }
  .mt-lg-15 {
    margin-top: 18.5rem !important;
  }
  .mt-lg-16 {
    margin-top: 20rem !important;
  }
  .mt-lg-17 {
    margin-top: 21.5rem !important;
  }
  .mt-lg-18 {
    margin-top: 23rem !important;
  }
  .mt-lg-19 {
    margin-top: 24.5rem !important;
  }
  .mt-lg-20 {
    margin-top: 26rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 5rem !important;
  }
  .me-lg-7 {
    margin-right: 6.5rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9.5rem !important;
  }
  .me-lg-10 {
    margin-right: 11rem !important;
  }
  .me-lg-11 {
    margin-right: 12.5rem !important;
  }
  .me-lg-12 {
    margin-right: 14rem !important;
  }
  .me-lg-13 {
    margin-right: 15.5rem !important;
  }
  .me-lg-14 {
    margin-right: 17rem !important;
  }
  .me-lg-15 {
    margin-right: 18.5rem !important;
  }
  .me-lg-16 {
    margin-right: 20rem !important;
  }
  .me-lg-17 {
    margin-right: 21.5rem !important;
  }
  .me-lg-18 {
    margin-right: 23rem !important;
  }
  .me-lg-19 {
    margin-right: 24.5rem !important;
  }
  .me-lg-20 {
    margin-right: 26rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 15.5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 17rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 18.5rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 21.5rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 23rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 24.5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 26rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-7 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 11rem !important;
  }
  .ms-lg-11 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-12 {
    margin-left: 14rem !important;
  }
  .ms-lg-13 {
    margin-left: 15.5rem !important;
  }
  .ms-lg-14 {
    margin-left: 17rem !important;
  }
  .ms-lg-15 {
    margin-left: 18.5rem !important;
  }
  .ms-lg-16 {
    margin-left: 20rem !important;
  }
  .ms-lg-17 {
    margin-left: 21.5rem !important;
  }
  .ms-lg-18 {
    margin-left: 23rem !important;
  }
  .ms-lg-19 {
    margin-left: 24.5rem !important;
  }
  .ms-lg-20 {
    margin-left: 26rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-7 {
    padding: 6.5rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9.5rem !important;
  }
  .p-lg-10 {
    padding: 11rem !important;
  }
  .p-lg-11 {
    padding: 12.5rem !important;
  }
  .p-lg-12 {
    padding: 14rem !important;
  }
  .p-lg-13 {
    padding: 15.5rem !important;
  }
  .p-lg-14 {
    padding: 17rem !important;
  }
  .p-lg-15 {
    padding: 18.5rem !important;
  }
  .p-lg-16 {
    padding: 20rem !important;
  }
  .p-lg-17 {
    padding: 21.5rem !important;
  }
  .p-lg-18 {
    padding: 23rem !important;
  }
  .p-lg-19 {
    padding: 24.5rem !important;
  }
  .p-lg-20 {
    padding: 26rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-7 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-lg-9 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .px-lg-10 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .px-lg-11 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .px-lg-12 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .px-lg-13 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .px-lg-14 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .px-lg-15 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .px-lg-16 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-lg-17 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .px-lg-18 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .px-lg-19 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .px-lg-20 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-lg-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-lg-7 {
    padding-bottom: 6.5rem !important;
    padding-top: 6.5rem !important;
  }
  .py-lg-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-lg-9 {
    padding-bottom: 9.5rem !important;
    padding-top: 9.5rem !important;
  }
  .py-lg-10 {
    padding-bottom: 11rem !important;
    padding-top: 11rem !important;
  }
  .py-lg-11 {
    padding-bottom: 12.5rem !important;
    padding-top: 12.5rem !important;
  }
  .py-lg-12 {
    padding-bottom: 14rem !important;
    padding-top: 14rem !important;
  }
  .py-lg-13 {
    padding-bottom: 15.5rem !important;
    padding-top: 15.5rem !important;
  }
  .py-lg-14 {
    padding-bottom: 17rem !important;
    padding-top: 17rem !important;
  }
  .py-lg-15 {
    padding-bottom: 18.5rem !important;
    padding-top: 18.5rem !important;
  }
  .py-lg-16 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-lg-17 {
    padding-bottom: 21.5rem !important;
    padding-top: 21.5rem !important;
  }
  .py-lg-18 {
    padding-bottom: 23rem !important;
    padding-top: 23rem !important;
  }
  .py-lg-19 {
    padding-bottom: 24.5rem !important;
    padding-top: 24.5rem !important;
  }
  .py-lg-20 {
    padding-bottom: 26rem !important;
    padding-top: 26rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 11rem !important;
  }
  .pt-lg-11 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 14rem !important;
  }
  .pt-lg-13 {
    padding-top: 15.5rem !important;
  }
  .pt-lg-14 {
    padding-top: 17rem !important;
  }
  .pt-lg-15 {
    padding-top: 18.5rem !important;
  }
  .pt-lg-16 {
    padding-top: 20rem !important;
  }
  .pt-lg-17 {
    padding-top: 21.5rem !important;
  }
  .pt-lg-18 {
    padding-top: 23rem !important;
  }
  .pt-lg-19 {
    padding-top: 24.5rem !important;
  }
  .pt-lg-20 {
    padding-top: 26rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-7 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 11rem !important;
  }
  .pe-lg-11 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-12 {
    padding-right: 14rem !important;
  }
  .pe-lg-13 {
    padding-right: 15.5rem !important;
  }
  .pe-lg-14 {
    padding-right: 17rem !important;
  }
  .pe-lg-15 {
    padding-right: 18.5rem !important;
  }
  .pe-lg-16 {
    padding-right: 20rem !important;
  }
  .pe-lg-17 {
    padding-right: 21.5rem !important;
  }
  .pe-lg-18 {
    padding-right: 23rem !important;
  }
  .pe-lg-19 {
    padding-right: 24.5rem !important;
  }
  .pe-lg-20 {
    padding-right: 26rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 15.5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 18.5rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 21.5rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 23rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 24.5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 26rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-7 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 11rem !important;
  }
  .ps-lg-11 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-12 {
    padding-left: 14rem !important;
  }
  .ps-lg-13 {
    padding-left: 15.5rem !important;
  }
  .ps-lg-14 {
    padding-left: 17rem !important;
  }
  .ps-lg-15 {
    padding-left: 18.5rem !important;
  }
  .ps-lg-16 {
    padding-left: 20rem !important;
  }
  .ps-lg-17 {
    padding-left: 21.5rem !important;
  }
  .ps-lg-18 {
    padding-left: 23rem !important;
  }
  .ps-lg-19 {
    padding-left: 24.5rem !important;
  }
  .ps-lg-20 {
    padding-left: 26rem !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: 1300px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: 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-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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
  .gap-xl-7 {
    gap: 6.5rem !important;
  }
  .gap-xl-8 {
    gap: 8rem !important;
  }
  .gap-xl-9 {
    gap: 9.5rem !important;
  }
  .gap-xl-10 {
    gap: 11rem !important;
  }
  .gap-xl-11 {
    gap: 12.5rem !important;
  }
  .gap-xl-12 {
    gap: 14rem !important;
  }
  .gap-xl-13 {
    gap: 15.5rem !important;
  }
  .gap-xl-14 {
    gap: 17rem !important;
  }
  .gap-xl-15 {
    gap: 18.5rem !important;
  }
  .gap-xl-16 {
    gap: 20rem !important;
  }
  .gap-xl-17 {
    gap: 21.5rem !important;
  }
  .gap-xl-18 {
    gap: 23rem !important;
  }
  .gap-xl-19 {
    gap: 24.5rem !important;
  }
  .gap-xl-20 {
    gap: 26rem !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: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .m-xl-7 {
    margin: 6.5rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-9 {
    margin: 9.5rem !important;
  }
  .m-xl-10 {
    margin: 11rem !important;
  }
  .m-xl-11 {
    margin: 12.5rem !important;
  }
  .m-xl-12 {
    margin: 14rem !important;
  }
  .m-xl-13 {
    margin: 15.5rem !important;
  }
  .m-xl-14 {
    margin: 17rem !important;
  }
  .m-xl-15 {
    margin: 18.5rem !important;
  }
  .m-xl-16 {
    margin: 20rem !important;
  }
  .m-xl-17 {
    margin: 21.5rem !important;
  }
  .m-xl-18 {
    margin: 23rem !important;
  }
  .m-xl-19 {
    margin: 24.5rem !important;
  }
  .m-xl-20 {
    margin: 26rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xl-7 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xl-9 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-xl-11 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-xl-12 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-xl-13 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-xl-14 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-xl-15 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-xl-16 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-xl-17 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-xl-18 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-xl-19 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-xl-20 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-6 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xl-7 {
    margin-bottom: 6.5rem !important;
    margin-top: 6.5rem !important;
  }
  .my-xl-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-xl-9 {
    margin-bottom: 9.5rem !important;
    margin-top: 9.5rem !important;
  }
  .my-xl-10 {
    margin-bottom: 11rem !important;
    margin-top: 11rem !important;
  }
  .my-xl-11 {
    margin-bottom: 12.5rem !important;
    margin-top: 12.5rem !important;
  }
  .my-xl-12 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important;
  }
  .my-xl-13 {
    margin-bottom: 15.5rem !important;
    margin-top: 15.5rem !important;
  }
  .my-xl-14 {
    margin-bottom: 17rem !important;
    margin-top: 17rem !important;
  }
  .my-xl-15 {
    margin-bottom: 18.5rem !important;
    margin-top: 18.5rem !important;
  }
  .my-xl-16 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-xl-17 {
    margin-bottom: 21.5rem !important;
    margin-top: 21.5rem !important;
  }
  .my-xl-18 {
    margin-bottom: 23rem !important;
    margin-top: 23rem !important;
  }
  .my-xl-19 {
    margin-bottom: 24.5rem !important;
    margin-top: 24.5rem !important;
  }
  .my-xl-20 {
    margin-bottom: 26rem !important;
    margin-top: 26rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 11rem !important;
  }
  .mt-xl-11 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 14rem !important;
  }
  .mt-xl-13 {
    margin-top: 15.5rem !important;
  }
  .mt-xl-14 {
    margin-top: 17rem !important;
  }
  .mt-xl-15 {
    margin-top: 18.5rem !important;
  }
  .mt-xl-16 {
    margin-top: 20rem !important;
  }
  .mt-xl-17 {
    margin-top: 21.5rem !important;
  }
  .mt-xl-18 {
    margin-top: 23rem !important;
  }
  .mt-xl-19 {
    margin-top: 24.5rem !important;
  }
  .mt-xl-20 {
    margin-top: 26rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 5rem !important;
  }
  .me-xl-7 {
    margin-right: 6.5rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-9 {
    margin-right: 9.5rem !important;
  }
  .me-xl-10 {
    margin-right: 11rem !important;
  }
  .me-xl-11 {
    margin-right: 12.5rem !important;
  }
  .me-xl-12 {
    margin-right: 14rem !important;
  }
  .me-xl-13 {
    margin-right: 15.5rem !important;
  }
  .me-xl-14 {
    margin-right: 17rem !important;
  }
  .me-xl-15 {
    margin-right: 18.5rem !important;
  }
  .me-xl-16 {
    margin-right: 20rem !important;
  }
  .me-xl-17 {
    margin-right: 21.5rem !important;
  }
  .me-xl-18 {
    margin-right: 23rem !important;
  }
  .me-xl-19 {
    margin-right: 24.5rem !important;
  }
  .me-xl-20 {
    margin-right: 26rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 17rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 21.5rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 23rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 24.5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 26rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-7 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-9 {
    margin-left: 9.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 11rem !important;
  }
  .ms-xl-11 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-12 {
    margin-left: 14rem !important;
  }
  .ms-xl-13 {
    margin-left: 15.5rem !important;
  }
  .ms-xl-14 {
    margin-left: 17rem !important;
  }
  .ms-xl-15 {
    margin-left: 18.5rem !important;
  }
  .ms-xl-16 {
    margin-left: 20rem !important;
  }
  .ms-xl-17 {
    margin-left: 21.5rem !important;
  }
  .ms-xl-18 {
    margin-left: 23rem !important;
  }
  .ms-xl-19 {
    margin-left: 24.5rem !important;
  }
  .ms-xl-20 {
    margin-left: 26rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-7 {
    padding: 6.5rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-9 {
    padding: 9.5rem !important;
  }
  .p-xl-10 {
    padding: 11rem !important;
  }
  .p-xl-11 {
    padding: 12.5rem !important;
  }
  .p-xl-12 {
    padding: 14rem !important;
  }
  .p-xl-13 {
    padding: 15.5rem !important;
  }
  .p-xl-14 {
    padding: 17rem !important;
  }
  .p-xl-15 {
    padding: 18.5rem !important;
  }
  .p-xl-16 {
    padding: 20rem !important;
  }
  .p-xl-17 {
    padding: 21.5rem !important;
  }
  .p-xl-18 {
    padding: 23rem !important;
  }
  .p-xl-19 {
    padding: 24.5rem !important;
  }
  .p-xl-20 {
    padding: 26rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xl-7 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xl-9 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .px-xl-10 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .px-xl-11 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .px-xl-12 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .px-xl-13 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .px-xl-14 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .px-xl-15 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .px-xl-16 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-xl-17 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .px-xl-18 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .px-xl-19 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .px-xl-20 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xl-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xl-7 {
    padding-bottom: 6.5rem !important;
    padding-top: 6.5rem !important;
  }
  .py-xl-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-xl-9 {
    padding-bottom: 9.5rem !important;
    padding-top: 9.5rem !important;
  }
  .py-xl-10 {
    padding-bottom: 11rem !important;
    padding-top: 11rem !important;
  }
  .py-xl-11 {
    padding-bottom: 12.5rem !important;
    padding-top: 12.5rem !important;
  }
  .py-xl-12 {
    padding-bottom: 14rem !important;
    padding-top: 14rem !important;
  }
  .py-xl-13 {
    padding-bottom: 15.5rem !important;
    padding-top: 15.5rem !important;
  }
  .py-xl-14 {
    padding-bottom: 17rem !important;
    padding-top: 17rem !important;
  }
  .py-xl-15 {
    padding-bottom: 18.5rem !important;
    padding-top: 18.5rem !important;
  }
  .py-xl-16 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-xl-17 {
    padding-bottom: 21.5rem !important;
    padding-top: 21.5rem !important;
  }
  .py-xl-18 {
    padding-bottom: 23rem !important;
    padding-top: 23rem !important;
  }
  .py-xl-19 {
    padding-bottom: 24.5rem !important;
    padding-top: 24.5rem !important;
  }
  .py-xl-20 {
    padding-bottom: 26rem !important;
    padding-top: 26rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 11rem !important;
  }
  .pt-xl-11 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 14rem !important;
  }
  .pt-xl-13 {
    padding-top: 15.5rem !important;
  }
  .pt-xl-14 {
    padding-top: 17rem !important;
  }
  .pt-xl-15 {
    padding-top: 18.5rem !important;
  }
  .pt-xl-16 {
    padding-top: 20rem !important;
  }
  .pt-xl-17 {
    padding-top: 21.5rem !important;
  }
  .pt-xl-18 {
    padding-top: 23rem !important;
  }
  .pt-xl-19 {
    padding-top: 24.5rem !important;
  }
  .pt-xl-20 {
    padding-top: 26rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-7 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-9 {
    padding-right: 9.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 11rem !important;
  }
  .pe-xl-11 {
    padding-right: 12.5rem !important;
  }
  .pe-xl-12 {
    padding-right: 14rem !important;
  }
  .pe-xl-13 {
    padding-right: 15.5rem !important;
  }
  .pe-xl-14 {
    padding-right: 17rem !important;
  }
  .pe-xl-15 {
    padding-right: 18.5rem !important;
  }
  .pe-xl-16 {
    padding-right: 20rem !important;
  }
  .pe-xl-17 {
    padding-right: 21.5rem !important;
  }
  .pe-xl-18 {
    padding-right: 23rem !important;
  }
  .pe-xl-19 {
    padding-right: 24.5rem !important;
  }
  .pe-xl-20 {
    padding-right: 26rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 17rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 21.5rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 23rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 24.5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 26rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-7 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-9 {
    padding-left: 9.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 11rem !important;
  }
  .ps-xl-11 {
    padding-left: 12.5rem !important;
  }
  .ps-xl-12 {
    padding-left: 14rem !important;
  }
  .ps-xl-13 {
    padding-left: 15.5rem !important;
  }
  .ps-xl-14 {
    padding-left: 17rem !important;
  }
  .ps-xl-15 {
    padding-left: 18.5rem !important;
  }
  .ps-xl-16 {
    padding-left: 20rem !important;
  }
  .ps-xl-17 {
    padding-left: 21.5rem !important;
  }
  .ps-xl-18 {
    padding-left: 23rem !important;
  }
  .ps-xl-19 {
    padding-left: 24.5rem !important;
  }
  .ps-xl-20 {
    padding-left: 26rem !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: 1500px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: 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-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;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 5rem !important;
  }
  .gap-xxl-7 {
    gap: 6.5rem !important;
  }
  .gap-xxl-8 {
    gap: 8rem !important;
  }
  .gap-xxl-9 {
    gap: 9.5rem !important;
  }
  .gap-xxl-10 {
    gap: 11rem !important;
  }
  .gap-xxl-11 {
    gap: 12.5rem !important;
  }
  .gap-xxl-12 {
    gap: 14rem !important;
  }
  .gap-xxl-13 {
    gap: 15.5rem !important;
  }
  .gap-xxl-14 {
    gap: 17rem !important;
  }
  .gap-xxl-15 {
    gap: 18.5rem !important;
  }
  .gap-xxl-16 {
    gap: 20rem !important;
  }
  .gap-xxl-17 {
    gap: 21.5rem !important;
  }
  .gap-xxl-18 {
    gap: 23rem !important;
  }
  .gap-xxl-19 {
    gap: 24.5rem !important;
  }
  .gap-xxl-20 {
    gap: 26rem !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: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .m-xxl-7 {
    margin: 6.5rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9.5rem !important;
  }
  .m-xxl-10 {
    margin: 11rem !important;
  }
  .m-xxl-11 {
    margin: 12.5rem !important;
  }
  .m-xxl-12 {
    margin: 14rem !important;
  }
  .m-xxl-13 {
    margin: 15.5rem !important;
  }
  .m-xxl-14 {
    margin: 17rem !important;
  }
  .m-xxl-15 {
    margin: 18.5rem !important;
  }
  .m-xxl-16 {
    margin: 20rem !important;
  }
  .m-xxl-17 {
    margin: 21.5rem !important;
  }
  .m-xxl-18 {
    margin: 23rem !important;
  }
  .m-xxl-19 {
    margin: 24.5rem !important;
  }
  .m-xxl-20 {
    margin: 26rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxl-7 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-xxl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xxl-9 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-xxl-10 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-xxl-11 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-xxl-12 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-xxl-13 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-xxl-14 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-xxl-15 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-xxl-16 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-xxl-17 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-xxl-18 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-xxl-19 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-xxl-20 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-6 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xxl-7 {
    margin-bottom: 6.5rem !important;
    margin-top: 6.5rem !important;
  }
  .my-xxl-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-xxl-9 {
    margin-bottom: 9.5rem !important;
    margin-top: 9.5rem !important;
  }
  .my-xxl-10 {
    margin-bottom: 11rem !important;
    margin-top: 11rem !important;
  }
  .my-xxl-11 {
    margin-bottom: 12.5rem !important;
    margin-top: 12.5rem !important;
  }
  .my-xxl-12 {
    margin-bottom: 14rem !important;
    margin-top: 14rem !important;
  }
  .my-xxl-13 {
    margin-bottom: 15.5rem !important;
    margin-top: 15.5rem !important;
  }
  .my-xxl-14 {
    margin-bottom: 17rem !important;
    margin-top: 17rem !important;
  }
  .my-xxl-15 {
    margin-bottom: 18.5rem !important;
    margin-top: 18.5rem !important;
  }
  .my-xxl-16 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-xxl-17 {
    margin-bottom: 21.5rem !important;
    margin-top: 21.5rem !important;
  }
  .my-xxl-18 {
    margin-bottom: 23rem !important;
    margin-top: 23rem !important;
  }
  .my-xxl-19 {
    margin-bottom: 24.5rem !important;
    margin-top: 24.5rem !important;
  }
  .my-xxl-20 {
    margin-bottom: 26rem !important;
    margin-top: 26rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 11rem !important;
  }
  .mt-xxl-11 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 14rem !important;
  }
  .mt-xxl-13 {
    margin-top: 15.5rem !important;
  }
  .mt-xxl-14 {
    margin-top: 17rem !important;
  }
  .mt-xxl-15 {
    margin-top: 18.5rem !important;
  }
  .mt-xxl-16 {
    margin-top: 20rem !important;
  }
  .mt-xxl-17 {
    margin-top: 21.5rem !important;
  }
  .mt-xxl-18 {
    margin-top: 23rem !important;
  }
  .mt-xxl-19 {
    margin-top: 24.5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 26rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxl-7 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-9 {
    margin-right: 9.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 11rem !important;
  }
  .me-xxl-11 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-12 {
    margin-right: 14rem !important;
  }
  .me-xxl-13 {
    margin-right: 15.5rem !important;
  }
  .me-xxl-14 {
    margin-right: 17rem !important;
  }
  .me-xxl-15 {
    margin-right: 18.5rem !important;
  }
  .me-xxl-16 {
    margin-right: 20rem !important;
  }
  .me-xxl-17 {
    margin-right: 21.5rem !important;
  }
  .me-xxl-18 {
    margin-right: 23rem !important;
  }
  .me-xxl-19 {
    margin-right: 24.5rem !important;
  }
  .me-xxl-20 {
    margin-right: 26rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 15.5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 17rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 18.5rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-17 {
    margin-bottom: 21.5rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 23rem !important;
  }
  .mb-xxl-19 {
    margin-bottom: 24.5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 26rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 11rem !important;
  }
  .ms-xxl-11 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 14rem !important;
  }
  .ms-xxl-13 {
    margin-left: 15.5rem !important;
  }
  .ms-xxl-14 {
    margin-left: 17rem !important;
  }
  .ms-xxl-15 {
    margin-left: 18.5rem !important;
  }
  .ms-xxl-16 {
    margin-left: 20rem !important;
  }
  .ms-xxl-17 {
    margin-left: 21.5rem !important;
  }
  .ms-xxl-18 {
    margin-left: 23rem !important;
  }
  .ms-xxl-19 {
    margin-left: 24.5rem !important;
  }
  .ms-xxl-20 {
    margin-left: 26rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .p-xxl-7 {
    padding: 6.5rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9.5rem !important;
  }
  .p-xxl-10 {
    padding: 11rem !important;
  }
  .p-xxl-11 {
    padding: 12.5rem !important;
  }
  .p-xxl-12 {
    padding: 14rem !important;
  }
  .p-xxl-13 {
    padding: 15.5rem !important;
  }
  .p-xxl-14 {
    padding: 17rem !important;
  }
  .p-xxl-15 {
    padding: 18.5rem !important;
  }
  .p-xxl-16 {
    padding: 20rem !important;
  }
  .p-xxl-17 {
    padding: 21.5rem !important;
  }
  .p-xxl-18 {
    padding: 23rem !important;
  }
  .p-xxl-19 {
    padding: 24.5rem !important;
  }
  .p-xxl-20 {
    padding: 26rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxl-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxl-7 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .px-xxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xxl-9 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .px-xxl-10 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .px-xxl-11 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .px-xxl-12 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .px-xxl-13 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .px-xxl-14 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .px-xxl-15 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .px-xxl-16 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-xxl-17 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .px-xxl-18 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .px-xxl-19 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .px-xxl-20 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xxl-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xxl-7 {
    padding-bottom: 6.5rem !important;
    padding-top: 6.5rem !important;
  }
  .py-xxl-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-xxl-9 {
    padding-bottom: 9.5rem !important;
    padding-top: 9.5rem !important;
  }
  .py-xxl-10 {
    padding-bottom: 11rem !important;
    padding-top: 11rem !important;
  }
  .py-xxl-11 {
    padding-bottom: 12.5rem !important;
    padding-top: 12.5rem !important;
  }
  .py-xxl-12 {
    padding-bottom: 14rem !important;
    padding-top: 14rem !important;
  }
  .py-xxl-13 {
    padding-bottom: 15.5rem !important;
    padding-top: 15.5rem !important;
  }
  .py-xxl-14 {
    padding-bottom: 17rem !important;
    padding-top: 17rem !important;
  }
  .py-xxl-15 {
    padding-bottom: 18.5rem !important;
    padding-top: 18.5rem !important;
  }
  .py-xxl-16 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-xxl-17 {
    padding-bottom: 21.5rem !important;
    padding-top: 21.5rem !important;
  }
  .py-xxl-18 {
    padding-bottom: 23rem !important;
    padding-top: 23rem !important;
  }
  .py-xxl-19 {
    padding-bottom: 24.5rem !important;
    padding-top: 24.5rem !important;
  }
  .py-xxl-20 {
    padding-bottom: 26rem !important;
    padding-top: 26rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 11rem !important;
  }
  .pt-xxl-11 {
    padding-top: 12.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 14rem !important;
  }
  .pt-xxl-13 {
    padding-top: 15.5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 17rem !important;
  }
  .pt-xxl-15 {
    padding-top: 18.5rem !important;
  }
  .pt-xxl-16 {
    padding-top: 20rem !important;
  }
  .pt-xxl-17 {
    padding-top: 21.5rem !important;
  }
  .pt-xxl-18 {
    padding-top: 23rem !important;
  }
  .pt-xxl-19 {
    padding-top: 24.5rem !important;
  }
  .pt-xxl-20 {
    padding-top: 26rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 11rem !important;
  }
  .pe-xxl-11 {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 14rem !important;
  }
  .pe-xxl-13 {
    padding-right: 15.5rem !important;
  }
  .pe-xxl-14 {
    padding-right: 17rem !important;
  }
  .pe-xxl-15 {
    padding-right: 18.5rem !important;
  }
  .pe-xxl-16 {
    padding-right: 20rem !important;
  }
  .pe-xxl-17 {
    padding-right: 21.5rem !important;
  }
  .pe-xxl-18 {
    padding-right: 23rem !important;
  }
  .pe-xxl-19 {
    padding-right: 24.5rem !important;
  }
  .pe-xxl-20 {
    padding-right: 26rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 15.5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 17rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 18.5rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-17 {
    padding-bottom: 21.5rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 23rem !important;
  }
  .pb-xxl-19 {
    padding-bottom: 24.5rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 26rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 11rem !important;
  }
  .ps-xxl-11 {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 14rem !important;
  }
  .ps-xxl-13 {
    padding-left: 15.5rem !important;
  }
  .ps-xxl-14 {
    padding-left: 17rem !important;
  }
  .ps-xxl-15 {
    padding-left: 18.5rem !important;
  }
  .ps-xxl-16 {
    padding-left: 20rem !important;
  }
  .ps-xxl-17 {
    padding-left: 21.5rem !important;
  }
  .ps-xxl-18 {
    padding-left: 23rem !important;
  }
  .ps-xxl-19 {
    padding-left: 24.5rem !important;
  }
  .ps-xxl-20 {
    padding-left: 26rem !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-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;
  }
}
body.nav-expanded {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.card a {
  text-decoration: none;
}
.btn,
.mkto-contact-us button[type="submit"] {
  border-radius: 100px;
  padding: 0.5rem 2rem;
}
.btn.btn-primary,
.mkto-contact-us button[type="submit"] {
  color: #fff;
}
.btn.btn-primary:hover,
.mkto-contact-us button[type="submit"]:hover {
  background-color: #b09006;
  border-color: #b09006;
}
.btn.btn-white,
.mkto-contact-us button.btn-white[type="submit"] {
  background-color: #fff;
}
.btn.btn-white:hover,
.mkto-contact-us button.btn-white[type="submit"]:hover {
  background-color: #dfdfdf;
}
.btn.btn-bordered,
.mkto-contact-us button.btn-bordered[type="submit"] {
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-bordered:hover,
.mkto-contact-us button.btn-bordered[type="submit"]:hover {
  opacity: 0.7;
}
.bg-gray {
  background: transparent
    linear-gradient(180deg, hsla(38, 13%, 88%, 0.2), hsla(38, 13%, 88%, 0)) 0 0
    no-repeat padding-box;
}
.bg-gray-filled {
  background: #f6f4f8;
}
.bg-overlay-stats {
  background: transparent linear-gradient(219deg, #f1bc40, #dd782e) 0 0
    no-repeat padding-box;
}
.bg-overlay-sectors {
  background: transparent
    linear-gradient(282deg, rgba(241, 188, 64, 0.5), rgba(237, 0, 128, 0.3)) 0 0
    no-repeat padding-box;
}
@media (min-width: 1100px) {
  .bg-contact-form {
    background: url(../img/bg-contact-form.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.bg-operate {
  background: transparent linear-gradient(184deg, #2b2d2b00, #2b2d2b) 0 0
    no-repeat padding-box;
}
@media (min-width: 1100px) {
  .bg-path-gold {
    background: url(../img/bg-path-gold.svg) no-repeat;
    background-position: 128%;
    background-size: auto;
  }
}
@media (min-width: 1300px) {
  .bg-path-gold {
    background-position-x: 105%;
    background-position-y: 25%;
  }
}
.bg-key-contact {
  background: url(../img/bg-key-contact.svg);
  background-size: cover;
}
.bg-path-purple {
  background: url(../img/bg-path-purple.svg);
  background-size: cover;
}
.bg-overlay-about {
  background: transparent
    linear-gradient(296deg, rgba(208, 45, 46, 0.5), rgba(241, 188, 64, 0.5)) 0 0
    no-repeat padding-box;
}
.bg-overlay-contact {
  background: transparent
    linear-gradient(299deg, #572c5f, rgba(234, 20, 128, 0.5)) 0 0 no-repeat
    padding-box;
}
.bg-overlay-csr {
  background: transparent
    linear-gradient(
      314deg,
      rgba(0, 70, 116, 0.5),
      rgba(0, 117, 169, 0.5) 41%,
      rgba(150, 188, 51, 0.5)
    )
    0 0 no-repeat padding-box;
}
.bg-overlay-team {
  background: transparent
    linear-gradient(292deg, rgba(208, 45, 46, 0.4), rgba(241, 188, 64, 0.4)) 0 0
    no-repeat padding-box;
}
.bg-overlay-services {
  background: transparent
    linear-gradient(289deg, rgba(81, 46, 92, 0.3), rgba(237, 0, 128, 0.3)) 0 0
    no-repeat padding-box;
}
.bg-bio {
  background: linear-gradient(45deg, #7f2668, #572c5f);
}
.bg-overlay-locations {
  background: transparent
    linear-gradient(52deg, rgba(87, 44, 95, 0.5), rgba(234, 20, 128, 0.5)) 0 0
    no-repeat padding-box;
}
.bg-projects {
  background: url(../img/bg-projects.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-overlay-projects {
  background: transparent
    linear-gradient(279deg, rgba(241, 188, 64, 0.1), rgba(237, 0, 128, 0.3)) 0 0
    no-repeat padding-box;
}
.bg-project-single {
  background: transparent
    linear-gradient(
      285deg,
      rgba(141, 100, 170, 0.2),
      rgba(0, 158, 180, 0.2) 65%,
      rgba(150, 188, 51, 0.2)
    )
    0 0 no-repeat padding-box;
}
.bg-project-data {
  background: linear-gradient(90deg, #724da5 0, #6456a9 50%, #436ab3);
  opacity: 1;
}
@media (min-width: 768px) {
  .bg-path-project {
    background: url(../img/bg-path-projects-single.svg);
    background-position: right 25%;
    background-repeat: no-repeat;
    background-size: 25%;
  }
}
@media (min-width: 1100px) {
  .bg-path-project {
    background-position-y: 30%;
  }
}
@media (min-width: 1300px) {
  .bg-path-project {
    background-position-y: 40%;
  }
}
.bg-overlay-our-story {
  background: transparent
    linear-gradient(
      292deg,
      rgba(150, 188, 51, 0.4),
      rgba(0, 117, 169, 0.7) 48%,
      rgba(0, 70, 116, 0.7)
    )
    0 0 no-repeat padding-box;
}
.bg-overlay-search {
  background: transparent linear-gradient(285deg, #572c5f, #592c5f 10%, #ea1480)
    0 0 no-repeat padding-box;
}
.news-article {
  box-shadow: none;
  transition: all 0.3s;
}
@media (max-width: 1099.98px) {
  .news-article {
    border: 1px solid #e4e1dc !important;
  }
}
@media (min-width: 1100px) {
  .news-article {
    min-height: 405px;
  }
}
.news-article:hover {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 4px;
  box-shadow: 0 12px 24px #da317f15;
}
.news-article img {
  height: 194px;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-group-item {
  border: none;
  border-left: 1px solid #ddd;
  color: #2b2d2b;
}
.list-group-item.active {
  background-color: transparent;
  border-left: 4px solid #db0075;
  color: #2b2d2b;
}
.list-group-item .list-group-icon {
  margin-right: 8px;
}
.accordion-icon {
  margin-right: 14px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:after {
  background-image: url(../img/accordion-dropdown.svg);
}
.quote:before {
  content: url(../img/quotes.svg);
  position: relative;
  top: -10px;
}
footer .nav-link {
  color: #572c5f !important;
}
footer .nav-link:hover {
  color: #db0075 !important;
}
footer .accordion-button:after {
  background-image: url(../img/arrow-down.svg);
  margin-left: 20px;
}
.overlay-dark {
  background: transparent linear-gradient(128deg, #2b2d2b86, #2b2d2b00) 0 0
    no-repeat padding-box;
}
@media (max-width: 1299.98px) {
  .hover-arrow {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.hover-arrow:after {
  content: url(../img/arrow-primary-round.svg);
  display: none;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 1299.98px) {
  .hover-arrow:after {
    display: flex;
  }
}
.hover-lift:hover .hover-arrow:after {
  display: flex;
}
@media (max-width: 575.98px) {
  .card-xs-small {
    max-height: 144px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1099.98px) {
  .border-xs-0 {
    border: none !important;
  }
}
@media (min-width: 1100px) {
  .border-top-lg-0 {
    border-top: none !important;
  }
}
.border-radius-0 {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .border-md-0 {
    border: none !important;
  }
}
@media (min-width: 1100px) {
  .border-lg-0 {
    border: none !important;
  }
}
@media (min-width: 1300px) {
  .border-xl-0 {
    border: none !important;
  }
}
.width-unset {
  width: unset;
}
.width-unset:after {
  margin-left: 10px;
}
.btn-purple {
  background-color: #572c5f;
  color: #fff;
}
.btn-purple:hover {
  background-color: #47244e;
  color: #fff;
}
.profile-pic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  height: 96px;
  width: 96px;
}
.profile-pic.indent {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.profile-pic.indent + * {
  margin-top: -1rem;
}
.bg-404 {
  min-height: calc(100vh - 78px);
}
@media (max-width: 767.98px) {
  .bg-404 {
    background: url(../img/404-mobile.svg);
    background-position: 52% -9%;
    background-size: 400vw;
  }
}
@media (min-width: 768px) {
  .bg-404 {
    background: url(../img/404-tablet.svg);
    background-position: 41% 39%;
  }
}
@media (min-width: 1100px) {
  .bg-404 {
    background-position: 33% 44%;
  }
}
@media (min-width: 1300px) {
  .bg-404 {
    background-position: 17% 47%;
  }
}
@media (min-width: 1500px) {
  .bg-404 {
    background: url(../img/404-desktop.svg);
    background-position: 33% 32%;
  }
}
.nav-item-banner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
.nav-item-banner-content {
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  left: 0;
  padding: 1rem;
  position: absolute;
  width: 100%;
}
.nav-item-banner:before {
  content: " ";
  display: block;
  padding-top: 100%;
  width: 100%;
}
@media (max-width: 1099.98px) {
  .nav-item-banner:before {
    padding-top: 56.25%;
  }
}
.fixed-hero {
  align-items: center;
  display: flex;
  min-height: 480px;
  padding-bottom: 4rem;
  position: relative;
}
.fixed-hero-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fixed-hero .container {
  position: relative;
  z-index: 2;
}
.fixed-hero .dropdown {
  max-width: 361px;
}
.fixed-hero .dropdown .dropdown-menu.show {
  bottom: auto !important;
  left: 50% !important;
  top: 100% !important;
  transform: translate(-50%) !important;
}
.fixed-card {
  position: relative;
}
.fixed-card-content {
  position: relative;
  z-index: 2;
}
.fixed-card-bg {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@font-face {
  font-family: Graphik;
  font-weight: 900;
  src: url(../fonts/Graphik-Black.otf) format("opentype");
}
@font-face {
  font-family: Graphik;
  font-weight: 700;
  src: url(../fonts/Graphik-Bold.otf) format("opentype");
}
@font-face {
  font-family: Graphik;
  font-weight: 500;
  src: url(../fonts/Graphik-Medium.otf) format("opentype");
}
@font-face {
  font-family: Graphik;
  font-weight: 400;
  src: url(../fonts/Graphik-Regular.otf) format("opentype");
}
@font-face {
  font-family: Graphik;
  font-weight: 600;
  src: url(../fonts/Graphik-Semibold.otf) format("opentype");
}
@font-face {
  font-family: Graphik;
  font-weight: 100;
  src: url(../fonts/Graphik-Light.otf) format("opentype");
}
body {
  font-family: Graphik, sans-serif;
}
.fs-8 {
  font-size: 8px !important;
}
.fs-9 {
  font-size: 9px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13,
.mkto-contact-us .mktoLabel {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16,
.mkto-contact-us button[type="submit"] {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-27 {
  font-size: 27px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-29 {
  font-size: 29px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-31 {
  font-size: 31px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-33 {
  font-size: 33px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-37 {
  font-size: 37px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-39 {
  font-size: 39px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-41 {
  font-size: 41px !important;
}
.fs-42 {
  font-size: 42px !important;
}
.fs-43 {
  font-size: 43px !important;
}
.fs-44 {
  font-size: 44px !important;
}
.fs-45 {
  font-size: 45px !important;
}
.fs-46 {
  font-size: 46px !important;
}
.fs-47 {
  font-size: 47px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-49 {
  font-size: 49px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-51 {
  font-size: 51px !important;
}
.fs-52 {
  font-size: 52px !important;
}
.fs-53 {
  font-size: 53px !important;
}
.fs-54 {
  font-size: 54px !important;
}
.fs-55 {
  font-size: 55px !important;
}
.fs-56 {
  font-size: 56px !important;
}
.fs-57 {
  font-size: 57px !important;
}
.fs-58 {
  font-size: 58px !important;
}
.fs-59 {
  font-size: 59px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-61 {
  font-size: 61px !important;
}
.fs-62 {
  font-size: 62px !important;
}
.fs-63 {
  font-size: 63px !important;
}
.fs-64 {
  font-size: 64px !important;
}
.fs-65 {
  font-size: 65px !important;
}
.fs-66 {
  font-size: 66px !important;
}
.fs-67 {
  font-size: 67px !important;
}
.fs-68 {
  font-size: 68px !important;
}
.fs-69 {
  font-size: 69px !important;
}
.fs-70 {
  font-size: 70px !important;
}
.fs-71 {
  font-size: 71px !important;
}
.fs-72 {
  font-size: 72px !important;
}
.fs-73 {
  font-size: 73px !important;
}
.fs-74 {
  font-size: 74px !important;
}
.fs-75 {
  font-size: 75px !important;
}
.fs-76 {
  font-size: 76px !important;
}
.fs-77 {
  font-size: 77px !important;
}
.fs-78 {
  font-size: 78px !important;
}
.fs-79 {
  font-size: 79px !important;
}
.fs-80 {
  font-size: 80px !important;
}
.fs-81 {
  font-size: 81px !important;
}
.fs-82 {
  font-size: 82px !important;
}
.fs-83 {
  font-size: 83px !important;
}
.fs-84 {
  font-size: 84px !important;
}
.fs-85 {
  font-size: 85px !important;
}
.fs-86 {
  font-size: 86px !important;
}
.fs-87 {
  font-size: 87px !important;
}
.fs-88 {
  font-size: 88px !important;
}
.fs-89 {
  font-size: 89px !important;
}
.fs-90 {
  font-size: 90px !important;
}
@media (min-width: 768px) {
  .fs-md-8 {
    font-size: 8px !important;
  }
  .fs-md-9 {
    font-size: 9px !important;
  }
  .fs-md-10 {
    font-size: 10px !important;
  }
  .fs-md-11 {
    font-size: 11px !important;
  }
  .fs-md-12 {
    font-size: 12px !important;
  }
  .fs-md-13 {
    font-size: 13px !important;
  }
  .fs-md-14 {
    font-size: 14px !important;
  }
  .fs-md-15 {
    font-size: 15px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-17 {
    font-size: 17px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-md-19 {
    font-size: 19px !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
  .fs-md-21 {
    font-size: 21px !important;
  }
  .fs-md-22 {
    font-size: 22px !important;
  }
  .fs-md-23 {
    font-size: 23px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-25 {
    font-size: 25px !important;
  }
  .fs-md-26 {
    font-size: 26px !important;
  }
  .fs-md-27 {
    font-size: 27px !important;
  }
  .fs-md-28 {
    font-size: 28px !important;
  }
  .fs-md-29 {
    font-size: 29px !important;
  }
  .fs-md-30 {
    font-size: 30px !important;
  }
  .fs-md-31 {
    font-size: 31px !important;
  }
  .fs-md-32 {
    font-size: 32px !important;
  }
  .fs-md-33 {
    font-size: 33px !important;
  }
  .fs-md-34 {
    font-size: 34px !important;
  }
  .fs-md-35 {
    font-size: 35px !important;
  }
  .fs-md-36 {
    font-size: 36px !important;
  }
  .fs-md-37 {
    font-size: 37px !important;
  }
  .fs-md-38 {
    font-size: 38px !important;
  }
  .fs-md-39 {
    font-size: 39px !important;
  }
  .fs-md-40 {
    font-size: 40px !important;
  }
  .fs-md-41 {
    font-size: 41px !important;
  }
  .fs-md-42 {
    font-size: 42px !important;
  }
  .fs-md-43 {
    font-size: 43px !important;
  }
  .fs-md-44 {
    font-size: 44px !important;
  }
  .fs-md-45 {
    font-size: 45px !important;
  }
  .fs-md-46 {
    font-size: 46px !important;
  }
  .fs-md-47 {
    font-size: 47px !important;
  }
  .fs-md-48 {
    font-size: 48px !important;
  }
  .fs-md-49 {
    font-size: 49px !important;
  }
  .fs-md-50 {
    font-size: 50px !important;
  }
  .fs-md-51 {
    font-size: 51px !important;
  }
  .fs-md-52 {
    font-size: 52px !important;
  }
  .fs-md-53 {
    font-size: 53px !important;
  }
  .fs-md-54 {
    font-size: 54px !important;
  }
  .fs-md-55 {
    font-size: 55px !important;
  }
  .fs-md-56 {
    font-size: 56px !important;
  }
  .fs-md-57 {
    font-size: 57px !important;
  }
  .fs-md-58 {
    font-size: 58px !important;
  }
  .fs-md-59 {
    font-size: 59px !important;
  }
  .fs-md-60 {
    font-size: 60px !important;
  }
  .fs-md-61 {
    font-size: 61px !important;
  }
  .fs-md-62 {
    font-size: 62px !important;
  }
  .fs-md-63 {
    font-size: 63px !important;
  }
  .fs-md-64 {
    font-size: 64px !important;
  }
  .fs-md-65 {
    font-size: 65px !important;
  }
  .fs-md-66 {
    font-size: 66px !important;
  }
  .fs-md-67 {
    font-size: 67px !important;
  }
  .fs-md-68 {
    font-size: 68px !important;
  }
  .fs-md-69 {
    font-size: 69px !important;
  }
  .fs-md-70 {
    font-size: 70px !important;
  }
  .fs-md-71 {
    font-size: 71px !important;
  }
  .fs-md-72 {
    font-size: 72px !important;
  }
  .fs-md-73 {
    font-size: 73px !important;
  }
  .fs-md-74 {
    font-size: 74px !important;
  }
  .fs-md-75 {
    font-size: 75px !important;
  }
  .fs-md-76 {
    font-size: 76px !important;
  }
  .fs-md-77 {
    font-size: 77px !important;
  }
  .fs-md-78 {
    font-size: 78px !important;
  }
  .fs-md-79 {
    font-size: 79px !important;
  }
  .fs-md-80 {
    font-size: 80px !important;
  }
  .fs-md-81 {
    font-size: 81px !important;
  }
  .fs-md-82 {
    font-size: 82px !important;
  }
  .fs-md-83 {
    font-size: 83px !important;
  }
  .fs-md-84 {
    font-size: 84px !important;
  }
  .fs-md-85 {
    font-size: 85px !important;
  }
  .fs-md-86 {
    font-size: 86px !important;
  }
  .fs-md-87 {
    font-size: 87px !important;
  }
  .fs-md-88 {
    font-size: 88px !important;
  }
  .fs-md-89 {
    font-size: 89px !important;
  }
  .fs-md-90 {
    font-size: 90px !important;
  }
}
@media (min-width: 1100px) {
  .fs-lg-8 {
    font-size: 8px !important;
  }
  .fs-lg-9 {
    font-size: 9px !important;
  }
  .fs-lg-10 {
    font-size: 10px !important;
  }
  .fs-lg-11 {
    font-size: 11px !important;
  }
  .fs-lg-12 {
    font-size: 12px !important;
  }
  .fs-lg-13 {
    font-size: 13px !important;
  }
  .fs-lg-14 {
    font-size: 14px !important;
  }
  .fs-lg-15 {
    font-size: 15px !important;
  }
  .fs-lg-16 {
    font-size: 16px !important;
  }
  .fs-lg-17 {
    font-size: 17px !important;
  }
  .fs-lg-18 {
    font-size: 18px !important;
  }
  .fs-lg-19 {
    font-size: 19px !important;
  }
  .fs-lg-20 {
    font-size: 20px !important;
  }
  .fs-lg-21 {
    font-size: 21px !important;
  }
  .fs-lg-22 {
    font-size: 22px !important;
  }
  .fs-lg-23 {
    font-size: 23px !important;
  }
  .fs-lg-24 {
    font-size: 24px !important;
  }
  .fs-lg-25 {
    font-size: 25px !important;
  }
  .fs-lg-26 {
    font-size: 26px !important;
  }
  .fs-lg-27 {
    font-size: 27px !important;
  }
  .fs-lg-28 {
    font-size: 28px !important;
  }
  .fs-lg-29 {
    font-size: 29px !important;
  }
  .fs-lg-30 {
    font-size: 30px !important;
  }
  .fs-lg-31 {
    font-size: 31px !important;
  }
  .fs-lg-32 {
    font-size: 32px !important;
  }
  .fs-lg-33 {
    font-size: 33px !important;
  }
  .fs-lg-34 {
    font-size: 34px !important;
  }
  .fs-lg-35 {
    font-size: 35px !important;
  }
  .fs-lg-36 {
    font-size: 36px !important;
  }
  .fs-lg-37 {
    font-size: 37px !important;
  }
  .fs-lg-38 {
    font-size: 38px !important;
  }
  .fs-lg-39 {
    font-size: 39px !important;
  }
  .fs-lg-40 {
    font-size: 40px !important;
  }
  .fs-lg-41 {
    font-size: 41px !important;
  }
  .fs-lg-42 {
    font-size: 42px !important;
  }
  .fs-lg-43 {
    font-size: 43px !important;
  }
  .fs-lg-44 {
    font-size: 44px !important;
  }
  .fs-lg-45 {
    font-size: 45px !important;
  }
  .fs-lg-46 {
    font-size: 46px !important;
  }
  .fs-lg-47 {
    font-size: 47px !important;
  }
  .fs-lg-48 {
    font-size: 48px !important;
  }
  .fs-lg-49 {
    font-size: 49px !important;
  }
  .fs-lg-50 {
    font-size: 50px !important;
  }
  .fs-lg-51 {
    font-size: 51px !important;
  }
  .fs-lg-52 {
    font-size: 52px !important;
  }
  .fs-lg-53 {
    font-size: 53px !important;
  }
  .fs-lg-54 {
    font-size: 54px !important;
  }
  .fs-lg-55 {
    font-size: 55px !important;
  }
  .fs-lg-56 {
    font-size: 56px !important;
  }
  .fs-lg-57 {
    font-size: 57px !important;
  }
  .fs-lg-58 {
    font-size: 58px !important;
  }
  .fs-lg-59 {
    font-size: 59px !important;
  }
  .fs-lg-60 {
    font-size: 60px !important;
  }
  .fs-lg-61 {
    font-size: 61px !important;
  }
  .fs-lg-62 {
    font-size: 62px !important;
  }
  .fs-lg-63 {
    font-size: 63px !important;
  }
  .fs-lg-64 {
    font-size: 64px !important;
  }
  .fs-lg-65 {
    font-size: 65px !important;
  }
  .fs-lg-66 {
    font-size: 66px !important;
  }
  .fs-lg-67 {
    font-size: 67px !important;
  }
  .fs-lg-68 {
    font-size: 68px !important;
  }
  .fs-lg-69 {
    font-size: 69px !important;
  }
  .fs-lg-70 {
    font-size: 70px !important;
  }
  .fs-lg-71 {
    font-size: 71px !important;
  }
  .fs-lg-72 {
    font-size: 72px !important;
  }
  .fs-lg-73 {
    font-size: 73px !important;
  }
  .fs-lg-74 {
    font-size: 74px !important;
  }
  .fs-lg-75 {
    font-size: 75px !important;
  }
  .fs-lg-76 {
    font-size: 76px !important;
  }
  .fs-lg-77 {
    font-size: 77px !important;
  }
  .fs-lg-78 {
    font-size: 78px !important;
  }
  .fs-lg-79 {
    font-size: 79px !important;
  }
  .fs-lg-80 {
    font-size: 80px !important;
  }
  .fs-lg-81 {
    font-size: 81px !important;
  }
  .fs-lg-82 {
    font-size: 82px !important;
  }
  .fs-lg-83 {
    font-size: 83px !important;
  }
  .fs-lg-84 {
    font-size: 84px !important;
  }
  .fs-lg-85 {
    font-size: 85px !important;
  }
  .fs-lg-86 {
    font-size: 86px !important;
  }
  .fs-lg-87 {
    font-size: 87px !important;
  }
  .fs-lg-88 {
    font-size: 88px !important;
  }
  .fs-lg-89 {
    font-size: 89px !important;
  }
  .fs-lg-90 {
    font-size: 90px !important;
  }
}
@media (min-width: 1300px) {
  .fs-xl-8 {
    font-size: 8px !important;
  }
  .fs-xl-9 {
    font-size: 9px !important;
  }
  .fs-xl-10 {
    font-size: 10px !important;
  }
  .fs-xl-11 {
    font-size: 11px !important;
  }
  .fs-xl-12 {
    font-size: 12px !important;
  }
  .fs-xl-13 {
    font-size: 13px !important;
  }
  .fs-xl-14 {
    font-size: 14px !important;
  }
  .fs-xl-15 {
    font-size: 15px !important;
  }
  .fs-xl-16 {
    font-size: 16px !important;
  }
  .fs-xl-17 {
    font-size: 17px !important;
  }
  .fs-xl-18 {
    font-size: 18px !important;
  }
  .fs-xl-19 {
    font-size: 19px !important;
  }
  .fs-xl-20 {
    font-size: 20px !important;
  }
  .fs-xl-21 {
    font-size: 21px !important;
  }
  .fs-xl-22 {
    font-size: 22px !important;
  }
  .fs-xl-23 {
    font-size: 23px !important;
  }
  .fs-xl-24 {
    font-size: 24px !important;
  }
  .fs-xl-25 {
    font-size: 25px !important;
  }
  .fs-xl-26 {
    font-size: 26px !important;
  }
  .fs-xl-27 {
    font-size: 27px !important;
  }
  .fs-xl-28 {
    font-size: 28px !important;
  }
  .fs-xl-29 {
    font-size: 29px !important;
  }
  .fs-xl-30 {
    font-size: 30px !important;
  }
  .fs-xl-31 {
    font-size: 31px !important;
  }
  .fs-xl-32 {
    font-size: 32px !important;
  }
  .fs-xl-33 {
    font-size: 33px !important;
  }
  .fs-xl-34 {
    font-size: 34px !important;
  }
  .fs-xl-35 {
    font-size: 35px !important;
  }
  .fs-xl-36 {
    font-size: 36px !important;
  }
  .fs-xl-37 {
    font-size: 37px !important;
  }
  .fs-xl-38 {
    font-size: 38px !important;
  }
  .fs-xl-39 {
    font-size: 39px !important;
  }
  .fs-xl-40 {
    font-size: 40px !important;
  }
  .fs-xl-41 {
    font-size: 41px !important;
  }
  .fs-xl-42 {
    font-size: 42px !important;
  }
  .fs-xl-43 {
    font-size: 43px !important;
  }
  .fs-xl-44 {
    font-size: 44px !important;
  }
  .fs-xl-45 {
    font-size: 45px !important;
  }
  .fs-xl-46 {
    font-size: 46px !important;
  }
  .fs-xl-47 {
    font-size: 47px !important;
  }
  .fs-xl-48 {
    font-size: 48px !important;
  }
  .fs-xl-49 {
    font-size: 49px !important;
  }
  .fs-xl-50 {
    font-size: 50px !important;
  }
  .fs-xl-51 {
    font-size: 51px !important;
  }
  .fs-xl-52 {
    font-size: 52px !important;
  }
  .fs-xl-53 {
    font-size: 53px !important;
  }
  .fs-xl-54 {
    font-size: 54px !important;
  }
  .fs-xl-55 {
    font-size: 55px !important;
  }
  .fs-xl-56 {
    font-size: 56px !important;
  }
  .fs-xl-57 {
    font-size: 57px !important;
  }
  .fs-xl-58 {
    font-size: 58px !important;
  }
  .fs-xl-59 {
    font-size: 59px !important;
  }
  .fs-xl-60 {
    font-size: 60px !important;
  }
  .fs-xl-61 {
    font-size: 61px !important;
  }
  .fs-xl-62 {
    font-size: 62px !important;
  }
  .fs-xl-63 {
    font-size: 63px !important;
  }
  .fs-xl-64 {
    font-size: 64px !important;
  }
  .fs-xl-65 {
    font-size: 65px !important;
  }
  .fs-xl-66 {
    font-size: 66px !important;
  }
  .fs-xl-67 {
    font-size: 67px !important;
  }
  .fs-xl-68 {
    font-size: 68px !important;
  }
  .fs-xl-69 {
    font-size: 69px !important;
  }
  .fs-xl-70 {
    font-size: 70px !important;
  }
  .fs-xl-71 {
    font-size: 71px !important;
  }
  .fs-xl-72 {
    font-size: 72px !important;
  }
  .fs-xl-73 {
    font-size: 73px !important;
  }
  .fs-xl-74 {
    font-size: 74px !important;
  }
  .fs-xl-75 {
    font-size: 75px !important;
  }
  .fs-xl-76 {
    font-size: 76px !important;
  }
  .fs-xl-77 {
    font-size: 77px !important;
  }
  .fs-xl-78 {
    font-size: 78px !important;
  }
  .fs-xl-79 {
    font-size: 79px !important;
  }
  .fs-xl-80 {
    font-size: 80px !important;
  }
  .fs-xl-81 {
    font-size: 81px !important;
  }
  .fs-xl-82 {
    font-size: 82px !important;
  }
  .fs-xl-83 {
    font-size: 83px !important;
  }
  .fs-xl-84 {
    font-size: 84px !important;
  }
  .fs-xl-85 {
    font-size: 85px !important;
  }
  .fs-xl-86 {
    font-size: 86px !important;
  }
  .fs-xl-87 {
    font-size: 87px !important;
  }
  .fs-xl-88 {
    font-size: 88px !important;
  }
  .fs-xl-89 {
    font-size: 89px !important;
  }
  .fs-xl-90 {
    font-size: 90px !important;
  }
}
.lh-8 {
  line-height: 8px;
}
.lh-9 {
  line-height: 9px;
}
.lh-10 {
  line-height: 10px;
}
.lh-11 {
  line-height: 11px;
}
.lh-12 {
  line-height: 12px;
}
.lh-13 {
  line-height: 13px;
}
.lh-14 {
  line-height: 14px;
}
.lh-15 {
  line-height: 15px;
}
.lh-16,
.mkto-contact-us .mktoLabel {
  line-height: 16px;
}
.lh-17 {
  line-height: 17px;
}
.lh-18 {
  line-height: 18px;
}
.lh-19,
.mkto-contact-us button[type="submit"] {
  line-height: 19px;
}
.lh-20 {
  line-height: 20px;
}
.lh-21 {
  line-height: 21px;
}
.lh-22 {
  line-height: 22px;
}
.lh-23 {
  line-height: 23px;
}
.lh-24 {
  line-height: 24px;
}
.lh-25 {
  line-height: 25px;
}
.lh-26 {
  line-height: 26px;
}
.lh-27 {
  line-height: 27px;
}
.lh-28 {
  line-height: 28px;
}
.lh-29 {
  line-height: 29px;
}
.lh-30 {
  line-height: 30px;
}
.lh-31 {
  line-height: 31px;
}
.lh-32 {
  line-height: 32px;
}
.lh-33 {
  line-height: 33px;
}
.lh-34 {
  line-height: 34px;
}
.lh-35 {
  line-height: 35px;
}
.lh-36 {
  line-height: 36px;
}
.lh-37 {
  line-height: 37px;
}
.lh-38 {
  line-height: 38px;
}
.lh-39 {
  line-height: 39px;
}
.lh-40 {
  line-height: 40px;
}
.lh-41 {
  line-height: 41px;
}
.lh-42 {
  line-height: 42px;
}
.lh-43 {
  line-height: 43px;
}
.lh-44 {
  line-height: 44px;
}
.lh-45 {
  line-height: 45px;
}
.lh-46 {
  line-height: 46px;
}
.lh-47 {
  line-height: 47px;
}
.lh-48 {
  line-height: 48px;
}
.lh-49 {
  line-height: 49px;
}
.lh-50 {
  line-height: 50px;
}
.lh-51 {
  line-height: 51px;
}
.lh-52 {
  line-height: 52px;
}
.lh-53 {
  line-height: 53px;
}
.lh-54 {
  line-height: 54px;
}
.lh-55 {
  line-height: 55px;
}
.lh-56 {
  line-height: 56px;
}
.lh-57 {
  line-height: 57px;
}
.lh-58 {
  line-height: 58px;
}
.lh-59 {
  line-height: 59px;
}
.lh-60 {
  line-height: 60px;
}
.lh-61 {
  line-height: 61px;
}
.lh-62 {
  line-height: 62px;
}
.lh-63 {
  line-height: 63px;
}
.lh-64 {
  line-height: 64px;
}
.lh-65 {
  line-height: 65px;
}
.lh-66 {
  line-height: 66px;
}
.lh-67 {
  line-height: 67px;
}
.lh-68 {
  line-height: 68px;
}
.lh-69 {
  line-height: 69px;
}
.lh-70 {
  line-height: 70px;
}
.lh-71 {
  line-height: 71px;
}
.lh-72 {
  line-height: 72px;
}
.lh-73 {
  line-height: 73px;
}
.lh-74 {
  line-height: 74px;
}
.lh-75 {
  line-height: 75px;
}
.lh-76 {
  line-height: 76px;
}
.lh-77 {
  line-height: 77px;
}
.lh-78 {
  line-height: 78px;
}
.lh-79 {
  line-height: 79px;
}
.lh-80 {
  line-height: 80px;
}
.lh-81 {
  line-height: 81px;
}
.lh-82 {
  line-height: 82px;
}
.lh-83 {
  line-height: 83px;
}
.lh-84 {
  line-height: 84px;
}
.lh-85 {
  line-height: 85px;
}
.lh-86 {
  line-height: 86px;
}
.lh-87 {
  line-height: 87px;
}
.lh-88 {
  line-height: 88px;
}
.lh-89 {
  line-height: 89px;
}
.lh-90 {
  line-height: 90px;
}
@media (min-width: 768px) {
  .lh-md-8 {
    line-height: 8px;
  }
  .lh-md-9 {
    line-height: 9px;
  }
  .lh-md-10 {
    line-height: 10px;
  }
  .lh-md-11 {
    line-height: 11px;
  }
  .lh-md-12 {
    line-height: 12px;
  }
  .lh-md-13 {
    line-height: 13px;
  }
  .lh-md-14 {
    line-height: 14px;
  }
  .lh-md-15 {
    line-height: 15px;
  }
  .lh-md-16 {
    line-height: 16px;
  }
  .lh-md-17 {
    line-height: 17px;
  }
  .lh-md-18 {
    line-height: 18px;
  }
  .lh-md-19 {
    line-height: 19px;
  }
  .lh-md-20 {
    line-height: 20px;
  }
  .lh-md-21 {
    line-height: 21px;
  }
  .lh-md-22 {
    line-height: 22px;
  }
  .lh-md-23 {
    line-height: 23px;
  }
  .lh-md-24 {
    line-height: 24px;
  }
  .lh-md-25 {
    line-height: 25px;
  }
  .lh-md-26 {
    line-height: 26px;
  }
  .lh-md-27 {
    line-height: 27px;
  }
  .lh-md-28 {
    line-height: 28px;
  }
  .lh-md-29 {
    line-height: 29px;
  }
  .lh-md-30 {
    line-height: 30px;
  }
  .lh-md-31 {
    line-height: 31px;
  }
  .lh-md-32 {
    line-height: 32px;
  }
  .lh-md-33 {
    line-height: 33px;
  }
  .lh-md-34 {
    line-height: 34px;
  }
  .lh-md-35 {
    line-height: 35px;
  }
  .lh-md-36 {
    line-height: 36px;
  }
  .lh-md-37 {
    line-height: 37px;
  }
  .lh-md-38 {
    line-height: 38px;
  }
  .lh-md-39 {
    line-height: 39px;
  }
  .lh-md-40 {
    line-height: 40px;
  }
  .lh-md-41 {
    line-height: 41px;
  }
  .lh-md-42 {
    line-height: 42px;
  }
  .lh-md-43 {
    line-height: 43px;
  }
  .lh-md-44 {
    line-height: 44px;
  }
  .lh-md-45 {
    line-height: 45px;
  }
  .lh-md-46 {
    line-height: 46px;
  }
  .lh-md-47 {
    line-height: 47px;
  }
  .lh-md-48 {
    line-height: 48px;
  }
  .lh-md-49 {
    line-height: 49px;
  }
  .lh-md-50 {
    line-height: 50px;
  }
  .lh-md-51 {
    line-height: 51px;
  }
  .lh-md-52 {
    line-height: 52px;
  }
  .lh-md-53 {
    line-height: 53px;
  }
  .lh-md-54 {
    line-height: 54px;
  }
  .lh-md-55 {
    line-height: 55px;
  }
  .lh-md-56 {
    line-height: 56px;
  }
  .lh-md-57 {
    line-height: 57px;
  }
  .lh-md-58 {
    line-height: 58px;
  }
  .lh-md-59 {
    line-height: 59px;
  }
  .lh-md-60 {
    line-height: 60px;
  }
  .lh-md-61 {
    line-height: 61px;
  }
  .lh-md-62 {
    line-height: 62px;
  }
  .lh-md-63 {
    line-height: 63px;
  }
  .lh-md-64 {
    line-height: 64px;
  }
  .lh-md-65 {
    line-height: 65px;
  }
  .lh-md-66 {
    line-height: 66px;
  }
  .lh-md-67 {
    line-height: 67px;
  }
  .lh-md-68 {
    line-height: 68px;
  }
  .lh-md-69 {
    line-height: 69px;
  }
  .lh-md-70 {
    line-height: 70px;
  }
  .lh-md-71 {
    line-height: 71px;
  }
  .lh-md-72 {
    line-height: 72px;
  }
  .lh-md-73 {
    line-height: 73px;
  }
  .lh-md-74 {
    line-height: 74px;
  }
  .lh-md-75 {
    line-height: 75px;
  }
  .lh-md-76 {
    line-height: 76px;
  }
  .lh-md-77 {
    line-height: 77px;
  }
  .lh-md-78 {
    line-height: 78px;
  }
  .lh-md-79 {
    line-height: 79px;
  }
  .lh-md-80 {
    line-height: 80px;
  }
  .lh-md-81 {
    line-height: 81px;
  }
  .lh-md-82 {
    line-height: 82px;
  }
  .lh-md-83 {
    line-height: 83px;
  }
  .lh-md-84 {
    line-height: 84px;
  }
  .lh-md-85 {
    line-height: 85px;
  }
  .lh-md-86 {
    line-height: 86px;
  }
  .lh-md-87 {
    line-height: 87px;
  }
  .lh-md-88 {
    line-height: 88px;
  }
  .lh-md-89 {
    line-height: 89px;
  }
  .lh-md-90 {
    line-height: 90px;
  }
}
@media (min-width: 1100px) {
  .lh-lg-8 {
    line-height: 8px;
  }
  .lh-lg-9 {
    line-height: 9px;
  }
  .lh-lg-10 {
    line-height: 10px;
  }
  .lh-lg-11 {
    line-height: 11px;
  }
  .lh-lg-12 {
    line-height: 12px;
  }
  .lh-lg-13 {
    line-height: 13px;
  }
  .lh-lg-14 {
    line-height: 14px;
  }
  .lh-lg-15 {
    line-height: 15px;
  }
  .lh-lg-16 {
    line-height: 16px;
  }
  .lh-lg-17 {
    line-height: 17px;
  }
  .lh-lg-18 {
    line-height: 18px;
  }
  .lh-lg-19 {
    line-height: 19px;
  }
  .lh-lg-20 {
    line-height: 20px;
  }
  .lh-lg-21 {
    line-height: 21px;
  }
  .lh-lg-22 {
    line-height: 22px;
  }
  .lh-lg-23 {
    line-height: 23px;
  }
  .lh-lg-24 {
    line-height: 24px;
  }
  .lh-lg-25 {
    line-height: 25px;
  }
  .lh-lg-26 {
    line-height: 26px;
  }
  .lh-lg-27 {
    line-height: 27px;
  }
  .lh-lg-28 {
    line-height: 28px;
  }
  .lh-lg-29 {
    line-height: 29px;
  }
  .lh-lg-30 {
    line-height: 30px;
  }
  .lh-lg-31 {
    line-height: 31px;
  }
  .lh-lg-32 {
    line-height: 32px;
  }
  .lh-lg-33 {
    line-height: 33px;
  }
  .lh-lg-34 {
    line-height: 34px;
  }
  .lh-lg-35 {
    line-height: 35px;
  }
  .lh-lg-36 {
    line-height: 36px;
  }
  .lh-lg-37 {
    line-height: 37px;
  }
  .lh-lg-38 {
    line-height: 38px;
  }
  .lh-lg-39 {
    line-height: 39px;
  }
  .lh-lg-40 {
    line-height: 40px;
  }
  .lh-lg-41 {
    line-height: 41px;
  }
  .lh-lg-42 {
    line-height: 42px;
  }
  .lh-lg-43 {
    line-height: 43px;
  }
  .lh-lg-44 {
    line-height: 44px;
  }
  .lh-lg-45 {
    line-height: 45px;
  }
  .lh-lg-46 {
    line-height: 46px;
  }
  .lh-lg-47 {
    line-height: 47px;
  }
  .lh-lg-48 {
    line-height: 48px;
  }
  .lh-lg-49 {
    line-height: 49px;
  }
  .lh-lg-50 {
    line-height: 50px;
  }
  .lh-lg-51 {
    line-height: 51px;
  }
  .lh-lg-52 {
    line-height: 52px;
  }
  .lh-lg-53 {
    line-height: 53px;
  }
  .lh-lg-54 {
    line-height: 54px;
  }
  .lh-lg-55 {
    line-height: 55px;
  }
  .lh-lg-56 {
    line-height: 56px;
  }
  .lh-lg-57 {
    line-height: 57px;
  }
  .lh-lg-58 {
    line-height: 58px;
  }
  .lh-lg-59 {
    line-height: 59px;
  }
  .lh-lg-60 {
    line-height: 60px;
  }
  .lh-lg-61 {
    line-height: 61px;
  }
  .lh-lg-62 {
    line-height: 62px;
  }
  .lh-lg-63 {
    line-height: 63px;
  }
  .lh-lg-64 {
    line-height: 64px;
  }
  .lh-lg-65 {
    line-height: 65px;
  }
  .lh-lg-66 {
    line-height: 66px;
  }
  .lh-lg-67 {
    line-height: 67px;
  }
  .lh-lg-68 {
    line-height: 68px;
  }
  .lh-lg-69 {
    line-height: 69px;
  }
  .lh-lg-70 {
    line-height: 70px;
  }
  .lh-lg-71 {
    line-height: 71px;
  }
  .lh-lg-72 {
    line-height: 72px;
  }
  .lh-lg-73 {
    line-height: 73px;
  }
  .lh-lg-74 {
    line-height: 74px;
  }
  .lh-lg-75 {
    line-height: 75px;
  }
  .lh-lg-76 {
    line-height: 76px;
  }
  .lh-lg-77 {
    line-height: 77px;
  }
  .lh-lg-78 {
    line-height: 78px;
  }
  .lh-lg-79 {
    line-height: 79px;
  }
  .lh-lg-80 {
    line-height: 80px;
  }
  .lh-lg-81 {
    line-height: 81px;
  }
  .lh-lg-82 {
    line-height: 82px;
  }
  .lh-lg-83 {
    line-height: 83px;
  }
  .lh-lg-84 {
    line-height: 84px;
  }
  .lh-lg-85 {
    line-height: 85px;
  }
  .lh-lg-86 {
    line-height: 86px;
  }
  .lh-lg-87 {
    line-height: 87px;
  }
  .lh-lg-88 {
    line-height: 88px;
  }
  .lh-lg-89 {
    line-height: 89px;
  }
  .lh-lg-90 {
    line-height: 90px;
  }
}
@media (min-width: 1300px) {
  .lh-xl-8 {
    line-height: 8px;
  }
  .lh-xl-9 {
    line-height: 9px;
  }
  .lh-xl-10 {
    line-height: 10px;
  }
  .lh-xl-11 {
    line-height: 11px;
  }
  .lh-xl-12 {
    line-height: 12px;
  }
  .lh-xl-13 {
    line-height: 13px;
  }
  .lh-xl-14 {
    line-height: 14px;
  }
  .lh-xl-15 {
    line-height: 15px;
  }
  .lh-xl-16 {
    line-height: 16px;
  }
  .lh-xl-17 {
    line-height: 17px;
  }
  .lh-xl-18 {
    line-height: 18px;
  }
  .lh-xl-19 {
    line-height: 19px;
  }
  .lh-xl-20 {
    line-height: 20px;
  }
  .lh-xl-21 {
    line-height: 21px;
  }
  .lh-xl-22 {
    line-height: 22px;
  }
  .lh-xl-23 {
    line-height: 23px;
  }
  .lh-xl-24 {
    line-height: 24px;
  }
  .lh-xl-25 {
    line-height: 25px;
  }
  .lh-xl-26 {
    line-height: 26px;
  }
  .lh-xl-27 {
    line-height: 27px;
  }
  .lh-xl-28 {
    line-height: 28px;
  }
  .lh-xl-29 {
    line-height: 29px;
  }
  .lh-xl-30 {
    line-height: 30px;
  }
  .lh-xl-31 {
    line-height: 31px;
  }
  .lh-xl-32 {
    line-height: 32px;
  }
  .lh-xl-33 {
    line-height: 33px;
  }
  .lh-xl-34 {
    line-height: 34px;
  }
  .lh-xl-35 {
    line-height: 35px;
  }
  .lh-xl-36 {
    line-height: 36px;
  }
  .lh-xl-37 {
    line-height: 37px;
  }
  .lh-xl-38 {
    line-height: 38px;
  }
  .lh-xl-39 {
    line-height: 39px;
  }
  .lh-xl-40 {
    line-height: 40px;
  }
  .lh-xl-41 {
    line-height: 41px;
  }
  .lh-xl-42 {
    line-height: 42px;
  }
  .lh-xl-43 {
    line-height: 43px;
  }
  .lh-xl-44 {
    line-height: 44px;
  }
  .lh-xl-45 {
    line-height: 45px;
  }
  .lh-xl-46 {
    line-height: 46px;
  }
  .lh-xl-47 {
    line-height: 47px;
  }
  .lh-xl-48 {
    line-height: 48px;
  }
  .lh-xl-49 {
    line-height: 49px;
  }
  .lh-xl-50 {
    line-height: 50px;
  }
  .lh-xl-51 {
    line-height: 51px;
  }
  .lh-xl-52 {
    line-height: 52px;
  }
  .lh-xl-53 {
    line-height: 53px;
  }
  .lh-xl-54 {
    line-height: 54px;
  }
  .lh-xl-55 {
    line-height: 55px;
  }
  .lh-xl-56 {
    line-height: 56px;
  }
  .lh-xl-57 {
    line-height: 57px;
  }
  .lh-xl-58 {
    line-height: 58px;
  }
  .lh-xl-59 {
    line-height: 59px;
  }
  .lh-xl-60 {
    line-height: 60px;
  }
  .lh-xl-61 {
    line-height: 61px;
  }
  .lh-xl-62 {
    line-height: 62px;
  }
  .lh-xl-63 {
    line-height: 63px;
  }
  .lh-xl-64 {
    line-height: 64px;
  }
  .lh-xl-65 {
    line-height: 65px;
  }
  .lh-xl-66 {
    line-height: 66px;
  }
  .lh-xl-67 {
    line-height: 67px;
  }
  .lh-xl-68 {
    line-height: 68px;
  }
  .lh-xl-69 {
    line-height: 69px;
  }
  .lh-xl-70 {
    line-height: 70px;
  }
  .lh-xl-71 {
    line-height: 71px;
  }
  .lh-xl-72 {
    line-height: 72px;
  }
  .lh-xl-73 {
    line-height: 73px;
  }
  .lh-xl-74 {
    line-height: 74px;
  }
  .lh-xl-75 {
    line-height: 75px;
  }
  .lh-xl-76 {
    line-height: 76px;
  }
  .lh-xl-77 {
    line-height: 77px;
  }
  .lh-xl-78 {
    line-height: 78px;
  }
  .lh-xl-79 {
    line-height: 79px;
  }
  .lh-xl-80 {
    line-height: 80px;
  }
  .lh-xl-81 {
    line-height: 81px;
  }
  .lh-xl-82 {
    line-height: 82px;
  }
  .lh-xl-83 {
    line-height: 83px;
  }
  .lh-xl-84 {
    line-height: 84px;
  }
  .lh-xl-85 {
    line-height: 85px;
  }
  .lh-xl-86 {
    line-height: 86px;
  }
  .lh-xl-87 {
    line-height: 87px;
  }
  .lh-xl-88 {
    line-height: 88px;
  }
  .lh-xl-89 {
    line-height: 89px;
  }
  .lh-xl-90 {
    line-height: 90px;
  }
}
.fw-100 {
  font-weight: 100;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
@media (min-width: 768px) {
  .fw-md-100 {
    font-weight: 100;
  }
  .fw-md-300 {
    font-weight: 300;
  }
  .fw-md-400 {
    font-weight: 400;
  }
  .fw-md-500 {
    font-weight: 500;
  }
  .fw-md-600 {
    font-weight: 600;
  }
  .fw-md-700 {
    font-weight: 700;
  }
  .fw-md-900 {
    font-weight: 900;
  }
}
@media (min-width: 1100px) {
  .fw-lg-100 {
    font-weight: 100;
  }
  .fw-lg-300 {
    font-weight: 300;
  }
  .fw-lg-400 {
    font-weight: 400;
  }
  .fw-lg-500 {
    font-weight: 500;
  }
  .fw-lg-600 {
    font-weight: 600;
  }
  .fw-lg-700 {
    font-weight: 700;
  }
  .fw-lg-900 {
    font-weight: 900;
  }
}
@media (min-width: 1300px) {
  .fw-xl-100 {
    font-weight: 100;
  }
  .fw-xl-300 {
    font-weight: 300;
  }
  .fw-xl-400 {
    font-weight: 400;
  }
  .fw-xl-500 {
    font-weight: 500;
  }
  .fw-xl-600 {
    font-weight: 600;
  }
  .fw-xl-700 {
    font-weight: 700;
  }
  .fw-xl-900 {
    font-weight: 900;
  }
}
.text-max-lines {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-max-lines.text-max-lines-1,
.text-max-lines.text-max-lines-2,
.text-max-lines.text-max-lines-3,
.text-max-lines.text-max-lines-4,
.text-max-lines.text-max-lines-5,
.text-max-lines.text-max-lines-6,
.text-max-lines.text-max-lines-7,
.text-max-lines.text-max-lines-8,
.text-max-lines.text-max-lines-9 {
  -webkit-line-clamp: 2;
}
.video-header {
  background-color: #000;
  overflow: hidden;
  padding-top: 12rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1100px) {
  .video-header {
    padding-top: 16rem;
  }
}
.video-header video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: 0;
}
.video-header .container {
  position: relative;
  z-index: 2;
}
.video-header .overlay {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.6) 16%,
    transparent
  );
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1100px) {
  .video-header .overlay {
    background-position: 170%;
  }
}
@media (min-width: 1300px) {
  .video-header .overlay {
    background-position: 110%;
  }
}
@media (max-width: 1099.98px) {
  .hero-cards .card-img {
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.hero-cards .card-static .card-img-wrapper .card-img {
  bottom: 0;
  left: 0;
  mix-blend-mode: soft-light;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hero-cards .card-static .card-img-overlay.overlay-insights {
  z-index: 0;
}
@media (min-width: 768px) {
  .hero-cards .card-static .card-img-wrapper {
    height: 12vw;
  }
}
@media (max-width: 767.8px) {
  .hero-cards .card-static .card-img-wrapper {
    height: 120px;
  }
}
@media (min-width: 1100px) {
  .card-small .card-text {
    overflow: auto;
  }
}
.hero-image-container {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.hero-image-container:before {
  content: " ";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.card-img-overlay.slight-tint {
  background-color: rgba(0, 0, 0, 0.3);
}
.carousel-indicators {
  left: unset;
  margin-right: 3rem;
  margin-top: 12px;
  top: 0;
}
.carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 10px;
  width: 10px;
}
.carousel-indicators [data-bs-target].active {
  background-color: #fff;
}
#careers-carousel .carousel-indicators {
  top: unset;
}
@media (max-width: 767.98px) {
  #careers-carousel .carousel-indicators {
    bottom: 3rem;
  }
}
@media (min-width: 1100px) {
  #careers-carousel .carousel-indicators {
    bottom: 50px;
  }
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  #careers-carousel .carousel-indicators {
    bottom: 15px;
  }
}
.tns-outer {
  position: relative;
}
#projects-carousel .tns-item,
.tns-carousel .tns-item {
  padding-bottom: 5rem;
  padding-top: 2rem;
}
@media (max-width: 1099.98px) {
  #projects-carousel .tns-item,
  .tns-carousel .tns-item {
    padding-bottom: 3rem;
  }
}
[data-controls] {
  background: transparent;
  border: 0;
  display: block;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  [data-controls] {
    display: none;
  }
}
@media (min-width: 768px) {
  #projects-carousel-ow [data-controls="prev"],
  .tns-outer [data-controls="prev"] {
    left: -2.5rem;
  }
  #projects-carousel-ow [data-controls="next"],
  .tns-outer [data-controls="next"] {
    right: -2.5rem;
  }
}
@media (min-width: 1100px) {
  #projects-carousel-ow [data-controls="prev"],
  .tns-outer [data-controls="prev"] {
    left: -4.2rem;
  }
  #projects-carousel-ow [data-controls="next"],
  .tns-outer [data-controls="next"] {
    right: -4.2rem;
  }
}
@media (min-width: 1300px) {
  #projects-carousel-ow [data-controls="prev"],
  .tns-outer [data-controls="prev"] {
    left: -5.25rem;
  }
  #projects-carousel-ow [data-controls="next"],
  .tns-outer [data-controls="next"] {
    right: -5.25rem;
  }
}
.carousel-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}
@media (min-width: 1300px) {
  .carousel-container {
    max-width: 63% !important;
  }
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  .carousel-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.hover-lift:hover {
  box-shadow: 0 24px 24px #da317f52;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.carousel-overlay {
  background: transparent
    linear-gradient(180deg, #2b2d2b00, #2b2d2b80 61%, #2b2d2bbe) 0 0 no-repeat
    padding-box;
  transition: all 0.3s;
}
.carousel-overlay:hover {
  background: transparent linear-gradient(180deg, #da317f00, #da317fbf) 0 0
    no-repeat padding-box;
  box-shadow: 0 24px 24px #da317f52;
}
#projects-carousel .card-img {
  min-height: 378px;
}
@media (min-width: 576px) and (max-width: 1299.98px) {
  #projects-carousel .card-img {
    min-height: 260px;
  }
}
.employee-stories-carousel .carousel-control-prev-icon {
  background-image: url(../img/icon-carousel-arrow-left.svg);
}
.employee-stories-carousel .carousel-control-next-icon {
  background-image: url(../img/icon-carousel-arrow-right.svg);
}
.employee-stories-carousel .btn-carousel {
  background-color: #009bdf;
  border: none;
  border-radius: 0 0 4px 0;
  bottom: 3%;
  opacity: 1;
  padding: 1.5rem;
  top: unset;
}
.purple .employee-stories-carousel .btn-carousel {
  background-color: #ed0080;
}
@media (max-width: 1099.98px) {
  .carousel-left {
    margin-top: -20vw;
  }
}
.navbar .arrow-down:after {
  content: url(../img/arrow-down.svg);
  margin-left: 5px;
  position: relative;
}
@media (min-width: 1300px) {
  .navbar .arrow-down:after {
    margin-left: 15px;
    top: -2px;
  }
}
.navbar.navbar-dark .arrow-down:after {
  content: url(../img/arrow-down-white.svg);
}
.navbar .globe:before {
  content: url(../img/globe.svg);
}
.navbar #locationsDropdown ~ .dropdown-menu {
  max-height: calc(100vh - 77px);
  overflow-y: auto;
}
.navbar .dropdown-menu .card-img-overlay {
  background: linear-gradient(90deg, #2b2d2b 0, transparent 50%, transparent);
}
.navbar .dropdown-menu .nav-link {
  border-bottom: 1px solid #e4e1dc;
  color: #2b2d2b;
}
@media (min-width: 1100px) {
  .navbar .dropdown-menu .nav-link.no-arrow {
    border-bottom: none;
  }
}
.navbar .dropdown-menu .nav-link:not(.no-arrow):after {
  content: url(../img/chevron-right.svg);
}
.navbar.bg-transparent .navbar-nav .nav-link {
  color: #fff;
}
.navbar.bg-transparent .navbar-nav .dropdown-menu .nav-link,
.navbar.bg-white .navbar-nav .nav-link {
  color: #2b2d2b;
}
.navbar-dark .container .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .container .navbar-nav .nav-link {
  color: #000;
}
.navbar .bg-purple-locations {
  background: url(../img/bg-menu-purple.svg) no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 85%;
}
@media (max-width: 1299.98px) {
  .navbar .bg-purple-locations {
    background-position-y: 75%;
  }
}
@media (min-width: 1100px) {
  .bg-menu-purple {
    background: url(../img/menu-sectors-bg.png) no-repeat;
    background-position-y: bottom;
    background-size: contain;
  }
}
.bg-menu-services {
  background: url(../img/menu-services-bg.png);
}
@media (min-width: 1100px) {
  .navbar-nav .bg-menu-purple,
  .navbar-nav .bg-menu-services {
    min-height: 301px;
  }
}
@media (max-width: 1099.98px) {
  .navbar .navbar-collapse {
    height: calc(100vh - 82px);
    overflow-y: scroll;
  }
  .parent-100 .w-25,
  .parent-100 .w-50,
  .w-xs-100 {
    width: 100% !important;
  }
  .navbar-nav > .nav-item > .nav-link {
    font-weight: 600;
    line-height: 24px;
  }
}
@media (min-width: 1100px) {
  .navbar-nav > .nav-item > .nav-link {
    font-size: 1vw !important;
    font-weight: 500;
    line-height: 28px;
  }
}
@media (min-width: 1300px) {
  .navbar-nav > .nav-item > .nav-link {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
}
@media (min-width: 1500px) {
  .navbar-nav > .nav-item > .nav-link {
    font-size: 0.95rem !important;
  }
}
.navbar-nav .dropdown-menu .nav-link:after,
.navbar-nav .nav-item .nav-link:after {
  opacity: 0.6;
}
.navbar.bg-white .navbar-nav .nav-link[aria-expanded="true"] {
  color: #db0075;
}
.insights-icon:before {
  content: url(../img/insights-icon.svg);
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (max-width: 1099.98px) {
  .navbar.bg-white .navbar-nav .bg-insights-gradient {
    background: transparent linear-gradient(287deg, #572c5f, #ea1480) 0 0
      no-repeat padding-box;
  }
}
@media (min-width: 1100px) {
  .navbar.bg-white .navbar-nav .bg-insights-gradient {
    background: transparent linear-gradient(311deg, #572c5f, #ea1480) 0 0
      no-repeat padding-box;
  }
}
.navbar.bg-white .navbar-nav .bg-insights-gradient .nav-link {
  color: #fff !important;
}
.nav-item.last-item-ml-auto {
  margin-left: auto;
}
@media (max-width: 1099.98px) {
  .nav-item.last-item-ml-auto {
    margin-left: 0;
  }
  .mobile-menu-bottom .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu-bottom .navbar-nav .nav-item:first-child {
    border-bottom: 1px solid #dee2e6 !important;
    width: 100%;
  }
  .mobile-menu-bottom .navbar-nav .nav-item:not(:first-child) {
    flex: 1;
  }
}
.search-icon:after {
  content: url(../img/icon-search.svg);
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.navbar-light .search-icon:after {
  content: url(../img/search-primary.svg);
}
.btn-search {
  margin-left: -85px;
}
.search-bar {
  text-indent: 10px;
}
.nav-tabs .nav-link {
  color: #2b2d2b;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 4px solid #db0075 !important;
  color: #db0075;
}
.page {
  padding-top: 4.8rem !important;
}
@media (min-width: 1100px) {
  .page {
    padding-top: 4.9rem !important;
  }
}
@media (min-width: 1500px) {
  .page {
    padding-top: 4.9rem !important;
  }
}
.locations-navigation {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.7);
  padding: 1.3rem 0 1rem;
}
.locations-navigation a {
  color: #fff;
  text-decoration: none;
}
.locations-navigation a:not(:last-child) {
  margin-right: 1rem;
}
.locations-navigation a:hover {
  opacity: 0.7;
}
@media (min-width: 1100px) {
  .nav-contact-img {
    max-height: 138px;
    max-width: 102px;
    overflow: hidden;
  }
}
@media (min-width: 1300px) {
  .nav-contact-img {
    max-height: 189px;
    max-width: 140px;
  }
}
@media (min-width: 1500px) {
  .nav-contact-img {
    max-height: 252px;
    max-width: 186px;
  }
  #navigationMenu .navbar-nav > .nav-item {
    min-width: 6rem;
    text-align: center;
  }
}
@media (max-width: 1099.98px) {
  .contact-li > .nav-link {
    border-bottom: none !important;
    display: block !important;
    width: 100% !important;
  }
  .nav-contact-img .card-img {
    max-height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .nav-contact-img .card-img-overlay:after {
    content: url(../img/arrow-primary-round.svg);
  }
}
@media (min-width: 1300px) {
  .contact-li {
    width: 18%;
  }
}
@media (max-width: 1099.98px) {
  #linesightNav {
    background-color: #fff !important;
  }
  #linesightNav .navbar-toggler {
    color: rgba(0, 0, 0, 0.55) !important;
  }
  #linesightNav .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/navbar-toggler-icon.svg) !important;
  }
  #linesightNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #2b2d2b !important;
  }
  #linesightNav .navbar-collapse .navbar-nav .nav-item .arrow-down:after {
    content: url(../img/arrow-down.svg) !important;
  }
}
#projects-carousel .card-img {
  height: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  #projects-carousel .card-img {
    height: 46vw;
  }
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  #projects-carousel .card-img {
    height: 35vw;
  }
}
@media (min-width: 1300px) {
  #projects-carousel .card-img {
    height: 26vw;
  }
}
.hero-cards .card-img {
  object-fit: cover;
  -o-object-fit: cover;
}
@media (min-width: 768px) {
  .hero-cards .card-img {
    height: 12vw;
  }
}
.big-cards {
  background-image: url(../img/bg-cards.jpg);
  background-position: 50%;
  background-size: cover;
}
.big-cards .overlay-1 {
  background: linear-gradient(rgba(43, 45, 43, 0.3), rgba(238, 8, 128, 0.2));
}
.big-cards .overlay-2 {
  background: transparent
    linear-gradient(180deg, rgba(2, 171, 189, 0), rgba(150, 188, 51, 0.5)) 0 0
    no-repeat padding-box;
}
.big-cards .overlay-3 {
  background: transparent
    linear-gradient(180deg, rgba(238, 113, 3, 0.2), rgba(227, 3, 34, 0.4)) 0 0
    no-repeat padding-box;
}
.big-cards .card-img {
  height: 16rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .big-cards .card-img {
    height: 22rem;
  }
}
@media (min-width: 1300px) {
  .big-cards .card-img {
    height: 34rem;
  }
}
@media (max-width: 767.98px) {
  .big-cards .carousel .card-img {
    height: 30rem;
  }
}
.mkto-contact-us .where-we-operate-container .mktoButtonRow div .card-img,
.where-we-operate-container .mkto-contact-us .mktoButtonRow div .card-img,
.where-we-operate-container .mkto-contact-us > .mktoFormRow div .card-img,
.where-we-operate-container .row div .card-img {
  height: 32vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .mkto-contact-us .where-we-operate-container .mktoButtonRow div .card-img,
  .where-we-operate-container .mkto-contact-us .mktoButtonRow div .card-img,
  .where-we-operate-container .mkto-contact-us > .mktoFormRow div .card-img,
  .where-we-operate-container .row div .card-img {
    height: 55vw;
  }
}
@media (min-width: 1100px) {
  .mkto-contact-us .where-we-operate-container .mktoButtonRow div .card-img,
  .where-we-operate-container .mkto-contact-us .mktoButtonRow div .card-img,
  .where-we-operate-container .mkto-contact-us > .mktoFormRow div .card-img,
  .where-we-operate-container .row div .card-img {
    height: 27vw;
  }
}
@media (min-width: 1600px) {
  .mkto-contact-us .where-we-operate-container .mktoButtonRow div .card-img,
  .where-we-operate-container .mkto-contact-us .mktoButtonRow div .card-img,
  .where-we-operate-container .mkto-contact-us > .mktoFormRow div .card-img,
  .where-we-operate-container .row div .card-img {
    height: 21vw;
  }
}
.cookie-consent {
  background: rgba(0, 0, 0, 0.43);
  border: none;
  z-index: 9;
}
.cookie-consent-box {
  background-image: linear-gradient(-93deg, #592c5f, #e91e76);
  border: none;
  max-width: 100%;
  padding: 1.125em 1.5em;
  transform: translateX(-50%);
  width: 1037px;
  z-index: 99;
}
.cookie-consent-box-details {
  font-size: 0.8125rem;
  line-height: 1.85;
}
.cookie-consent-box-information {
  letter-spacing: 0.4px;
}
.cookie-consent-box-policy {
  margin-left: 1.234em;
}
.cookie-consent-button {
  border: none;
  cursor: pointer;
  font-size: 0.8125rem;
  letter-spacing: 0.4px;
  line-height: 1.85;
}
#CookiebotWidget * {
  color: #2b2d2b !important;
}
#CookiebotWidget
  .CookiebotWidget-body
  .CookiebotWidget-consents-list
  li.CookiebotWidget-approved
  svg,
#CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: #db0075 !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo a {
  display: none !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #db0075 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #db0075 !important;
  border-color: #db0075 !important;
  color: #fff !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: #db0075 !important;
}
#CybotCookiebotDialog * {
  color: #2b2d2b !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #db0075 !important;
}
#CybotCookiebotDialog a#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}
#CybotCookiebotDialogNav {
  color: #2b2d2b !important;
}
#CybotCookiebotDialogNav
  .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #db0075 !important;
  color: #db0075 !important;
}
#CybotCookiebotDialogTabContent {
  color: #2b2d2b !important;
}
#CybotCookiebotDialogTabContent
  input:checked
  + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #db0075 !important;
}
#CybotCookiebotDialogFooter {
  color: #2b2d2b !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #db0075 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #db0075 !important;
  border-color: #db0075 !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .bg-arrow-left {
    background: #f6f4f8 url(../img/bg-arrow-left.svg) no-repeat 100%;
  }
}
@media (max-width: 767.98px) {
  .bg-arrow-left-white {
    background: #f6f4f8;
  }
}
@media (min-width: 768px) {
  .bg-arrow-left-white {
    background: #f6f4f8 url(../img/bg-arrow-left-white.png) no-repeat;
  }
}
.site-banner p {
  color: #fff;
}
.pink-links a {
  color: #db0075 !important;
  text-decoration: none;
}
.pink-links a:hover {
  color: #7c2165 !important;
}
@media (max-width: 768px) {
  .hero-with-tabs .nav-tabs {
    background-color: #572c5f;
  }
}
.hero-with-tabs .nav-tabs .nav-item .btn,
.hero-with-tabs .nav-tabs .nav-item .mkto-contact-us button[type="submit"],
.mkto-contact-us .hero-with-tabs .nav-tabs .nav-item button[type="submit"] {
  overflow: hidden;
  position: relative;
}
.hero-with-tabs .nav-tabs .nav-item .btn.rounded-start-pill,
.hero-with-tabs
  .nav-tabs
  .nav-item
  .mkto-contact-us
  button.rounded-start-pill[type="submit"],
.mkto-contact-us
  .hero-with-tabs
  .nav-tabs
  .nav-item
  button.rounded-start-pill[type="submit"] {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}
.hero-with-tabs .nav-tabs .nav-item .btn.rounded-end-pill,
.hero-with-tabs
  .nav-tabs
  .nav-item
  .mkto-contact-us
  button.rounded-end-pill[type="submit"],
.mkto-contact-us
  .hero-with-tabs
  .nav-tabs
  .nav-item
  button.rounded-end-pill[type="submit"] {
  border-bottom-right-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
}
.hero-with-tabs .nav-tabs .nav-item .btn:after,
.hero-with-tabs
  .nav-tabs
  .nav-item
  .mkto-contact-us
  button[type="submit"]:after,
.mkto-contact-us
  .hero-with-tabs
  .nav-tabs
  .nav-item
  button[type="submit"]:after {
  left: 0;
  position: absolute;
  top: calc(100% - 3px);
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-with-tabs .nav-tabs .nav-item button.fs-xl-14 {
    font-size: 12px;
  }
}
* {
  scrollbar-color: #8a8a8a #d2d2d2;
  scrollbar-width: thin !important;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
  background-color: #d2d2d2;
  background-color: transparent;
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #f6f4f8;
  background-color: transparent;
  border-radius: 10px;
  height: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: #f6f4f8;
  background-color: transparent;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb:vertical {
  background-color: #f6f4f8;
}
body::-webkit-scrollbar-thumb:horizontal {
  background-color: #f6f4f8;
}
body::-webkit-scrollbar-track-piece {
  background-color: #d2d2d2;
}
:hover::-webkit-scrollbar-thumb:vertical {
  background-color: #f6f4f8;
}
:hover::-webkit-scrollbar-thumb:horizontal {
  background-color: #f6f4f8;
}
.downloads-banner,
.downloads-banner img {
  max-height: 63vh;
}
.card-small .card-img-overlay {
  background: transparent linear-gradient(180deg, #2b2d2b00, #2b2d2b6a) 0 0
    no-repeat padding-box;
}
.card-small .card-img-overlay.primary {
  background: transparent linear-gradient(180deg, #d92f7f00, #512e5c) 0 0
    no-repeat padding-box;
}
.card-small .card-img-overlay .badge {
  background-color: #fff;
  border-radius: 12px;
  color: #ed0080;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
.card-small .card-img-overlay.overlay-insights {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='324' height='233'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.5' x2='.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23572c5f'/%3E%3Cstop offset='1' stop-color='%23ea1480'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M4 0h316a4 4 0 0 1 4 4v229H0V4a4 4 0 0 1 4-4Z' fill='url(%23a)' style='fill-opacity:.9'/%3E%3C/svg%3E");
  background-size: cover;
}
@media (min-width: 1100px) {
  .card-small img {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.overlay-dark {
  background: transparent
    linear-gradient(128deg, rgba(43, 45, 43, 0.3), rgba(43, 45, 43, 0)) 0 0
    no-repeat padding-box;
}
#Map:hover {
  cursor: pointer;
}
#Map > .hoverable {
  pointer-events: bounding-box;
  z-index: 1080;
}
#Map > .hoverable:hover {
  opacity: 1 !important;
}
#Map > .hoverable:hover path {
  fill: #871568;
}
#Map > g.active {
  opacity: 1 !important;
  z-index: 1080;
}
#Map > g.active path {
  fill: #871568;
}
.overlay-map-location {
  background: linear-gradient(
    45deg,
    rgba(87, 44, 95, 0.5),
    rgba(234, 20, 128, 0.5)
  );
}
.carousel-small .card .overlay-carousel-item {
  background: linear-gradient(rgba(43, 45, 43, 0.2), rgba(43, 45, 43, 0.2));
  border-radius: 0.5rem !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  #locations-carousel-ow [data-controls="prev"] {
    left: -3rem;
  }
  #locations-carousel-ow [data-controls="next"] {
    right: -2.6rem;
  }
}
@media (min-width: 1100px) {
  #locations-carousel-ow [data-controls="prev"] {
    left: -3.5rem;
  }
  #locations-carousel-ow [data-controls="next"] {
    right: -3.1rem;
  }
}
#locations-carousel .card img {
  border-radius: 8px !important;
}
@media (min-width: 768px) {
  #locations-carousel .card img {
    height: 94px;
  }
}
@media (min-width: 1300px) {
  #locations-carousel .card img {
    height: 80px;
  }
}
.offices-map-location .map-close {
  align-items: center;
  background-color: #e4e1dc;
  border-radius: 50%;
  display: flex;
  height: 45px;
  justify-content: center;
  position: absolute;
  right: -45px;
  top: -6px;
  width: 45px;
  z-index: 999;
}
@media (max-width: 1099.98px) {
  .offices-map-location .map-close {
    right: 0;
  }
}
.offices-map-location .mapboxgl-canvas-container .mapboxgl-canvas {
  transition: all 0.8s;
  transition-timing-function: cubic-bezier(0.14, 0.82, 0.29, 0.96);
}
.offices-map-location
  .mapboxgl-canvas-container
  .mapboxgl-canvas.fade-in-start {
  opacity: 0;
  top: 15px;
}
.offices-map-location .mapboxgl-canvas-container .mapboxgl-canvas.fading-in {
  opacity: 1;
  top: 0;
}
.offices-map-location .btn-location {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  line-height: 1;
  padding: 19px 15px;
  text-align: left;
}
.offices-map-location .btn-location:hover {
  border: 1px solid #ed0080;
}
.offices-map-location #officeRegionAccordion .accordion-button {
  padding-right: 10px;
}
.offices-map-location #officeRegionAccordion .accordion-button:after {
  background-size: contain;
  height: 10.5px;
  width: 17px;
}
.offices-map-location #officeRegionAccordion .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  color: #2b2d2b;
}
.offices-map-location
  #officeRegionAccordion
  .accordion-button:not(.collapsed):after {
  background-image: url(../img/accordion-dropdown.svg);
}
.offices-map-location #officeRegionAccordion .accordion-body {
  padding: 0 0 1rem;
}
.offices-map-location #officeRegionAccordion .accordion-body .location-heading {
  color: #572c5f;
  font-size: 15px;
  font-weight: 500;
}
.offices-map-location
  #officeRegionAccordion
  .accordion-body
  .location-heading
  .img-office {
  margin-left: -6px;
}
.offices-map-location
  #officeRegionAccordion
  .accordion-body
  .location-heading
  .img-project-hub {
  margin-left: -10px;
}
.offices-map-location .location-details {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 12px 24px #ed00801f;
  display: flex;
  gap: 12px;
  max-width: 650px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 66px !important;
  transition: all 0.8s;
  transition-timing-function: cubic-bezier(0.14, 0.82, 0.29, 0.96);
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  z-index: -1;
}
.offices-map-location .location-details.show {
  display: flex;
  opacity: 1;
  z-index: 2;
}
.offices-map-location .location-details .location-popup-close {
  align-items: center;
  background-color: #e4e1dc;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  z-index: 999;
}
.offices-map-location .location-details .location-info {
  margin-top: 16px;
}
.offices-map-location .location-details .location-map {
  border-radius: 8px;
  height: 55px;
  overflow: hidden;
}
.offices-map-location .location-details .key-contact {
  border: 1px solid #e4e1dc;
  border-radius: 8px;
  padding: 15px;
}
.offices-map-location .location-details .key-contact .avatar {
  border-radius: 50%;
  height: 80px;
  margin: auto;
  overflow: hidden;
  width: 80px;
}
.offices-map-location .location-details .key-contact .avatar img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.offices-map-location .location-details .key-contact .email {
  color: #db0075;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.offices-map-location .location-details > div {
  min-width: 185px;
  width: 33.3%;
}
@media (max-width: 1099.98px) {
  .offices-map-location .location-details {
    border: unset;
    flex-direction: column;
    max-width: 500px;
    min-width: 400px;
    position: relative;
    top: -480px !important;
  }
  .offices-map-location .location-details .location-info {
    margin-top: 0;
  }
  .offices-map-location .location-details .key-contact {
    display: flex;
    flex-direction: row;
    height: auto;
  }
  .offices-map-location .location-details .key-contact .contact-info {
    margin-left: 1.5rem;
    margin-top: 1rem;
    text-align: left;
  }
  .offices-map-location .location-details > div {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .offices-map-location .location-details {
    left: 10px !important;
    min-width: 300px;
  }
}
@media (min-width: 1100px) {
  .offices-map-location .map-sticky {
    max-height: 50vh;
    position: -webkit-sticky !important;
    position: sticky !important;
    position: relative;
    top: 100px;
    z-index: 2;
  }
}
.offices-map-location .mapboxgl-map {
  width: 100% !important;
}
@media (max-width: 767.98px) {
  .offices-map-location {
    padding-bottom: 0 !important;
  }
  .offices-map-location .map-close {
    right: 15px;
    top: 15px;
  }
}
@media (min-width: 1100px) {
  .bg-map-europe {
    height: 34rem;
  }
}
.leaflet-map {
  height: 264px;
}
@media (min-width: 1100px) {
  .leaflet-map {
    height: 527px;
  }
}
@media (min-width: 1300px) {
  .leaflet-map {
    height: 775px;
  }
}
.leaflet-map .leaflet-top .leaflet-control-zoom {
  visibility: hidden !important;
}
#selectRole {
  background-position: right 1.5rem center;
}
@media (max-width: 767.98px) {
  .img-person {
    max-height: 139px;
  }
}
.btn-read-bio[aria-expanded="true"] .arrow-up {
  opacity: 1;
}
.btn-read-bio[aria-expanded="false"] .arrow-up {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.arrow-up {
  border-bottom: 20px solid #5a2c60;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 0;
  margin-top: 4rem;
  position: absolute;
  right: 3rem;
  width: 0;
}
.arrow-up:hover {
  cursor: auto;
}
@media (min-width: 768px) {
  .arrow-up {
    border-bottom-color: #6b2d63;
    margin-top: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .cards-about .card-img {
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.arrow-primary.accordion-button:after {
  background-image: url(../img/arrow-down-primary.svg);
}
.blockquote p:before {
  content: url(../img/quote-before.svg);
  margin-right: 20px;
}
.blockquote p:after {
  content: url(../img/quote-after.svg);
  margin-left: 20px;
}
.news-single-featured {
  max-height: 252px;
}
@media (min-width: 768px) {
  .news-single-featured {
    max-height: 550px;
  }
}
@media (min-width: 1300px) {
  .news-single-featured {
    max-height: 616px;
  }
}
.whitespace-prewrap {
  white-space: pre-wrap;
}
.pagination .page-link span {
  display: block;
  min-width: 20px;
  text-align: center;
}
.pagination .page-link[aria-disabled="true"]:hover {
  background-color: transparent;
}
.pagination .page-link[aria-disabled="true"]:focus {
  outline: none;
}
.insights-body .h2 > a,
.insights-body .h2 > a > span,
.insights-body h2 > a,
.insights-body h2 > a > span,
.insights-body p,
.insights-body p > a,
.insights-body p > a > span,
.insights-body p > a > span > strong,
.insights-body p > span,
.insights-body ul > li > span,
.news-body .h2 > a,
.news-body .h2 > a > span,
.news-body h2 > a,
.news-body h2 > a > span,
.news-body p,
.news-body p > a,
.news-body p > a > span,
.news-body p > a > span > strong,
.news-body p > span,
.news-body ul > li > span {
      color: #493b00 !important;
    /* font-family: Graphik !important; */
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    padding-top: 10;
}
.insights-body .h2 > a,
.insights-body .h2 > a > span,
.insights-body h2 > a,
.insights-body h2 > a > span,
.insights-body ol > li > a > span,
.insights-body p > a,
.insights-body p > a > span,
.insights-body p > a > span > strong,
.insights-body p > a > strong,
.insights-body ul > li > a > span,
.news-body .h2 > a,
.news-body .h2 > a > span,
.news-body h2 > a,
.news-body h2 > a > span,
.news-body ol > li > a > span,
.news-body p > a,
.news-body p > a > span,
.news-body p > a > span > strong,
.news-body p > a > strong,
.news-body ul > li > a > span {
  color: #ed0080 !important;
}
.insights-body .h2 > a:hover,
.insights-body .h2 > a > span:hover,
.insights-body h2 > a:hover,
.insights-body h2 > a > span:hover,
.insights-body ol > li > a > span:hover,
.insights-body p > a:hover,
.insights-body p > a > span:hover,
.insights-body p > a > span > strong:hover,
.insights-body p > a > strong:hover,
.insights-body ul > li > a > span:hover,
.news-body .h2 > a:hover,
.news-body .h2 > a > span:hover,
.news-body h2 > a:hover,
.news-body h2 > a > span:hover,
.news-body ol > li > a > span:hover,
.news-body p > a:hover,
.news-body p > a > span:hover,
.news-body p > a > span > strong:hover,
.news-body p > a > strong:hover,
.news-body ul > li > a > span:hover {
  color: #871568 !important;
}
.insights-body .col-12 > .h2,
.insights-body .col-12 > h2,
.insights-body .h2 > span,
.insights-body .h2 > span > strong,
.insights-body .h2 > strong,
.insights-body .h3 > span > strong,
.insights-body .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > .h2,
.insights-body .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > h2,
.insights-body h2 > span,
.insights-body h2 > span > strong,
.insights-body h2 > strong,
.insights-body h3 > span > strong,
.mkto-contact-us > .mktoFormRow .insights-body fieldset.mktoFormCol > .h2,
.mkto-contact-us > .mktoFormRow .insights-body fieldset.mktoFormCol > h2,
.mkto-contact-us > .mktoFormRow .news-body fieldset.mktoFormCol > .h2,
.mkto-contact-us > .mktoFormRow .news-body fieldset.mktoFormCol > h2,
.news-body .col-12 > .h2,
.news-body .col-12 > h2,
.news-body .h2 > span,
.news-body .h2 > span > strong,
.news-body .h2 > strong,
.news-body .h3 > span > strong,
.news-body .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > .h2,
.news-body .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > h2,
.news-body h2 > span,
.news-body h2 > span > strong,
.news-body h2 > strong,
.news-body h3 > span > strong {
  color: #2b2d2b !important;
  font-family: Graphik !important;
  font-size: 32px !important;
  font-weight: 600 !important;
}
.insights-body .col-12 > .h3,
.insights-body .col-12 > h3,
.insights-body .h3 > span,
.insights-body .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > .h3,
.insights-body .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > h3,
.insights-body h3 > span,
.mkto-contact-us > .mktoFormRow .insights-body fieldset.mktoFormCol > .h3,
.mkto-contact-us > .mktoFormRow .insights-body fieldset.mktoFormCol > h3,
.mkto-contact-us > .mktoFormRow .news-body fieldset.mktoFormCol > .h3,
.mkto-contact-us > .mktoFormRow .news-body fieldset.mktoFormCol > h3,
.news-body .col-12 > .h3,
.news-body .col-12 > h3,
.news-body .h3 > span,
.news-body .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > .h3,
.news-body .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > h3,
.news-body h3 > span {
  color: #2b2d2b !important;
  font-family: Graphik !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.insights-body .h2,
.insights-body h2,
.news-body .h2,
.news-body h2 {
  font-size: 24px;
  font-weight: 600;
}
.insights-body .h3,
.insights-body h3,
.news-body .h3,
.news-body h3 {
  font-size: 20px;
  font-weight: 600;
}
.insights-body .h4,
.insights-body h4,
.news-body .h4,
.news-body h4 {
  font-size: 18px;
  font-weight: 600;
}
.insights-body .h5,
.insights-body h5,
.news-body .h5,
.news-body h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.insights-body p,
.news-body p {
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .insights-body .wider-image,
  .news-body .wider-image {
    left: -15%;
    position: relative;
    width: 130% !important;
  }
}
blockquote,
blockquote > span {
  color: #ed0080 !important;
  font-family: Graphik !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}
blockquote:after,
blockquote:before {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -4px;
  position: relative;
  top: 12px;
}
blockquote:before {
  content: "ʽʽ";
  margin-right: 5px;
}
blockquote:after {
  content: "ʼʼ";
  margin-left: 5px;
}
.key-contact {
  height: 70px;
}
@media (max-width: 320px) {
  .key-contact {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .key-contact {
    height: auto;
  }
}
.btn-contact-rep {
  margin-top: -5%;
}
@media (min-width: 768px) {
  .btn-contact-rep {
    margin-top: unset;
  }
}
.expertise-masonry .col-12 .card-expertise,
.expertise-masonry
  .mkto-contact-us
  > .mktoFormRow
  fieldset.mktoFormCol
  .card-expertise,
.mkto-contact-us
  > .mktoFormRow
  .expertise-masonry
  fieldset.mktoFormCol
  .card-expertise {
  background: linear-gradient(90deg, #2889a4 0, #257a99 50%, #2f6a8d);
}
.expertise-masonry .col-12:nth-child(4n + 3) .card-expertise,
.expertise-masonry .col-12:nth-child(4n + 4) .card-expertise,
.expertise-masonry
  .mkto-contact-us
  > .mktoFormRow
  fieldset.mktoFormCol:nth-child(4n + 3)
  .card-expertise,
.expertise-masonry
  .mkto-contact-us
  > .mktoFormRow
  fieldset.mktoFormCol:nth-child(4n + 4)
  .card-expertise,
.mkto-contact-us
  > .mktoFormRow
  .expertise-masonry
  fieldset.mktoFormCol:nth-child(4n + 3)
  .card-expertise,
.mkto-contact-us
  > .mktoFormRow
  .expertise-masonry
  fieldset.mktoFormCol:nth-child(4n + 4)
  .card-expertise {
  background: linear-gradient(90deg, #4ca8ba 0, #9ebb4c);
}
.icon-expertise:before {
  content: url(../img/icon-expertise.svg);
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.expertise .accordion-button {
  box-shadow: none;
}
.expertise .accordion-button:after {
  background-image: url(../img/expertise-accordion-down.svg);
}
#keyRepModal .btn-close {
  margin-top: -50px;
  position: relative;
  right: 20px;
}
@media (min-width: 768px) {
  .pull-md-120 {
    margin-top: -120px !important;
  }
  .services-hero img.d-md-block {
    height: 500px;
  }
}
@media (min-width: 1300px) {
  .services-hero img.d-md-block {
    height: 650px;
  }
}
@media (max-width: 767.98px) {
  .modal-region-contact {
    height: 89px;
    width: 89px !important;
  }
}
.bg-services-section {
  background: url(../img/bg-services-section.svg) no-repeat;
  background-size: cover;
}
.bg-services-section:after {
  content: url(../img/bg-services-section-after.svg);
  margin-top: -1rem;
  position: absolute;
  right: 4rem;
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  .bg-services-section:after {
    margin-top: -3rem;
  }
}
@media (min-width: 1300px) {
  .bg-services-section:after {
    margin-top: 20rem;
    right: 12rem;
  }
}
.rounded-bottom-3 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
@media (min-width: 576px) and (max-width: 1299.98px) {
  .where-we-operate-container .card-img {
    max-height: 180px !important;
  }
}
@media (max-width: 767.98px) {
  .services-hero .card-img {
    min-height: 650px;
  }
}
.bg-project-single.card-img-overlay #breadcrumb-title,
.bg-project-single.card-img-overlay .breadcrumbs,
.bg-project-single.card-img-overlay .h1,
.bg-project-single.card-img-overlay h1,
.bg-project-single.card-img-overlay p.fs-20,
.services-hero .card-img-overlay #breadcrumb-title,
.services-hero .card-img-overlay .breadcrumbs,
.services-hero .card-img-overlay .h1,
.services-hero .card-img-overlay h1,
.services-hero .card-img-overlay p.fs-20 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.services-hero .card-img-overlay.slight-tint {
  background-color: rgba(0, 0, 0, 0.3);
}
.icon-close:before {
  content: url(../img/close-white.svg);
  margin-right: 10px;
}
.icon-close:hover:before {
  filter: brightness(0);
}
@media (max-width: 575.98px) {
  .w-35-xs {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .bio-container {
    margin-left: calc(-50vw + 50%);
  }
}
@media (min-width: 1300px) {
  .bio-container {
    width: 99.6vw !important;
  }
}
.person-card .card-img-top {
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .person-card .card-img-top {
    height: 31vw;
  }
}
@media (min-width: 1100px) {
  .person-card .card-img-top {
    height: 31vw;
  }
}
@media (min-width: 1300px) {
  .person-card .card-img-top {
    height: 19vw;
  }
}
@media (min-width: 1500px) {
  .person-card .card-img-top {
    height: 16vw;
  }
}
@media (min-width: 768px) {
  #people-finder .person-card .content {
    flex-direction: row !important;
  }
  #people-finder .person-card .card-footer {
    padding-top: 1rem !important;
  }
}
.mh-400 {
  min-height: 400px;
}
.mh-md-600 {
  min-height: 600px;
}
.max-h-50vh {
  max-height: 50vh;
}
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .object-fit-sm-fill {
    -o-object-fit: fill;
    object-fit: fill;
  }
}
.form-pull {
  z-index: 1;
}
@media (max-width: 1099.98px) {
  .form-pull {
    margin-top: -120px;
  }
}
@media (min-width: 1100px) {
  .form-pull {
    margin-top: -120px;
  }
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  .form-pull {
    margin-top: -120px;
  }
}
@media (min-width: 1100px) {
  #newsRegions .globe-left:before {
    margin-right: 50px;
  }
}
.globe-left:before {
  content: url(../img/globe-lg.svg);
  margin-right: 15px;
}
.arrow-right:after {
  content: url(../img/arrow-right-lg.svg);
  margin-left: 20px;
}
@media (min-width: 1100px) {
  .items-w-25 .list-group-item {
    width: 25% !important;
  }
}
.mkto-contact-us.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  float: right !important;
  padding-left: 5px !important;
  padding-right: 0 !important;
}
.mkto-contact-us > .mktoFormRow .mktoFormCol {
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.mkto-contact-us > .mktoFormRow .mktoFormCol .mktoFieldWrap {
  width: 100%;
}
.mkto-contact-us
  > .mktoFormRow
  fieldset.mktoFormCol
  .mktoFormCol:first-of-type {
  padding-left: 0;
}
.mkto-contact-us > .mktoFormRow fieldset.mktoFormCol .mktoFormCol:last-of-type {
  padding-right: 0;
}
.mkto-contact-us .mktoLabel {
  font-weight: 600 !important;
  width: auto !important;
}
.mkto-contact-us .mktoCheckboxList + .mktoError {
  right: auto !important;
}
.mkto-contact-us input,
.mkto-contact-us textarea {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  width: 100% !important;
}
.mkto-contact-us input[type="checkbox"] {
  margin-top: 0;
  width: 1em !important;
}
.mkto-contact-us select {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  width: 100% !important;
}
.mkto-contact-us button[type="submit"] {
  width: 100%;
}
.mkto-contact-us button[type="submit"]:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol .mktoFormCol {
    width: 100%;
  }
  .mktoFormRow .mktoFormCol {
    padding: 0 !important;
  }
  #mktoCommentCapture {
    height: unset;
  }
  .mkto-contact-us input[type="email"],
  .mkto-contact-us input[type="text"] {
    height: 45px !important;
  }
}
@media (max-width: 575.98px) {
  fieldset.mktoFormCol .mktoFormRow .mktoFieldDescriptor:first-child {
    margin-bottom: 1rem !important;
  }
}
.icon-globe:before {
  content: url(../img/project-globe.png);
}
.icon-left:before {
  content: url(../img/icon-left.svg);
  margin-right: 26px;
}
.accordion-plus:after {
  background-image: url(../img/icon-plus-primary.svg);
}
.img-tablet {
  max-height: 133px;
}
.cards-project img,
.img-tablet {
  -o-object-fit: cover;
  object-fit: cover;
}
.cards-project img {
  height: 200px;
}
@media (min-width: 768px) {
  .cards-project img {
    height: 160px;
  }
}
@media (min-width: 1300px) {
  .cards-project img {
    height: 268px;
  }
}
.mh-700 {
  min-height: 700px;
}
.bullets-primary {
  padding-left: 0;
}
.bullets-primary li {
  list-style-type: none;
}
.bullets-primary li:before {
  content: url(../img/bullet-primary.svg);
  margin-right: 12px;
}
.icon-data:before {
  content: url(../img/icon-data.svg);
}
@media (max-width: 1299.98px) {
  .form-pull-210 {
    margin-top: -210px;
  }
}
@media (min-width: 1100px) {
  .form-pull-210 {
    margin-top: -300px;
  }
}
.project-single.card-img {
  height: 650px;
}
@media (min-width: 768px) {
  .project-single.card-img {
    height: 650px;
  }
}
.card-footer {
  background-color: transparent;
  border-top: none;
}
@media (min-width: 1300px) {
  .cards-project .card .card-header {
    min-height: 90px;
  }
}
.cards-project .card:hover {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 4px;
  box-shadow: 0 12px 24px #da317f15;
}
.projects-body li,
.projects-body li > span,
.projects-body p,
.projects-body p > span {
  color: #2b2d2b !important;
  font-family: Graphik !important;
  font-size: 16px !important;
  line-height: 28px;
}
.projects-body .h2,
.projects-body .h2 > span,
.projects-body .h3,
.projects-body .h3 > span,
.projects-body .h3 > strong,
.projects-body h2,
.projects-body h2 > span,
.projects-body h3,
.projects-body h3 > span,
.projects-body h3 > strong {
  color: #2b2d2b !important;
  font-family: Graphik !important;
  font-size: 18px !important;
  font-weight: 600;
}
.projects-body a {
  color: #ed0080 !important;
}
.projects-body a span {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
}
.contactPhoto {
  height: 70px;
  width: 70px;
}
.contactPhoto.modal-region-contact {
  height: unset;
  width: unset;
}
@media (min-width: 768px) {
  .contactPhoto {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 1300px) {
  .contactPhoto {
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 576px) and (max-width: 1299.98px) {
  .bg-projects-index {
    height: 13.75rem;
  }
}
.pull-search {
  margin-top: -30px;
}
.search-result:hover .card-title {
  color: #db0075;
  transition: all 0.3s;
}
.mkto-contact-us .search-result:hover button[type="submit"],
.search-result:hover .btn,
.search-result:hover .mkto-contact-us button[type="submit"] {
  background-color: #db0075 !important;
  color: #fff !important;
}
.arrow-left-white {
  margin-right: 15px;
}
.arrow-left-white:before {
  content: url(../img/arrow-left-white.svg);
  margin-right: 12px;
}
.btn-divider {
  position: relative;
  top: -30px;
}
.btn-group-lg > .btn,
.btn-lg,
.mkto-contact-us .btn-group-lg > button[type="submit"] {
  padding: 1.25rem 0.8rem;
}
@media (min-width: 768px) {
  .btn-group-lg > .btn,
  .btn-lg,
  .mkto-contact-us .btn-group-lg > button[type="submit"] {
    padding: 1rem 3rem 1.25rem;
  }
}
.icon-download:before {
  content: url(../img/icon-download-white.svg);
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.accordion-primary .accordion-button:after {
  background-image: url(../img/icon-plus-primary.svg);
}
.accordion-primary .accordion-button:not(.collapsed):after {
  transform: rotate(-135deg);
}
.accordion-primary.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
@media (min-width: 576px) and (max-width: 1099.98px) {
  .accordion-primary.accordion-flush .accordion-item:last-child {
    border-bottom: none;
  }
}
.accordion-primary .w-btn-accordion {
  width: 53% !important;
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .accordion-primary .w-btn-accordion {
    width: 75% !important;
  }
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  .accordion-primary .w-btn-accordion {
    width: 58% !important;
  }
}
.bg-statistic {
  background: transparent linear-gradient(216deg, #9ebb4c, #4ca8ba) 0 0
    no-repeat padding-box;
}
@media (max-width: 767.98px) {
  .expand-out {
    margin-left: calc(-50vw + 50%);
    min-width: 100vw;
  }
}
.bg-reports {
  background: transparent linear-gradient(141deg, #009eb4, #436ab3 53%, #572d5f)
    0 0 no-repeat padding-box;
}
.icon-right-white:after {
  content: url(../img/icon-arrow-right-white.svg);
}
@media (min-width: 768px) {
  .border-bottom-md-0 {
    border-bottom: none !important;
  }
}
@media (min-width: 1300px) {
  .pagination-report-title {
    display: block;
    width: 75%;
  }
}
.icon-arrow-left-primary:before {
  content: url(../img/icon-arrow-left-primary.svg);
  margin-right: 12px;
}
.text-gradient {
  background: linear-gradient(90deg, #004674 0, #0075a9 25%, #96bc33);
}
.hover-cols .card:hover {
  border-color: transparent !important;
  box-shadow: 0 12px 24px #ed00801f;
  transition: all 0.3s;
}
.mh-480 {
  min-height: 480px;
}
@media (max-width: 767.98px) {
  .float-region.bg-white {
    background-color: transparent !important;
  }
  .float-region.bg-white .text {
    background-color: #fff !important;
    border-radius: 10px !important;
    text-align: center;
  }
  .float-region.bg-white .text .btn,
  .float-region.bg-white .text .mkto-contact-us button[type="submit"],
  .mkto-contact-us .float-region.bg-white .text button[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 321px) {
  .float-region .text {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  .float-region.translate-middle {
    transform: translate(-50%, -40%) !important;
  }
}
#countryReportsAccordion .accordion-item .accordion-button {
  background: #fdfcfd;
}
#countryReportsAccordion .accordion-item .accordion-button:after {
  background-image: none;
}
#countryReportsAccordion .accordion-item .accordion-button.collapsed {
  border-top: 1px solid #dee2e6 !important;
}
#countryReportsAccordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#newsRegions .ps-2.globe-left:before {
  margin-right: 0;
  margin-top: 5px;
}
@media (max-width: 575.98px) {
  #regionalReportsTabs .nav-item {
    width: 75%;
  }
}
#regionalReportsTabs .nav-item > .active {
  background-color: #db0075;
  border-bottom: 1px solid #dee2e6 !important;
  color: #fff;
}
.regional-reports-wrapper .accordion-collapse .h2 > a,
.regional-reports-wrapper .accordion-collapse .h2 > a > span,
.regional-reports-wrapper .accordion-collapse h2 > a,
.regional-reports-wrapper .accordion-collapse h2 > a > span,
.regional-reports-wrapper .accordion-collapse p > a,
.regional-reports-wrapper .accordion-collapse p > a > span,
.regional-reports-wrapper .accordion-collapse p > a > span > strong,
.regional-reports-wrapper .accordion-collapse p > span,
.regional-reports-wrapper .accordion-collapse p > strong,
.regional-reports-wrapper .accordion-collapse ul > li > span {
  color: #2b2d2b !important;
  font-family: Graphik !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.regional-reports-wrapper .accordion-collapse .h2 > a,
.regional-reports-wrapper .accordion-collapse .h2 > a > span,
.regional-reports-wrapper .accordion-collapse h2 > a,
.regional-reports-wrapper .accordion-collapse h2 > a > span,
.regional-reports-wrapper .accordion-collapse p > a,
.regional-reports-wrapper .accordion-collapse p > a > span,
.regional-reports-wrapper .accordion-collapse p > a > span > strong,
.regional-reports-wrapper .accordion-collapse p > a > strong {
  color: #ed0080 !important;
}
.regional-reports-wrapper .accordion-collapse .h2 > a:hover,
.regional-reports-wrapper .accordion-collapse .h2 > a > span:hover,
.regional-reports-wrapper .accordion-collapse h2 > a:hover,
.regional-reports-wrapper .accordion-collapse h2 > a > span:hover,
.regional-reports-wrapper .accordion-collapse p > a:hover,
.regional-reports-wrapper .accordion-collapse p > a > span:hover,
.regional-reports-wrapper .accordion-collapse p > a > span > strong:hover,
.regional-reports-wrapper .accordion-collapse p > a > strong:hover {
  color: #871568 !important;
}
.regional-reports-wrapper .accordion-collapse p > a > strong,
.regional-reports-wrapper .accordion-collapse p > span > strong {
  font-weight: 400 !important;
}
.mkto-contact-us
  > .mktoFormRow
  .regional-reports-wrapper
  .accordion-collapse
  fieldset.mktoFormCol
  > .h2,
.mkto-contact-us
  > .mktoFormRow
  .regional-reports-wrapper
  .accordion-collapse
  fieldset.mktoFormCol
  > h2,
.regional-reports-wrapper .accordion-collapse .col-12 > .h2,
.regional-reports-wrapper .accordion-collapse .col-12 > h2,
.regional-reports-wrapper .accordion-collapse .h2 > span,
.regional-reports-wrapper .accordion-collapse .h2 > span > strong,
.regional-reports-wrapper .accordion-collapse .h3 > span > strong,
.regional-reports-wrapper
  .accordion-collapse
  .mkto-contact-us
  > .mktoFormRow
  fieldset.mktoFormCol
  > .h2,
.regional-reports-wrapper
  .accordion-collapse
  .mkto-contact-us
  > .mktoFormRow
  fieldset.mktoFormCol
  > h2,
.regional-reports-wrapper .accordion-collapse h2 > span,
.regional-reports-wrapper .accordion-collapse h2 > span > strong,
.regional-reports-wrapper .accordion-collapse h3 > span > strong {
  color: #2b2d2b !important;
  font-family: Graphik !important;
  font-size: 32px !important;
  font-weight: 600 !important;
}
.mkto-contact-us
  > .mktoFormRow
  .regional-reports-wrapper
  .accordion-collapse
  fieldset.mktoFormCol
  > .h3,
.mkto-contact-us
  > .mktoFormRow
  .regional-reports-wrapper
  .accordion-collapse
  fieldset.mktoFormCol
  > h3,
.regional-reports-wrapper .accordion-collapse .col-12 > .h3,
.regional-reports-wrapper .accordion-collapse .col-12 > h3,
.regional-reports-wrapper .accordion-collapse .h3 > span,
.regional-reports-wrapper
  .accordion-collapse
  .mkto-contact-us
  > .mktoFormRow
  fieldset.mktoFormCol
  > .h3,
.regional-reports-wrapper
  .accordion-collapse
  .mkto-contact-us
  > .mktoFormRow
  fieldset.mktoFormCol
  > h3,
.regional-reports-wrapper .accordion-collapse h3 > span {
  color: #2b2d2b !important;
  font-family: Graphik !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.insights-body figure {
  margin-bottom: 30px !important;
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .insights-body figure {
    margin-top: 40px !important;
  }
}
@media (min-width: 1300px) {
  .insights-body figure {
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .insights-body figure img {
    max-height: 407px;
  }
}
@media (min-width: 1300px) {
  .insights-body figure img {
    max-height: 600px;
  }
}
@media (max-width: 321px) {
  .icon-download {
    padding: 1rem 3rem !important;
  }
}
@media (min-width: 768px) {
  .report-card .card {
    min-height: 20rem;
  }
}
@media (max-width: 767.98px) {
  #newsRegionsAccordion .nav-fill .nav-item {
    width: 100%;
  }
}
.static-text-block .h1 > a,
.static-text-block .h1 > a > span,
.static-text-block .h2 > a,
.static-text-block .h2 > a > span,
.static-text-block h1 > a,
.static-text-block h1 > a > span,
.static-text-block h2 > a,
.static-text-block h2 > a > span,
.static-text-block p > a,
.static-text-block p > a > span,
.static-text-block p > a > span > strong,
.static-text-block p > span,
.static-text-block p > strong,
.static-text-block ul > li > span,
[id^="static-text"] .h1 > a,
[id^="static-text"] .h1 > a > span,
[id^="static-text"] .h2 > a,
[id^="static-text"] .h2 > a > span,
[id^="static-text"] h1 > a,
[id^="static-text"] h1 > a > span,
[id^="static-text"] h2 > a,
[id^="static-text"] h2 > a > span,
[id^="static-text"] p > a,
[id^="static-text"] p > a > span,
[id^="static-text"] p > a > span > strong,
[id^="static-text"] p > span,
[id^="static-text"] p > strong,
[id^="static-text"] ul > li > span {
  color: #2b2d2b !important;
  font-family: Graphik !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.static-text-block .h1 > a,
.static-text-block .h1 > a > span,
.static-text-block .h2 > a,
.static-text-block .h2 > a > span,
.static-text-block h1 > a,
.static-text-block h1 > a > span,
.static-text-block h2 > a,
.static-text-block h2 > a > span,
.static-text-block p > a,
.static-text-block p > a > span,
.static-text-block p > a > span > strong,
.static-text-block p > a > strong,
[id^="static-text"] .h1 > a,
[id^="static-text"] .h1 > a > span,
[id^="static-text"] .h2 > a,
[id^="static-text"] .h2 > a > span,
[id^="static-text"] h1 > a,
[id^="static-text"] h1 > a > span,
[id^="static-text"] h2 > a,
[id^="static-text"] h2 > a > span,
[id^="static-text"] p > a,
[id^="static-text"] p > a > span,
[id^="static-text"] p > a > span > strong,
[id^="static-text"] p > a > strong {
  color: #ed0080 !important;
}
.static-text-block .h1 > a:hover,
.static-text-block .h1 > a > span:hover,
.static-text-block .h2 > a:hover,
.static-text-block .h2 > a > span:hover,
.static-text-block h1 > a:hover,
.static-text-block h1 > a > span:hover,
.static-text-block h2 > a:hover,
.static-text-block h2 > a > span:hover,
.static-text-block p > a:hover,
.static-text-block p > a > span:hover,
.static-text-block p > a > span > strong:hover,
.static-text-block p > a > strong:hover,
[id^="static-text"] .h1 > a:hover,
[id^="static-text"] .h1 > a > span:hover,
[id^="static-text"] .h2 > a:hover,
[id^="static-text"] .h2 > a > span:hover,
[id^="static-text"] h1 > a:hover,
[id^="static-text"] h1 > a > span:hover,
[id^="static-text"] h2 > a:hover,
[id^="static-text"] h2 > a > span:hover,
[id^="static-text"] p > a:hover,
[id^="static-text"] p > a > span:hover,
[id^="static-text"] p > a > span > strong:hover,
[id^="static-text"] p > a > strong:hover {
  color: #871568 !important;
}
.static-text-block p > a > strong,
.static-text-block p > span > strong,
[id^="static-text"] p > a > strong,
[id^="static-text"] p > span > strong {
  font-weight: 400 !important;
}
.mkto-contact-us > .mktoFormRow .static-text-block fieldset.mktoFormCol > .h1,
.mkto-contact-us > .mktoFormRow .static-text-block fieldset.mktoFormCol > .h2,
.mkto-contact-us > .mktoFormRow .static-text-block fieldset.mktoFormCol > h1,
.mkto-contact-us > .mktoFormRow .static-text-block fieldset.mktoFormCol > h2,
.mkto-contact-us > .mktoFormRow [id^="static-text"] fieldset.mktoFormCol > .h1,
.mkto-contact-us > .mktoFormRow [id^="static-text"] fieldset.mktoFormCol > .h2,
.mkto-contact-us > .mktoFormRow [id^="static-text"] fieldset.mktoFormCol > h1,
.mkto-contact-us > .mktoFormRow [id^="static-text"] fieldset.mktoFormCol > h2,
.static-text-block .col-12 > .h1,
.static-text-block .col-12 > .h2,
.static-text-block .col-12 > h1,
.static-text-block .col-12 > h2,
.static-text-block .h1 > span,
.static-text-block .h1 > span > strong,
.static-text-block .h2 > span,
.static-text-block .h2 > span > strong,
.static-text-block .h3 > span > strong,
.static-text-block .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > .h1,
.static-text-block .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > .h2,
.static-text-block .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > h1,
.static-text-block .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > h2,
.static-text-block h1 > span,
.static-text-block h1 > span > strong,
.static-text-block h2 > span,
.static-text-block h2 > span > strong,
.static-text-block h3 > span > strong,
[id^="static-text"] .col-12 > .h1,
[id^="static-text"] .col-12 > .h2,
[id^="static-text"] .col-12 > h1,
[id^="static-text"] .col-12 > h2,
[id^="static-text"] .h1 > span,
[id^="static-text"] .h1 > span > strong,
[id^="static-text"] .h2 > span,
[id^="static-text"] .h2 > span > strong,
[id^="static-text"] .h3 > span > strong,
[id^="static-text"] .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > .h1,
[id^="static-text"] .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > .h2,
[id^="static-text"] .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > h1,
[id^="static-text"] .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > h2,
[id^="static-text"] h1 > span,
[id^="static-text"] h1 > span > strong,
[id^="static-text"] h2 > span,
[id^="static-text"] h2 > span > strong,
[id^="static-text"] h3 > span > strong {
  color: #2b2d2b !important;
  font-family: Graphik !important;
  font-size: 32px !important;
  font-weight: 600 !important;
}
.mkto-contact-us > .mktoFormRow .static-text-block fieldset.mktoFormCol > .h3,
.mkto-contact-us > .mktoFormRow .static-text-block fieldset.mktoFormCol > h3,
.mkto-contact-us > .mktoFormRow [id^="static-text"] fieldset.mktoFormCol > .h3,
.mkto-contact-us > .mktoFormRow [id^="static-text"] fieldset.mktoFormCol > h3,
.static-text-block .col-12 > .h3,
.static-text-block .col-12 > h3,
.static-text-block .h3 > span,
.static-text-block .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > .h3,
.static-text-block .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > h3,
.static-text-block h3 > span,
[id^="static-text"] .col-12 > .h3,
[id^="static-text"] .col-12 > h3,
[id^="static-text"] .h3 > span,
[id^="static-text"] .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > .h3,
[id^="static-text"] .mkto-contact-us > .mktoFormRow fieldset.mktoFormCol > h3,
[id^="static-text"] h3 > span {
  color: #2b2d2b !important;
  font-family: Graphik !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.slick-slider-wrapper .banner-slider {
  opacity: 0;
  position: relative;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  visibility: hidden;
}
.slick-slider-wrapper .banner-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slick-slider-wrapper .banner-slider .slick-slide {
  min-height: 600px;
  position: relative;
}
.slick-slider-wrapper .banner-slider .slick-slide img.object-fit-cover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slick-slider-wrapper .banner-slider .slick-slide .card-img-overlay {
  position: absolute;
  z-index: 2;
}
.slick-slider-wrapper .banner-slider .slick-slide:before {
  background-image: url(../img/banner-background.png);
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 575px) {
  .slick-slider-wrapper .banner-slider .slick-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
  }
  .slick-slider-wrapper .banner-slider .slick-slide:before {
    background-image: unset;
    background: #12183e;
    background: linear-gradient(
      270deg,
      rgba(6, 20, 32, 0.7),
      rgba(9, 28, 41, 0.9)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#12183e",endColorstr="#12183e",GradientType=1);
  }
}
@media (max-width: 767.98px) {
  .slick-slider-wrapper .banner-slider {
    margin-top: 66px;
  }
}
@media (max-width: 767.8px) {
  .slick-slider-wrapper .banner-slider .slick-slide {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .slick-slider-wrapper .banner-slider .slick-slide .card-img-overlay {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .slick-slider-wrapper .banner-slider .slick-slide .card-img-overlay .h1,
  .slick-slider-wrapper .banner-slider .slick-slide .card-img-overlay h1 {
    font-size: 32px;
  }
}
.slick-slider-wrapper .container-thumbnails {
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
}
.slick-slider-wrapper .container-thumbnails .slider-thumbnails {
  margin-bottom: 0;
  padding: 0;
}
.slick-slider-wrapper .container-thumbnails .slider-thumbnails .slick-track {
  display: flex;
  justify-content: flex-end;
  transform: translateZ(0) !important;
  width: 100% !important;
}
.slick-slider-wrapper
  .container-thumbnails
  .slider-thumbnails
  .slick-track
  .slick-slide {
  height: auto;
  margin-left: 20px;
  width: 280px !important;
}
.slick-slider-wrapper
  .container-thumbnails
  .slider-thumbnails
  .slick-track
  .slick-slide:first-child {
  width: 1px !important;
}
.slick-slider-wrapper
  .container-thumbnails
  .slider-thumbnails
  .slick-track
  .slick-slide.slick-current
  a {
  background: url(../img/bg-slide-thumbnail.png);
  background-size: cover;
}
.slick-slider-wrapper
  .container-thumbnails
  .slider-thumbnails
  .slick-track
  .slick-slide
  a {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(43, 43, 43, 0.5);
  border-radius: 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 40px 20px 10px;
  text-decoration: none;
  width: 100%;
}
.slick-slider-wrapper .container-thumbnails .slick-dots {
  align-self: flex-end;
  display: flex;
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slick-slider-wrapper .container-thumbnails .slick-dots li button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 10px;
  margin-right: 5px;
  padding: 0;
  text-indent: -99999px;
  width: 10px;
}
.slick-slider-wrapper .container-thumbnails .slick-dots li.slick-active button {
  background-color: #fff;
}
@media (max-width: 1199.8px) {
  .slick-slider-wrapper .container-thumbnails {
    flex-direction: column-reverse;
    left: unset;
    max-width: 100%;
    transform: unset;
  }
  .slick-slider-wrapper .container-thumbnails .slider-thumbnails {
    display: none;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-slider-wrapper
    .container-thumbnails
    .slider-thumbnails
    .slick-track
    .slick-slide:first-child {
    margin-left: 0;
  }
  .slick-slider-wrapper .container-thumbnails .slick-dots {
    align-self: center;
  }
}
.container-mobile-thumbnails {
  display: none;
  margin-top: 20px;
}
.container-mobile-thumbnails .slider-thumbnails {
  margin-bottom: 0;
  padding: 0;
}
.container-mobile-thumbnails .slider-thumbnails .slick-track {
  display: flex;
  justify-content: flex-end;
  transform: translate3d(-30px, 0, 0) !important;
  width: 100% !important;
}
.container-mobile-thumbnails .slider-thumbnails .slick-track .slick-slide {
  height: auto;
  margin-left: 20px;
  width: 280px !important;
}
.container-mobile-thumbnails
  .slider-thumbnails
  .slick-track
  .slick-slide:first-child {
  margin-left: 0;
  width: 1px !important;
}
.container-mobile-thumbnails
  .slider-thumbnails
  .slick-track
  .slick-slide.slick-current
  a {
  background: transparent linear-gradient(118deg, #572c5f, #ea1480) 0 0
    no-repeat padding-box;
  color: #fff !important;
}
.container-mobile-thumbnails
  .slider-thumbnails
  .slick-track
  .slick-slide.slick-current
  a
  .text-primary {
  color: #fff !important;
}
.container-mobile-thumbnails .slider-thumbnails .slick-track .slick-slide a {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: #e0e0e080;
  border-radius: 4px;
  color: #572c5f;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 20px 20px 15px;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 1199.8px) {
  .container-mobile-thumbnails {
    display: block;
  }
}
@media (max-width: 991px) {
  .container-mobile-thumbnails .slider-thumbnails .slick-track {
    transform: translate3d(-11px, 0, 0) !important;
  }
}
@media (max-width: 767.8px) {
  .container-mobile-thumbnails .slider-thumbnails .slick-track {
    flex-direction: column;
    transform: translateZ(0) !important;
  }
  .container-mobile-thumbnails .slider-thumbnails .slick-track .slick-slide {
    margin-bottom: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
.single-insight-banner .card {
  flex-direction: row;
  height: 650px;
  position: relative;
}
.single-insight-banner .card img.object-fit-cover {
  height: 100%;
  width: 100%;
}
.single-insight-banner .card .card-img-overlay {
  position: absolute;
  z-index: 2;
}
.single-insight-banner .card:before {
  background-image: url(../img/banner-background.png);
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .single-insight-banner .card .contacts-container {
    border-radius: 8px !important;
    height: 420px;
    padding: 30px !important;
  }
  .single-insight-banner .card .contacts-container .region-contact-image {
    height: 120px;
    max-width: 120px;
    width: 120px;
  }
}
@media (max-width: 413.8px) {
  .single-insight-banner .card .card-img-overlay .h1,
  .single-insight-banner .card .card-img-overlay h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 991px) {
  .form-pull-single-insights {
    margin-top: -154px;
  }
}
.bg-insights-hero {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
}
#statsTab,
.bg-rounded-gray {
  background: #f1f0ed 0 0 no-repeat padding-box;
}
#statsTab .nav-link {
  color: #572c5f;
}
#statsTab .nav-link.active {
  background-color: #fff;
  color: #db0075;
}
.icon-stats:before {
  content: url(../img/line-graph-primary.svg);
  margin-right: 10px;
}
.icon-upright:before {
  content: url(../img/arrow-up-right-primary.svg);
  margin-right: 10px;
}
.icon-fractions:before {
  content: url(../img/fractions-primary.svg);
  margin-right: 10px;
}
.icon-piggybank:before {
  content: url(../img/piggybank-primary.svg);
  margin-right: 10px;
}
.icon-scale:before {
  content: url(../img/scale-primary.svg);
  margin-right: 10px;
  margin-top: 5px;
}
.bg-sectors {
  height: 21rem;
}
@media (min-width: 576px) and (max-width: 1299.98px) {
  .bg-sectors {
    height: 18rem;
  }
}
@media (min-width: 1100px) {
  .bg-early-careers-xs,
  .bg-professional-team-xs {
    background-image: none !important;
  }
}
@media (max-width: 1099.98px) {
  .bg-early-careers-xs,
  .bg-professional-team-xs {
    background-position-y: 149%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .bg-early-careers-xs,
  .bg-professional-team-xs {
    background-position-y: 0;
  }
}
@media (max-width: 1099.98px) {
  .bg-early-careers,
  .bg-professional-team {
    background-image: none !important;
  }
}
@media (min-width: 1100px) {
  .bg-early-careers,
  .bg-professional-team {
    background-repeat: no-repeat;
  }
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  .bg-early-careers,
  .bg-professional-team {
    background-position-y: 0;
    background-size: 120%;
  }
}
.text-gradient {
  -webkit-text-fill-color: transparent;
  background: #004674;
  background: linear-gradient(90deg, #572c5f 0, #ea1480);
  background-clip: text;
  -webkit-background-clip: text;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .text-gradient {
    background: transparent;
    color: #ea1480;
  }
}
@media (min-width: 1300px) {
  .rounded-start-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
  }
  .rounded-end-pill {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
  }
}
.mkto-contact-us .tabs-early-careers button[type="submit"],
.tabs-early-careers .btn,
.tabs-early-careers .mkto-contact-us button[type="submit"] {
  border-radius: unset;
}
@media (max-width: 1299.98px) {
  .row-overflow {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.tabs-early-careers > .nav-item {
  display: inline-block;
  float: none;
}
@media (max-width: 1299.98px) {
  .tabs-early-careers > .nav-item {
    margin-left: -5px;
  }
}
.accordion-add-primary .accordion-button:after {
  background-image: url(../img/icon-add-primary.svg);
}
.accordion-add-primary .accordion-button:not(.collapsed):after {
  transform: rotate(45deg);
}
.border-item-only .accordion-item {
  border: none;
}
.border-item-only .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #2b2d2b;
}
.btn-blue {
  background-color: #0d6efd !important;
  color: #fff;
}
.top-sticky {
  position: fixed;
  top: 76px;
  z-index: 1200;
}
.mkto-contact-us .nav-tabs button[type="submit"],
.nav-tabs .btn,
.nav-tabs .mkto-contact-us button[type="submit"] {
  border-color: transparent;
}
.nav-tabs .btn-info {
  background-color: #572c5f;
  transition: all 0.3s;
}
.nav-tabs .btn-info:hover {
  background-color: #47244e;
}
.mkto-contact-us .nav-tabs button.active.btn-info[type="submit"],
.nav-tabs .btn.active.btn-info,
.nav-tabs .mkto-contact-us button.active.btn-info[type="submit"] {
  background-color: #572c5f;
}
.mkto-contact-us .nav-tabs button.active.btn-secondary[type="submit"],
.nav-tabs .btn.active.btn-secondary,
.nav-tabs .mkto-contact-us button.active.btn-secondary[type="submit"] {
  background-color: #6c757d;
}
.mkto-contact-us .nav-tabs button[type="submit"]:focus,
.nav-tabs .btn:focus,
.nav-tabs .mkto-contact-us button[type="submit"]:focus {
  box-shadow: none;
  outline: none;
}
.mkto-contact-us .nav-tabs button[type="submit"]:after,
.nav-tabs .btn:after,
.nav-tabs .mkto-contact-us button[type="submit"]:after {
  border: 3px solid transparent;
  content: "";
  display: flex;
  flex-direction: column;
  left: -10%;
  position: relative;
  top: 17px;
  width: 120%;
}
.nav-tabs .btn-info.active:after {
  border-color: #db0075;
}
.nav-tabs .btn-secondary.active:after {
  border-color: #4ca9ba;
}
@media (max-width: 1099.98px) {
  .carousel-left {
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .carousel-img-right,
  .carousel-left {
    position: relative;
  }
  .carousel-left {
    left: 2vw;
    top: 5vw;
    z-index: 1;
  }
  .carousel-img-right {
    right: 2.5vw;
  }
}
.regional-reports-wrapper .figure {
  display: inline;
}
select::-ms-expand {
  display: none;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #breadcrumb-container div #breadcrumb-title {
    font-weight: 700;
  }
}
@media (max-width: 767.98px) {
  #breadcrumb-container .text-white-50 {
    color: #fff !important;
  }
}
#breadcrumb-container .nav-link {
  opacity: 0.8;
  transition: all 0.3s;
}
#breadcrumb-container .nav-link:hover {
  opacity: 1;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #offices .card .card-img-top {
    height: 15vw;
  }
}
@media (min-width: 768px) {
  .office-hero img.d-md-block {
    height: 420px;
  }
}
@media (min-width: 1300px) {
  .office-hero img.d-md-block {
    height: 480px;
  }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
@charset "UTF-8";
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  color: #2b2d2b;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.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-bottom: 1rem;
  margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: #d63384;
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.875em;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 1em;
  font-weight: 700;
  padding: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-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-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  color: #6c757d;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: -1rem;
}
.blockquote-footer:before {
  content: "— ";
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #6c757d;
  font-size: 0.875em;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 1100px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1100px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #2b2d2b;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #2b2d2b;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #2b2d2b;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  border-color: #e4e1dc;
  color: #2b2d2b;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  border-color: #bacbe6;
  color: #000;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  border-color: #cbccce;
  color: #000;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  border-color: #bcd0c7;
  color: #000;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  border-color: #badce3;
  color: #000;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  border-color: #e6dbb9;
  color: #000;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  border-color: #dfc2c4;
  color: #000;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  border-color: #dfe0e1;
  color: #000;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  border-color: #373b3e;
  color: #fff;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1099.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1299.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-text {
  color: #6c757d;
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #2b2d2b;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  color: #2b2d2b;
  outline: 0;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  -webkit-margin-end: 0.75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #2b2d2b;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  -webkit-margin-end: 0.75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #2b2d2b;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #2b2d2b;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  height: auto;
  max-width: 3rem;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
  height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
  height: 1.5em;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #2b2d2b;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  width: 100%;
}
.form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: 0.75rem;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2b2d2b;
}
.form-select-sm {
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.form-select-lg {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color-adjust: exact;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  width: 1em;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  border-color: #0d6efd;
}
.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position 0.15s ease-in-out;
  width: 2em;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-check:disabled
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-check[disabled]
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-check:disabled
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-check[disabled]
  + a {
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}
.form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.5rem;
  padding: 0;
  width: 100%;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  padding: 1rem 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-select {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn,
.input-group
  .linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a,
.input-group
  .linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .input-group
  a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .input-group
  a {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus,
.input-group
  .linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a:focus,
.input-group
  .linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a:focus,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .input-group
  a:focus,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .input-group
  a:focus {
  z-index: 3;
}
.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #2b2d2b;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .input-group-lg
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .input-group-lg
  > a {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .input-group-sm
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .input-group-sm
  > a {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.valid-feedback {
  color: #198754;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #2b2d2b;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list.careers-nav
    > li:last-child
    a,
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list:not(.careers-nav)
    > li:last-child
    a {
    transition: none;
  }
}
.btn:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a:hover {
  color: #2b2d2b;
}
.btn-check:focus + .btn,
.btn:focus,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-check:focus
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a:focus,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-check:focus
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a.disabled,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a:disabled,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  fieldset:disabled
  a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a.disabled,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a:disabled,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  fieldset:disabled
  a,
fieldset:disabled .btn,
fieldset:disabled
  .linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a,
fieldset:disabled
  .linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a {
  opacity: 0.65;
  pointer-events: none;
}
.btn-primary {
  background-color: #f5c808;
    /* border-color: #0d6efd; */
    color: #fff;
    padding-left: 30px;
    border-radius: 50px;
    font-size: 0.9em;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0a58ca;
  border-color: #0a53be;
  color: #fff;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
  color: #fff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #565e64;
  border-color: #51585e;
  color: #fff;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-success {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
  background-color: #157347;
  border-color: #146c43;
  color: #fff;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #146c43;
  border-color: #13653f;
  color: #fff;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
  background-color: #31d2f2;
  border-color: #25cff2;
  color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #3dd5f3;
  border-color: #25cff2;
  color: #000;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
  color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  background-color: #ffcd39;
  border-color: #ffc720;
  color: #000;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
  color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  background-color: #b02a37;
  border-color: #a52834;
  color: #fff;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
  background-color: #f9fafb;
  border-color: #f9fafb;
  color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  background-color: #f9fafb;
  border-color: #f9fafb;
  color: #000;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-dark {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #1c1f23;
  border-color: #1a1e21;
  color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1a1e21;
  border-color: #191c1f;
  color: #fff;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-outline-primary {
  border-color: #0d6efd;
  color: #0d6efd;
}
.btn-outline-primary:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #0d6efd;
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-success {
  border-color: #198754;
  color: #198754;
}
.btn-outline-success:hover {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #198754;
}
.btn-outline-info {
  border-color: #0dcaf0;
  color: #0dcaf0;
}
.btn-outline-info:hover {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #0dcaf0;
}
.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-dark {
  border-color: #212529;
  color: #212529;
}
.btn-outline-dark:hover {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #212529;
}
.btn-link {
  color: #0d6efd;
  font-weight: 400;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-lg
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-lg
  > a {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-sm
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-sm
  > a {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #2b2d2b;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
  top: 100%;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1100px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropend .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropstart .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1rem;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #e9ecef;
  color: #1e2125;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #0d6efd;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1rem;
}
.dropdown-menu-dark {
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color: #0d6efd;
  color: #fff;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > a {
  flex: 1 1 auto;
  position: relative;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > .btn-check:checked
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > .btn-check:focus
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > a.active,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > a:active,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > a:focus,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > a:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > .btn-check:checked
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > .btn-check:focus
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > a.active,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > a:active,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > a:focus,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > a:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > .btn-check:checked
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > .btn-check:focus
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > a.active,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > a:active,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > a:focus,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > a:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > .btn-check:checked
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > .btn-check:focus
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > a.active,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > a:active,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > a:focus,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > a:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > a:not(:first-child),
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > a:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > .btn-group:not(:last-child)
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > a:not(:last-child):not(.dropdown-toggle),
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > .btn-group:not(:last-child)
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > a:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > .btn-group:not(:first-child)
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > :not(.btn-check)
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group
  > a:nth-child(n + 3),
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > .btn-group:not(:first-child)
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > :not(.btn-check)
  + a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group
  > a:nth-child(n + 3) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-sm
  > a
  + .dropdown-toggle-split,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-sm
  > a
  + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-lg
  > a
  + .dropdown-toggle-split,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-lg
  > a
  + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > a {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child),
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > a:not(:first-child),
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > a:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > a:not(:last-child):not(.dropdown-toggle),
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > a:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > .btn
  ~ a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > a
  ~ .btn,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .btn-group-vertical
  > a
  ~ a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > .btn
  ~ a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > a
  ~ .btn,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .btn-group-vertical
  > a
  ~ a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  color: #0d6efd;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #0d6efd;
  color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}
.navbar-brand {
  font-size: 1.25rem;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem;
  outline: 0;
  text-decoration: none;
}
.navbar-toggler-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1100px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}
.card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 1rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.5rem;
}
.card-header-pills,
.card-header-tabs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.card-img-overlay {
  border-radius: calc(0.25rem - 1px);
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #2b2d2b;
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: left;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  color: #0c63e4;
}
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232B2D2B'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
  width: 1.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
  z-index: 3;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "../index.html");
  float: left;
  padding-right: 0.5rem;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #0d6efd;
  display: block;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  border-color: #dee2e6;
  z-index: 2;
}
.page-link:focus,
.page-link:hover {
  background-color: #e9ecef;
  color: #0a58ca;
}
.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
  z-index: 3;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  z-index: 3;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  pointer-events: none;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.badge {
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  padding: 0.35em 0.65em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
.btn .badge,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a
  .badge,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a
  .badge {
  position: relative;
  top: -1px;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  padding: 1.25rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.alert-primary {
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  color: #084298;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d3d6d8;
  color: #41464b;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  background-color: #d1e7dd;
  border-color: #badbcc;
  color: #0f5132;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  background-color: #cff4fc;
  border-color: #b6effb;
  color: #055160;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
  color: #664d03;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #636464;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  background-color: #d3d3d4;
  border-color: #bcbebf;
  color: #141619;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  height: 1rem;
}
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}
.progress-bar {
  background-color: #0d6efd;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}
.list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #e9ecef;
  color: #2b2d2b;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #212529;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
  text-decoration: none;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item.active {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  z-index: 2;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1100px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1300px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1500px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  background-color: #cfe2ff;
  color: #084298;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #bacbe6;
  color: #084298;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #084298;
  border-color: #084298;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #e2e3e5;
  color: #41464b;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #cbccce;
  color: #41464b;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #41464b;
  border-color: #41464b;
  color: #fff;
}
.list-group-item-success {
  background-color: #d1e7dd;
  color: #0f5132;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #bcd0c7;
  color: #0f5132;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #0f5132;
  border-color: #0f5132;
  color: #fff;
}
.list-group-item-info {
  background-color: #cff4fc;
  color: #055160;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #badce3;
  color: #055160;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #055160;
  border-color: #055160;
  color: #fff;
}
.list-group-item-warning {
  background-color: #fff3cd;
  color: #664d03;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #e6dbb9;
  color: #664d03;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #664d03;
  border-color: #664d03;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f8d7da;
  color: #842029;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #dfc2c4;
  color: #842029;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #842029;
  border-color: #842029;
  color: #fff;
}
.list-group-item-light {
  background-color: #fefefe;
  color: #636464;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #e5e5e5;
  color: #636464;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #636464;
  border-color: #636464;
  color: #fff;
}
.list-group-item-dark {
  background-color: #d3d3d4;
  color: #141619;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #bebebf;
  color: #141619;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #141619;
  border-color: #141619;
  color: #fff;
}
.btn-close {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  box-sizing: content-box;
  color: #000;
  height: 1em;
  opacity: 0.5;
  padding: 0.25em;
  width: 1em;
}
.btn-close:hover {
  color: #000;
  opacity: 0.75;
  text-decoration: none;
}
.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
  outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  max-width: 100%;
  pointer-events: auto;
  width: 350px;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  max-width: 100%;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  color: #6c757d;
  display: flex;
  padding: 0.5rem 0.75rem;
}
.toast-header .btn-close {
  margin-left: 0.75rem;
  margin-right: -0.375rem;
}
.toast-body {
  word-wrap: break-word;
  padding: 0.75rem;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1060;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  align-items: center;
  border-bottom: 1px solid #e4e1dc;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding: 0.5rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  align-items: center;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-top: 1px solid #e4e1dc;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1100px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1300px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw;
}
.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1099.98px) {
  .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1299.98px) {
  .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1499.98px) {
  .modal-fullscreen-xxl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1080;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .tooltip-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: -1px;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: -1px;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: -1px;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: -1px;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}
.popover .popover-arrow {
  display: block;
  height: 0.5rem;
  position: absolute;
  width: 1rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  height: 1rem;
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem;
  top: 0;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem;
  top: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f0f0f0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  height: 1rem;
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}
.popover-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #2b2d2b;
  padding: 1rem;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  opacity: 0;
  transition: opacity 0s 0.6s;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  background: none;
  border: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.carousel-indicators [data-bs-target] {
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  padding: 0;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  bottom: 1.25rem;
  color: #fff;
  left: 15%;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: absolute;
  right: 15%;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -0.125em;
  width: 2rem;
}
.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: -0.125em;
  width: 2rem;
}
.spinner-grow-sm {
  height: 1rem;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  background-clip: padding-box;
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1050;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.offcanvas-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding: 0.5rem;
}
.offcanvas-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1rem;
}
.offcanvas-start {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 400px;
}
.offcanvas-end {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 400px;
}
.offcanvas-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  top: 0;
  transform: translateY(-100%);
}
.offcanvas-bottom,
.offcanvas-top {
  height: 30vh;
  left: 0;
  max-height: 100%;
  right: 0;
}
.offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 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.85714%;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1100px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1300px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1500px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: 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-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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  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: 1px solid #e4e1dc !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #e4e1dc !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #e4e1dc !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #e4e1dc !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #e4e1dc !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !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;
}
.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;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !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: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !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-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !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 {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #2b2d2b !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body,
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !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: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !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;
  }
  .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-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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !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: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !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: 1100px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: 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-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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !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: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !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: 1300px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: 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-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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !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: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !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: 1500px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: 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-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;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !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: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !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-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;
  }
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.linesight-2024-refresh {
  color: #2b2d2b;
  font-family: Graphik, sans-serif;
  overflow-x: hidden;
  width: 100vw;
}
.linesight-2024-refresh::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.linesight-2024-refresh.page {
  padding-top: 0 !important;
}
.linesight-2024-refresh .container {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .container {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .container {
    max-width: 90%;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .container {
    max-width: 1060px;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .container {
    max-width: 1280px;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .container {
    max-width: 1360px;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .container.container-content {
    padding-left: calc(var(--bs-gutter-x, 0.75rem) + 2rem);
    padding-right: calc(var(--bs-gutter-x, 0.75rem) + 2rem);
  }
}
@media (max-width: 1299.98px) {
  .linesight-2024-refresh .container.container-content {
    padding-left: calc(var(--bs-gutter-x, 0.75rem) + 1rem);
    padding-right: calc(var(--bs-gutter-x, 0.75rem) + 1rem);
  }
}
.linesight-2024-refresh .container.container-content .container,
.linesight-2024-refresh .container.container-content .container-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.linesight-2024-refresh .container-fluid,
.linesight-2024-refresh .container-lg,
.linesight-2024-refresh .container-md,
.linesight-2024-refresh .container-sm,
.linesight-2024-refresh .container-xl,
.linesight-2024-refresh .container-xxl {
  max-width: 1600px;
  padding: 0;
  width: 100%;
}
.linesight-2024-refresh .row {
  --bs-gutter-x: 20px;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
}
.linesight-2024-refresh .row > * {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.linesight-2024-refresh .w-10 {
  width: 10% !important;
}
.linesight-2024-refresh .w-15 {
  width: 15% !important;
}
.linesight-2024-refresh .w-20 {
  width: 20% !important;
}
.linesight-2024-refresh .w-25 {
  width: 25% !important;
}
.linesight-2024-refresh .w-30 {
  width: 30% !important;
}
.linesight-2024-refresh .w-35 {
  width: 35% !important;
}
.linesight-2024-refresh .w-40 {
  width: 40% !important;
}
.linesight-2024-refresh .w-45 {
  width: 45% !important;
}
.linesight-2024-refresh .w-50 {
  width: 50% !important;
}
.linesight-2024-refresh .w-55 {
  width: 55% !important;
}
.linesight-2024-refresh .w-60 {
  width: 60% !important;
}
.linesight-2024-refresh .w-65 {
  width: 65% !important;
}
.linesight-2024-refresh .w-70 {
  width: 70% !important;
}
.linesight-2024-refresh .w-75 {
  width: 75% !important;
}
.linesight-2024-refresh .w-80 {
  width: 80% !important;
}
.linesight-2024-refresh .w-85 {
  width: 85% !important;
}
.linesight-2024-refresh .w-90 {
  width: 90% !important;
}
.linesight-2024-refresh .w-95 {
  width: 95% !important;
}
.linesight-2024-refresh .w-100 {
  width: 100% !important;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .w-sm-10 {
    width: 10% !important;
  }
  .linesight-2024-refresh .w-sm-15 {
    width: 15% !important;
  }
  .linesight-2024-refresh .w-sm-20 {
    width: 20% !important;
  }
  .linesight-2024-refresh .w-sm-25 {
    width: 25% !important;
  }
  .linesight-2024-refresh .w-sm-30 {
    width: 30% !important;
  }
  .linesight-2024-refresh .w-sm-35 {
    width: 35% !important;
  }
  .linesight-2024-refresh .w-sm-40 {
    width: 40% !important;
  }
  .linesight-2024-refresh .w-sm-45 {
    width: 45% !important;
  }
  .linesight-2024-refresh .w-sm-50 {
    width: 50% !important;
  }
  .linesight-2024-refresh .w-sm-55 {
    width: 55% !important;
  }
  .linesight-2024-refresh .w-sm-60 {
    width: 60% !important;
  }
  .linesight-2024-refresh .w-sm-65 {
    width: 65% !important;
  }
  .linesight-2024-refresh .w-sm-70 {
    width: 70% !important;
  }
  .linesight-2024-refresh .w-sm-75 {
    width: 75% !important;
  }
  .linesight-2024-refresh .w-sm-80 {
    width: 80% !important;
  }
  .linesight-2024-refresh .w-sm-85 {
    width: 85% !important;
  }
  .linesight-2024-refresh .w-sm-90 {
    width: 90% !important;
  }
  .linesight-2024-refresh .w-sm-95 {
    width: 95% !important;
  }
  .linesight-2024-refresh .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .w-md-10 {
    width: 10% !important;
  }
  .linesight-2024-refresh .w-md-15 {
    width: 15% !important;
  }
  .linesight-2024-refresh .w-md-20 {
    width: 20% !important;
  }
  .linesight-2024-refresh .w-md-25 {
    width: 25% !important;
  }
  .linesight-2024-refresh .w-md-30 {
    width: 30% !important;
  }
  .linesight-2024-refresh .w-md-35 {
    width: 35% !important;
  }
  .linesight-2024-refresh .w-md-40 {
    width: 40% !important;
  }
  .linesight-2024-refresh .w-md-45 {
    width: 45% !important;
  }
  .linesight-2024-refresh .w-md-50 {
    width: 50% !important;
  }
  .linesight-2024-refresh .w-md-55 {
    width: 55% !important;
  }
  .linesight-2024-refresh .w-md-60 {
    width: 60% !important;
  }
  .linesight-2024-refresh .w-md-65 {
    width: 65% !important;
  }
  .linesight-2024-refresh .w-md-70 {
    width: 70% !important;
  }
  .linesight-2024-refresh .w-md-75 {
    width: 75% !important;
  }
  .linesight-2024-refresh .w-md-80 {
    width: 80% !important;
  }
  .linesight-2024-refresh .w-md-85 {
    width: 85% !important;
  }
  .linesight-2024-refresh .w-md-90 {
    width: 90% !important;
  }
  .linesight-2024-refresh .w-md-95 {
    width: 95% !important;
  }
  .linesight-2024-refresh .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .w-lg-10 {
    width: 10% !important;
  }
  .linesight-2024-refresh .w-lg-15 {
    width: 15% !important;
  }
  .linesight-2024-refresh .w-lg-20 {
    width: 20% !important;
  }
  .linesight-2024-refresh .w-lg-25 {
    width: 25% !important;
  }
  .linesight-2024-refresh .w-lg-30 {
    width: 30% !important;
  }
  .linesight-2024-refresh .w-lg-35 {
    width: 35% !important;
  }
  .linesight-2024-refresh .w-lg-40 {
    width: 40% !important;
  }
  .linesight-2024-refresh .w-lg-45 {
    width: 45% !important;
  }
  .linesight-2024-refresh .w-lg-50 {
    width: 50% !important;
  }
  .linesight-2024-refresh .w-lg-55 {
    width: 55% !important;
  }
  .linesight-2024-refresh .w-lg-60 {
    width: 60% !important;
  }
  .linesight-2024-refresh .w-lg-65 {
    width: 65% !important;
  }
  .linesight-2024-refresh .w-lg-70 {
    width: 70% !important;
  }
  .linesight-2024-refresh .w-lg-75 {
    width: 75% !important;
  }
  .linesight-2024-refresh .w-lg-80 {
    width: 80% !important;
  }
  .linesight-2024-refresh .w-lg-85 {
    width: 85% !important;
  }
  .linesight-2024-refresh .w-lg-90 {
    width: 90% !important;
  }
  .linesight-2024-refresh .w-lg-95 {
    width: 95% !important;
  }
  .linesight-2024-refresh .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .w-xl-10 {
    width: 10% !important;
  }
  .linesight-2024-refresh .w-xl-15 {
    width: 15% !important;
  }
  .linesight-2024-refresh .w-xl-20 {
    width: 20% !important;
  }
  .linesight-2024-refresh .w-xl-25 {
    width: 25% !important;
  }
  .linesight-2024-refresh .w-xl-30 {
    width: 30% !important;
  }
  .linesight-2024-refresh .w-xl-35 {
    width: 35% !important;
  }
  .linesight-2024-refresh .w-xl-40 {
    width: 40% !important;
  }
  .linesight-2024-refresh .w-xl-45 {
    width: 45% !important;
  }
  .linesight-2024-refresh .w-xl-50 {
    width: 50% !important;
  }
  .linesight-2024-refresh .w-xl-55 {
    width: 55% !important;
  }
  .linesight-2024-refresh .w-xl-60 {
    width: 60% !important;
  }
  .linesight-2024-refresh .w-xl-65 {
    width: 65% !important;
  }
  .linesight-2024-refresh .w-xl-70 {
    width: 70% !important;
  }
  .linesight-2024-refresh .w-xl-75 {
    width: 75% !important;
  }
  .linesight-2024-refresh .w-xl-80 {
    width: 80% !important;
  }
  .linesight-2024-refresh .w-xl-85 {
    width: 85% !important;
  }
  .linesight-2024-refresh .w-xl-90 {
    width: 90% !important;
  }
  .linesight-2024-refresh .w-xl-95 {
    width: 95% !important;
  }
  .linesight-2024-refresh .w-xl-100 {
    width: 100% !important;
  }
  .linesight-2024-refresh .w-xl-105 {
    width: 105% !important;
  }
  .linesight-2024-refresh .w-xl-110 {
    width: 110% !important;
  }
  .linesight-2024-refresh .w-xl-115 {
    width: 115% !important;
  }
  .linesight-2024-refresh .w-xl-120 {
    width: 120% !important;
  }
}
.linesight-2024-refresh .w-auto {
  width: auto !important;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .w-lg-auto {
    width: auto !important;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .w-xl-auto {
    width: auto !important;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .w-xxl-auto {
    width: auto !important;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .w-lg-52 {
    width: 52% !important;
  }
}
.linesight-2024-refresh .text-pink {
  color: #db0075 !important;
}
.linesight-2024-refresh .text-purple {
  color: #572c5f !important;
}
.linesight-2024-refresh .text-lightpurple {
  color: #e6dfe7 !important;
}
.linesight-2024-refresh .text-teal {
  color: #436ab3 !important;
}
.linesight-2024-refresh .text-darkgrey {
  color: #6d6e71 !important;
}
.linesight-2024-refresh .text-lightgrey {
  color: #f7f4f7 !important;
}
.linesight-2024-refresh .text-primary {
  color: #db0075 !important;
}
.linesight-2024-refresh .text-secondary {
  color: #572c5f !important;
}
.linesight-2024-refresh .text-white {
  color: #fff !important;
}
.linesight-2024-refresh .text-body {
  color: #2b2d2b !important;
}
.linesight-2024-refresh .bg-pink {
  background-color: #db0075;
}
.linesight-2024-refresh .bg-purple {
  background-color: #572c5f;
}
.linesight-2024-refresh .bg-lightpurple {
  background-color: #e6dfe7;
}
.linesight-2024-refresh .bg-teal {
  background-color: #436ab3;
}
.linesight-2024-refresh .bg-darkgrey {
  background-color: #6d6e71;
}
.linesight-2024-refresh .bg-lightgrey {
  background-color: #f7f4f7;
}
.linesight-2024-refresh .bg-primary {
  background-color: #db0075;
}
.linesight-2024-refresh .bg-secondary {
  background-color: #572c5f;
}
.linesight-2024-refresh .bg-white {
  background-color: #fff;
}
.linesight-2024-refresh .bg-body {
  background-color: #2b2d2b;
}
.linesight-2024-refresh .border-pink {
  border-color: #db0075 !important;
}
.linesight-2024-refresh .border-purple {
  border-color: #572c5f !important;
}
.linesight-2024-refresh .border-lightpurple {
  border-color: #e6dfe7 !important;
}
.linesight-2024-refresh .border-teal {
  border-color: #436ab3 !important;
}
.linesight-2024-refresh .border-darkgrey {
  border-color: #6d6e71 !important;
}
.linesight-2024-refresh .border-lightgrey {
  border-color: #f7f4f7 !important;
}
.linesight-2024-refresh .border-primary {
  border-color: #db0075 !important;
}
.linesight-2024-refresh .border-secondary {
  border-color: #572c5f !important;
}
.linesight-2024-refresh .border-white {
  border-color: #fff !important;
}
.linesight-2024-refresh .border-body {
  border-color: #2b2d2b !important;
}
.linesight-2024-refresh .btn-outline-pink {
  border-color: #db0075;
}
.linesight-2024-refresh .btn-outline-pink:hover {
  background-color: #db0075 !important;
  color: #fff !important;
}
.linesight-2024-refresh .btn-outline-purple {
  border-color: #572c5f;
}
.linesight-2024-refresh .btn-outline-purple:hover {
  background-color: #572c5f !important;
  color: #fff !important;
}
.linesight-2024-refresh .btn-outline-lightpurple {
  border-color: #e6dfe7;
}
.linesight-2024-refresh .btn-outline-lightpurple:hover {
  background-color: #e6dfe7 !important;
  color: #fff !important;
}
.linesight-2024-refresh .btn-outline-teal {
  border-color: #436ab3;
}
.linesight-2024-refresh .btn-outline-teal:hover {
  background-color: #436ab3 !important;
  color: #fff !important;
}
.linesight-2024-refresh .btn-outline-darkgrey {
  border-color: #6d6e71;
}
.linesight-2024-refresh .btn-outline-darkgrey:hover {
  background-color: #6d6e71 !important;
  color: #fff !important;
}
.linesight-2024-refresh .btn-outline-lightgrey {
  border-color: #f7f4f7;
}
.linesight-2024-refresh .btn-outline-lightgrey:hover {
  background-color: #f7f4f7 !important;
  color: #fff !important;
}
.linesight-2024-refresh .btn-outline-primary {
  border-color: #db0075;
}
.linesight-2024-refresh .btn-outline-primary:hover {
  background-color: #db0075 !important;
  color: #fff !important;
}
.linesight-2024-refresh .btn-outline-secondary {
  border-color: #572c5f;
}
.linesight-2024-refresh .btn-outline-secondary:hover {
  background-color: #572c5f !important;
  color: #fff !important;
}
.linesight-2024-refresh .btn-outline-white {
  border-color: #fff;
}
.linesight-2024-refresh .btn-outline-white:hover {
  background-color: #fff !important;
  color: #fff !important;
}
.linesight-2024-refresh .btn-outline-body {
  border-color: #2b2d2b;
}
.linesight-2024-refresh .btn-outline-body:hover {
  background-color: #2b2d2b !important;
  color: #fff !important;
}
.linesight-2024-refresh .btn-pink {
  background-color: #db0075;
  border-color: #db0075;
  color: #fff;
}
.linesight-2024-refresh .btn-pink:hover {
  background-color: #a8005a;
}
.linesight-2024-refresh .btn-purple {
  background-color: #572c5f;
  border-color: #572c5f;
  color: #fff;
}
.linesight-2024-refresh .btn-purple:hover {
  background-color: #371c3c;
}
.linesight-2024-refresh .btn-lightpurple {
  background-color: #e6dfe7;
  border-color: #e6dfe7;
  color: #fff;
}
.linesight-2024-refresh .btn-lightpurple:hover {
  background-color: #cfc2d1;
}
.linesight-2024-refresh .btn-teal {
  background-color: #436ab3;
  border-color: #436ab3;
  color: #fff;
}
.linesight-2024-refresh .btn-teal:hover {
  background-color: #35548e;
}
.linesight-2024-refresh .btn-darkgrey {
  background-color: #6d6e71;
  border-color: #6d6e71;
  color: #fff;
}
.linesight-2024-refresh .btn-darkgrey:hover {
  background-color: #545557;
}
.linesight-2024-refresh .btn-lightgrey {
  background-color: #f7f4f7;
  border-color: #f7f4f7;
  color: #fff;
}
.linesight-2024-refresh .btn-lightgrey:hover {
  background-color: #e2d6e2;
}
.linesight-2024-refresh .btn-primary {
  background-color: #db0075;
  border-color: #db0075;
  color: #fff;
}
.linesight-2024-refresh .btn-primary:hover {
  background-color: #a8005a;
}
.linesight-2024-refresh .btn-secondary {
  background-color: #572c5f;
  border-color: #572c5f;
  color: #fff;
}
.linesight-2024-refresh .btn-secondary:hover {
  background-color: #371c3c;
}
.linesight-2024-refresh .btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.linesight-2024-refresh .btn-white:hover {
  background-color: #e6e6e6;
}
.linesight-2024-refresh .btn-body {
  background-color: #2b2d2b;
  border-color: #2b2d2b;
  color: #fff;
}
.linesight-2024-refresh .btn-body:hover {
  background-color: #121312;
}
.linesight-2024-refresh * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.linesight-2024-refresh .g-0,
.linesight-2024-refresh .gx-0 {
  --bs-gutter-x: 0;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-0,
  .linesight-2024-refresh .gx-sm-0 {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-0,
  .linesight-2024-refresh .gx-md-0 {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-0,
  .linesight-2024-refresh .gx-lg-0 {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-0,
  .linesight-2024-refresh .gx-xl-0 {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-0,
  .linesight-2024-refresh .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
}
.linesight-2024-refresh .g-0,
.linesight-2024-refresh .gy-0 {
  --bs-gutter-y: 0;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-0,
  .linesight-2024-refresh .gy-sm-0 {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-0,
  .linesight-2024-refresh .gy-md-0 {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-0,
  .linesight-2024-refresh .gy-lg-0 {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-0,
  .linesight-2024-refresh .gy-xl-0 {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-0,
  .linesight-2024-refresh .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
}
.linesight-2024-refresh .g-1,
.linesight-2024-refresh .gx-1 {
  --bs-gutter-x: 0.25rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-1,
  .linesight-2024-refresh .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-1,
  .linesight-2024-refresh .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-1,
  .linesight-2024-refresh .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-1,
  .linesight-2024-refresh .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-1,
  .linesight-2024-refresh .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
}
.linesight-2024-refresh .g-1,
.linesight-2024-refresh .gy-1 {
  --bs-gutter-y: 0.25rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-1,
  .linesight-2024-refresh .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-1,
  .linesight-2024-refresh .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-1,
  .linesight-2024-refresh .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-1,
  .linesight-2024-refresh .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-1,
  .linesight-2024-refresh .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
}
.linesight-2024-refresh .g-2,
.linesight-2024-refresh .gx-2 {
  --bs-gutter-x: 0.5rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-2,
  .linesight-2024-refresh .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-2,
  .linesight-2024-refresh .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-2,
  .linesight-2024-refresh .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-2,
  .linesight-2024-refresh .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-2,
  .linesight-2024-refresh .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
}
.linesight-2024-refresh .g-2,
.linesight-2024-refresh .gy-2 {
  --bs-gutter-y: 0.5rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-2,
  .linesight-2024-refresh .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-2,
  .linesight-2024-refresh .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-2,
  .linesight-2024-refresh .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-2,
  .linesight-2024-refresh .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-2,
  .linesight-2024-refresh .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
}
.linesight-2024-refresh .g-3,
.linesight-2024-refresh .gx-3 {
  --bs-gutter-x: 1rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-3,
  .linesight-2024-refresh .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-3,
  .linesight-2024-refresh .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-3,
  .linesight-2024-refresh .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-3,
  .linesight-2024-refresh .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-3,
  .linesight-2024-refresh .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
}
.linesight-2024-refresh .g-3,
.linesight-2024-refresh .gy-3 {
  --bs-gutter-y: 1rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-3,
  .linesight-2024-refresh .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-3,
  .linesight-2024-refresh .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-3,
  .linesight-2024-refresh .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-3,
  .linesight-2024-refresh .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-3,
  .linesight-2024-refresh .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
}
.linesight-2024-refresh .g-4,
.linesight-2024-refresh .gx-4 {
  --bs-gutter-x: 1.5rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-4,
  .linesight-2024-refresh .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-4,
  .linesight-2024-refresh .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-4,
  .linesight-2024-refresh .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-4,
  .linesight-2024-refresh .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-4,
  .linesight-2024-refresh .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
}
.linesight-2024-refresh .g-4,
.linesight-2024-refresh .gy-4 {
  --bs-gutter-y: 1.5rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-4,
  .linesight-2024-refresh .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-4,
  .linesight-2024-refresh .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-4,
  .linesight-2024-refresh .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-4,
  .linesight-2024-refresh .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-4,
  .linesight-2024-refresh .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
}
.linesight-2024-refresh .g-5,
.linesight-2024-refresh .gx-5 {
  --bs-gutter-x: 3rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-5,
  .linesight-2024-refresh .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-5,
  .linesight-2024-refresh .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-5,
  .linesight-2024-refresh .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-5,
  .linesight-2024-refresh .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-5,
  .linesight-2024-refresh .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
}
.linesight-2024-refresh .g-5,
.linesight-2024-refresh .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-5,
  .linesight-2024-refresh .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-5,
  .linesight-2024-refresh .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-5,
  .linesight-2024-refresh .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-5,
  .linesight-2024-refresh .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-5,
  .linesight-2024-refresh .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.linesight-2024-refresh .g-6,
.linesight-2024-refresh .gx-6 {
  --bs-gutter-x: 4rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-6,
  .linesight-2024-refresh .gx-sm-6 {
    --bs-gutter-x: 4rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-6,
  .linesight-2024-refresh .gx-md-6 {
    --bs-gutter-x: 4rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-6,
  .linesight-2024-refresh .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-6,
  .linesight-2024-refresh .gx-xl-6 {
    --bs-gutter-x: 4rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-6,
  .linesight-2024-refresh .gx-xxl-6 {
    --bs-gutter-x: 4rem;
  }
}
.linesight-2024-refresh .g-6,
.linesight-2024-refresh .gy-6 {
  --bs-gutter-y: 4rem;
}
@media (min-width: 576px) {
  .linesight-2024-refresh .g-sm-6,
  .linesight-2024-refresh .gy-sm-6 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 768px) {
  .linesight-2024-refresh .g-md-6,
  .linesight-2024-refresh .gy-md-6 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .g-lg-6,
  .linesight-2024-refresh .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1300px) {
  .linesight-2024-refresh .g-xl-6,
  .linesight-2024-refresh .gy-xl-6 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1500px) {
  .linesight-2024-refresh .g-xxl-6,
  .linesight-2024-refresh .gy-xxl-6 {
    --bs-gutter-y: 4rem;
  }
}
body {
  font-size: 16px;
}
@media (max-width: 1099.98px) {
  body {
    font-size: 14px;
  }
}
.ffwd_h1,
.h1,
h1 {
  font-size: 70px;
}
@media (max-width: 1299.98px) {
  .ffwd_h1,
  .h1,
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 767.98px) {
  .ffwd_h1,
  .h1,
  h1 {
    font-size: 36px;
  }
}
.ffwd_h2,
.h2,
h2 {
  font-size: 40px;
}
@media (max-width: 1299.98px) {
  .ffwd_h2,
  .h2,
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .ffwd_h2,
  .h2,
  h2 {
    font-size: 30px;
  }
}
.ffwd_h3,
.h3,
h3 {
  font-size: 32px;
}
@media (max-width: 1299.98px) {
  .ffwd_h3,
  .h3,
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .ffwd_h3,
  .h3,
  h3 {
    font-size: 24px;
  }
}
.ffwd_h4,
.h4,
h4 {
  font-size: 24px;
}
@media (max-width: 1299.98px) {
  .ffwd_h4,
  .h4,
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .ffwd_h4,
  .h4,
  h4 {
    font-size: 20px;
  }
}
.ffwd_h5,
.h5,
h5 {
  font-size: 18px;
}
@media (max-width: 1299.98px) {
  .ffwd_h5,
  .h5,
  h5 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .ffwd_h5,
  .h5,
  h5 {
    font-size: 15px;
  }
}
.ffwd_h6,
.h6,
h6 {
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 1299.98px) {
  .ffwd_h6,
  .h6,
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .ffwd_h6,
  .h6,
  h6 {
    font-size: 14px;
  }
}
.ffwd_h7,
h7 {
  font-size: 13px;
}
@media (max-width: 1299.98px) {
  .ffwd_h7,
  h7 {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .ffwd_h7,
  h7 {
    font-size: 12px;
  }
}
.ffwd_h1,
.ffwd_h2,
.ffwd_h3,
.ffwd_h4,
.ffwd_h5,
.ffwd_h6,
.ffwd_h7,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 600;
}
a {
  color: #db0075;
  text-decoration: none;
}
a:hover {
  color: #2b2d2b;
}
p:last-of-type {
  margin-bottom: 0;
}
.arrow-link {
  align-items: center;
  color: #572c5f;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.arrow-link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath d='M0 10.59 4.58 6 0 1.41 1.41 0l6 6-6 6L0 10.59Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  margin-left: 10px;
  width: 7px;
}
.arrow-link:hover {
  color: #db0075;
}
.linesight-2024-refresh .btn,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a {
  align-items: center;
  border-radius: 40px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding: 16px 24px;
  width: auto;
}
.linesight-2024-refresh .btn.btn-bordered,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a.btn-bordered,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a.btn-bordered {
  background-color: #fff;
  border: 1px solid #db0075;
  color: #572c5f;
}
.linesight-2024-refresh .btn.btn-bordered:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a.btn-bordered:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a.btn-bordered:hover {
  background-color: #db0075;
  border-color: #db0075;
  color: #fff;
  opacity: 1;
}
.linesight-2024-refresh .btn.btn-transparent,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a.btn-transparent,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a.btn-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.linesight-2024-refresh .btn.btn-transparent:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a.btn-transparent:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a.btn-transparent:hover {
  background-color: #fff;
  border-color: #fff;
  color: #db0075;
  opacity: 1;
}
.linesight-2024-refresh .btn.btn-representative,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a.btn-representative,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a.btn-representative {
  padding: 3px 24px 3px 4px;
}
.linesight-2024-refresh .btn.btn-representative .btn-representative-image,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a.btn-representative
  .btn-representative-image,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a.btn-representative
  .btn-representative-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.linesight-2024-refresh .slick-track {
  cursor: -webkit-grab;
  cursor: grab;
}
.linesight-2024-refresh .nav-link {
  color: #572c5f;
}
.linesight-2024-refresh .nav-link:hover {
  color: #db0075;
}
.linesight-2024-refresh .slick-dots {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 2rem 0 0;
  padding: 0;
}
.linesight-2024-refresh .slick-dots > * {
  margin: 0 2px;
}
.linesight-2024-refresh .slick-dots button {
  background-color: rgba(43, 45, 43, 0.2);
  border: none;
  border-radius: 50%;
  height: 12px;
  padding: 0;
  text-indent: -9000px;
  width: 12px;
}
.linesight-2024-refresh .slick-dots .slick-active button {
  background-color: #572c5f;
}
.linesight-2024-refresh .slick-arrow {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 12px 24px 0 rgba(43, 45, 43, 0.08);
  color: #db0075;
  height: 40px;
  position: absolute;
  text-indent: -9000px;
  top: calc(50% - 2rem);
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  width: 40px;
  z-index: 5;
}
.linesight-2024-refresh .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none'%3E%3Cpath d='m0 10.92 4.58-4.59L0 1.74 1.41.33l6 6-6 6L0 10.92Z' fill='%23ED0080'/%3E%3C/svg%3E");
  right: 40px;
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .slick-arrow.slick-next {
    right: 20px;
  }
}
.linesight-2024-refresh .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none'%3E%3Cpath d='M7.41 11.09 2.83 6.5l4.58-4.59L6 .5l-6 6 6 6 1.41-1.41Z' fill='%23ED0080'/%3E%3C/svg%3E");
  left: 40px;
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .slick-arrow.slick-prev {
    left: 20px;
  }
}
.linesight-2024-refresh .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.linesight-2024-refresh .slick-arrow:hover {
  box-shadow: 0 12px 24px 0 rgba(237, 0, 128, 0.16);
}
@media (max-width: 575.98px) {
  .linesight-2024-refresh .slick-arrow {
    top: 68px;
    transform: none;
  }
}
.linesight-2024-refresh .form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath d='M1.41.795 6 5.375l4.59-4.58L12 2.205l-6 6-6-6L1.41.795Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-size: 12px 7px;
  font-weight: 600;
  padding: 12px 30px 12px 20px !important;
}
@media (max-width: 768px) {
  .linesight-2024-refresh .region-select-mobile {
    margin: 0 auto;
    max-width: 120px;
  }
}
.linesight-2024-refresh .form-control {
  font-weight: 600;
  padding: 12px 20px !important;
}
.linesight-2024-refresh .ffwd_socials {
  align-items: center;
  display: flex;
  justify-content: center;
}
.linesight-2024-refresh .ffwd_socials-icons {
  align-items: center;
  display: flex;
  gap: 10px;
}
.linesight-2024-refresh .ffwd_socials-icons > * {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #db0075;
  border-radius: 50%;
  height: 40px;
  text-indent: -9000px;
  width: 40px;
}
.linesight-2024-refresh .ffwd_socials-icons > .linkedin {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' fill='none'%3E%3Cpath d='M.225 1.801A1.615 1.615 0 0 1 .75.563 1.926 1.926 0 0 1 2.115.076c.49-.022.97.15 1.335.48a1.692 1.692 0 0 1 .525 1.29 1.579 1.579 0 0 1-.51 1.2c-.377.34-.873.518-1.38.495H2.07a1.836 1.836 0 0 1-1.335-.495 1.662 1.662 0 0 1-.51-1.245ZM.42 14.926V4.906h3.33v10.02H.42Zm5.175 0h3.33V9.331a1.953 1.953 0 0 1 .757-1.672 1.63 1.63 0 0 1 1.072-.352c1.12 0 1.68.755 1.68 2.265v5.354h3.33v-5.75a4.828 4.828 0 0 0-1.05-3.367 3.581 3.581 0 0 0-2.774-1.143 3.4 3.4 0 0 0-3.015 1.665v.03H8.91l.015-.03V4.906h-3.33c.02.32.03 1.315.03 2.985s-.01 4.015-.03 7.035Z' fill='%23572C5F'/%3E%3C/svg%3E");
  background-size: 15px 15px;
}
.linesight-2024-refresh .ffwd_socials-icons > .x {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath d='M12.217 1.769h2.25L9.553 7.385l5.78 7.641h-4.526l-3.544-4.634-4.056 4.634H.957L6.211 9.02.667 1.769h4.64l3.205 4.236 3.705-4.236Zm-.789 11.911h1.246L4.63 3.044H3.293l8.135 10.636Z' fill='%23572C5F'/%3E%3C/svg%3E");
  background-size: 16px 16px;
}
.linesight-2024-refresh .ffwd_socials-icons > .facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='19' fill='none'%3E%3Cpath d='M6.345 18.192v-7.925h2.661l.4-3.09H6.345V5.207c0-.894.248-1.5 1.531-1.5h1.636V.939A21.923 21.923 0 0 0 7.128.817 3.722 3.722 0 0 0 3.16 4.9v2.278H.488v3.089H3.16v7.925h3.185Z' fill='%23572C5F'/%3E%3C/svg%3E");
  background-size: 9px 17px;
}
.linesight-2024-refresh .ffwd_socials-icons > :hover {
  box-shadow: 0 6px 12px 0 rgba(237, 0, 128, 0.16);
}
.linesight-2024-refresh .ffwd_news-locations a {
  align-items: center;
  border: 1px solid #e4e1dc;
  border-radius: 50px;
  color: #2b2d2b;
  display: flex;
  justify-content: center;
  padding: 24px 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.linesight-2024-refresh .ffwd_news-locations a.active,
.linesight-2024-refresh .ffwd_news-locations a:hover {
  border-color: #db0075;
  color: #572c5f;
}
.linesight-2024-refresh .ffwd_news-locations a:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 50px;
}
.linesight-2024-refresh .ffwd_news-locations-americas:before {
  background-image: url(../images/refresh2024/americas.png);
}
.linesight-2024-refresh .ffwd_news-locations-APAC:before {
  background-image: url(../images/refresh2024/asia.png);
}
.linesight-2024-refresh .ffwd_news-locations-europe:before {
  background-image: url(../images/refresh2024/europe.png);
}
.linesight-2024-refresh .ffwd_news-locations-gcc:before {
  background-image: url(../images/refresh2024/gcc.png);
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .ffwd_news-locations-wrapper {
    border: solid #e4e1dc;
    border-width: 0 0 1px;
  }
  .linesight-2024-refresh .ffwd_news-locations-wrapper .collapse,
  .linesight-2024-refresh .ffwd_news-locations-wrapper .collapsing {
    padding-top: 1rem;
    transition: none !important;
  }
  .linesight-2024-refresh .ffwd_news-locations-trigger {
    align-items: center;
    border: solid #e4e1dc;
    border-width: 1px 0 0;
    display: flex;
    font-weight: 600;
    justify-content: center;
    padding: 1.5rem 0 0;
    text-transform: uppercase;
  }
  .linesight-2024-refresh .ffwd_news-locations-trigger:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath d='m7.41 8.795 4.59 4.58 4.59-4.58 1.41 1.41-6 6-6-6 1.41-1.41Z' fill='%23ED0080'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
  }
  .linesight-2024-refresh
    .ffwd_news-locations-trigger[aria-expanded="true"]:after {
    transition: rotate(180deg);
  }
}
.linesight-2024-refresh .dropdown-toggle {
  align-items: center;
  display: flex;
  justify-content: center;
}
.linesight-2024-refresh .dropdown-toggle:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath d='m7.41 8.795 4.59 4.58 4.59-4.58 1.41 1.41-6 6-6-6 1.41-1.41Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  display: inline-block;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}
.linesight-2024-refresh .dropdown-toggle[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.linesight-2024-refresh .dropdown-toggle + .dropdown-menu {
  border-radius: 12px;
  max-height: 280px;
  min-width: 100%;
  overflow-y: auto;
}
.linesight-2024-refresh .dropdown-toggle + .dropdown-menu li {
  padding: 0 1rem;
}
.linesight-2024-refresh .dropdown-toggle + .dropdown-menu .dropdown-item {
  border-radius: 12px !important;
  padding: 0.6rem 1rem;
}
.linesight-2024-refresh .dropdown-toggle + .dropdown-menu .dropdown-item:active,
.linesight-2024-refresh .dropdown-toggle + .dropdown-menu .dropdown-item:hover {
  background-color: #f7f4f7;
}
@media (max-width: 575.98px) {
  .linesight-2024-refresh .dropdown-toggle + .dropdown-menu {
    font-size: 14px;
  }
}
.linesight-2024-refresh .btn-primary.dropdown-toggle:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath d='m7.41 8.795 4.59 4.58 4.59-4.58 1.41 1.41-6 6-6-6 1.41-1.41Z' fill='%23fff'/%3E%3C/svg%3E");
}
.linesight-2024-refresh .dropdown-menu .dropdown-item.active {
  background-color: #db0075;
}
.linesight-2024-refresh .ffwd_pagination {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
}
.linesight-2024-refresh .ffwd_pagination a {
  align-items: center;
  border-radius: 50%;
  color: #2b2d2b;
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.linesight-2024-refresh .ffwd_pagination a:hover {
  background-color: #e4e1dc;
}
.linesight-2024-refresh .ffwd_pagination a.active {
  border: 1px solid #db0075;
  color: #db0075;
}
.linesight-2024-refresh .ffwd_pagination a.active:hover {
  background-color: transparent;
}
.linesight-2024-refresh .ffwd_pagination span {
  font-weight: 600;
}
.linesight-2024-refresh .ffwd_single-news-hero {
  aspect-ratio: 1016/448;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}
.linesight-2024-refresh .ffwd_sorting {
  align-items: center;
  font-size: 14px;
  gap: 20px;
  justify-content: flex-end;
}
.linesight-2024-refresh .ffwd_sorting.collapse.show {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .linesight-2024-refresh .ffwd_sorting.collapse.show {
    gap: 6px;
  }
}
.linesight-2024-refresh .ffwd_sorting.collapsing {
  display: flex;
}
.linesight-2024-refresh .ffwd_sorting-toggle {
  align-items: center;
  display: flex;
  justify-content: center;
}
.linesight-2024-refresh .ffwd_sorting-toggle:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath d='m7.41 8.795 4.59 4.58 4.59-4.58 1.41 1.41-6 6-6-6 1.41-1.41Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}
.linesight-2024-refresh .ffwd_sorting-toggle[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.linesight-2024-refresh .ffwd_person-modal .modal-dialog {
  margin-top: 2.5rem;
}
.linesight-2024-refresh .ffwd_person-modal .modal-content {
  border: none;
  border-radius: 12px;
  overflow: hidden;
}
.linesight-2024-refresh .ffwd_person-modal .modal-content .modal-body {
  padding: 3rem;
}
.linesight-2024-refresh .ffwd_person-modal .modal-content .modal-body .rounded {
  border-radius: 12px;
}
.linesight-2024-refresh .ffwd_person-modal .btn-close {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
.linesight-2024-refresh .object-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.linesight-2024-refresh .ffwd_carousel-wrapper {
  overflow-x: hidden;
  width: 100vw;
}
.linesight-2024-refresh .list-group-item.active {
  background-color: #f7f4f7;
  border-color: #f7f4f7;
  color: #2b2d2b;
}
.linesight-2024-refresh .nav-tabs .nav-link:focus,
.linesight-2024-refresh .nav-tabs .nav-link:hover {
  color: #db0075;
}
@media (min-width: 1200px) {
  .linesight-2024-refresh .navbar-nav > .nav-item > .nav-link {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }
}
.linesight-2024-refresh .modal-contact-rep {
  display: block;
  height: 70vh;
}
.linesight-2024-refresh .modal-contact-rep .modal-contact-rep-close-button {
  position: relative;
  right: 16px;
  top: 16px;
}
.linesight-2024-refresh .modal-contact-rep .modal-body {
  max-height: calc(100% - 200px);
}
@font-face {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fontello8861.eot?31835581);
  src: url(../fonts/fontello8861.eot?31835581#iefix) format("embedded-opentype"),
    url(../fonts/fontello8861.woff2?31835581) format("woff2"),
    url(../fonts/fontello8861.woff?31835581) format("woff"),
    url(../fonts/fontello8861.ttf?31835581) format("truetype"),
    url(../fonts/fontello8861.svg?31835581#fontello) format("svg");
}
.linesight-2024-refresh .ffwd_icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath d='M7.41 10.59 2.83 6l4.58-4.59L6 0 0 6l6 6 1.41-1.41Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  display: inline-block;
  height: 12px;
  width: 8px;
}
.linesight-2024-refresh .ffwd_icon-close {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath d='M28.5 9.615 26.385 7.5 18 15.885 9.615 7.5 7.5 9.615 15.885 18 7.5 26.385 9.615 28.5 18 20.115l8.385 8.385 2.115-2.115L20.115 18 28.5 9.615Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.linesight-2024-refresh [class*=" icon-"]:before,
.linesight-2024-refresh [class^="icon-"]:before {
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: fontello;
  font-style: normal;
  font-variant: normal;
  font-variant-ligatures: discretionary-ligatures;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}
.linesight-2024-refresh .icon-ls_compass1:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_awards:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_board:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_camraderie:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_cloud_network:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_compass1-1:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_compass2:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_consultancy:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_conversation:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_cost--management:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_dialogue:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_document:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_esecurity:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_experience:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_framework1:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_framework2:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_global--analysis:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_global_network:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_global_network2:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_growth:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_guidance:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_head_conversation:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_head:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_health--and-safety:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_investment:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_laptop_compose:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_laptop_message:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_location-14:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_location-47:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_mantorship:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_network:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_newcompass:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_pencil:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_phone:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_pie_chart:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_presentation_1:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_presentation_2:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_process1:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_process2:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_procurement:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_program-management:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_project-management:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_project-controls:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_relationships:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_review-work:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_rocket:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_search:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_security:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_strategy:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_supply-chain--management:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_systems:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_training:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_valiue_progress:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_value_integrity:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_value_longtermview:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_value_partnership:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_value_resourcefulness:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_vision:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_what:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_why:before {
  content: "";
}
.linesight-2024-refresh .icon-ls_work-life-balance:before {
  content: "";
}
.ffwd_anchor-links {
  border-color: #e4e1dc;
}
.ffwd_anchor-links a {
  background-color: transparent;
  border-radius: 40px;
  color: #db0075;
  font-size: 12px;
  padding: 2px 5px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.ffwd_anchor-links a:hover {
  text-decoration: underline;
}
.ffwd_breadcrumbs {
  align-items: center;
  display: flex;
}
.ffwd_breadcrumbs a,
.ffwd_breadcrumbs span {
  color: #2b2d2b;
  font-size: 14px;
  font-weight: 600;
}
.ffwd_breadcrumbs a,
.ffwd_breadcrumbs span.ffwd_breadcrumbs_separator {
  align-items: center;
  display: flex;
}
.ffwd_breadcrumbs a:after,
.ffwd_breadcrumbs span.ffwd_breadcrumbs_separator:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath d='M0 10.59 4.58 6 0 1.41 1.41 0l6 6-6 6L0 10.59Z' fill='%236D6E71'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  margin: 0 0.5rem;
  width: 7px;
}
.ffwd_breadcrumbs a:hover,
.ffwd_breadcrumbs span.ffwd_breadcrumbs_separator:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .ffwd_breadcrumbs {
    border-bottom: 1px solid #e4e1dc;
    margin-bottom: 0.9rem;
    padding: 0.2rem 0 0.9rem;
  }
}
.ffwd_badge-links a {
  background-color: #f7f4f7;
  border-radius: 40px;
  color: #572c5f;
  font-weight: 600;
  padding: 0.4rem 1rem;
}
.ffwd_badge-links a:hover {
  background-color: #db0075;
  color: #fff;
  text-decoration: none;
}
.ffwd_wysiwyg span {
  background-color: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
}
.ffwd_wysiwyg a {
  color: #db0075;
  text-decoration: none;
}
.ffwd_wysiwyg a:hover {
  text-decoration: underline;
}
.ffwd_wysiwyg b,
.ffwd_wysiwyg strong {
  font-weight: 600;
}
.ffwd_wysiwyg ol,
.ffwd_wysiwyg ul {
  margin-left: 0;
  padding-left: 1rem;
}
.ffwd_wysiwyg img {
  border-radius: 8px;
  display: block;
  height: auto;
  margin: 1rem 0;
  max-width: 100%;
  width: 100%;
}
.ffwd_wysiwyg-add-value {
  background-color: #f7f4f7;
  border-radius: 12px;
  padding: 1.5rem;
}
.ffwd_wysiwyg-add-value .h1,
.ffwd_wysiwyg-add-value .h2,
.ffwd_wysiwyg-add-value .h3,
.ffwd_wysiwyg-add-value .h4,
.ffwd_wysiwyg-add-value .h5,
.ffwd_wysiwyg-add-value .h6,
.ffwd_wysiwyg-add-value h1,
.ffwd_wysiwyg-add-value h2,
.ffwd_wysiwyg-add-value h3,
.ffwd_wysiwyg-add-value h4,
.ffwd_wysiwyg-add-value h5,
.ffwd_wysiwyg-add-value h6,
.ffwd_wysiwyg-add-value h7 {
  background-color: transparent;
  color: #db0075;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.ffwd_wysiwyg-add-value ul > li {
  margin-bottom: 0.5rem;
}
.ffwd_image-grid-content {
  align-items: center;
  aspect-ratio: 3/2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e4e1dc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.ffwd_image-grid-content > .inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ffwd_image-grid-content .inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ffwd_image-grid-carousel {
  position: relative;
}
.ffwd_image-grid-carousel .slick-track > * {
  margin: 0 10px;
}
@media (min-width: 1300px) {
  .ffwd_image-grid-carousel:after,
  .ffwd_image-grid-carousel:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 2;
  }
  .ffwd_image-grid-carousel:before {
    background: linear-gradient(90deg, #fff, transparent);
    left: 0;
  }
  .ffwd_image-grid-carousel:after {
    background: linear-gradient(270deg, #fff, transparent);
    right: 0;
  }
}
.ffwd_vertical-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 1.5rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.ffwd_vertical-card-image {
  aspect-ratio: 3/2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  position: relative;
  width: 100%;
}
.ffwd_vertical-card-image.square {
  aspect-ratio: 1/1;
}
.ffwd_vertical-card-image .inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ffwd_vertical-card-image.ffwd_our-people {
  aspect-ratio: 1/1;
}
.ffwd_vertical-card-image:after {
  background: linear-gradient(
    180deg,
    rgba(237, 0, 128, 0),
    rgba(237, 0, 128, 0.75) 50%,
    #ed0080
  );
  bottom: 0;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.ffwd_vertical-card-image-careers:after {
  background: linear-gradient(
      180deg,
      rgba(0, 171, 189, 0),
      rgba(0, 171, 189, 0.5)
    ),
    linear-gradient(180deg, rgba(43, 45, 43, 0), #2b2d2b);
}
.ffwd_vertical-card-body {
  flex-grow: 1;
  font-size: 14px;
  line-height: 22px;
  padding: 1.5rem 1rem 0;
}
.ffwd_vertical-card-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}
.ffwd_vertical-card-icon .icon {
  line-height: 1;
}
.ffwd_vertical-card-icon + .ffwd_vertical-card-body {
  padding-top: 0.5rem;
}
.ffwd_vertical-card-title {
  color: #2b2d2b;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}
.ffwd_vertical-card-title:hover {
  color: initial;
}
.ffwd_vertical-card-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.ffwd_vertical-card-tags > * {
  background: rgba(43, 45, 43, 0.05);
  border-radius: 4px;
  color: #2b2d2b;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  padding: 2px 4px;
  text-decoration: none;
}
.ffwd_vertical-card-tags a:hover {
  background: rgba(43, 45, 43, 0.1);
  color: inherit;
}
.ffwd_vertical-card .arrow-link,
.ffwd_vertical-card .btn,
.ffwd_vertical-card
  .linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a,
.ffwd_vertical-card
  .linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .ffwd_vertical-card
  a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .ffwd_vertical-card
  a {
  align-self: flex-start;
  margin: 1rem 1rem 0;
}
.ffwd_vertical-card:not(.no-link) {
  cursor: pointer;
}
.ffwd_vertical-card:not(.no-link):hover {
  box-shadow: 0 12px 24px 0 rgba(237, 0, 128, 0.16);
  transition: all 0.2s ease-in-out;
}
.ffwd_vertical-card:not(.no-link):hover .arrow-link {
  color: #db0075;
}
.ffwd_vertical-card:not(.no-link):hover .btn-bordered {
  background-color: #db0075;
  border-color: #db0075;
  color: #fff;
}
.ffwd_vertical-card:not(.no-link):hover .ffwd_vertical-card-image {
  border-radius: 0;
  transition: border-radius 0.2s ease-in-out;
}
.ffwd_vertical-card:not(.no-link):hover .ffwd_vertical-card-image:after {
  opacity: 0.8;
}
.ffwd_tabs-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ffwd_tabs-links li {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 0.2rem 1rem;
  position: relative;
}
.ffwd_tabs-links li:before {
  background-color: #a5a5a5;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.ffwd_tabs-links li[aria-expanded="true"]:before {
  background-color: #db0075;
  width: 4px;
}
@media (max-width: 1099.98px) {
  .ffwd_tabs-links li {
    padding: 0.2rem 0.5rem;
  }
  .ffwd_tabs-links li:before {
    height: 1px;
    width: 100%;
  }
  .ffwd_tabs-links li[aria-expanded="true"]:before {
    height: 4px;
    width: 100%;
  }
  .ffwd_tabs-links li {
    padding: 0.8rem 0 0.4rem;
  }
}
.ffwd_tabs .ffwd_wysiwyg {
  margin-top: 0.2rem;
}
.ffwd_tabs .collapse,
.ffwd_tabs .collapsing {
  transition: none !important;
}
@media (max-width: 1099.98px) {
  .ffwd_tabs .collapse,
  .ffwd_tabs .collapsing {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.ffwd_faq {
  border-radius: 16px;
  overflow: hidden;
}
.ffwd_faq-answer {
  background-color: #e6dfe7;
  padding: 0 1rem 1rem;
}
.ffwd_faq-question {
  background-color: #f7f4f7;
  color: #572c5f;
  cursor: pointer;
  font-weight: 600;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}
.ffwd_faq-question:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M12 5v14M5 12h14' stroke='%23ED0080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 24px;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  transition: all 0.2s;
  width: 24px;
}
.ffwd_faq-question[aria-expanded="false"]:after {
  display: block;
}
.ffwd_faq-question[aria-expanded="true"]:after {
  display: block;
  transform: rotate(45deg);
}
.ffwd_faq-question:hover,
.ffwd_faq-question[aria-expanded="true"] {
  background-color: #e6dfe7;
}
.ffwd_faq.q_a .ffwd_faq-answer,
.ffwd_faq.q_a .ffwd_faq-question {
  padding-left: 3rem;
  position: relative;
}
.ffwd_faq.q_a .ffwd_faq-answer:before,
.ffwd_faq.q_a .ffwd_faq-question:before {
  left: 1rem;
  position: absolute;
  top: 0;
}
.ffwd_faq.q_a .ffwd_faq-question:before {
  content: "Q:";
  top: 1rem;
}
.ffwd_faq.q_a .ffwd_faq-answer:before {
  content: "A:";
}
.ffwd_faq.expanded {
  border-radius: 0;
}
.ffwd_faq.expanded .ffwd_faq-answer,
.ffwd_faq.expanded .ffwd_faq-question {
  background-color: transparent;
  padding: 0;
}
.ffwd_faq.expanded .ffwd_faq-question {
  margin-bottom: 1rem;
}
.ffwd_faq.expanded.q_a .ffwd_faq-answer,
.ffwd_faq.expanded.q_a .ffwd_faq-question {
  padding-left: 2rem;
}
.ffwd_faq.expanded.q_a .ffwd_faq-answer:before,
.ffwd_faq.expanded.q_a .ffwd_faq-question:before {
  left: 0;
}
.ffwd_faq.expanded.q_a .ffwd_faq-question:before {
  top: 0;
}
.ffwd_cta {
  align-items: center;
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 2rem 1rem;
  position: relative;
}
.ffwd_cta-background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ffwd_cta-content {
  position: relative;
  z-index: 3;
}
.ffwd_cta-overlay:after {
  background: rgba(43, 45, 43, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ffwd_cta-darker:after {
  background: rgba(43, 45, 43, 0.7);
}
@media (min-width: 1300px) {
  .ffwd_cta {
    aspect-ratio: 1360/400;
    padding: 2rem;
  }
}
.ffwd_content-links {
  overflow: hidden;
  width: 100%;
}
.ffwd_content-links-content {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 64px 1rem 20px;
  position: relative;
}
.ffwd_content-links-content-wrapper {
  position: relative;
  z-index: 2;
}
.ffwd_content-links-content:before {
  background: linear-gradient(
    180deg,
    rgba(43, 45, 43, 0),
    rgba(43, 45, 43, 0.75) 50%,
    #2b2d2b
  );
}
.ffwd_content-links-content:after,
.ffwd_content-links-content:before {
  bottom: 0;
  content: "";
  display: block;
  height: 90%;
  left: 0;
  min-height: 100px;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.ffwd_content-links-content:after {
  background: linear-gradient(
    180deg,
    rgba(237, 0, 128, 0),
    rgba(237, 0, 128, 0.75) 50%,
    #ed0080
  );
  opacity: 0;
}
.ffwd_content-links-content-careers:after {
  background: linear-gradient(
      180deg,
      rgba(0, 171, 189, 0),
      rgba(0, 171, 189, 0.5)
    ),
    linear-gradient(180deg, rgba(43, 45, 43, 0), #2b2d2b);
}
.ffwd_content-links-carousel {
  --bs-gutter-x: 20px;
  padding-bottom: 1.5rem;
}
.ffwd_content-links-carousel-wrapper {
  overflow: hidden;
  width: 100vw;
}
.ffwd_content-links-carousel .slick-list {
  display: flex !important;
  margin: 0 calc(var(--bs-gutter-x) / -2);
  overflow: visible;
}
.ffwd_content-links-carousel .slick-track {
  display: flex !important;
}
.ffwd_content-links-carousel .slick-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 calc(var(--bs-gutter-x) / 2);
}
.ffwd_content-links-carousel .slick-slide > div {
  display: flex;
  flex-grow: 1;
}
.ffwd_content-links-card {
  aspect-ratio: 3/2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .ffwd_content-links-card:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
.ffwd_content-links-card:hover {
  box-shadow: 0 12px 24px 0 rgba(237, 0, 128, 0.16);
}
.ffwd_content-links-card:hover .ffwd_content-links-content:before {
  opacity: 0;
}
.ffwd_content-links-card:hover .ffwd_content-links-content:after {
  opacity: 0.8;
}
.ffwd_content-links-card.slim {
  aspect-ratio: 3/1.5;
}
.ffwd_content-links-card.slim .ffwd_vertical-card-tags {
  z-index: 2;
}
.ffwd_content-links-card.slim .ffwd_vertical-card-tags span {
  background-color: rgba(51, 33, 68, 0.6);
}
.ffwd_content-links-card.slim .ffwd_vertical-card-tags .new-badge {
  background-color: #62436c;
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .ffwd_content-links-card.slim {
    aspect-ratio: 3/3.5;
  }
}
.ffwd_content-links-card .ffwd_vertical-card-tags {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
}
.g-0 .ffwd_content-links-card {
  border-radius: 0;
}
.ffwd_testimonial-item {
  --bs-gutter-x: 20px;
}
.ffwd_testimonial-content {
  align-items: self-start;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: inline-flex !important;
  height: 100%;
  padding: 3rem;
}
.ffwd_testimonial-content-right {
  padding: 0 3rem;
}
@media (max-width: 1099.98px) {
  .ffwd_testimonial-content {
    flex-direction: column;
    padding: 1.5rem;
  }
  .ffwd_testimonial-content-right {
    padding: 1rem 0;
  }
}
.ffwd_testimonial-image {
  aspect-ratio: 1/1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-shrink: 0;
  max-width: 240px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .ffwd_testimonial-image {
    max-width: none;
  }
}
.ffwd_testimonial-light .ffwd_testimonial-quote {
  color: #572c5f;
}
.ffwd_testimonial-light .ffwd_testimonial-content {
  background-color: #f7f4f7;
}
.ffwd_testimonial-dark .ffwd_testimonial-content {
  background-color: #572c5f;
  color: #fff;
}
.ffwd_testimonial-dark .ffwd_testimonial-content a {
  color: inherit;
}
.ffwd_testimonial-dark .ffwd_testimonial-content a:hover {
  color: #db0075;
}
.ffwd_testimonial-carousel {
  position: relative;
}
.ffwd_testimonial-carousel .ffwd_testimonial-item {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.ffwd_testimonial-carousel .slick-list,
.ffwd_testimonial-carousel .slick-list .slick-track,
.ffwd_testimonial-carousel .slick-list .slick-track .slick-slide {
  display: flex;
}
.ffwd_testimonial-carousel .slick-list .slick-track .slick-slide > div {
  display: flex;
  width: 100%;
}
@media (min-width: 1300px) {
  .ffwd_testimonial-carousel:after,
  .ffwd_testimonial-carousel:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 2;
  }
  .ffwd_testimonial-carousel:before {
    background: linear-gradient(90deg, #fff, transparent);
    left: 0;
  }
  .ffwd_testimonial-carousel:after {
    background: linear-gradient(270deg, #fff, transparent);
    right: 0;
  }
}
.ffwd_card-block,
.ffwd_card-block-image {
  border-radius: 12px;
  overflow: hidden;
}
.ffwd_card-block-image {
  aspect-ratio: 3/2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .ffwd_card-block-image {
    border-radius: 0 !important;
  }
}
.ffwd_card-block-image-container {
  aspect-ratio: 3/2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3rem !important;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem !important;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .ffwd_card-block-image-container {
    padding: 2rem !important;
  }
  .ffwd_card-block-image-container.pe-md-0 {
    padding-right: 0 !important;
  }
  .ffwd_card-block-image-container.ps-md-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .ffwd_card-block-image-container {
    padding: 0 !important;
  }
}
.ffwd_card-block-image-container iframe,
.ffwd_card-block-image-container video {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.ffwd_card-block-image-container iframe.ffwd_card-block-vimeo,
.ffwd_card-block-image-container video.ffwd_card-block-vimeo {
  width: 120%;
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  .ffwd_card-block-image-container iframe,
  .ffwd_card-block-image-container video {
    width: 200% !important;
  }
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .ffwd_card-block-image-container iframe,
  .ffwd_card-block-image-container video {
    width: 250% !important;
  }
}
@media (max-width: 575.98px) {
  .ffwd_card-block-image-container iframe,
  .ffwd_card-block-image-container video {
    height: 100%;
    width: auto;
  }
}
.ffwd_card-block-content {
  padding: 3rem !important;
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .ffwd_card-block-content {
    padding: 2rem !important;
  }
}
@media (max-width: 767.98px) {
  .ffwd_card-block-content {
    padding: 1.5rem !important;
  }
}
.ffwd_card-block.bg-purple,
.ffwd_card-block.bg-teal {
  color: #fff;
}
.ffwd_card-block.bg-purple a.arrow-link,
.ffwd_card-block.bg-teal a.arrow-link {
  color: inherit;
}
.ffwd_card-block.bg-purple a.arrow-link:hover,
.ffwd_card-block.bg-teal a.arrow-link:hover {
  color: #db0075;
}
.ffwd_card-block.bg-purple .ffwd_vertical-card-tags a,
.ffwd_card-block.bg-teal .ffwd_vertical-card-tags a {
  background: rgba(43, 45, 43, 0.2);
  color: #fff;
}
.ffwd_card-block.bg-purple .ffwd_vertical-card-tags a:hover,
.ffwd_card-block.bg-teal .ffwd_vertical-card-tags a:hover {
  background: rgba(43, 45, 43, 0.5);
}
.ffwd_card-block.bg-teal .btn-primary {
  background-color: #572c5f;
  border-color: #572c5f;
}
.ffwd_card-block.bg-teal .btn-primary:hover {
  background-color: #371c3c;
}
@media (min-width: 1100px) {
  .ffwd_card-block-full .ffwd_card-block-image-container {
    padding: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .ffwd_card-block-full .ffwd_card-block-image-image {
    border-radius: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.ffwd_card-block-video {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126' height='126' fill='none'%3E%3Cg filter='url(%23a)' shape-rendering='crispEdges'%3E%3Ccircle cx='63' cy='51' r='51' fill='%23fff' fill-opacity='.5'/%3E%3Ccircle cx='63' cy='51' r='51' fill='%233C3C3C' fill-opacity='.2'/%3E%3Ccircle cx='63' cy='51' r='51' fill='url(%23b)' fill-opacity='.25'/%3E%3C/g%3E%3Cpath d='M75 49.268c1.333.77 1.333 2.694 0 3.464l-16.5 9.526c-1.333.77-3-.192-3-1.732V41.474c0-1.54 1.667-2.502 3-1.732L75 49.268Z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='b' x1='63' y1='0' x2='63' y2='102' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ED0080' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23ED0080'/%3E%3C/linearGradient%3E%3Cfilter id='a' x='-52' y='-64' width='230' height='230' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='32'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_733_653'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='12'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend in2='effect1_backgroundBlur_733_653' result='effect2_dropShadow_733_653'/%3E%3CfeBlend in='SourceGraphic' in2='effect2_dropShadow_733_653' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-image 0.2s ease-in-out;
  width: 100px;
  z-index: 2;
}
.ffwd_card-block-video:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126' height='126' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='63' cy='51' r='51' fill='%23fff' fill-opacity='.5'/%3E%3Ccircle cx='63' cy='51' r='51' fill='%233C3C3C' fill-opacity='.2'/%3E%3Ccircle cx='63' cy='51' r='51' fill='%23ED0080'/%3E%3C/g%3E%3Cpath d='M75 49.268c1.333.77 1.333 2.694 0 3.464l-16.5 9.526c-1.333.77-3-.192-3-1.732V41.474c0-1.54 1.667-2.502 3-1.732L75 49.268Z' fill='%23fff'/%3E%3Cdefs%3E%3Cfilter id='a' x='-52' y='-64' width='230' height='230' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='32'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_733_2308'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='12'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend in2='effect1_backgroundBlur_733_2308' result='effect2_dropShadow_733_2308'/%3E%3CfeBlend in='SourceGraphic' in2='effect2_dropShadow_733_2308' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.ffwd_card-block-offset {
  border-radius: 0;
  overflow: visible;
}
.ffwd_card-block-offset .ffwd_card-block-content {
  border-radius: 12px;
}
.ffwd_card-block-offset .ffwd_card-block-content.bg-purple,
.ffwd_card-block-offset .ffwd_card-block-content.bg-teal {
  color: #fff;
}
.ffwd_card-block-offset .ffwd_card-block-content.bg-purple a.arrow-link,
.ffwd_card-block-offset .ffwd_card-block-content.bg-teal a.arrow-link {
  color: inherit;
}
.ffwd_card-block-offset .ffwd_card-block-content.bg-purple a.arrow-link:hover,
.ffwd_card-block-offset .ffwd_card-block-content.bg-teal a.arrow-link:hover {
  color: #db0075;
}
.ffwd_card-block-offset .ffwd_card-block-content.bg-teal .btn-primary {
  background-color: #572c5f;
  border-color: #572c5f;
}
.ffwd_card-block-offset .ffwd_card-block-content.bg-teal .btn-primary:hover {
  background-color: #371c3c;
}
.ffwd_card-block-offset .ffwd_card-block-image-container {
  border-radius: 12px;
  overflow: hidden;
}
.ffwd_card-block-offset-container {
  position: relative;
}
.ffwd_card-block-offset-container:after {
  clear: both;
  content: "";
  display: block;
}
.ffwd_card-block-offset-container:not(.ffwd_card-block-offset-reversed)
  > :not(.modal) {
  position: relative;
}
.ffwd_card-block-offset-container:not(.ffwd_card-block-offset-reversed)
  > :not(.modal):first-child {
  left: 0;
  min-height: 100%;
  padding-right: 5rem !important;
  position: absolute;
  top: 0;
}
@media (max-width: 1099.98px) {
  .ffwd_card-block-offset-container:not(.ffwd_card-block-offset-reversed)
    > :not(.modal):first-child {
    padding-right: 2rem !important;
  }
}
.ffwd_card-block-offset-container:not(.ffwd_card-block-offset-reversed)
  > :not(.modal):nth-child(2) {
  float: right;
}
.ffwd_card-block-offset-container:not(
    .ffwd_card-block-offset-reversed
  ).ffwd_card-block-offset-left-front
  > :not(.modal) {
  padding-right: 2rem !important;
}
@media (max-width: 1099.98px) {
  .ffwd_card-block-offset-container:not(.ffwd_card-block-offset-reversed)
    .ffwd_card-block-image-container {
    border-radius: 0 0 12px 12px;
  }
  .ffwd_card-block-offset-container:not(.ffwd_card-block-offset-reversed)
    .ffwd_card-block-content {
    border-radius: 12px 12px 0 0;
  }
}
.ffwd_card-block-offset-container.ffwd_card-block-offset-reversed
  > :not(.modal) {
  position: relative;
}
.ffwd_card-block-offset-container.ffwd_card-block-offset-reversed
  > :not(.modal):first-child {
  float: left;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1099.98px) {
  .ffwd_card-block-offset-container.ffwd_card-block-offset-reversed {
    display: flex;
    flex-direction: column-reverse;
  }
  .ffwd_card-block-offset-container.ffwd_card-block-offset-reversed
    .ffwd_card-block-image-container {
    border-radius: 12px 12px 0 0;
  }
  .ffwd_card-block-offset-container.ffwd_card-block-offset-reversed
    .ffwd_card-block-content {
    border-radius: 0 0 12px 12px;
  }
}
.ffwd_card-block-offset-container.ffwd_card-block-offset-reversed:not(
    .ffwd_card-block-offset-left-front
  )
  > :not(.modal):first-child {
  padding-left: 5rem !important;
}
@media (max-width: 1099.98px) {
  .ffwd_card-block-offset-container.ffwd_card-block-offset-reversed:not(
      .ffwd_card-block-offset-left-front
    )
    > :not(.modal):first-child {
    padding-left: 2rem !important;
  }
}
.ffwd_card-block-offset-container.ffwd_card-block-offset-reversed.ffwd_card-block-offset-left-front
  > :not(.modal):first-child {
  padding-left: 2rem !important;
}
.ffwd_card-block-offset-container.ffwd_card-block-offset-top-left {
  margin-bottom: 40px;
}
.ffwd_card-block-offset-container.ffwd_card-block-offset-top-left
  > :not(.modal):first-child {
  top: 40px;
}
@media (max-width: 1099.98px) {
  .ffwd_card-block-offset-container.ffwd_card-block-offset-top-left.ffwd_card-block-offset-left-front
    > :not(.modal):first-child,
  .ffwd_card-block-offset-container.ffwd_card-block-offset-top-left
    > :not(.modal):first-child {
    position: static;
  }
}
.ffwd_card-block-offset-container.ffwd_card-block-offset-top-right {
  margin-top: 40px;
}
.ffwd_card-block-offset-container.ffwd_card-block-offset-top-right
  > :not(.modal):first-child {
  top: -40px;
}
@media (max-width: 1099.98px) {
  .ffwd_card-block-offset-container.ffwd_card-block-offset-top-right {
    margin-top: 0;
  }
  .ffwd_card-block-offset-container.ffwd_card-block-offset-top-right.ffwd_card-block-offset-left-front
    > :not(.modal):first-child,
  .ffwd_card-block-offset-container.ffwd_card-block-offset-top-right
    > :not(.modal):first-child {
    position: static;
  }
}
.ffwd_card-block-offset-container.ffwd_card-block-offset-left-front
  > :not(.modal):first-child {
  z-index: 2;
}
.ffwd_card-block-offset-container.ffwd_card-block-offset-left-front
  > :not(.modal):nth-child(2) {
  z-index: 1;
}
@media (max-width: 1099.98px) {
  .ffwd_card-block-offset-container.ffwd_card-block-offset-reversed
    > :not(.modal):nth-child(2) {
    float: left;
  }
}
.ffwd_image-banner {
  align-items: center;
  color: #fff;
  display: flex;
  min-height: 500px;
  padding: 2rem 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .ffwd_image-banner {
    flex-direction: column;
    justify-content: center;
  }
}
.ffwd_image-banner-xlarge {
  min-height: 600px;
}
.ffwd_image-banner-medium {
  min-height: 400px;
}
.ffwd_image-banner-small {
  min-height: 300px;
}
.ffwd_image-banner-full {
  min-height: 100vh;
}
.ffwd_image-banner .container {
  position: relative;
  z-index: 4;
}
.ffwd_image-banner-overlay:after {
  background-color: rgba(43, 45, 43, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .ffwd_image-banner-overlay-watermark:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='320' height='300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M319.999 54.978 207.478 120.05h112.521V54.978ZM0 120.049h103.729L319.998-5.021V-65L0 120.049ZM320 245.14v-59.961l-112.521-65.071H103.731L320 245.14ZM0 180.049l319.998 184.992v-59.922L0 120.127v59.922Z' fill='%23fff' fill-opacity='.3'/%3E%3C/svg%3E");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    z-index: 3;
  }
}
.ffwd_image-banner-background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ffwd_image-banner-background-video {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.ffwd_image-banner-background-video iframe,
.ffwd_image-banner-background-video video {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ffwd_image-banner-foreground {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .ffwd_image-banner-foreground {
    bottom: 0;
    height: 95%;
    position: absolute;
    right: 0;
    width: 45%;
  }
  .ffwd_image-banner-foreground.left {
    left: 0;
    right: auto;
  }
}
@media (max-width: 767.98px) {
  .ffwd_image-banner-foreground {
    bottom: -2rem;
    height: 300px;
    width: 100%;
  }
}
.ffwd_image-banner-key-contact {
  background-color: #fff;
  border-radius: 12px;
  color: #2b2d2b;
  padding: 40px;
  text-align: center;
  width: 100%;
}
.ffwd_image-banner-key-contact-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  height: 120px;
  margin: 0 auto 1rem;
  width: 120px;
}
.ffwd_image-banner-key-contact .dropdown-menu.show {
  left: 50% !important;
  transform: translate3d(-50%, 26px, 0) !important;
}
.ffwd_image-banner-h1-line {
  padding-left: 1.5rem;
  position: relative;
}
.ffwd_image-banner-h1-line:before {
  background-color: #db0075;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
@media (min-width: 1300px) {
  .ffwd_image-banner-h1-line {
    padding-left: 2rem;
  }
}
.ffwd_image-banner-location {
  background-color: #fff;
  border-radius: 12px;
  color: #2b2d2b;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.ffwd_image-banner-location-map {
  aspect-ratio: 265/240;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ffwd_image-banner-location-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.ffwd_image-banner-location-content a {
  color: #db0075;
  text-decoration: none;
}
.ffwd_image-banner-location-content a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .ffwd_image-banner-location {
    flex-direction: column;
  }
}
.ffwd_image-banner-video-modal .modal-dialog {
  margin-top: 2.5rem;
}
.ffwd_image-banner-video-modal .modal-content {
  background: transparent;
  border: none;
}
.ffwd_image-banner-video-modal video {
  height: auto;
  width: 100%;
}
.ffwd_image-banner-video-modal iframe {
  aspect-ratio: 16/9;
  pointer-events: all;
  position: static;
  transform: none;
  width: 100%;
}
.ffwd_image-banner-video-modal .btn-close {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -30px;
}
.ffwd_image-banner-error {
  background: linear-gradient(
    to bottom left,
    rgba(174, 74, 156, 0.2) 0,
    transparent 45%
  );
  color: #2b2d2b;
  min-height: 100vh;
  position: relative;
}
.ffwd_image-banner-error-bg {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='403' fill='none'%3E%3Cpath opacity='.1' fill-rule='evenodd' clip-rule='evenodd' d='M97.247 173.485H0L300 0v56.231L97.247 173.485Zm97.262 0 105.489-61.005v61.005H194.509Zm105.49 117.272v-56.213L194.51 173.539H97.246l202.753 117.218ZM300 403.165 0 229.734v-56.177l300 173.431v56.177Z' fill='%23AE4A9C'/%3E%3C/svg%3E");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% + 100px);
  max-width: 600px;
  min-width: 250px;
  position: absolute;
  right: 0;
  top: -100px;
  width: 60%;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .ffwd_image-banner-error {
    background: linear-gradient(
      to top left,
      rgba(174, 74, 156, 0.2) 0,
      transparent 45%
    );
  }
  .ffwd_image-banner-error-bg {
    background-position: top;
    bottom: 0;
    height: 60%;
    top: auto;
  }
}
.ffwd_statistics {
  color: #572c5f;
  font-weight: 500;
  padding: 10px 0 40px;
}
.ffwd_statistics-large,
.ffwd_statistics-Large {
  font-size: clamp(64px, 6vw + 2rem, 128px);
  letter-spacing: -5px;
  line-height: 100%;
}
.ffwd_statistics-large + .ffwd_statistics-suffix,
.ffwd_statistics-Large + .ffwd_statistics-suffix {
  font-size: clamp(32px, 6vw + 2rem, 64px);
  letter-spacing: -5px;
  line-height: 110%;
}
@media (min-width: 1100px) {
  .ffwd_statistics-large + .ffwd_statistics-suffix,
  .ffwd_statistics-Large + .ffwd_statistics-suffix {
    line-height: 125%;
  }
}
@media (max-width: 575.98px) {
  .ffwd_statistics-large + .ffwd_statistics-suffix,
  .ffwd_statistics-Large + .ffwd_statistics-suffix {
    line-height: 105%;
  }
}
@media (max-width: 767.98px) {
  .ffwd_statistics-large,
  .ffwd_statistics-Large,
  .ffwd_statistics-large + .ffwd_statistics-suffix,
  .ffwd_statistics-Large + .ffwd_statistics-suffix {
    letter-spacing: -3px;
  }
}
.ffwd_statistics-medium,
.ffwd_statistics-Medium {
  font-size: clamp(48px, 6vw + 1rem, 90px);
  letter-spacing: -5px;
  line-height: 100%;
}
.ffwd_statistics-medium + .ffwd_statistics-suffix,
.ffwd_statistics-Medium + .ffwd_statistics-suffix {
  font-size: clamp(32px, 6vw + 1rem, 64px);
  letter-spacing: -5px;
  line-height: 110%;
}
@media (min-width: 1100px) {
  .ffwd_statistics-medium + .ffwd_statistics-suffix,
  .ffwd_statistics-Medium + .ffwd_statistics-suffix {
    line-height: 125%;
  }
}
@media (max-width: 575.98px) {
  .ffwd_statistics-medium + .ffwd_statistics-suffix,
  .ffwd_statistics-Medium + .ffwd_statistics-suffix {
    line-height: 105%;
  }
}
@media (max-width: 767.98px) {
  .ffwd_statistics-medium,
  .ffwd_statistics-Medium,
  .ffwd_statistics-medium + .ffwd_statistics-suffix,
  .ffwd_statistics-Medium + .ffwd_statistics-suffix {
    letter-spacing: -3px;
  }
}
.ffwd_statistics-small,
.ffwd_statistics-Small {
  font-size: clamp(48px, 4vw + 1rem, 64px);
  letter-spacing: -3px;
  line-height: 100%;
}
.ffwd_statistics-small + .ffwd_statistics-suffix,
.ffwd_statistics-Small + .ffwd_statistics-suffix {
  font-size: clamp(24px, 4vw + 1rem, 32px);
  letter-spacing: -3px;
  line-height: 125%;
}
@media (min-width: 1100px) {
  .ffwd_statistics-small + .ffwd_statistics-suffix,
  .ffwd_statistics-Small + .ffwd_statistics-suffix {
    line-height: 140%;
  }
}
@media (max-width: 575.98px) {
  .ffwd_statistics-small + .ffwd_statistics-suffix,
  .ffwd_statistics-Small + .ffwd_statistics-suffix {
    line-height: 115%;
  }
}
@media (max-width: 767.98px) {
  .ffwd_statistics-small,
  .ffwd_statistics-Small,
  .ffwd_statistics-small + .ffwd_statistics-suffix,
  .ffwd_statistics-Small + .ffwd_statistics-suffix {
    letter-spacing: -2px;
  }
}
.ffwd_statistics-prefix-large,
.ffwd_statistics-prefix-Large {
  font-size: clamp(64px, 6vw + 2rem, 128px);
  letter-spacing: -5px;
  line-height: 100%;
}
@media (max-width: 767.98px) {
  .ffwd_statistics-prefix-large,
  .ffwd_statistics-prefix-Large {
    letter-spacing: -3px;
  }
}
.ffwd_statistics-prefix-medium,
.ffwd_statistics-prefix-Medium {
  font-size: clamp(48px, 6vw + 1rem, 90px);
  letter-spacing: -5px;
  line-height: 100%;
}
@media (max-width: 767.98px) {
  .ffwd_statistics-prefix-medium,
  .ffwd_statistics-prefix-Medium {
    letter-spacing: -3px;
  }
}
.ffwd_statistics-prefix-small,
.ffwd_statistics-prefix-Small {
  font-size: clamp(48px, 4vw + 1rem, 64px);
  letter-spacing: -3px;
  line-height: 100%;
}
@media (max-width: 767.98px) {
  .ffwd_statistics-prefix-small,
  .ffwd_statistics-prefix-Small {
    letter-spacing: -2px;
  }
}
.ffwd_statistics-icon-small,
.ffwd_statistics-icon-Small {
  bottom: 2px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .ffwd_statistics-icon-small,
  .ffwd_statistics-icon-Small {
    bottom: 0.2vw;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ffwd_statistics-icon-small,
  .ffwd_statistics-icon-Small {
    bottom: 0.1vw;
  }
}
@media (max-width: 575.98px) {
  .ffwd_statistics-icon-small,
  .ffwd_statistics-icon-Small {
    bottom: 0;
  }
}
.ffwd_statistics-icon-medium,
.ffwd_statistics-icon-Medium {
  bottom: 6px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 1099.98px) {
  .ffwd_statistics-icon-medium,
  .ffwd_statistics-icon-Medium {
    bottom: 0.5vw;
  }
}
@media (max-width: 575.98px) {
  .ffwd_statistics-icon-medium,
  .ffwd_statistics-icon-Medium {
    bottom: 0;
  }
}
.ffwd_statistics-icon-large,
.ffwd_statistics-icon-Large {
  bottom: 10px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 1099.98px) {
  .ffwd_statistics-icon-large,
  .ffwd_statistics-icon-Large {
    bottom: 0.3vw;
  }
}
@media (max-width: 575.98px) {
  .ffwd_statistics-icon-large,
  .ffwd_statistics-icon-Large {
    bottom: 0;
  }
}
.ffwd_key-contact {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e4e1dc;
  border-radius: 12px;
  bottom: -400px;
  box-shadow: 0 12px 24px 0 rgba(43, 45, 43, 0.08);
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: 900px;
  padding: 0.8rem 1rem;
  position: fixed;
  transform: translateX(-50%);
  width: 90%;
  z-index: 10;
}
.ffwd_key-contact.visible {
  bottom: 1rem;
  transition: bottom 0.3s ease-in-out;
}
.ffwd_key-contact-avatar {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  height: 60px;
  width: 60px;
}
.ffwd_key-contact .btn,
.ffwd_key-contact
  .linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a,
.ffwd_key-contact
  .linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .ffwd_key-contact
  a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .ffwd_key-contact
  a {
  white-space: nowrap;
}
.ffwd_key-contact .dropdown {
  max-width: 400px;
}
.ffwd_key-contact .dropdown .dropdown-toggle {
  justify-content: flex-start;
  white-space: wrap;
}
.ffwd_key-contact .dropdown .dropdown-menu {
  border-radius: 12px;
  bottom: 1rem !important;
  box-shadow: 0 12px 24px 0 rgba(43, 45, 43, 0.08);
  left: -1rem !important;
  max-height: 300px;
  min-width: 320px;
  overflow-y: auto;
}
.ffwd_key-contact .dropdown .dropdown-menu .dropdown-item {
  border-radius: 12px !important;
}
.ffwd_key-contact .dropdown .dropdown-menu .dropdown-item:active,
.ffwd_key-contact .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f7f4f7;
}
@media (min-width: 768px) {
  .ffwd_key-contact .dropdown .dropdown-menu {
    width: calc(100% + 1rem);
  }
}
@media (max-width: 767.98px) {
  .ffwd_key-contact {
    padding: 0.8rem;
  }
  .ffwd_key-contact .dropdown-toggle {
    white-space: wrap;
  }
  .ffwd_key-contact .btn,
  .ffwd_key-contact
    .linesight-2024-refresh
    .linesight-nav-bottomlinks-list.careers-nav
    > li:last-child
    a,
  .ffwd_key-contact
    .linesight-2024-refresh
    .linesight-nav-bottomlinks-list:not(.careers-nav)
    > li:last-child
    a,
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list.careers-nav
    > li:last-child
    .ffwd_key-contact
    a,
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list:not(.careers-nav)
    > li:last-child
    .ffwd_key-contact
    a {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath d='M1.007 14.5 15 8.5l-13.993-6L1 7.167 11 8.5 1 9.833l.007 4.667Z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 40px;
    padding: 0;
    text-indent: -9000px;
    width: 40px;
  }
  .ffwd_key-contact .form-select {
    padding: 6px 20px 6px 6px !important;
  }
}
.ffwd_image-block {
  border-radius: 12px;
  overflow: hidden;
}
.ffwd_people-carousel {
  margin: 0 -10px;
}
.ffwd_people-carousel-container {
  background-color: #f7f4f7;
  border-radius: 12px;
  overflow: hidden;
}
.ffwd_people-carousel-container .slick-slide {
  margin: 0 10px;
}
.linesight-2024-refresh .linesight-nav {
  align-items: center;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04), inset 0 2px 0 0 #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .linesight-nav {
    background-color: #fff;
    border-radius: 12px;
  }
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav {
    box-shadow: none;
    padding: 0.8rem 0 1rem;
  }
}
.linesight-2024-refresh .linesight-nav-toplinks {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
  position: relative;
}
@media (min-width: 576px) and (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav-toplinks {
    padding: 1rem calc(5% + var(--bs-gutter-x, 0.75rem)) !important;
  }
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav-toplinks {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .linesight-nav-toplinks {
    justify-content: flex-end;
    padding: 0.4rem 2rem 0.2rem;
  }
  .linesight-2024-refresh .linesight-nav-toplinks:after {
    background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0.1));
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
.linesight-2024-refresh .linesight-nav-bottomlinks {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks {
    margin-bottom: 1rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks {
    align-items: center;
  }
}
.linesight-2024-refresh .linesight-nav-bottomlinks-list {
  align-items: center;
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.linesight-2024-refresh .linesight-nav-bottomlinks-list a {
  align-items: center;
  color: #2b2d2b;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list
  a[data-bs-toggle="collapse"] {
  align-items: center;
  display: flex;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list
  a[data-bs-toggle="collapse"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath d='m7.41 8.795 4.59 4.58 4.59-4.58 1.41 1.41-6 6-6-6 1.41-1.41Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  transition: transform 0.2s ease-in-out;
  width: 24px;
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list
    a[data-bs-toggle="collapse"]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none'%3E%3Cpath d='m9.54 19.5 5.266-5.278L9.54 8.943l1.622-1.622 6.9 6.9-6.9 6.9L9.539 19.5Z' fill='%23ED0080'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1100px) {
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list
    a[data-bs-toggle="collapse"][aria-expanded="true"]:after {
    transform: rotate(180deg);
  }
}
.linesight-2024-refresh .linesight-nav-bottomlinks-list > li {
  display: flex;
}
@media (min-width: 1100px) {
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list
    > li:not(:last-of-type)
    > a {
    position: relative;
  }
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list
    > li:not(:last-of-type)
    > a:before {
    background-color: #db0075;
    border-radius: 2px 2px 0 0;
    bottom: -25px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: width 0.2s ease;
    width: 0;
    z-index: 1001;
  }
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list
    > li:not(:last-of-type)
    > a:hover:before {
    width: 100%;
  }
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a {
  background-color: #572c5f;
  color: #fff;
  padding: 12px 24px;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a:hover {
  background-color: #47244e;
  color: #fff;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a {
  background-color: #db0075;
  color: #fff;
  padding: 12px 24px;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a:hover {
  background-color: #c20067;
  color: #fff;
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks-list {
    gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks-list {
    padding: 1.5rem calc(5% + var(--bs-gutter-x, 0.75rem)) !important;
  }
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks-list {
    align-items: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem var(--bs-gutter-x, 0.75rem) 1rem;
  }
}
.linesight-2024-refresh .linesight-nav-bottomlinks-collapse {
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04), inset 0 2px 0 0 #fff;
  left: 0;
  position: absolute;
  top: calc(100% - 12px);
  width: 100%;
  z-index: 999;
}
.linesight-2024-refresh .linesight-nav-bottomlinks-collapse-content {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks-collapse-links {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    display: grid;
    margin-bottom: 1rem;
    row-gap: 0;
  }
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-collapse-links.links-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-collapse-links.links-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-collapse-links.links-cols-locations {
    grid-template-columns: repeat(5, 1fr);
  }
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-collapse-links.links-cols-locations
    > :nth-child(3) {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    display: grid;
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
  }
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-collapse-links.links-cols-locations
    > :nth-child(3)
    > :first-child {
    grid-column: span 2;
  }
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-collapse-links.links-cols-locations
  ul
  a {
  color: #2b2d2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-collapse-links.links-cols-locations
  ul
  > :first-child {
  padding-left: 0;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-collapse-links.links-cols-locations
  ul
  > :first-child
  a {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
}
.linesight-2024-refresh .linesight-nav-bottomlinks-collapse-links ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.linesight-2024-refresh .linesight-nav-bottomlinks-collapse-links ul li {
  border-bottom: 1px solid #e4e1dc;
  padding: 0.5rem 5px;
}
.linesight-2024-refresh .linesight-nav-bottomlinks-collapse-links ul li a {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-collapse-links
  ul
  li
  a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='m8.295 16.59 4.58-4.59-4.58-4.59L9.705 6l6 6-6 6-1.41-1.41Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-collapse-links
  ul
  li
  a:hover {
  color: #db0075;
}
.linesight-2024-refresh .linesight-nav-bottomlinks-collapse,
.linesight-2024-refresh .linesight-nav-bottomlinks-collapse.collapsing {
  transition: none;
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks-collapse.show:before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
  }
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks-collapse {
    background-color: #fff;
    height: calc(100dvh - 60px - env(safe-area-inset-bottom));
    left: 0;
    overflow: auto;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 999;
  }
  .linesight-2024-refresh .linesight-nav-bottomlinks-collapse-content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 var(--bs-gutter-x, 0.75rem);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .linesight-2024-refresh .linesight-nav-bottomlinks-collapse-arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath d='M7.41 10.59 2.83 6l4.58-4.59L6 0 0 6l6 6 1.41-1.41Z' fill='%23ED0080'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
  }
}
@media (min-width: 576px) and (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks-collapse-content {
    padding: 1rem calc(5% + var(--bs-gutter-x, 0.75rem)) !important;
  }
}
.linesight-2024-refresh .linesight-nav-bottomlinks-search {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Cpath d='M16.255 14.755h-.79l-.28-.27a6.471 6.471 0 0 0 1.57-4.23 6.5 6.5 0 1 0-6.5 6.5c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99 1.49-1.49-4.99-5Zm-6 0c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 30px;
}
.linesight-2024-refresh .linesight-nav-bottomlinks-search:hover,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-search[aria-expanded="true"] {
  background-color: #f7f4f7;
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks-search {
    margin-top: 5px;
  }
}
.linesight-2024-refresh .linesight-nav-bottomlinks-mobilenav {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath d='M4.535 27h27v-3h-27v3Zm0-7.5h27v-3h-27v3Zm0-10.5v3h27V9h-27Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 36px;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-mobilenav[aria-expanded="true"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath d='M28.5 9.615 26.385 7.5 18 15.885 9.615 7.5 7.5 9.615 15.885 18 7.5 26.385 9.615 28.5 18 20.115l8.385 8.385 2.115-2.115L20.115 18 28.5 9.615Z' fill='%23ED0080'/%3E%3C/svg%3E");
}
.linesight-2024-refresh .linesight-nav-bottomlinks-wrapper,
.linesight-2024-refresh .linesight-nav-bottomlinks-wrapper.collapsing {
  transition: none;
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks-wrapper {
    display: block;
  }
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav-bottomlinks-wrapper {
    background-color: #fff;
    flex-direction: column;
    height: calc(100vh - 60px);
    left: 0;
    overflow: auto;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 999;
  }
  .linesight-2024-refresh .linesight-nav-bottomlinks-wrapper.show {
    display: flex;
  }
}
.linesight-2024-refresh .linesight-nav-wrapper {
  left: 0;
  position: fixed;
  top: 1rem;
  width: 100%;
  z-index: 999;
}
.linesight-2024-refresh .linesight-nav-wrapper + * > div:first-child,
.linesight-2024-refresh .linesight-nav-wrapper + .single-news-top,
.linesight-2024-refresh .linesight-nav-wrapper + iframe + div {
  padding-top: 12rem;
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav-wrapper {
    top: 0;
  }
  .linesight-2024-refresh .linesight-nav-wrapper:after {
    background-color: #fff;
    content: "";
    height: 66px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .linesight-2024-refresh .linesight-nav-wrapper + * > div:first-child,
  .linesight-2024-refresh .linesight-nav-wrapper + .single-news-top {
    padding-top: 8rem;
  }
}
.linesight-2024-refresh .linesight-nav-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='38' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.502 19.406v14.423h9.162v-2.95h-5.99V17.337L.501 19.406ZM11.53 19.709a1.713 1.713 0 1 1 1.713 1.653 1.657 1.657 0 0 1-1.713-1.653ZM11.713 33.472h3.057V22.857h-3.057v10.615ZM26.652 26.205v7.267h-3.057v-6.41c0-1.226-.616-1.92-1.774-1.92a1.806 1.806 0 0 0-1.875 1.981v6.35h-3.057V22.856h2.832v1.142a3.68 3.68 0 0 1 3.139-1.51 3.473 3.473 0 0 1 3.79 3.715M31.22 26.898h4.545a2.026 2.026 0 0 0-2.18-2.022 2.36 2.36 0 0 0-2.364 2.022Zm5.789 2.98 1.67 1.92a6.455 6.455 0 0 1-4.79 2.021c-3.505 0-5.686-2.204-5.686-5.614 0-3.246 1.977-5.713 5.422-5.713 3.322 0 5.054 2.062 5.054 5.369 0 .387-.021.96-.04 1.184h-7.48a2.631 2.631 0 0 0 2.812 2.184 4.307 4.307 0 0 0 3.038-1.35ZM49.536 24.557l-1.611 1.957a4.62 4.62 0 0 0-3.16-1.205c-.937 0-1.548.327-1.548.837 0 .571.55.653 2.303 1.04 2.935.654 4.137 1.43 4.137 3.429 0 2.022-1.65 3.552-4.666 3.552a7.3 7.3 0 0 1-5.259-2.036l1.733-1.94c1.549 1.246 2.425 1.51 3.628 1.51.916 0 1.59-.348 1.59-.92 0-.734-1.019-.816-2.466-1.142-2.996-.673-3.913-1.531-3.913-3.246 0-1.899 1.63-3.552 4.544-3.552a6.6 6.6 0 0 1 4.688 1.716ZM50.847 19.709a1.713 1.713 0 1 1 1.716 1.653 1.66 1.66 0 0 1-1.713-1.653M51.031 33.472h3.057V22.857h-3.057v10.615ZM63.465 27.817c0-1.653-1.019-2.715-2.344-2.715-1.344 0-2.323 1.062-2.323 2.715 0 1.654.978 2.74 2.323 2.74 1.325 0 2.344-1.085 2.344-2.74Zm2.873-4.96v9.985c0 3.144-2.404 4.658-5.34 4.658a9.471 9.471 0 0 1-5.136-1.53l1.47-2.232a6.987 6.987 0 0 0 3.629 1.204 2.14 2.14 0 0 0 2.384-2.388v-.615a3.633 3.633 0 0 1-2.955 1.204c-2.629 0-4.667-2.102-4.667-5.328 0-3.205 2.038-5.329 4.667-5.329a3.592 3.592 0 0 1 3.14 1.406v-1.036h2.808ZM78.223 26.204v7.268h-3.055v-6.37c0-1.225-.616-1.96-1.774-1.96a1.842 1.842 0 0 0-1.875 2.022v6.308h-3.058V18.977h3.057v4.756a3.75 3.75 0 0 1 2.915-1.246 3.473 3.473 0 0 1 3.791 3.716M85.497 33.35a8.755 8.755 0 0 1-2.425.388c-2.323 0-3.18-.98-3.18-3.083v-9.919l3.058-1.841v3.956h2.385v2.285H82.95v4.961c0 .796.408.96.998.96a5.897 5.897 0 0 0 1.203-.163l.346 2.456Z' fill='%23572C5F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m78.28 5.53-5.186 2.999h5.186v-3ZM63.531 8.529h4.781l9.968-5.765V0L63.531 8.529ZM78.278 14.294v-2.763l-5.186-3h-4.781l9.967 5.763ZM63.531 11.294l14.75 8.526V17.06L63.53 8.532v2.762Z' fill='%23ED0080'/%3E%3C/svg%3E");
  display: block;
  flex-shrink: 0;
  height: 38px;
  width: 85px;
}
@media (min-width: 1100px) {
  .linesight-2024-refresh .linesight-nav-logo {
    margin-left: 2rem;
  }
}
.linesight-2024-refresh .linesight-nav-search-form {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.linesight-2024-refresh .linesight-nav-search-form input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath d='M12.5 11.255h-.79l-.28-.27A6.471 6.471 0 0 0 13 6.755a6.5 6.5 0 1 0-6.5 6.5c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99 1.49-1.49-4.99-5Zm-6 0c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5Z' fill='%23ED0080'/%3E%3C/svg%3E");
  background-position: 0.5rem;
  background-repeat: no-repeat;
  background-size: 18px;
  border: none;
  color: #2b2d2b;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 2.3rem !important;
}
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  .linesight-nav-search-form
  a,
.linesight-2024-refresh
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  .linesight-nav-search-form
  a,
.linesight-2024-refresh .linesight-nav-search-form .btn,
.linesight-2024-refresh
  .linesight-nav-search-form
  .linesight-nav-bottomlinks-list.careers-nav
  > li:last-child
  a,
.linesight-2024-refresh
  .linesight-nav-search-form
  .linesight-nav-bottomlinks-list:not(.careers-nav)
  > li:last-child
  a {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m4.077 13.487 1.18 1.18L11.923 8 5.257 1.333l-1.18 1.18L9.563 8l-5.486 5.487Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 2.5rem !important;
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list.careers-nav
    > li:last-child
    .linesight-nav-search-form
    a,
  .linesight-2024-refresh
    .linesight-nav-bottomlinks-list:not(.careers-nav)
    > li:last-child
    .linesight-nav-search-form
    a,
  .linesight-2024-refresh .linesight-nav-search-form .btn,
  .linesight-2024-refresh
    .linesight-nav-search-form
    .linesight-nav-bottomlinks-list.careers-nav
    > li:last-child
    a,
  .linesight-2024-refresh
    .linesight-nav-search-form
    .linesight-nav-bottomlinks-list:not(.careers-nav)
    > li:last-child
    a {
    background-position: 50%;
    background-size: 20px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    white-space: nowrap;
    width: 40px;
  }
}
@media (min-width: 1100px) and (max-width: 1299.98px) {
  .linesight-2024-refresh
    .linesight-nav-careers
    .linesight-nav-bottomlinks-list
    > li:not(:last-of-type)
    > a {
    justify-content: center;
    line-height: 1.1;
    text-align: center;
  }
}
.linesight-2024-refresh .linesight-nav-breadcrumbs.scrolled {
  opacity: 0;
  transform: translateY(-1rem);
  transition: all 0.3s ease-in-out;
}
.linesight-2024-refresh .linesight-nav-breadcrumbs-wrapper {
  margin-top: -0.6rem;
  padding: 1.1rem 2rem 0.4rem;
}
.linesight-2024-refresh .linesight-nav-breadcrumbs-wrapper a,
.linesight-2024-refresh .linesight-nav-breadcrumbs-wrapper span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.linesight-2024-refresh .linesight-nav-breadcrumbs-wrapper a:hover {
  text-decoration: underline;
}
.linesight-2024-refresh .linesight-nav-breadcrumbs-wrapper .ffwd_breadcrumbs {
  border-bottom: none;
}
.linesight-2024-refresh
  .linesight-nav-breadcrumbs-wrapper
  .ffwd_breadcrumbs
  a:after,
.linesight-2024-refresh
  .linesight-nav-breadcrumbs-wrapper
  .ffwd_breadcrumbs
  span.ffwd_breadcrumbs_separator:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath d='M0 10.59 4.58 6 0 1.41 1.41 0l6 6-6 6L0 10.59Z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 575.98px) {
  .linesight-2024-refresh .linesight-nav-breadcrumbs-wrapper .ffwd_breadcrumbs {
    flex-shrink: 0;
  }
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs-wrapper
    .ffwd_breadcrumbs
    span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.linesight-2024-refresh .linesight-nav-breadcrumbs-wrapper-dark a,
.linesight-2024-refresh .linesight-nav-breadcrumbs-wrapper-dark span {
  color: #2b2d2b;
}
.linesight-2024-refresh
  .linesight-nav-breadcrumbs-wrapper-dark
  .ffwd_breadcrumbs
  a:after,
.linesight-2024-refresh
  .linesight-nav-breadcrumbs-wrapper-dark
  .ffwd_breadcrumbs
  span.ffwd_breadcrumbs_separator:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath d='M0 10.59 4.58 6 0 1.41 1.41 0l6 6-6 6L0 10.59Z' fill='%236D6E71'/%3E%3C/svg%3E");
}
@media (max-width: 1099.98px) {
  .linesight-2024-refresh .linesight-nav-breadcrumbs-wrapper #nav-anchor-links {
    flex-grow: 1;
    flex-shrink: 0;
    margin-top: 0.3rem;
    width: 100%;
  }
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs-wrapper
    #nav-anchor-links.collapse,
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs-wrapper
    #nav-anchor-links.collapsing {
    transition: none;
  }
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs-wrapper
    #nav-anchor-links.collapse.show {
    display: flex;
  }
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs-wrapper
    #nav-anchor-links
    a {
    border-bottom: 1px solid #f7f4f7;
    color: #db0075;
    padding: 0.2rem 0;
  }
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs-wrapper
    .nav-anchor-links-toggle {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs-wrapper
    .nav-anchor-links-toggle:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath d='M0 10V8h14v2H0Zm0-4V4h14v2H0Zm0-4V0h14v2H0Zm17 8a.968.968 0 0 1-.712-.287A.967.967 0 0 1 16 9c0-.283.096-.52.288-.713A.968.968 0 0 1 17 8c.283 0 .52.096.712.287.192.192.288.43.288.713s-.096.52-.288.713A.968.968 0 0 1 17 10Zm0-4a.968.968 0 0 1-.712-.287A.967.967 0 0 1 16 5c0-.283.096-.52.288-.713A.968.968 0 0 1 17 4c.283 0 .52.096.712.287.192.192.288.43.288.713s-.096.52-.288.713A.968.968 0 0 1 17 6Zm0-4a.968.968 0 0 1-.712-.288A.967.967 0 0 1 16 1c0-.283.096-.52.288-.713A.968.968 0 0 1 17 0c.283 0 .52.096.712.287.192.192.288.43.288.713s-.096.52-.288.712A.968.968 0 0 1 17 2Z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 10px;
    margin-right: 5px;
    width: 18px;
  }
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs-wrapper
    .nav-anchor-links-toggle[aria-expanded="true"] {
    color: #db0075;
  }
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs-wrapper
    .nav-anchor-links-toggle[aria-expanded="true"]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath d='M0 10V8h14v2H0Zm0-4V4h14v2H0Zm0-4V0h14v2H0Zm17 8a.968.968 0 0 1-.712-.287A.967.967 0 0 1 16 9c0-.283.096-.52.288-.713A.968.968 0 0 1 17 8c.283 0 .52.096.712.287.192.192.288.43.288.713s-.096.52-.288.713A.968.968 0 0 1 17 10Zm0-4a.968.968 0 0 1-.712-.287A.967.967 0 0 1 16 5c0-.283.096-.52.288-.713A.968.968 0 0 1 17 4c.283 0 .52.096.712.287.192.192.288.43.288.713s-.096.52-.288.713A.968.968 0 0 1 17 6Zm0-4a.968.968 0 0 1-.712-.288A.967.967 0 0 1 16 1c0-.283.096-.52.288-.713A.968.968 0 0 1 17 0c.283 0 .52.096.712.287.192.192.288.43.288.713s-.096.52-.288.712A.968.968 0 0 1 17 2Z' fill='%23ED0080'/%3E%3C/svg%3E");
  }
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs-wrapper-dark
    .nav-anchor-links-toggle:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath d='M0 10V8h14v2H0Zm0-4V4h14v2H0Zm0-4V0h14v2H0Zm17 8a.968.968 0 0 1-.712-.287A.967.967 0 0 1 16 9c0-.283.096-.52.288-.713A.968.968 0 0 1 17 8c.283 0 .52.096.712.287.192.192.288.43.288.713s-.096.52-.288.713A.968.968 0 0 1 17 10Zm0-4a.968.968 0 0 1-.712-.287A.967.967 0 0 1 16 5c0-.283.096-.52.288-.713A.968.968 0 0 1 17 4c.283 0 .52.096.712.287.192.192.288.43.288.713s-.096.52-.288.713A.968.968 0 0 1 17 6Zm0-4a.968.968 0 0 1-.712-.288A.967.967 0 0 1 16 1c0-.283.096-.52.288-.713A.968.968 0 0 1 17 0c.283 0 .52.096.712.287.192.192.288.43.288.713s-.096.52-.288.712A.968.968 0 0 1 17 2Z' fill='%232B2D2B'/%3E%3C/svg%3E");
  }
  .linesight-2024-refresh .linesight-nav-breadcrumbs {
    box-shadow: none;
    font-size: 13px;
    padding: 0.5rem 0 0;
  }
  .linesight-2024-refresh .linesight-nav-breadcrumbs-wrapper {
    padding: 0.5rem 0;
  }
  .linesight-2024-refresh .linesight-nav-breadcrumbs .ffwd_breadcrumbs {
    margin-bottom: 0;
    padding: 0;
  }
  .linesight-2024-refresh .linesight-nav-breadcrumbs.breadcrumbs-collapsed {
    position: relative;
  }
  .linesight-2024-refresh
    .linesight-nav-breadcrumbs.breadcrumbs-collapsed:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8) 0, #fff 50%),
      var(--White-White---400, hsla(0, 0%, 100%, 0.4));
    content: "";
    display: block;
    height: 101%;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: -1;
  }
}

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


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