@charset "UTF-8";
.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-grey-bg {
  background: linear-gradient(301deg, #fee, #eaf6ff);
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

:root {
  --header-bg: #fff;
  --bg-white: #fff;
  --bg-primary: #fff;
  --mobile-menu-bg: #fff;
}

[data-theme=dark] {
  --bg-white: #04060F;
  --bg-primary: #04060F;
  --bg-secondary: #2d2d2d;
  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --text-heading: #ffffff;
  --text-paragraph: #F2F5F8;
  --border-color: #404040;
  --link-color: #ffffff;
  --link-hover: #e4e4e4;
  --card-bg: #2d2d2d;
  --header-bg: #141623;
  --footer-bg: #04060F;
  --footer-top-bg: #141623;
  --page-title-bg: #141623;
  --basarilar-oduller-bg: #141623;
  --horizontal-menu-bg: #04060F;
  --mobile-menu-bg: #141623;
  --shadow: rgba(0, 0, 0, 0.3);
  --code-bg: #2d2d2d;
  --numbers-text-gray: #7D8286D4;
  --numbers-value: #fff;
  --istatistik-bg: #04060F;
  --istatistik-border: #E0E3E5;
  --black-dark: #141623;
  --blue-400-95:#4DABE9F5;
}

body {
  background-color: var(--bg-primary) !important;
  color: var(--text-primary);
  transition: background-color 0.3s ease, color 0.3s ease;
}

a {
  color: var(--link-color);
}
a:hover, a:focus {
  color: var(--link-hover);
}

.dark-mode-switch {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  user-select: none;
}
.dark-mode-switch .switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0;
}
.dark-mode-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.dark-mode-switch .switch input:checked + .slider .light-mode-svg {
  opacity: 0;
}
.dark-mode-switch .switch input:checked + .slider .dark-mode-svg {
  opacity: 1;
}
.dark-mode-switch .slider {
  position: relative;
  display: block;
  width: 64px;
  height: 30px;
}
.dark-mode-switch .slider svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 30px;
  transition: opacity 0.4s ease;
}
.dark-mode-switch .slider .light-mode-svg {
  opacity: 1;
}
.dark-mode-switch .slider .dark-mode-svg {
  opacity: 0;
}

[data-theme=dark] .dark-mode-switch .slider .light-mode-svg {
  opacity: 0;
}
[data-theme=dark] .dark-mode-switch .slider .dark-mode-svg {
  opacity: 1;
}

.blur-background .full-slider .dark-mode-switch .light-mode-svg g path:nth-child(3) {
  stroke: #42474C;
}

header:not(header.full-slider) .dark-mode-switch .light-mode-svg g path:nth-child(3) {
  stroke: #42474C;
}

[data-theme=dark] h1, [data-theme=dark] h2, [data-theme=dark] h3, [data-theme=dark] h4, [data-theme=dark] h5, [data-theme=dark] h6 {
  color: var(--text-primary) !important;
}
[data-theme=dark] body {
  background-color: var(--bg-primary) !important;
}
[data-theme=dark] .footer-top-wrap {
  background-color: #141623 !important;
}
[data-theme=dark] .footer-top-wrap.bg-blue-900 {
  background-color: #141623 !important;
}
[data-theme=dark] .footer-copyright {
  background-color: var(--footer-bg) !important;
}
[data-theme=dark] .footer-copyright p, [data-theme=dark] .footer-copyright a {
  color: var(--text-primary) !important;
}
[data-theme=dark] .page-title-wrapper {
  background-color: var(--page-title-bg) !important;
}
[data-theme=dark] header .header-top-search svg path {
  stroke: #fff;
}
[data-theme=dark] header.full-slider {
  background-color: transparent !important;
}
@media (max-width: 991.98px) {
  [data-theme=dark] header.full-slider {
    background-color: var(--mobile-menu-bg) !important;
  }
  [data-theme=dark] header .header-top-search svg path {
    stroke: #fff;
  }
}
[data-theme=dark] header.sticky, [data-theme=dark] header.full-slider.sticky {
  background-color: var(--header-bg) !important;
  border: 1px solid rgba(242, 245, 248, 0.0901960784);
}
[data-theme=dark] header.sticky .branding a::before, [data-theme=dark] header.full-slider.sticky .branding a::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNC43ODA2IDExLjU2ODZDMzQuNTkwNiAxMS4zNzkyIDM0LjM2NTEgMTEuMjI5MiAzNC4xMTcxIDExLjEyN0MzMy44NjkxIDExLjAyNDcgMzMuNjAzMyAxMC45NzI0IDMzLjMzNSAxMC45NzI5QzMzLjA2NjggMTAuOTczNCAzMi44MDEyIDExLjAyNjggMzIuNTUzNiAxMS4xM0MzMi4zMDYgMTEuMjMzMiAzMi4wODExIDExLjM4NDEgMzEuODkxOCAxMS41NzQyTDI1LjgxMTIgMTcuNjgwMUwzMS45MTggMjMuNzU4OUMzMi4zMDIxIDI0LjE0MTIgMzIuODIyMyAyNC4zNTUzIDMzLjM2NDIgMjQuMzU0MUMzMy45MDYyIDI0LjM1MjkgMzQuNDI1NCAyNC4xMzY0IDM0LjgwNzcgMjMuNzUyNEMzNS4xOTAxIDIzLjM2ODMgMzUuNDA0MiAyMi44NDgxIDM1LjQwMjkgMjIuMzA2MUMzNS40MDE3IDIxLjc2NDIgMzUuMTg1MiAyMS4yNDUgMzQuODAxMiAyMC44NjI2TDMxLjU5MjUgMTcuNjY4TDM0Ljc4NzEgMTQuNDU4M0MzNC45NzY2IDE0LjI2ODIgMzUuMTI2OCAxNC4wNDI1IDM1LjIyOSAxMy43OTQzQzM1LjMzMTIgMTMuNTQ2IDM1LjM4MzUgMTMuMjgwMSAzNS4zODI5IDEzLjAxMTZDMzUuMzgyMyAxMi43NDMyIDM1LjMyODggMTIuNDc3NSAzNS4yMjU1IDEyLjIyOTdDMzUuMTIyMSAxMS45ODIgMzQuOTcwOSAxMS43NTcgMzQuNzgwNiAxMS41Njc3TTExLjY0MjMgMzQuODA5OEMxMS4yNTgyIDM0LjQyNzMgMTEuMDQxNiAzMy45MDc5IDExLjA0MDQgMzMuMzY1OEMxMS4wMzkyIDMyLjgyMzcgMTEuMjUzMyAzMi4zMDMzIDExLjYzNTggMzEuOTE5MUwxNy43MTQ2IDI1LjgxNDJMMjMuODE5NSAzMS44OTI5QzI0LjAwOTcgMzIuMDgyMSAyNC4xNjA3IDMyLjMwNjkgMjQuMjY0IDMyLjU1NDVDMjQuMzY3MyAzMi44MDIgMjQuNDIwOSAzMy4wNjc1IDI0LjQyMTYgMzMuMzM1OEMyNC40MjIzIDMzLjYwNCAyNC4zNzAxIDMzLjg2OTggMjQuMjY4MSAzNC4xMTc5QzI0LjE2NjEgMzQuMzY2IDI0LjAxNjIgMzQuNTkxNSAyMy44MjcgMzQuNzgxN0MyMy42Mzc4IDM0Ljk3MTkgMjMuNDEzIDM1LjEyMjkgMjMuMTY1NSAzNS4yMjYyQzIyLjkxNzkgMzUuMzI5NSAyMi42NTI0IDM1LjM4MyAyMi4zODQyIDM1LjM4MzdDMjIuMTE1OSAzNS4zODQ0IDIxLjg1MDIgMzUuMzMyMyAyMS42MDIxIDM1LjIzMDNDMjEuMzU0IDM1LjEyODMgMjEuMTI4NCAzNC45Nzg0IDIwLjkzODIgMzQuNzg5MkwxNy43Mjc3IDMxLjU5MzZMMTQuNTMyIDM0LjgwMjNDMTQuMTQ5NiAzNS4xODY0IDEzLjYzMDMgMzUuNDAyOSAxMy4wODgzIDM1LjQwNDNDMTIuNTQ2MyAzNS40MDU3IDEyLjAyNTggMzUuMTkxOSAxMS42NDE0IDM0LjgwOThNMC42MjIzMzkgMjMuODM2NkMxLjAwNjM0IDI0LjIxODcgMS41MjYzNyAyNC40MzI2IDIuMDY4MDggMjQuNDMxNEMyLjYwOTggMjQuNDMwMiAzLjEyODg1IDI0LjIxMzggMy41MTExMSAyMy44M0w5LjU4OTg5IDE3LjcyNDFMMy40ODQ5MiAxMS42NDUzQzMuMTAwODUgMTEuMjYzIDIuNTgwNjMgMTEuMDQ4OSAyLjAzODcxIDExLjA1MDFDMS40OTY3OCAxMS4wNTEzIDAuOTc3NTQgMTEuMjY3OCAwLjU5NTIxIDExLjY1MTlDMC4yMTI4NzkgMTIuMDM1OSAtMC4wMDEyMjI4MSAxMi41NTYyIDUuMjUzOTdlLTA2IDEzLjA5ODFDMC4wMDEyMzMzMSAxMy42NCAwLjIxNzY5IDE0LjE1OTMgMC42MDE3NTggMTQuNTQxNkwzLjgxMDQ3IDE3LjczNzJMMC42MTQ4NTUgMjAuOTQ1OUMwLjQyNTQzNiAyMS4xMzYxIDAuMjc1MzY0IDIxLjM2MTggMC4xNzMyMTggMjEuNjEwMUMwLjA3MTA3MjIgMjEuODU4NCAwLjAxODg1NDMgMjIuMTI0MyAwLjAxOTU0OTMgMjIuMzkyOEMwLjAyMDI0NDMgMjIuNjYxMiAwLjA3MzgzODYgMjIuOTI2OSAwLjE3NzI2OSAyMy4xNzQ3QzAuMjgwNjk5IDIzLjQyMjQgMC40MzE5MzcgMjMuNjQ3MyAwLjYyMjMzOSAyMy44MzY2Wk0yMy43NTk3IDAuNTk0NDU0QzI0LjU1ODYgMS4zOTE0OSAyNC41NjIzIDIuNjg0MzMgMjMuNzY2MiAzLjQ4NTFMMTcuNjg2NSA5LjU4OTEzTDExLjU4MTUgMy41MTEyOUMxMS4yMTM5IDMuMTI1NTEgMTEuMDExNSAyLjYxMTQxIDExLjAxNzQgMi4wNzg1N0MxMS4wMjM0IDEuNTQ1NzIgMTEuMjM3MSAxLjAzNjI0IDExLjYxMzIgMC42NTg3MUMxMS45ODkzIDAuMjgxMTc1IDEyLjQ5NzkgMC4wNjU0Mjk1IDEzLjAzMDcgMC4wNTc0NDZDMTMuNTYzNSAwLjA0OTQ2MjUgMTQuMDc4NCAwLjI0OTg3MiAxNC40NjU2IDAuNjE1OTcxTDE3LjY3NDMgMy44MTE1OEwyMC44NyAwLjYwMTkzOEMyMS4yNTI0IDAuMjE3NzU0IDIxLjc3MTggMC4wMDEyMzMzMSAyMi4zMTM5IDUuMjUyMzZlLTA2QzIyLjg1NiAtMC4wMDEyMjI4IDIzLjM3NjQgMC4yMTI5NDMgMjMuNzYwNiAwLjU5NTM5IiBmaWxsPSIjRkZGRkZGIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzIuMjIyIDYuNzg1NTZDMzEuODM3OSA2LjQwMzI4IDMxLjMxNzggNi4xODkxMiAzMC43NzU5IDYuMTkwMThDMzAuMjM0MSA2LjE5MTIzIDI5LjcxNDggNi40MDc0IDI5LjMzMjMgNi43OTExN0wxOC40NzYgMTcuNjk2MUwyOS4zOCAyOC41NTQzQzI5Ljc2NzIgMjguOTIwNCAzMC4yODIgMjkuMTIwOCAzMC44MTQ5IDI5LjExMjhDMzEuMzQ3NyAyOS4xMDQ4IDMxLjg1NjMgMjguODg5MSAzMi4yMzI0IDI4LjUxMTVDMzIuNjA4NSAyOC4xMzQgMzIuODIyMiAyNy42MjQ1IDMyLjgyODIgMjcuMDkxN0MzMi44MzQxIDI2LjU1ODggMzIuNjMxNyAyNi4wNDQ3IDMyLjI2NDEgMjUuNjU4OUwyNC4yNTU0IDE3LjY4MzlMMzIuMjI5NCA5LjY3NTI3QzMyLjQxODkgOS40ODUwNCAzMi41Njg5IDkuMjU5MzQgMzIuNjcxMSA5LjAxMTA3QzMyLjc3MzIgOC43NjI4MSAzMi44MjU0IDguNDk2ODUgMzIuODI0NyA4LjIyODRDMzIuODI0MSA3Ljk1OTk0IDMyLjc3MDUgNy42OTQyNiAzMi42NjcgNy40NDY1M0MzMi41NjM2IDcuMTk4NzkgMzIuNDEyNCA2Ljk3NDgxIDMyLjIyMiA2Ljc4NTU2Wk02Ljg0Njk2IDMyLjI3MjhDNi40NjMxMyAzMS44OTAxIDYuMjQ2OTQgMzEuMzcwNyA2LjI0NTg4IDMwLjgyODdDNi4yNDQ4MyAzMC4yODY2IDYuNDU5MDEgMjkuNzY2NCA2Ljg0MTM1IDI5LjM4MjJMMTcuNjk4NiAxOC40NzgyTDI4LjYwNTQgMjkuMzM1NEMyOS40MDMzIDMwLjEzMTUgMjkuNDA3MSAzMS40MjUzIDI4LjYxMSAzMi4yMjZDMjguMjI4MyAzMi42MDk2IDI3LjcwOTEgMzIuODI1NiAyNy4xNjczIDMyLjgyNjdDMjYuNjI1NSAzMi44Mjc3IDI2LjEwNTQgMzIuNjEzNyAyNS43MjEzIDMyLjIzMTdMMTcuNzEzNSAyNC4yNTY3TDkuNzM4NTQgMzIuMjY2M0M5LjM1NTk2IDMyLjY1MDIgOC44MzY2IDMyLjg2NjYgOC4yOTQ1OCAzMi44Njc4QzcuNzUyNTUgMzIuODY5IDcuMjMxMjggMzIuNjU1IDYuODQ2OTYgMzIuMjcyOFpNMy4xNzk4NyAyOC42MTg4QzMuOTc4NzcgMjkuNDE1OCA1LjI3MjU0IDI5LjQxNCA2LjA2ODY0IDI4LjYxMzJMMTYuOTI2OCAxNy43MDkyTDYuMDIwOTMgNi44NTEwNEM1LjgzMDc2IDYuNjYxNzMgNS42MDUxNiA2LjUxMTczIDUuMzU3MDIgNi40MDk2MUM1LjEwODg4IDYuMzA3NDggNC44NDMwNSA2LjI1NTIzIDQuNTc0NzIgNi4yNTU4NEM0LjMwNjM4IDYuMjU2NDUgNC4wNDA4IDYuMzA5OSAzLjc5MzEyIDYuNDEzMTVDMy41NDU0NSA2LjUxNjQgMy4zMjA1MyA2LjY2NzQyIDMuMTMxMjIgNi44NTc1OUMyLjk0MTkxIDcuMDQ3NzYgMi43OTE5MSA3LjI3MzM2IDIuNjg5NzggNy41MjE1QzIuNTg3NjYgNy43Njk2NCAyLjUzNTQxIDguMDM1NDcgMi41MzYwMiA4LjMwMzhDMi41MzY2MiA4LjU3MjE0IDIuNTkwMDggOC44Mzc3MyAyLjY5MzMzIDkuMDg1NEMyLjc5NjU4IDkuMzMzMDggMi45NDc2IDkuNTU3OTkgMy4xMzc3NyA5Ljc0NzNMMTEuMTQ1NSAxNy43MjA0TDMuMTcyMzggMjUuNzMxQzIuOTgzMDUgMjUuOTIxIDIuODMzMDQgMjYuMTQ2NCAyLjczMDkzIDI2LjM5NDVDMi42Mjg4MiAyNi42NDI1IDIuNTc2NjIgMjYuOTA4MiAyLjU3NzMyIDI3LjE3NjVDMi41NzgwMSAyNy40NDQ3IDIuNjMxNTkgMjcuNzEwMSAyLjczNDk4IDI3Ljk1NzZDMi44MzgzNyAyOC4yMDUxIDIuOTg5NTUgMjguNDI5OCAzLjE3OTg3IDI4LjYxODhaTTI4LjU1MzkgMy4xMzQzN0MyOS4zNTM4IDMuOTI5NTMgMjkuMzU2NiA1LjIyMzMgMjguNTYwNSA2LjAyMzE0TDE3LjcwMjMgMTYuOTI3MUw2Ljc5ODMyIDYuMDY5OTFDNi40MzEzMyA1LjY4NDM3IDYuMjI5MyA1LjE3MDgzIDYuMjM1MjIgNC42Mzg1OEM2LjI0MTE0IDQuMTA2MzMgNi40NTQ1MyAzLjU5NzQxIDYuODMgMy4yMjAxMkM3LjIwNTQ2IDIuODQyODMgNy43MTMzNCAyLjYyNjk2IDguMjQ1NTUgMi42MTg0NkM4Ljc3Nzc3IDIuNjA5OTUgOS4yOTIyOCAyLjgwOTQ5IDkuNjc5NjEgMy4xNzQ1OUwxNy42OTExIDExLjE0ODdMMjUuNjY0MiAzLjEzODExQzI2LjA0NjkgMi43NTQxNyAyNi41NjY1IDIuNTM3OTkgMjcuMTA4NiAyLjUzNzExQzI3LjY1MDcgMi41MzYyMyAyOC4xNzA5IDIuNzUwNzQgMjguNTU0OSAzLjEzMzQzIiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPgo=);
}
[data-theme=dark] header.menu-open::after {
  background: var(--header-bg);
}
[data-theme=dark] header .menu-container nav > ul li > a {
  color: var(--text-primary) !important;
}
[data-theme=dark] header #header-top .menu--header-top ul li a, [data-theme=dark] header #header-top .menu--header-top ul li span,
[data-theme=dark] header #header-top .menu--header-top-right ul li a,
[data-theme=dark] header #header-top .menu--header-top-right ul li span,
[data-theme=dark] header .header-top .menu--header-top ul li a,
[data-theme=dark] header .header-top .menu--header-top ul li span,
[data-theme=dark] header .header-top .menu--header-top-right ul li a,
[data-theme=dark] header .header-top .menu--header-top-right ul li span {
  color: var(--text-primary) !important;
}
[data-theme=dark] header .header-top-mobil .mobile-dropdown-toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
[data-theme=dark] header .header-top-mobil .mobile-dropdown-toggle svg {
  stroke: #fff;
}
[data-theme=dark] header .text-black-100,
[data-theme=dark] header .text-gray-700 {
  color: var(--text-primary) !important;
}
[data-theme=dark] header .lang-switcher a {
  color: var(--text-primary) !important;
}
[data-theme=dark] header .branding img {
  filter: brightness(0) invert(1);
}
[data-theme=dark] header .dropdown-menu {
  background-color: var(--header-bg) !important;
}
[data-theme=dark] header .dropdown-menu li a {
  color: var(--text-primary) !important;
}
[data-theme=dark] header .sub-menu-item .menu-level--1 ul li:first-child a {
  color: var(--text-primary) !important;
}
[data-theme=dark] header .sub-menu-item .menu-level--1 ul li:not(:first-child) a {
  color: var(--text-primary) !important;
}
[data-theme=dark] header .sub-menu-item .menu-level--1 ul li a.text-blue-bold {
  color: var(--text-primary) !important;
}
[data-theme=dark] header .menu-container nav > ul > li .sub-menu-item ul li.menu-level--2:not(:first-child) a:hover {
  color: #fff !important;
}
[data-theme=dark] header .menu-container nav > ul > li .sub-menu-item ul li.menu-level--2:not(:first-child) a::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc1IDMuODQ5MzdIMjAuOTQ4N00yMC45NDg3IDMuODQ5MzdMMTcuODQ5NCA2Ljk0ODczTTIwLjk0ODcgMy44NDkzN0wxNy44NDk0IDAuNzUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
@media (min-width: 992px) {
  [data-theme=dark] header .menu-container nav > ul > li:hover .sub-menu-item, [data-theme=dark] header .menu-container nav > ul > li.hovered .sub-menu-item {
    background-color: var(--header-bg);
  }
  [data-theme=dark] header .menu-container nav > ul > li:hover .sub-menu-item ul li.menu-level--1,
  [data-theme=dark] header .menu-container nav > ul > li:hover .sub-menu-item ul ul.menu > li.menu-level--2, [data-theme=dark] header .menu-container nav > ul > li.hovered .sub-menu-item ul li.menu-level--1,
  [data-theme=dark] header .menu-container nav > ul > li.hovered .sub-menu-item ul ul.menu > li.menu-level--2 {
    color: var(--text-primary);
  }
  [data-theme=dark] header .menu-container nav > ul > li:hover .sub-menu-item ul li.menu-level--1 a,
  [data-theme=dark] header .menu-container nav > ul > li:hover .sub-menu-item ul ul.menu > li.menu-level--2 a, [data-theme=dark] header .menu-container nav > ul > li.hovered .sub-menu-item ul li.menu-level--1 a,
  [data-theme=dark] header .menu-container nav > ul > li.hovered .sub-menu-item ul ul.menu > li.menu-level--2 a {
    color: var(--text-primary);
  }
  [data-theme=dark] header .menu-container nav > ul > li:hover .sub-menu-item ul li.menu--wrap ul li.menu-level--2 ul li.menu-level--3 a, [data-theme=dark] header .menu-container nav > ul > li.hovered .sub-menu-item ul li.menu--wrap ul li.menu-level--2 ul li.menu-level--3 a {
    color: var(--text-primary);
  }
}
[data-theme=dark] .mobile-menu-container.show .navigation.menu--main {
  background-color: var(--mobile-menu-bg) !important;
}
[data-theme=dark] .mobile-menu-container .menu.m-0.sub-menu-show {
  background-color: var(--header-bg) !important;
}
[data-theme=dark] .mobile-menu-container .navigation.menu--main ul li ul {
  background-color: var(--header-bg) !important;
}
[data-theme=dark] .mobile-menu-container .navigation.menu--main ul li ul.sub-menu-show {
  background-color: var(--header-bg) !important;
}
[data-theme=dark] .mobile-menu-container .navigation.menu--main .menu-item a:not(.sub-menu-item a) {
  color: #fff !important;
}
[data-theme=dark] .mobile-menu-container .navigation.menu--main ul li span.sub-menu-close {
  color: #fff;
}
[data-theme=dark] .mobile-menu-container .navigation.menu--main ul li span.sub-menu-close span.icon-bold-left-arrw {
  color: #fff;
}
[data-theme=dark] .mobile-menu-container .navigation.menu--main ul li span.sub-menu-close span.icon-bold-left-arrw::before {
  color: #fff;
}
[data-theme=dark] .mobile-menu-container .navigation.menu--main ul li .sub-menu {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDMwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc0OTk5OSAzLjQ0MjMxSDI4Ljc1TTI4Ljc1IDMuNDQyMzFMMjYuMDU3NyA2LjEzNDYyTTI4Ljc1IDMuNDQyMzFMMjYuMDU3NyAwLjc1IiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+) !important;
}
[data-theme=dark] .mobile-menu-container .navigation.menu--main ul li .sub-menu span.icon-down-arrw::before {
  color: #fff;
}
[data-theme=dark] .mobile-menu {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwNjVfNTI4KSI+CjxwYXRoIGQ9Ik0yMiA4SDFNMjIgMUgxTTIyIDE1SDgiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMDY1XzUyOCI+CjxyZWN0IHdpZHRoPSIyMyIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4=) !important;
}
[data-theme=dark] .mobile-menu.active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMSAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjkyODMgMTUuODQ5MkwzLjA3OTEgMSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMy4wNzkxIDE1Ljg1N0wxNy45MjgzIDEuMDA3ODEiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+) !important;
}
[data-theme=dark] .mobile-menu .icon-menu-1, [data-theme=dark] .mobile-menu .icon-menu-2, [data-theme=dark] .mobile-menu .icon-menu-3 {
  background: #fff !important;
}
[data-theme=dark] body.blur-background header.full-slider {
  background-color: var(--header-bg) !important;
}
[data-theme=dark] .basarilar-oduller::before {
  background-color: var(--basarilar-oduller-bg) !important;
}
[data-theme=dark] .horizontal-menu-wrapper::before {
  background-color: var(--horizontal-menu-bg) !important;
}
[data-theme=dark] .horizontal-menu .menu .menu-item > a {
  color: #fff !important;
}
[data-theme=dark] .horizontal-menu .menu .menu-item > a:hover {
  color: #4DABE9 !important;
}
[data-theme=dark] .horizontal-menu .menu .menu-item.has-submenu .submenu-toggle span {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .horizontal-menu .menu .menu-item.has-submenu .submenu-dropdown {
  background-color: var(--horizontal-menu-bg) !important;
}
[data-theme=dark] .horizontal-menu .menu .menu-item.has-submenu .submenu-dropdown .submenu .submenu-item a {
  color: #fff !important;
}
[data-theme=dark] .horizontal-menu .menu .menu-item.has-submenu .submenu-dropdown .submenu .submenu-item a:hover {
  color: #4DABE9 !important;
}
[data-theme=dark] .horizontal-menu .menu .menu-item.has-submenu .submenu-dropdown .submenu .submenu-item.has-submenu .submenu-toggle span {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .horizontal-menu .menu .menu-item.has-submenu .submenu-dropdown .submenu .submenu-item.has-submenu .submenu-dropdown--nested {
  background-color: var(--horizontal-menu-bg) !important;
}
[data-theme=dark] .horizontal-menu__more {
  background-color: var(--horizontal-menu-bg) !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiByeD0iOCIgZmlsbD0iIzA0MDYwRiIvPgo8cGF0aCBkPSJNMjQgMjVDMjQuNTUyMyAyNSAyNSAyNC41NTIzIDI1IDI0QzI1IDIzLjQ0NzcgMjQuNTUyMyAyMyAyNCAyM0MyMy40NDc3IDIzIDIzIDIzLjQ0NzcgMjMgMjRDMjMgMjQuNTUyMyAyMy40NDc3IDI1IDI0IDI1WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTI0IDE4QzI0LjU1MjMgMTggMjUgMTcuNTUyMyAyNSAxN0MyNSAxNi40NDc3IDI0LjU1MjMgMTYgMjQgMTZDMjMuNDQ3NyAxNiAyMyAxNi40NDc3IDIzIDE3QzIzIDE3LjU1MjMgMjMuNDQ3NyAxOCAyNCAxOFoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yNCAzMkMyNC41NTIzIDMyIDI1IDMxLjU1MjMgMjUgMzFDMjUgMzAuNDQ3NyAyNC41NTIzIDMwIDI0IDMwQzIzLjQ0NzcgMzAgMjMgMzAuNDQ3NyAyMyAzMUMyMyAzMS41NTIzIDIzLjQ0NzcgMzIgMjQgMzJaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) !important;
}
[data-theme=dark] .horizontal-menu__more.active {
  background-color: var(--horizontal-menu-bg) !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwMzVfNDM0KSI+CjxwYXRoIGQ9Ik00MCAwSDhDMy41ODE3MiAwIDAgMy41ODE3MiAwIDhWNDBDMCA0NC40MTgzIDMuNTgxNzIgNDggOCA0OEg0MEM0NC40MTgzIDQ4IDQ4IDQ0LjQxODMgNDggNDBWOEM0OCAzLjU4MTcyIDQ0LjQxODMgMCA0MCAwWiIgZmlsbD0iIzA0MDYwRiIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDFfMjAzNV80MzQpIj4KPHBhdGggZD0iTTI5IDE5TDE5IDI5TTE5IDE5TDI5IDI5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjAzNV80MzQiPgo8cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDFfMjAzNV80MzQiPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOCAxOCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) !important;
}
[data-theme=dark] .horizontal-menu__more.active::after {
  border-top-color: var(--horizontal-menu-bg) !important;
  border-bottom-color: var(--horizontal-menu-bg) !important;
  border-right-color: var(--horizontal-menu-bg) !important;
}
[data-theme=dark] .horizontal-menu__dropdown {
  background-color: var(--horizontal-menu-bg) !important;
}
[data-theme=dark] .horizontal-menu__dropdown .menu .menu-item > a {
  color: #fff !important;
}
[data-theme=dark] .horizontal-menu__dropdown .menu .menu-item > a:hover {
  color: #4DABE9 !important;
}
[data-theme=dark] .horizontal-menu__dropdown .menu .menu-item.has-submenu > .submenu-toggle {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .horizontal-menu__dropdown .menu .menu-item.has-submenu .submenu-dropdown {
  background-color: var(--horizontal-menu-bg) !important;
}
[data-theme=dark] .horizontal-menu__dropdown .menu .menu-item.has-submenu .submenu-dropdown ul .submenu-item a {
  color: #fff !important;
}
[data-theme=dark] .horizontal-menu__dropdown .menu .menu-item.has-submenu .submenu-dropdown ul .submenu-item a:hover {
  color: #4DABE9 !important;
}
[data-theme=dark] .bg-blue-900 {
  background-color: #04060F !important;
}
[data-theme=dark] .bg-gray-700 {
  background-color: #F2F5F8 !important;
}
[data-theme=dark] .bg-gray-25 {
  background-color: #141623 !important;
}
[data-theme=dark] .bg-orange {
  background-color: #141623 !important;
}
[data-theme=dark] .text-blue-900 {
  color: #04060F !important;
}
[data-theme=dark] .text-gray-700 {
  color: #F2F5F8 !important;
}
[data-theme=dark] .text-gray-25 {
  color: #141623 !important;
}
[data-theme=dark] .text-orange {
  color: #141623 !important;
}
[data-theme=dark] body .views-element-container h2 {
  color: var(--numbers-value) !important;
}
[data-theme=dark] body .views-element-container p, [data-theme=dark] body .views-element-container a, [data-theme=dark] body .views-element-container div {
  color: var(--text-primary) !important;
}
[data-theme=dark] body .views-element-container a:hover {
  color: var(--link-hover) !important;
}
[data-theme=dark] .page-date-info span {
  color: var(--numbers-value) !important;
}
[data-theme=dark] .istatistik-item {
  background-color: var(--istatistik-bg) !important;
  border: 1px solid var(--istatistik-border) !important;
}
[data-theme=dark] .istatistik-item h3 {
  color: var(--numbers-value) !important;
}
[data-theme=dark] .istatistik-item .category {
  color: var(--numbers-value) !important;
}
[data-theme=dark] .istatistik-item .numbers {
  color: var(--numbers-value) !important;
}
[data-theme=dark] .owl-nav button {
  border-color: var(--text-primary) !important;
}
[data-theme=dark] .owl-nav button i::before {
  color: var(--text-primary) !important;
}
[data-theme=dark] .owl-nav button svg {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .btn.btn-outline-primary {
  border-color: var(--text-primary) !important;
  background-color: transparent !important;
  color: var(--text-primary) !important;
  transition: all 0.4s ease-in-out;
}
[data-theme=dark] .btn.btn-outline-primary svg path {
  fill: var(--text-primary) !important;
}
[data-theme=dark] .btn.btn-outline-primary:hover {
  background: #081E5F !important;
}
[data-theme=dark] .announcement-item {
  background: var(--bg-primary) !important;
}
[data-theme=dark] .announcement-item:hover {
  background-position: left bottom;
  color: #fff;
}
[data-theme=dark] .announcement-item .announcements-date {
  color: #fff !important;
}
[data-theme=dark] .announcement-item .announcements-date .announcements-date-day,
[data-theme=dark] .announcement-item .announcements-date .announcements-date-month {
  color: #fff !important;
}
[data-theme=dark] .announcement-item .announcements-title {
  color: #fff !important;
}
[data-theme=dark] .announcement-item .big-arrow::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA1NCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNkg1M001MyA2TDQ4IDExTTUzIDZMNDggMSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) !important;
}
[data-theme=dark] .bg-grey-bg {
  background: var(--black-dark) !important;
}
[data-theme=dark] .akademik-item {
  background-color: var(--bg-primary) !important;
}
[data-theme=dark] .icon-link-wrapper .icon-link-item .title-icon {
  color: var(--text-paragraph) !important;
}
[data-theme=dark] .videos-wrapper::before {
  background-color: var(--black-dark) !important;
}
[data-theme=dark] body .splide__arrows:not(.slider-home .splide__arrows) .splide__arrow {
  border: 1px solid var(--text-paragraph) !important;
}
[data-theme=dark] body .splide__arrows:not(.slider-home .splide__arrows) .splide__arrow svg {
  fill: var(--text-paragraph) !important;
}
[data-theme=dark] .slider-home .slider-wrapper:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTcyOSIgaGVpZ2h0PSI5NjAiIHZpZXdCb3g9IjAgMCAxNzI5IDk2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwNTlfNTI4KSI+CjxyZWN0IHg9Ii0yMTEuNzQ5IiB5PSItMzU5LjI3MyIgd2lkdGg9IjE5ODguNDYiIGhlaWdodD0iMTMyNS44IiB0cmFuc2Zvcm09InJvdGF0ZSgwLjE0NjY5NSAtMjExLjc0OSAtMzU5LjI3MykiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIwNTlfNTI4Ij4KPHJlY3Qgd2lkdGg9IjE3MjkiIGhlaWdodD0iOTYwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) !important;
}
[data-theme=dark] .accordion-button {
  background-color: var(--black-dark) !important;
  color: var(--link-color) !important;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54' fill='none'%3e%3crect x='-3' y='3' width='48' height='48' rx='24' transform='matrix%281 -8.74228e-08 -8.74228e-08 -1 6 54%29' stroke='%23F0F0F0' stroke-width='6'/%3e%3cpath d='M34.5 23.5L27 31.5L19.5 23.5' stroke='%23ffffff' stroke-width='3' stroke-linejoin='round'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54' fill='none'%3e%3cg clip-path='url%28%23clip0_126_106%29'%3e%3cpath d='M51 27C51 40.2548 40.2548 51 27 51C13.7452 51 3 40.2548 3 27C3 13.7452 13.7452 3 27 3C40.2548 3 51 13.7452 51 27Z' fill='%2304060F' stroke='%23F0F0F0' stroke-width='6'%3e%3c/path%3e%3cpath d='M34.5 23.5L27 31.5L19.5 23.5' stroke='white' stroke-width='3' stroke-linejoin='round'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_126_106'%3e%3crect width='54' height='54' fill='white'%3e%3c/rect%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
[data-theme=dark] .accordion-body {
  background-color: var(--black-dark) !important;
}
[data-theme=dark] .accordion .accordion-item .accordion-collapse .accordion-body a {
  color: var(--link-color) !important;
}
[data-theme=dark] .select2-container--default .select2-results > .select2-results__options {
  background-color: var(--bg-primary) !important;
}
[data-theme=dark] .select2-container--default.select2-container--open {
  background-color: var(--bg-primary) !important;
}
[data-theme=dark] .select2-dropdown .select2-results ul li {
  color: #fff !important;
}
[data-theme=dark] .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--bg-primary) !important;
}
[data-theme=dark] .select2-dropdown.select2-dropdown--above,
[data-theme=dark] .select2-dropdown.select2-dropdown--below {
  border: none !important;
}
[data-theme=dark] .select2.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  filter: brightness(10);
}
[data-theme=dark] .select2.select2-container--default .select2-selection--single span.select2-selection__rendered {
  color: #fff !important;
}
[data-theme=dark] .select2.select2-container--default .select2-selection--single {
  background-color: #04060F !important;
}
[data-theme=dark] .list-item span.text-link::after {
  filter: brightness(0) invert(1);
}
[data-theme=dark] form.views-exposed-form div.form-actions input {
  background-color: #04060f !important;
}
[data-theme=dark] .table.table-striped tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
[data-theme=dark] .table.table-striped tbody tr:nth-child(even) {
  background-color: #141623 !important;
}
[data-theme=dark] .paragraph ul:not(.splide__list):not(.splide__pagination):not(.contextual-links):not(.menu):not(.pager__items):not(.horizontal-menu-dropdown__list) li {
  color: white;
}
[data-theme=dark] .paragraph ul:not(.splide__list):not(.splide__pagination):not(.contextual-links):not(.menu):not(.pager__items):not(.horizontal-menu-dropdown__list) li::before {
  background-color: rgba(125, 130, 134, 0.831372549);
}
[data-theme=dark] .arrow-after::after,
[data-theme=dark] .arrow-after::before,
[data-theme=dark] .arrow-before::before {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .alumni-content span {
  color: #fff !important;
}
[data-theme=dark] .alumni-content span.text-blue-900-45 {
  color: #E0E3E5 !important;
}

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

:root,
[data-bs-theme=light] {
  --bs-primary: #081E5F;
  --bs-blue-900: #081E5F;
  --bs-blue-850: #0C1F61;
  --bs-blue-800: #0d1f61;
  --bs-blue-500: #298DE5;
  --bs-blue-400: #4DABE9;
  --bs-blue-400-95: rgba(77, 171, 233, 0.9607843137);
  --bs-blue-900-96: rgba(8, 30, 95, 0.9647058824);
  --bs-blue-900-45: rgba(8, 30, 95, 0.4509803922);
  --bs-blue-600: #2FBFD3;
  --bs-blue-300: #5ABBC4;
  --bs-blue-25: #F4FBFF;
  --bs-green-200: #6FEFBE;
  --bs-green-300: #51D5A2;
  --bs-cyan-200: #75FBFD;
  --bs-sand-200: #E5D6B9;
  --bs-sand-300: #E0C591;
  --bs-navy-900: #141623;
  --bs-black-100: #0C0C0C;
  --bs-black-200: #282E34;
  --bs-black-100-10: rgba(12, 12, 12, 0.1019607843);
  --bs-white-10: rgba(255, 255, 255, 0.1019607843);
  --bs-gray-700: #42474C;
  --bs-gray-600: #434648;
  --bs-gray-500-83: rgba(125, 130, 134, 0.831372549);
  --bs-gray-500: rgba(102, 110, 117, 0.83);
  --bs-gray-50: #fafafa;
  --bs-gray-25: #F2F5F8;
  --bs-gray-25-70: rgba(242, 245, 248, 0.6980392157);
  --bs-gray-200-50: rgba(224, 227, 229, 0.5019607843);
  --bs-pink-500: #ED3780;
  --bs-orange-400: #FC7E4B;
  --bs-orange: #F76B1C;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #081E5F;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-blue-900: #081E5F;
  --bs-blue-850: #0C1F61;
  --bs-blue-800: #0d1f61;
  --bs-blue-500: #298DE5;
  --bs-blue-400: #4DABE9;
  --bs-blue-600: #2FBFD3;
  --bs-blue-300: #5ABBC4;
  --bs-green-200: #6FEFBE;
  --bs-cyan-200: #75FBFD;
  --bs-sand-200: #E5D6B9;
  --bs-navy-900: #141623;
  --bs-black-100: #0C0C0C;
  --bs-black-200: #282E34;
  --bs-gray-700: #42474C;
  --bs-gray-600: #434648;
  --bs-gray-50: #fafafa;
  --bs-gray-25: #F2F5F8;
  --bs-primary-rgb: 0, 123, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-primary-text-emphasis: #030c26;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #10431c;
  --bs-info-text-emphasis: #09414a;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #42474C;
  --bs-dark-text-emphasis: #42474C;
  --bs-primary-bg-subtle: #ced2df;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d4edda;
  --bs-info-bg-subtle: #d1ecf1;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ca5bf;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a9dcb5;
  --bs-info-border-subtle: #a2dae3;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: rgba(102, 110, 117, 0.83);
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Optima Nova LT Pro", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #FEFEFE;
  --bs-body-bg-rgb: 254, 254, 254;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #009bd9;
  --bs-link-color-rgb: 0, 155, 217;
  --bs-link-decoration: none;
  --bs-link-hover-color: #054761;
  --bs-link-hover-color-rgb: 5, 71, 97;
  --bs-link-hover-decoration: none;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(8, 30, 95, 0.25);
  --bs-form-valid-color: #28a745;
  --bs-form-valid-border-color: #28a745;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6b789f;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #7eca8f;
  --bs-info-text-emphasis: #74c7d4;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #020613;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #08210e;
  --bs-info-bg-subtle: #052025;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #051239;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #186429;
  --bs-info-border-subtle: #0e616e;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #42474C;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6b789f;
  --bs-link-hover-color: #8993b2;
  --bs-link-color-rgb: 107, 120, 159;
  --bs-link-hover-color-rgb: 137, 147, 178;
  --bs-code-color: #f18bba;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #42474C;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #51D5A2;
  --bs-form-valid-border-color: #51D5A2;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: calc(1.345rem + 1.14vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.75rem;
  }
}

h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.bg-primary {
  background-color: #081E5F !important;
}

.bg-blue-900 {
  background-color: #081E5F !important;
}

.bg-blue-850 {
  background-color: #0C1F61 !important;
}

.bg-blue-800 {
  background-color: #0d1f61 !important;
}

.bg-blue-500 {
  background-color: #298DE5 !important;
}

.bg-blue-400 {
  background-color: #4DABE9 !important;
}

.bg-blue-400-95 {
  background-color: rgba(77, 171, 233, 0.9607843137) !important;
}

.bg-blue-900-96 {
  background-color: rgba(8, 30, 95, 0.9647058824) !important;
}

.bg-blue-900-45 {
  background-color: rgba(8, 30, 95, 0.4509803922) !important;
}

.bg-blue-600 {
  background-color: #2FBFD3 !important;
}

.bg-blue-300 {
  background-color: #5ABBC4 !important;
}

.bg-blue-25 {
  background-color: #F4FBFF !important;
}

.bg-green-200 {
  background-color: #6FEFBE !important;
}

.bg-green-300 {
  background-color: #51D5A2 !important;
}

.bg-cyan-200 {
  background-color: #75FBFD !important;
}

.bg-sand-200 {
  background-color: #E5D6B9 !important;
}

.bg-sand-300 {
  background-color: #E0C591 !important;
}

.bg-navy-900 {
  background-color: #141623 !important;
}

.bg-black-100 {
  background-color: #0C0C0C !important;
}

.bg-black-200 {
  background-color: #282E34 !important;
}

.bg-black-100-10 {
  background-color: rgba(12, 12, 12, 0.1019607843) !important;
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
}

.bg-gray-700 {
  background-color: #42474C !important;
}

.bg-gray-600 {
  background-color: #434648 !important;
}

.bg-gray-500-83 {
  background-color: rgba(125, 130, 134, 0.831372549) !important;
}

.bg-gray-500 {
  background-color: rgba(102, 110, 117, 0.83) !important;
}

.bg-gray-50 {
  background-color: #fafafa !important;
}

.bg-gray-25 {
  background-color: #F2F5F8 !important;
}

.bg-gray-25-70 {
  background-color: rgba(242, 245, 248, 0.6980392157) !important;
}

.bg-gray-200-50 {
  background-color: rgba(224, 227, 229, 0.5019607843) !important;
}

.bg-pink-500 {
  background-color: #ED3780 !important;
}

.bg-orange-400 {
  background-color: #FC7E4B !important;
}

.bg-orange {
  background-color: #F76B1C !important;
}

.text-primary {
  color: #081E5F !important;
}

.text-blue-900 {
  color: #081E5F !important;
}

.text-blue-850 {
  color: #0C1F61 !important;
}

.text-blue-800 {
  color: #0d1f61 !important;
}

.text-blue-500 {
  color: #298DE5 !important;
}

.text-blue-400 {
  color: #4DABE9 !important;
}

.text-blue-400-95 {
  color: rgba(77, 171, 233, 0.9607843137) !important;
}

.text-blue-900-96 {
  color: rgba(8, 30, 95, 0.9647058824) !important;
}

.text-blue-900-45 {
  color: rgba(8, 30, 95, 0.4509803922) !important;
}

.text-blue-600 {
  color: #2FBFD3 !important;
}

.text-blue-300 {
  color: #5ABBC4 !important;
}

.text-blue-25 {
  color: #F4FBFF !important;
}

.text-green-200 {
  color: #6FEFBE !important;
}

.text-green-300 {
  color: #51D5A2 !important;
}

.text-cyan-200 {
  color: #75FBFD !important;
}

.text-sand-200 {
  color: #E5D6B9 !important;
}

.text-sand-300 {
  color: #E0C591 !important;
}

.text-navy-900 {
  color: #141623 !important;
}

.text-black-100 {
  color: #0C0C0C !important;
}

.text-black-200 {
  color: #282E34 !important;
}

.text-black-100-10 {
  color: rgba(12, 12, 12, 0.1019607843) !important;
}

.text-white-10 {
  color: rgba(255, 255, 255, 0.1019607843) !important;
}

.text-gray-700 {
  color: #42474C !important;
}

.text-gray-600 {
  color: #434648 !important;
}

.text-gray-500-83 {
  color: rgba(125, 130, 134, 0.831372549) !important;
}

.text-gray-500 {
  color: rgba(102, 110, 117, 0.83) !important;
}

.text-gray-50 {
  color: #fafafa !important;
}

.text-gray-25 {
  color: #F2F5F8 !important;
}

.text-gray-25-70 {
  color: rgba(242, 245, 248, 0.6980392157) !important;
}

.text-gray-200-50 {
  color: rgba(224, 227, 229, 0.5019607843) !important;
}

.text-pink-500 {
  color: #ED3780 !important;
}

.text-orange-400 {
  color: #FC7E4B !important;
}

.text-orange {
  color: #F76B1C !important;
}

hr {
  border: none;
  border-top: 1px solid #F2F5F8;
  opacity: 1;
}

[id^=link-] {
  scroll-margin-top: 75px;
}

h1, h2, h3, h4, h5, h6, p, span, a, small, div, table {
  -webkit-font-smoothing: antialiased;
}

.ff-arsenal {
  font-family: "Arsenal", sans-serif;
}

.ff-open-sans {
  font-family: "Open Sans", sans-serif;
}

.ff-montserrat {
  font-family: "Optima Nova LT Pro", sans-serif;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center center !important;
}

.transition-all {
  transition: all 0.3s ease-in-out !important;
}

.transition-filter {
  transition: filter 0.3s ease !important;
}

.transition-width {
  transition: width 0.3s ease !important;
}

.bg-gradient-red {
  background-image: linear-gradient(283deg, #f00, #d21e2f) !important;
}

.h-10px {
  height: 10px !important;
}

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

.flex-0 {
  flex: 0;
}

.flex-1 {
  flex: 1;
}

.row-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-equal > [class*=col-] {
  display: flex;
}
.row-equal > [class*=col-] .paragraph {
  width: 100%;
}

[data-quickedit-field-id] {
  display: contents;
}

.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-lg-3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}

.line-clamp-2 {
  -webkit-line-clamp: 2 !important;
}

.line-clamp-3 {
  -webkit-line-clamp: 3 !important;
}

.line-clamp-4 {
  -webkit-line-clamp: 4 !important;
  min-height: 290px !important;
  min-height: 280px !important;
}

@media (min-width: 992px) {
  .line-clamp-lg-3 {
    -webkit-line-clamp: 3 !important;
    min-height: 280px !important;
  }
  .line-clamp-4 {
    -webkit-line-clamp: 4 !important;
  }
}
.container-max {
  max-width: 1630px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.text-more::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: top;
  top: 8px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzUgNS4yNUg5Ljc1TTkuNzUgNS4yNUw1LjI1IDkuNzVNOS43NSA1LjI1TDUuMjUgMC43NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLW9wYWNpdHk9IjAuOTY0NzA2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.paragraph ul:not(.splide__list):not(.splide__pagination):not(.contextual-links):not(.menu):not(.pager__items):not(.horizontal-menu-dropdown__list) {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.paragraph ul:not(.splide__list):not(.splide__pagination):not(.contextual-links):not(.menu):not(.pager__items):not(.horizontal-menu-dropdown__list) li {
  position: relative;
  padding: 14px 10px 14px 40px;
  color: #081E5F;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5019607843);
  line-height: 30px;
}
.paragraph ul:not(.splide__list):not(.splide__pagination):not(.contextual-links):not(.menu):not(.pager__items):not(.horizontal-menu-dropdown__list) li::before {
  content: ".";
  position: absolute;
  right: 0;
  font-size: 0;
  height: 2px;
  border-radius: 5px;
  width: 18px;
  background: #2FBFD3;
  left: 0;
  top: 50%;
}

body:not(footer p) p {
  font-size: 1rem;
  color: var(--text-paragraph, #42474C);
  font-family: "Optima Nova LT Pro", sans-serif;
  line-height: 31px;
}

.btn-primary {
  background: #081E5F !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #081E5F !important;
}
.btn-primary.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-primary.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-primary.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-primary.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-primary.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-primary.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-primary.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-primary.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-primary.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-primary {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #081E5F;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #081E5F;
}
.btn-outline-primary.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-primary.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-primary:hover {
  background-color: #081E5F !important;
  color: #fff !important;
}
.btn-outline-primary.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-primary.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-900 {
  background: #081E5F !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #081E5F !important;
}
.btn-blue-900.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-900.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-900.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-900.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-900.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-900.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-900.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-900.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-900.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-900 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #081E5F;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #081E5F;
}
.btn-outline-blue-900.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-900.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-900:hover {
  background-color: #081E5F !important;
  color: #fff !important;
}
.btn-outline-blue-900.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-900.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-850 {
  background: #0C1F61 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #0C1F61 !important;
}
.btn-blue-850.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-850.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-850.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-850.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-850.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-850.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-850.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-850.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-850.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-850 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #0C1F61;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #0C1F61;
}
.btn-outline-blue-850.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-850.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-850:hover {
  background-color: #0C1F61 !important;
  color: #fff !important;
}
.btn-outline-blue-850.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-850.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-800 {
  background: #0d1f61 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #0d1f61 !important;
}
.btn-blue-800.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-800.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-800.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-800.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-800.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-800.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-800.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-800.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-800.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-800 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #0d1f61;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #0d1f61;
}
.btn-outline-blue-800.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-800.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-800:hover {
  background-color: #0d1f61 !important;
  color: #fff !important;
}
.btn-outline-blue-800.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-800.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-500 {
  background: #298DE5 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #298DE5 !important;
}
.btn-blue-500.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-500.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-500.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-500.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-500.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-500.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-500.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-500.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-500.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-500 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #298DE5;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #298DE5;
}
.btn-outline-blue-500.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-500.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-500:hover {
  background-color: #298DE5 !important;
  color: #fff !important;
}
.btn-outline-blue-500.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-500.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-400 {
  background: #4DABE9 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #4DABE9 !important;
}
.btn-blue-400.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-400.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-400.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-400.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-400.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-400.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-400.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-400.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-400.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-400 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #4DABE9;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #4DABE9;
}
.btn-outline-blue-400.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-400.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-400:hover {
  background-color: #4DABE9 !important;
  color: #fff !important;
}
.btn-outline-blue-400.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-400.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-400-95 {
  background: rgba(77, 171, 233, 0.9607843137) !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(77, 171, 233, 0.9607843137) !important;
}
.btn-blue-400-95.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-400-95.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-400-95.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-400-95.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-400-95.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-400-95.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-400-95.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-400-95.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-400-95.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-400-95 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: rgba(77, 171, 233, 0.9607843137);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(77, 171, 233, 0.9607843137);
}
.btn-outline-blue-400-95.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-400-95.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-400-95:hover {
  background-color: rgba(77, 171, 233, 0.9607843137) !important;
  color: #fff !important;
}
.btn-outline-blue-400-95.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-400-95.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-900-96 {
  background: rgba(8, 30, 95, 0.9647058824) !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(8, 30, 95, 0.9647058824) !important;
}
.btn-blue-900-96.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-900-96.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-900-96.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-900-96.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-900-96.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-900-96.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-900-96.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-900-96.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-900-96.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-900-96 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: rgba(8, 30, 95, 0.9647058824);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(8, 30, 95, 0.9647058824);
}
.btn-outline-blue-900-96.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-900-96.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-900-96:hover {
  background-color: rgba(8, 30, 95, 0.9647058824) !important;
  color: #fff !important;
}
.btn-outline-blue-900-96.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-900-96.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-900-45 {
  background: rgba(8, 30, 95, 0.4509803922) !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(8, 30, 95, 0.4509803922) !important;
}
.btn-blue-900-45.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-900-45.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-900-45.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-900-45.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-900-45.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-900-45.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-900-45.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-900-45.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-900-45.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-900-45 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: rgba(8, 30, 95, 0.4509803922);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(8, 30, 95, 0.4509803922);
}
.btn-outline-blue-900-45.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-900-45.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-900-45:hover {
  background-color: rgba(8, 30, 95, 0.4509803922) !important;
  color: #fff !important;
}
.btn-outline-blue-900-45.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-900-45.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-600 {
  background: #2FBFD3 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #2FBFD3 !important;
}
.btn-blue-600.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-600.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-600.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-600.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-600.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-600.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-600.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-600.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-600.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-600 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #2FBFD3;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #2FBFD3;
}
.btn-outline-blue-600.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-600.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-600:hover {
  background-color: #2FBFD3 !important;
  color: #fff !important;
}
.btn-outline-blue-600.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-600.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-300 {
  background: #5ABBC4 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #5ABBC4 !important;
}
.btn-blue-300.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-300.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-300.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-300.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-300.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-300.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-300.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-300.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-300.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-300 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #5ABBC4;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #5ABBC4;
}
.btn-outline-blue-300.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-300.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-300:hover {
  background-color: #5ABBC4 !important;
  color: #fff !important;
}
.btn-outline-blue-300.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-300.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-blue-25 {
  background: #F4FBFF !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #F4FBFF !important;
}
.btn-blue-25.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-blue-25.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-blue-25.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-blue-25.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-blue-25.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-blue-25.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-blue-25.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-blue-25.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-blue-25.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-blue-25 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #F4FBFF;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #F4FBFF;
}
.btn-outline-blue-25.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-blue-25.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-blue-25:hover {
  background-color: #F4FBFF !important;
  color: #fff !important;
}
.btn-outline-blue-25.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-blue-25.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-green-200 {
  background: #6FEFBE !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #6FEFBE !important;
}
.btn-green-200.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-green-200.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-green-200.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-green-200.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-green-200.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-green-200.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-green-200.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-green-200.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-green-200.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-green-200 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #6FEFBE;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #6FEFBE;
}
.btn-outline-green-200.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-green-200.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-green-200:hover {
  background-color: #6FEFBE !important;
  color: #fff !important;
}
.btn-outline-green-200.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-green-200.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-green-300 {
  background: #51D5A2 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #51D5A2 !important;
}
.btn-green-300.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-green-300.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-green-300.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-green-300.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-green-300.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-green-300.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-green-300.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-green-300.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-green-300.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-green-300 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #51D5A2;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #51D5A2;
}
.btn-outline-green-300.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-green-300.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-green-300:hover {
  background-color: #51D5A2 !important;
  color: #fff !important;
}
.btn-outline-green-300.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-green-300.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-cyan-200 {
  background: #75FBFD !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #75FBFD !important;
}
.btn-cyan-200.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-cyan-200.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-cyan-200.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-cyan-200.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-cyan-200.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-cyan-200.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-cyan-200.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-cyan-200.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-cyan-200.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-cyan-200 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #75FBFD;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #75FBFD;
}
.btn-outline-cyan-200.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-cyan-200.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-cyan-200:hover {
  background-color: #75FBFD !important;
  color: #fff !important;
}
.btn-outline-cyan-200.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-cyan-200.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-sand-200 {
  background: #E5D6B9 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #E5D6B9 !important;
}
.btn-sand-200.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-sand-200.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-sand-200.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-sand-200.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-sand-200.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-sand-200.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-sand-200.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-sand-200.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-sand-200.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-sand-200 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #E5D6B9;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #E5D6B9;
}
.btn-outline-sand-200.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-sand-200.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-sand-200:hover {
  background-color: #E5D6B9 !important;
  color: #fff !important;
}
.btn-outline-sand-200.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-sand-200.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-sand-300 {
  background: #E0C591 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #E0C591 !important;
}
.btn-sand-300.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-sand-300.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-sand-300.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-sand-300.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-sand-300.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-sand-300.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-sand-300.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-sand-300.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-sand-300.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-sand-300 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #E0C591;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #E0C591;
}
.btn-outline-sand-300.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-sand-300.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-sand-300:hover {
  background-color: #E0C591 !important;
  color: #fff !important;
}
.btn-outline-sand-300.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-sand-300.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-navy-900 {
  background: #141623 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #141623 !important;
}
.btn-navy-900.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-navy-900.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-navy-900.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-navy-900.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-navy-900.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-navy-900.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-navy-900.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-navy-900.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-navy-900.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-navy-900 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #141623;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #141623;
}
.btn-outline-navy-900.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-navy-900.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-navy-900:hover {
  background-color: #141623 !important;
  color: #fff !important;
}
.btn-outline-navy-900.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-navy-900.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-black-100 {
  background: #0C0C0C !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #0C0C0C !important;
}
.btn-black-100.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-black-100.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-black-100.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-black-100.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-black-100.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-black-100.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-black-100.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-black-100.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-black-100.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-black-100 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #0C0C0C;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #0C0C0C;
}
.btn-outline-black-100.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-black-100.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-black-100:hover {
  background-color: #0C0C0C !important;
  color: #fff !important;
}
.btn-outline-black-100.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-black-100.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-black-200 {
  background: #282E34 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #282E34 !important;
}
.btn-black-200.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-black-200.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-black-200.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-black-200.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-black-200.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-black-200.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-black-200.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-black-200.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-black-200.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-black-200 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #282E34;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #282E34;
}
.btn-outline-black-200.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-black-200.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-black-200:hover {
  background-color: #282E34 !important;
  color: #fff !important;
}
.btn-outline-black-200.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-black-200.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-black-100-10 {
  background: rgba(12, 12, 12, 0.1019607843) !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(12, 12, 12, 0.1019607843) !important;
}
.btn-black-100-10.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-black-100-10.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-black-100-10.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-black-100-10.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-black-100-10.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-black-100-10.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-black-100-10.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-black-100-10.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-black-100-10.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-black-100-10 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: rgba(12, 12, 12, 0.1019607843);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(12, 12, 12, 0.1019607843);
}
.btn-outline-black-100-10.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-black-100-10.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-black-100-10:hover {
  background-color: rgba(12, 12, 12, 0.1019607843) !important;
  color: #fff !important;
}
.btn-outline-black-100-10.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-black-100-10.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-white-10 {
  background: rgba(255, 255, 255, 0.1019607843) !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
}
.btn-white-10.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-white-10.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-white-10.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-white-10.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-white-10.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-white-10.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-white-10.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-white-10.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-white-10.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-white-10 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.1019607843);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.btn-outline-white-10.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-white-10.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-white-10:hover {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
  color: #fff !important;
}
.btn-outline-white-10.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-white-10.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-gray-700 {
  background: #42474C !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #42474C !important;
}
.btn-gray-700.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-gray-700.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-gray-700.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-gray-700.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-gray-700.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-gray-700.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-gray-700.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-gray-700.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-gray-700.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-gray-700 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #42474C;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #42474C;
}
.btn-outline-gray-700.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-gray-700.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-gray-700:hover {
  background-color: #42474C !important;
  color: #fff !important;
}
.btn-outline-gray-700.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-gray-700.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-gray-600 {
  background: #434648 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #434648 !important;
}
.btn-gray-600.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-gray-600.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-gray-600.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-gray-600.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-gray-600.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-gray-600.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-gray-600.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-gray-600.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-gray-600.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-gray-600 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #434648;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #434648;
}
.btn-outline-gray-600.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-gray-600.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-gray-600:hover {
  background-color: #434648 !important;
  color: #fff !important;
}
.btn-outline-gray-600.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-gray-600.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-gray-500-83 {
  background: rgba(125, 130, 134, 0.831372549) !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(125, 130, 134, 0.831372549) !important;
}
.btn-gray-500-83.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-gray-500-83.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-gray-500-83.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-gray-500-83.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-gray-500-83.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-gray-500-83.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-gray-500-83.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-gray-500-83.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-gray-500-83.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-gray-500-83 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: rgba(125, 130, 134, 0.831372549);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(125, 130, 134, 0.831372549);
}
.btn-outline-gray-500-83.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-gray-500-83.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-gray-500-83:hover {
  background-color: rgba(125, 130, 134, 0.831372549) !important;
  color: #fff !important;
}
.btn-outline-gray-500-83.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-gray-500-83.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-gray-500 {
  background: rgba(102, 110, 117, 0.83) !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(102, 110, 117, 0.83) !important;
}
.btn-gray-500.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-gray-500.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-gray-500.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-gray-500.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-gray-500.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-gray-500.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-gray-500.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-gray-500.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-gray-500.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-gray-500 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: rgba(102, 110, 117, 0.83);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(102, 110, 117, 0.83);
}
.btn-outline-gray-500.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-gray-500.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-gray-500:hover {
  background-color: rgba(102, 110, 117, 0.83) !important;
  color: #fff !important;
}
.btn-outline-gray-500.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-gray-500.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-gray-50 {
  background: #fafafa !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #fafafa !important;
}
.btn-gray-50.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-gray-50.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-gray-50.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-gray-50.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-gray-50.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-gray-50.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-gray-50.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-gray-50.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-gray-50.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-gray-50 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fafafa;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #fafafa;
}
.btn-outline-gray-50.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-gray-50.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-gray-50:hover {
  background-color: #fafafa !important;
  color: #fff !important;
}
.btn-outline-gray-50.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-gray-50.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-gray-25 {
  background: #F2F5F8 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #F2F5F8 !important;
}
.btn-gray-25.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-gray-25.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-gray-25.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-gray-25.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-gray-25.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-gray-25.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-gray-25.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-gray-25.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-gray-25.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-gray-25 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #F2F5F8;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #F2F5F8;
}
.btn-outline-gray-25.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-gray-25.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-gray-25:hover {
  background-color: #F2F5F8 !important;
  color: #fff !important;
}
.btn-outline-gray-25.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-gray-25.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-gray-25-70 {
  background: rgba(242, 245, 248, 0.6980392157) !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(242, 245, 248, 0.6980392157) !important;
}
.btn-gray-25-70.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-gray-25-70.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-gray-25-70.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-gray-25-70.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-gray-25-70.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-gray-25-70.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-gray-25-70.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-gray-25-70.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-gray-25-70.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-gray-25-70 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: rgba(242, 245, 248, 0.6980392157);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(242, 245, 248, 0.6980392157);
}
.btn-outline-gray-25-70.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-gray-25-70.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-gray-25-70:hover {
  background-color: rgba(242, 245, 248, 0.6980392157) !important;
  color: #fff !important;
}
.btn-outline-gray-25-70.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-gray-25-70.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-gray-200-50 {
  background: rgba(224, 227, 229, 0.5019607843) !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(224, 227, 229, 0.5019607843) !important;
}
.btn-gray-200-50.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-gray-200-50.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-gray-200-50.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-gray-200-50.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-gray-200-50.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-gray-200-50.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-gray-200-50.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-gray-200-50.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-gray-200-50.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-gray-200-50 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: rgba(224, 227, 229, 0.5019607843);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(224, 227, 229, 0.5019607843);
}
.btn-outline-gray-200-50.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-gray-200-50.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-gray-200-50:hover {
  background-color: rgba(224, 227, 229, 0.5019607843) !important;
  color: #fff !important;
}
.btn-outline-gray-200-50.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-gray-200-50.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-pink-500 {
  background: #ED3780 !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ED3780 !important;
}
.btn-pink-500.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-pink-500.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-pink-500.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-pink-500.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-pink-500.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-pink-500.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-pink-500.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-pink-500.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-pink-500.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-pink-500 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #ED3780;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ED3780;
}
.btn-outline-pink-500.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-pink-500.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-pink-500:hover {
  background-color: #ED3780 !important;
  color: #fff !important;
}
.btn-outline-pink-500.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-pink-500.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-orange-400 {
  background: #FC7E4B !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #FC7E4B !important;
}
.btn-orange-400.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-orange-400.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-orange-400.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-orange-400.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-orange-400.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-orange-400.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-orange-400.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-orange-400.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-orange-400.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-orange-400 {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #FC7E4B;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #FC7E4B;
}
.btn-outline-orange-400.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-orange-400.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-orange-400:hover {
  background-color: #FC7E4B !important;
  color: #fff !important;
}
.btn-outline-orange-400.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-orange-400.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-orange {
  background: #F76B1C !important;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #F76B1C !important;
}
.btn-orange.btn-md {
  padding: 0.875rem 1.75rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
}
.btn-orange.btn-lg {
  padding: 0.75rem 1.75rem !important;
  height: 3rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-orange.btn-rounded {
  border-radius: 2.125rem !important;
  height: 42px !important;
}
.btn-orange.btn-rounded.btn-md {
  height: 46px !important;
}
.btn-orange.btn-rounded.btn-lg {
  height: 48px !important;
  line-height: 22px !important;
}
.btn-orange.btn-rounded.btn-xl {
  padding: 0.875rem 5.31rem !important;
  height: 2.875rem !important;
  font-size: 0.875rem !important;
  width: fit-content !important;
  text-wrap: nowrap;
}
.btn-orange.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-orange.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-orange.btn-icon.btn-play:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDkwNzYgMS4wNDQ0N0MyLjQ0MTQyIDEuMDE1ODQgMi4zODUyMSAxLjAwMDUgMi4zMjc4NCAxLjAwMDAxQzIuMjcwNDggMC45OTk1MjIgMi4yMTQwMSAxLjAxMzkgMi4xNjQxNiAxLjA0MTY4QzIuMTE0MzEgMS4wNjk0NSAyLjA3Mjg3IDEuMTA5NjUgMi4wNDQwNCAxLjE1ODE3QzIuMDE1MiAxLjIwNjcgMi4wMDAwMSAxLjI2MTgzIDIgMS4zMTc5NlY4LjY4MjA0QzIuMDAwMDEgOC43MzgxNyAyLjAxNTIgOC43OTMzIDIuMDQ0MDQgOC44NDE4M0MyLjA3Mjg3IDguODkwMzUgMi4xMTQzMSA4LjkzMDU1IDIuMTY0MTYgOC45NTgzMkMyLjIxNDAxIDguOTg2MSAyLjI3MDQ4IDkuMDAwNDggMi4zMjc4NCA4Ljk5OTk5QzIuMzg1MjEgOC45OTk1IDIuNDQxNDIgOC45ODQxNiAyLjQ5MDc2IDguOTU1NTNMOC44NDA4NCA1LjI3MzQ5QzguODg5MzQgNS4yNDUzMyA4LjkyOTUyIDUuMjA1MzEgOC45NTc0MiA1LjE1NzM2QzguOTg1MzMgNS4xMDk0MSA5IDUuMDU1MTggOSA1QzkgNC45NDQ4MiA4Ljk4NTMzIDQuODkwNTkgOC45NTc0MiA0Ljg0MjY0QzguOTI5NTIgNC43OTQ2OSA4Ljg4OTM0IDQuNzU0NjcgOC44NDA4NCA0LjcyNjUxTDIuNDkwNzYgMS4wNDQ0N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.btn-outline-orange {
  background-color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: #F76B1C;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #F76B1C;
}
.btn-outline-orange.btn-md {
  padding: 0.875rem 1.75rem !important;
  font-size: 0.875rem !important;
}
.btn-outline-orange.btn-lg {
  padding: 0.75rem 1.75rem !important;
  font-size: 0.875rem !important;
  line-height: 22px !important;
}
.btn-outline-orange:hover {
  background-color: #F76B1C !important;
  color: #fff !important;
}
.btn-outline-orange.btn-icon {
  position: relative;
  padding: 0.75rem 1.5rem 0.5rem 3rem !important;
}
.btn-outline-orange.btn-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-link {
  position: relative;
  padding-right: 2.5rem !important;
  transition: background-color 0.3s ease;
}
.btn-link::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgN0gxM00xMyA3TDcgMTNNMTMgN0w3IDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjk2NDcwNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  transition: transform 0.3s ease;
}
.btn-link:hover {
  background-color: #081E5F !important;
  border-color: #081E5F !important;
}
.btn-link:hover::after {
  transform: translateY(-50%) translateX(4px);
}

.btn-maps {
  position: relative;
  padding-right: 2.5rem !important;
}
.btn-maps::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 20px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxOCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTJDMTAuNjU2OSAxMiAxMiAxMC42NTY5IDEyIDlDMTIgNy4zNDMxNSAxMC42NTY5IDYgOSA2QzcuMzQzMTUgNiA2IDcuMzQzMTUgNiA5QzYgMTAuNjU2OSA3LjM0MzE1IDEyIDkgMTJaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utb3BhY2l0eT0iMC45NjQ3MDYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik05IDIxQzEzIDE3IDE3IDEzLjQxODMgMTcgOUMxNyA0LjU4MTcyIDEzLjQxODMgMSA5IDFDNC41ODE3MiAxIDEgNC41ODE3MiAxIDlDMSAxMy40MTgzIDUgMTcgOSAyMVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjk2NDcwNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

html {
  overflow-x: hidden !important;
}

h1 {
  font-size: 3rem;
  line-height: 3.875rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  h1 {
    line-height: 2.5rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 100%;
  color: #081E5F;
  font-weight: bold;
  font-family: "Arsenal", sans-serif;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.75rem;
  line-height: 100%;
  color: #081E5F;
  font-weight: bold;
  font-family: "Arsenal", sans-serif;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 100%;
  color: #081E5F;
  font-weight: bold;
  font-family: "Arsenal", sans-serif;
  margin-bottom: 1rem;
}

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

.blockquote {
  border-left: 5px solid #eee;
  padding: 0.8rem 1.6rem;
  color: #8492a6;
  margin: 10px 0px 10px 20px;
}

nav[aria-labelledby=pagination-heading] .js-pager__items {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
nav[aria-labelledby=pagination-heading] .js-pager__items li {
  padding: 0;
  color: #434648;
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
}
nav[aria-labelledby=pagination-heading] .js-pager__items li a {
  padding: 10px 15px;
  font-size: 1rem;
  margin-left: 0;
  position: relative;
  text-decoration: none !important;
  border-radius: 4px;
  color: #0d1f61;
}
nav[aria-labelledby=pagination-heading] .js-pager__items li a:hover {
  background-color: rgba(13, 31, 97, 0.1);
}
nav[aria-labelledby=pagination-heading] .js-pager__items li::before {
  display: none;
}
nav[aria-labelledby=pagination-heading] .js-pager__items li.pager__item:first-child a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
nav[aria-labelledby=pagination-heading] .js-pager__items li.pager__item:last-child a {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
nav[aria-labelledby=pagination-heading] .js-pager__items li.pager__item.is-active a {
  background-color: #0d1f61;
  color: #fff;
}

[data-theme=dark] nav[aria-labelledby=pagination-heading] .js-pager__items li {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme=dark] nav[aria-labelledby=pagination-heading] .js-pager__items li a {
  color: #298DE5;
}
[data-theme=dark] nav[aria-labelledby=pagination-heading] .js-pager__items li a:hover {
  background-color: rgba(41, 141, 229, 0.15);
  color: #fff;
}

.task-menu {
  display: flex;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
}
.task-menu li {
  list-style-type: none;
  padding: 6px 10px;
}
.task-menu li a {
  position: relative;
  padding: 5px 0;
}
.task-menu li a.is-active {
  color: #5E5E63;
  border-bottom: 2px solid #5E5E63;
}

a {
  color: #0d1f61;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0d1f61;
}

[data-theme=dark] a {
  color: #90CAF9;
}
[data-theme=dark] a:hover, [data-theme=dark] a:focus {
  color: #BBDEFB;
}

.btn-danger:hover {
  background: #730046 !important;
}

.custom-splide-arrow .arrow-btn {
  padding: 14px;
  background-color: unset;
}
.custom-splide-arrow .arrow-btn:hover svg path {
  fill: #FFF;
}

@media only screen and (max-width: 1200px) {
  .col-sm-12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.grid-pt_16 {
  padding-top: 16px;
}
@media (max-width: 767.98px) {
  .grid-pt_16 {
    padding-top: calc(16px / 2);
  }
}

.grid-pb_16 {
  padding-bottom: 16px;
}
@media (max-width: 767.98px) {
  .grid-pb_16 {
    padding-bottom: calc(16px / 2);
  }
}

.grid-pt_18 {
  padding-top: 18px;
}
@media (max-width: 767.98px) {
  .grid-pt_18 {
    padding-top: calc(18px / 2);
  }
}

.grid-pb_18 {
  padding-bottom: 18px;
}
@media (max-width: 767.98px) {
  .grid-pb_18 {
    padding-bottom: calc(18px / 2);
  }
}

.grid-pt_20 {
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .grid-pt_20 {
    padding-top: calc(20px / 2);
  }
}

.grid-pb_20 {
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .grid-pb_20 {
    padding-bottom: calc(20px / 2);
  }
}

.grid-pt_22 {
  padding-top: 22px;
}
@media (max-width: 767.98px) {
  .grid-pt_22 {
    padding-top: calc(22px / 2);
  }
}

.grid-pb_22 {
  padding-bottom: 22px;
}
@media (max-width: 767.98px) {
  .grid-pb_22 {
    padding-bottom: calc(22px / 2);
  }
}

.grid-pt_24 {
  padding-top: 24px;
}
@media (max-width: 767.98px) {
  .grid-pt_24 {
    padding-top: calc(24px / 2);
  }
}

.grid-pb_24 {
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  .grid-pb_24 {
    padding-bottom: calc(24px / 2);
  }
}

.grid-pt_26 {
  padding-top: 26px;
}
@media (max-width: 767.98px) {
  .grid-pt_26 {
    padding-top: calc(26px / 2);
  }
}

.grid-pb_26 {
  padding-bottom: 26px;
}
@media (max-width: 767.98px) {
  .grid-pb_26 {
    padding-bottom: calc(26px / 2);
  }
}

.grid-pt_28 {
  padding-top: 28px;
}
@media (max-width: 767.98px) {
  .grid-pt_28 {
    padding-top: calc(28px / 2);
  }
}

.grid-pb_28 {
  padding-bottom: 28px;
}
@media (max-width: 767.98px) {
  .grid-pb_28 {
    padding-bottom: calc(28px / 2);
  }
}

.grid-pt_30 {
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .grid-pt_30 {
    padding-top: calc(30px / 2);
  }
}

.grid-pb_30 {
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .grid-pb_30 {
    padding-bottom: calc(30px / 2);
  }
}

.grid-pt_32 {
  padding-top: 32px;
}
@media (max-width: 767.98px) {
  .grid-pt_32 {
    padding-top: calc(32px / 2);
  }
}

.grid-pb_32 {
  padding-bottom: 32px;
}
@media (max-width: 767.98px) {
  .grid-pb_32 {
    padding-bottom: calc(32px / 2);
  }
}

.grid-pt_34 {
  padding-top: 34px;
}
@media (max-width: 767.98px) {
  .grid-pt_34 {
    padding-top: calc(34px / 2);
  }
}

.grid-pb_34 {
  padding-bottom: 34px;
}
@media (max-width: 767.98px) {
  .grid-pb_34 {
    padding-bottom: calc(34px / 2);
  }
}

.grid-pt_36 {
  padding-top: 36px;
}
@media (max-width: 767.98px) {
  .grid-pt_36 {
    padding-top: calc(36px / 2);
  }
}

.grid-pb_36 {
  padding-bottom: 36px;
}
@media (max-width: 767.98px) {
  .grid-pb_36 {
    padding-bottom: calc(36px / 2);
  }
}

.view-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .view-grid.grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .view-grid.grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .view-grid.grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .view-grid.grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .view-grid.grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .view-grid.grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .view-grid.grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .view-grid.grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .view-grid.grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 992px) {
  .view-grid.grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 768px) {
  .view-grid.grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 992px) {
  .view-grid.grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Before için */
.arrow-before::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 6.27294C0.335786 6.27294 -8.29981e-08 5.93716 0 5.52294C8.29971e-08 5.10873 0.335787 4.77294 0.75 4.77294L0.75 5.52294L0.75 6.27294ZM21.8496 4.99262C22.1425 5.28551 22.1425 5.76038 21.8496 6.05328L17.0767 10.8262C16.7838 11.1191 16.3089 11.1191 16.016 10.8262C15.7231 10.5334 15.7231 10.0585 16.016 9.76559L20.2586 5.52295L16.016 1.28031C15.7231 0.987413 15.7231 0.512539 16.016 0.219646C16.3089 -0.0732474 16.7838 -0.0732474 17.0767 0.219646L21.8496 4.99262ZM0.75 5.52294L0.75 4.77294L21.3193 4.77295L21.3193 5.52295L21.3193 6.27295L0.75 6.27294L0.75 5.52294Z' fill='%23081E5F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
  transform: rotate(180deg);
}

/* After için */
.arrow-after::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 6.27294C0.335786 6.27294 -8.29981e-08 5.93716 0 5.52294C8.29971e-08 5.10873 0.335787 4.77294 0.75 4.77294L0.75 5.52294L0.75 6.27294ZM21.8496 4.99262C22.1425 5.28551 22.1425 5.76038 21.8496 6.05328L17.0767 10.8262C16.7838 11.1191 16.3089 11.1191 16.016 10.8262C15.7231 10.5334 15.7231 10.0585 16.016 9.76559L20.2586 5.52295L16.016 1.28031C15.7231 0.987413 15.7231 0.512539 16.016 0.219646C16.3089 -0.0732474 16.7838 -0.0732474 17.0767 0.219646L21.8496 4.99262ZM0.75 5.52294L0.75 4.77294L21.3193 4.77295L21.3193 5.52295L21.3193 6.27295L0.75 6.27294L0.75 5.52294Z' fill='%23081E5F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
}

.arrow-before:hover::after, .arrow-before:hover::before,
.arrow-after:hover::after,
.arrow-after:hover::before {
  filter: brightness(0) invert(1);
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-call-center:before {
  content: "\e93c";
  color: #fff;
}

.icon-facetime:before {
  content: "\e939";
  color: #fff;
}

.icon-whatsapp:before {
  content: "\e93a";
  color: #fff;
}

.icon-date:before {
  content: "\e93b";
  color: #fff;
}

.icon-webinar:before {
  content: "\e938";
  color: #fff;
}

.icon-information:before {
  content: "\e935";
  color: #fff;
}

.icon-support:before {
  content: "\e936";
  color: #fff;
}

.icon-chat:before {
  content: "\e937";
  color: #fff;
}

.icon-four-line-active:before {
  content: "\e933";
  color: #fff;
}

.icon-four-line-pasive:before {
  content: "\e934";
  color: #fff;
}

.icon-kalem:before {
  content: "\e932";
  color: #fff;
}

.icon-pdf:before {
  content: "\e931";
  color: #0d1f61;
}

.icon-web:before {
  content: "\e930";
  color: #0d1f61;
}

.icon-datepicker:before {
  content: "\e92f";
}

.icon-education:before {
  content: "\e92b";
  color: #09728a;
}

.icon-akademiktakvim:before {
  content: "\e92c";
  color: #d71f45;
}

.icon-dis-hekimligi:before {
  content: "\e92d";
  color: #1f9fd9;
}

.icon-stratejik-plan:before {
  content: "\e92e";
  color: #0c1f60;
}

.icon-hand:before {
  content: "\e92a";
  color: #fff;
}

.icon-right-arrow-big:before {
  content: "\e928";
}

.icon-left-arrow-big:before {
  content: "\e929";
}

.icon-personel:before {
  content: "\e927";
  color: #1d67ca;
}

.icon-arrow-ico:before {
  content: "\e926";
  color: #fff;
}

.icon-success:before {
  content: "\e924";
  color: #46d78d;
}

.icon-error:before {
  content: "\e925";
  color: #f00;
}

.icon-close:before {
  content: "\e923";
}

.icon-gallery-icon:before {
  content: "\e922";
  color: #fff;
}

.icon-brosur:before {
  content: "\e920";
  color: #1d67ca;
}

.icon-yerleske:before {
  content: "\e921";
  color: #f94522;
}

.icon-campus:before {
  content: "\e91c";
  color: #0d1f61;
}

.icon-announcement:before {
  content: "\e91d";
  color: #ffbd0a;
}

.icon-transport:before {
  content: "\e91e";
  color: #0d1f61;
}

.icon-contact:before {
  content: "\e91f";
  color: #7f1dca;
}

.icon-down-arrw:before {
  content: "\e91b";
  color: #0d1f61;
}

.icon-akademik-takvim:before {
  content: "\e917";
  color: #ffbd0a;
}

.icon-arastirma-projeler:before {
  content: "\e918";
  color: #1d67ca;
}

.icon-egitim-programlar:before {
  content: "\e919";
  color: #7f1dca;
}

.icon-ogrencilere-ozel:before {
  content: "\e91a";
  color: #f94522;
}

.icon-puan:before {
  content: "\e913";
  color: #ffbd0a;
}

.icon-burs:before {
  content: "\e914";
  color: #7f1dca;
}

.icon-tanitim:before {
  content: "\e915";
  color: #1598ff;
}

.icon-arastirma:before {
  content: "\e916";
  color: #f94522;
}

.icon-bold-left-arrw:before {
  content: "\e90e";
  color: #0d1f61;
}

.icon-bold-right-arrw:before {
  content: "\e90f";
  color: #0d1f61;
}

.icon-play:before {
  content: "\e912";
  color: #fff;
}

.icon-youtube:before {
  content: "\e900";
  color: #0d1f61;
}

.icon-akts-ico:before {
  content: "\e901";
  color: #fff;
}

.icon-arrw:before {
  content: "\e902";
  color: #fff;
}

.icon-facebook:before {
  content: "\e903";
  color: #0d1f61;
}

.icon-goruntuler:before {
  content: "\e904";
  color: #fff;
}

.icon-instagram:before {
  content: "\e905";
  color: #fff;
}

.icon-kalite:before {
  content: "\e906";
  color: #fff;
}

.icon-mail:before {
  content: "\e907";
  color: #fff;
}

.icon-mebis:before {
  content: "\e908";
  color: #fff;
}

.icon-mezun:before {
  content: "\e909";
  color: #fff;
}

.icon-pin:before {
  content: "\e90a";
  color: #0d1f61;
}

.icon-search:before {
  content: "\e90b";
  color: #0d1f61;
}

.icon-servis-saatleri:before {
  content: "\e90c";
  color: #fff;
}

.icon-sik-kullanilanlar:before {
  content: "\e90d";
  color: #fff;
}

.icon-tus-ve-dus:before {
  content: "\e910";
  color: #fff;
}

.icon-twitter:before {
  content: "\e911";
  color: #fff;
}

.icon-instagram-svg,
.icon-facebook-svg,
.icon-youtube-svg,
.icon-twitter-svg,
.icon-linkedin-svg {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-instagram-svg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk3NDggMzAuMDExM0MxNC4yOTA3IDMwLjAxMTMgMTMuODU2MyAyOS45OTI3IDEyLjQxODYgMjkuOTMyOEMxMS4yOTc0IDI5Ljg5NzcgMTAuMTkwOCAyOS42ODA3IDkuMTQ2MjYgMjkuMjkxQzcuMzM5MDggMjguNjIxMiA1LjkxMDA4IDI3LjI1OTcgNS4yMDc0NyAyNS41MzgzQzQuODE0MDUgMjQuNTQgNC42MDE4NSAyMy40ODUxIDQuNTc5OTYgMjIuNDE5QzQuNDk2MDkgMjEuMDUyNiA0LjQ5NjA5IDIwLjYwNDcgNC40OTYwOSAxNy4xMjNDNC40OTYwOSAxMy42MDQzIDQuNTE1NTYgMTMuMTkzNSA0LjU3OTk2IDExLjgzMTRDNC42MDIzMyAxMC43NjY3IDQuODE0NTIgOS43MTMzIDUuMjA3NDcgOC43MTYyOUM1LjkwOTMxIDYuOTkyNjIgNy4zNDA2NCA1LjYyOTk3IDkuMTUwNzYgNC45NjIyMUMxMC4xOTcxIDQuNTg1OTUgMTEuMzAzNCA0LjM4MzMzIDEyLjQyMTYgNC4zNjMxNUMxMy44NTE4IDQuMjg2MTMgMTQuMzIyMSA0LjI4NjEzIDE3Ljk3NDggNC4yODYxM0MyMS42ODkgNC4yODYxMyAyMi4xMTU4IDQuMzA0NjggMjMuNTMxMSA0LjM2MzE1QzI0LjY1MjIgNC4zODM1IDI1Ljc2MTQgNC41ODYxIDI2LjgxMDkgNC45NjIyMUMyOC42MjA1IDUuNjMwNzMgMzAuMDUxNiA2Ljk5MzEyIDMwLjc1NDIgOC43MTYyOUMzMS4xNTQzIDkuNzI3ODMgMzEuMzY3NiAxMC43OTc3IDMxLjM4NDcgMTEuODc4NEMzMS40Njg2IDEzLjI0NDkgMzEuNDY4NiAxMy42OTEzIDMxLjQ2ODYgMTcuMTcxNUMzMS40Njg2IDIwLjY1MTggMzEuNDQ3NiAyMS4xMDgyIDMxLjM4NDcgMjIuNDU4OUMzMS4zNjI0IDIzLjUyNjEgMzEuMTQ5NyAyNC41ODE5IDMwLjc1NTcgMjUuNTgxMUMzMC4wNTEzIDI3LjMwMzcgMjguNjIwMiAyOC42NjU3IDI2LjgxMDkgMjkuMzM1MkMyNS43NjI5IDI5LjcwOTIgMjQuNjU2IDI5LjkxMTMgMjMuNTM3MSAyOS45MzI4QzIyLjEwNjggMzAuMDExMyAyMS42MzgxIDMwLjAxMTMgMTcuOTc0OCAzMC4wMTEzWk0xNy45MjM5IDYuNTQ0QzE0LjI2MDcgNi41NDQgMTMuODgwMyA2LjU2MTEyIDEyLjQ1MDEgNi42MjI0NUMxMS41OTY0IDYuNjMzMjIgMTAuNzUxIDYuNzgzMjUgOS45NTA1IDcuMDY2MDRDOC43Njg0OSA3LjQ5NjggNy44MzMxNyA4LjM4Mzk1IDcuMzc2MDUgOS41MDc5QzcuMDc2ODUgMTAuMjc4NSA2LjkxOTI5IDExLjA5MjUgNi45MTAyOSAxMS45MTQxQzYuODMwOTEgMTMuMjk2MiA2LjgzMDkxIDEzLjY1ODUgNi44MzA5MSAxNy4xMjNDNi44MzA5MSAyMC41NDYyIDYuODQ0MzkgMjAuOTYxMyA2LjkxMDI5IDIyLjMzNDhDNi45MjM3IDIzLjE0ODEgNy4wODExNiAyMy45NTM0IDcuMzc2MDUgMjQuNzE2OEM3LjgzMzg1IDI1Ljg0IDguNzY5IDI2LjcyNjUgOS45NTA1IDI3LjE1NzJDMTAuNzUwNCAyNy40NDE5IDExLjU5NjIgMjcuNTkyIDEyLjQ1MDEgMjcuNjAwOEMxMy44OTk4IDI3LjY4MDcgMTQuMjgxNyAyNy42ODA3IDE3LjkyMzkgMjcuNjgwN0MyMS41OTc2IDI3LjY4MDcgMjEuOTc4IDI3LjY2MzYgMjMuMzk2MyAyNy42MDA4QzI0LjI1MDYgMjcuNTkwOSAyNS4wOTY2IDI3LjQ0MDggMjUuODk3NCAyNy4xNTcyQzI3LjA3MjIgMjYuNzIyNyAyOC4wMDE0IDI1LjgzODMgMjguNDU4MyAyNC43MTk2QzI4Ljc1NyAyMy45NDgzIDI4LjkxNDUgMjMuMTM0IDI4LjkyNDEgMjIuMzEySDI4Ljk0MDZDMjkuMDA1IDIwLjk0ODQgMjkuMDA1IDIwLjU4NDcgMjkuMDA1IDE3LjEwMDJDMjkuMDA1IDEzLjYxNTcgMjguOTg4NSAxMy4yNDkxIDI4LjkyNDEgMTEuODg3QzI4LjkxMDcgMTEuMDc0NiAyOC43NTMyIDEwLjI3MDMgMjguNDU4MyA5LjUwNzlDMjguMDAyNSA4LjM4NzYzIDI3LjA3MzEgNy41MDE0OCAyNS44OTc0IDcuMDY2MDRDMjUuMDk2OCA2Ljc4MTgzIDI0LjI1MDYgNi42MzE3NSAyMy4zOTYzIDYuNjIyNDVDMjEuOTQ4MSA2LjU0NCAyMS41NjkyIDYuNTQ0IDE3LjkyMzkgNi41NDRaTTE3Ljk3NDggMjMuNzExMkMxNS4xNzQyIDIzLjcxMyAxMi42NDg0IDIyLjEwNzcgMTEuNTc1MiAxOS42NDRDMTAuNTAyMSAxNy4xODAzIDExLjA5MzEgMTQuMzQzNiAxMy4wNzI1IDEyLjQ1NjhDMTUuMDUyIDEwLjU2OTkgMTguMDMwMSAxMC4wMDQ2IDIwLjYxNzggMTEuMDI0NkMyMy4yMDU2IDEyLjA0NDUgMjQuODkzMyAxNC40NDg3IDI0Ljg5MzkgMTcuMTE1OUMyNC44ODk4IDIwLjc1NDUgMjEuNzk1NCAyMy43MDQxIDE3Ljk3NDggMjMuNzExMlpNMTcuOTc0OCAxMi44MzQxQzE1LjQ5MzUgMTIuODM0MSAxMy40ODE5IDE0Ljc0OTggMTMuNDgxOSAxNy4xMTMxQzEzLjQ4MTkgMTkuNDc2MyAxNS40OTM1IDIxLjM5MiAxNy45NzQ4IDIxLjM5MkMyMC40NTYyIDIxLjM5MiAyMi40Njc4IDE5LjQ3NjMgMjIuNDY3OCAxNy4xMTMxQzIyLjQ2MiAxNC43NTIxIDIwLjQ1MzggMTIuODM5NiAxNy45NzQ4IDEyLjgzNDFaTTI1LjE2MzUgMTEuODE3MUMyNC4yNzMxIDExLjgxNCAyMy41NTM0IDExLjEyNDggMjMuNTU1MSAxMC4yNzY3QzIzLjU1NjcgOS40Mjg2NCAyNC4yNzkgOC43NDE5NyAyNS4xNjk1IDguNzQxOTdDMjYuMDYgOC43NDE5NyAyNi43ODIzIDkuNDI4NjIgMjYuNzg0IDEwLjI3NjdDMjYuNzg0NCAxMC42ODU4IDI2LjYxMzcgMTEuMDc4MyAyNi4zMDk2IDExLjM2NzRDMjYuMDA1NSAxMS42NTY0IDI1LjU5MzEgMTEuODE4MyAyNS4xNjM1IDExLjgxNzFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.icon-facebook-svg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuOTk4MDUgMTcuMTE4N0MyLjk5OTc5IDI0LjEzNTMgOC4zNTcyIDMwLjEwOTcgMTUuNjMzNiAzMS4yMDkzVjIxLjI0MDhIMTEuODM0MVYxNy4xMTg3SDE1LjYzODFWMTMuOTgwOEMxNS40NjgxIDEyLjQ5MzkgMTYuMDAxMyAxMS4wMTIgMTcuMDkzMyA5LjkzNzA2QzE4LjE4NTIgOC44NjIwOSAxOS43MjI3IDguMzA1NDYgMjEuMjg4NyA4LjQxODEyQzIyLjQxMjggOC40MzU0MSAyMy41MzQgOC41MzA3NSAyNC42NDM0IDguNzAzMzlWMTIuMjEwN0gyMi43NTA0QzIyLjA5ODcgMTIuMTI5NCAyMS40NDM1IDEyLjMzNDQgMjAuOTY5NCAxMi43Njc5QzIwLjQ5NTIgMTMuMjAxNSAyMC4yNTM1IDEzLjgxNjYgMjAuMzEyMyAxNC40NDAxVjE3LjExODdIMjQuNDYyMkwyMy43OTg4IDIxLjI0MjJIMjAuMzEyM1YzMS4yMDkzQzI4LjE4MTYgMzAuMDI0OSAzMy42OTk4IDIzLjE4MDIgMzIuODY5MiAxNS42MzRDMzIuMDM4NyA4LjA4Nzc0IDI1LjE1MDEgMi40ODE2NiAxNy4xOTM5IDIuODc3MTFDOS4yMzc3NiAzLjI3MjU2IDIuOTk5MzEgOS41MzEwOSAyLjk5ODA1IDE3LjExODdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.icon-youtube-svg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk4MSAyNy4xMTc1SDE3Ljk1MUMxNy44NTgyIDI3LjExNzUgOC41NjgyOSAyNy4xMDA0IDYuMjI0NDkgMjYuNDk0MkM0LjkzNTY1IDI2LjE2MzUgMy45MjkxMyAyNS4yMDQ0IDMuNTgyNjUgMjMuOTc2N0MzLjE2MTE4IDIxLjcxMjIgMi45NTc2NiAxOS40MTU4IDIuOTc0NjEgMTcuMTE2MUMyLjk2MzcyIDE0LjgxMjYgMy4xNzI3NSAxMi41MTI5IDMuNTk5MTMgMTAuMjQ1NUMzLjk1NTEzIDkuMDE2NzQgNC45NTcyMyA4LjA1MzE3IDYuMjQzOTYgNy43MDIzNkM4LjUyMzM2IDcuMTMxODQgMTcuNTU3MSA3LjEzMTg0IDE3Ljk0MDUgNy4xMzE4NEgxNy45NzJDMTguMDY2MyA3LjEzMTg0IDI3LjM4MDEgNy4xNDg5NSAyOS43IDcuNzU1MTRDMzAuOTg2MSA4LjA4NzQ5IDMxLjk5MDYgOS4wNDQ2NyAzMi4zMzg4IDEwLjI2OTdDMzIuNzczNyAxMi41NDI2IDMyLjk3NzggMTQuODUwMSAzMi45NDg0IDE3LjE2MDNDMzIuOTU4OSAxOS40NjEgMzIuNzQ5MyAyMS43NTc4IDMyLjMyMjQgMjQuMDIyM0MzMS45NzE0IDI1LjI0ODUgMzAuOTY0MiAyNi4yMDU1IDI5LjY3NiAyNi41MzdDMjcuMzk5NiAyNy4xMTE4IDE4LjM2NDQgMjcuMTE3NSAxNy45ODEgMjcuMTE3NVpNMTQuOTg1NyAxMi44NDQzTDE0Ljk3ODIgMjEuNDAyMkwyMi43ODM5IDE3LjEyMzJMMTQuOTg1NyAxMi44NDQzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}

.icon-twitter-svg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyOSAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDY4Mzk2OCAwTDEwLjg5OTUgMTQuNDgyMkwwIDI2LjI1NjhIMi40NTMwM0wxMS45OTU1IDE1Ljk0NzlMMTkuNzA1NiAyNi4yNTY4SDI4LjA1MzNMMTYuNjEyOCAxMC45NkwyNi43NTggMEgyNC4zMDVMMTUuNTE2OCA5LjQ5NDI2TDguNDE2MTcgMEgwLjA2ODM5NjhaTTMuNjc1NzcgMS44MDY5MUg3LjUxMDc1TDI0LjQ0NTQgMjQuNDQ5NkgyMC42MTA0TDMuNjc1NzcgMS44MDY5MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.icon-linkedin-svg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjQ2ODYgMjkuOTUyN0gxMy40NzhWMTIuODM2OUgxOS40Njg2VjE1LjY4OTVDMjAuNzQ1NSAxNC4xNDIzIDIyLjY4MTkgMTMuMjE5OSAyNC43NDc3IDEzLjE3NDlDMjguNDYyOCAxMy4xOTQ1IDMxLjQ2MDUgMTYuMDczNyAzMS40NDk3IDE5LjYxMTlWMjkuOTUyN0gyNS40NTkxVjIwLjMyNTFDMjUuMjE5NSAxOC43MzEzIDIzLjc4NDQgMTcuNTQ4OCAyMi4wOTM5IDE3LjU1MjNDMjEuMzU0NSAxNy41NzQ1IDIwLjY1NjYgMTcuODgyOSAyMC4xNjExIDE4LjQwNjFDMTkuNjY1NyAxOC45Mjk0IDE5LjQxNTYgMTkuNjIyMyAxOS40Njg2IDIwLjMyNTFWMjkuOTUyN1pNMTAuNDgyNyAyOS45NTI3SDQuNDkyMTlWMTIuODM2OUgxMC40ODI3VjI5Ljk1MjdaTTcuNDg3NDYgOS45ODQyMkM1LjgzMzIyIDkuOTg0MjIgNC40OTIxOSA4LjcwNzA1IDQuNDkyMTkgNy4xMzE1OEM0LjQ5MjE5IDUuNTU2MSA1LjgzMzIyIDQuMjc4OTMgNy40ODc0NiA0LjI3ODkzQzkuMTQxNzEgNC4yNzg5MyAxMC40ODI3IDUuNTU2MSAxMC40ODI3IDcuMTMxNThDMTAuNDgyNyA3Ljg4ODE0IDEwLjE2NzIgOC42MTM3MyA5LjYwNTQ0IDkuMTQ4N0M5LjA0MzcyIDkuNjgzNjggOC4yODE4NiA5Ljk4NDIyIDcuNDg3NDYgOS45ODQyMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.socials-phone a {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 50%;
}
.socials-phone a:hover {
  transform: translateY(-3px);
}
.socials-phone a.icon-instagram-svg:hover {
  background-color: #e1306c;
  box-shadow: 0 0 0 6px #e1306c;
}
.socials-phone a.icon-facebook-svg:hover {
  background-color: #1877f2;
  box-shadow: 0 0 0 6px #1877f2;
}
.socials-phone a.icon-twitter-svg:hover {
  background-color: #000;
  box-shadow: 0 0 0 6px #000;
}
.socials-phone a.icon-linkedin-svg:hover {
  background-color: #0077b5;
  box-shadow: 0 0 0 6px #0077b5;
}
.socials-phone a.icon-youtube-svg:hover {
  background-color: #ff0000;
  box-shadow: 0 0 0 6px #ff0000;
}

.bi-calendar,
.bi-clock,
.bi-geo-alt,
.bi-arrow-right,
.bi-arrow-blue {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 5px;
  position: relative;
  flex: 1;
}

.bi-calendar {
  width: 16px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE2IDE4IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTUgNy40SDFNMTEuMTExMSAxVjQuMk00Ljg4ODg5IDFWNC4yTTQuNzMzMzMgMTdIMTEuMjY2N0MxMi41NzM1IDE3IDEzLjIyNjkgMTcgMTMuNzI2IDE2LjczODRDMTQuMTY1IDE2LjUwODMgMTQuNTIyIDE2LjE0MTIgMTQuNzQ1NyAxNS42ODk2QzE1IDE1LjE3NjIgMTUgMTQuNTA0MSAxNSAxMy4xNlY2LjQ0QzE1IDUuMDk1ODcgMTUgNC40MjM4MSAxNC43NDU3IDMuOTEwNDJDMTQuNTIyIDMuNDU4ODMgMTQuMTY1IDMuMDkxNjggMTMuNzI2IDIuODYxNThDMTMuMjI2OSAyLjYgMTIuNTczNSAyLjYgMTEuMjY2NyAyLjZINC43MzMzM0MzLjQyNjU0IDIuNiAyLjc3MzE1IDIuNiAyLjI3NDAyIDIuODYxNThDMS44MzQ5OCAzLjA5MTY4IDEuNDc4MDIgMy40NTg4MyAxLjI1NDMyIDMuOTEwNDJDMSA0LjQyMzgxIDEgNS4wOTU4NyAxIDYuNDRWMTMuMTZDMSAxNC41MDQxIDEgMTUuMTc2MiAxLjI1NDMyIDE1LjY4OTZDMS40NzgwMiAxNi4xNDEyIDEuODM0OTggMTYuNTA4MyAyLjI3NDAyIDE2LjczODRDMi43NzMxNSAxNyAzLjQyNjU0IDE3IDQuNzMzMzMgMTdaIiBzdHJva2U9IiM0REFCRTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
}

.bi-clock {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4IiBmaWxsPSJub25lIj48cGF0aCBkPSJNOSA0LjJWOUwxMi4yIDEwLjZNMTcgOUMxNyAxMy40MTgzIDEzLjQxODMgMTcgOSAxN0M0LjU4MTcyIDE3IDEgMTMuNDE4MyAxIDlDMSA0LjU4MTcyIDQuNTgxNzIgMSA5IDFDMTMuNDE4MyAxIDE3IDQuNTgxNzIgMTcgOVoiIHN0cm9rZT0iIzREQUJFOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
}

.bi-geo-alt {
  width: 15px;
  height: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDE1IDIyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNNy41IDExLjhDOC44NDYxOSAxMS44IDkuOTM3NSAxMC43MjU1IDkuOTM3NSA5LjRDOS45Mzc1IDguMDc0NTIgOC44NDYxOSA3IDcuNSA3QzYuMTUzODEgNyA1LjA2MjUgOC4wNzQ1MiA1LjA2MjUgOS40QzUuMDYyNSAxMC43MjU1IDYuMTUzODEgMTEuOCA3LjUgMTEuOFoiIHN0cm9rZT0iIzREQUJFOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNNy41IDE5QzEwLjc1IDE1LjggMTQgMTIuOTM0NiAxNCA5LjRDMTQgNS44NjUzOCAxMS4wODk5IDMgNy41IDNDMy45MTAxNSAzIDEgNS44NjUzOCAxIDkuNEMxIDEyLjkzNDYgNC4yNSAxNS44IDcuNSAxOVoiIHN0cm9rZT0iIzREQUJFOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
}

.bi-arrow-right {
  width: 54px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA1NCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNkg1M001MyA2TDQ4IDExTTUzIDZMNDggMSIgc3Ryb2tlPSIjRTBDNTkxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.bi-arrow-blue {
  position: relative;
  top: 2px;
  width: 22px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAyNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzUgNC43NDA2NUgyMy4wOTc3TTIzLjA5NzcgNC43NDA2NUwxOS4xMDcgOC43MzEzMU0yMy4wOTc3IDQuNzQwNjVMMTkuMTA3IDAuNzUiIHN0cm9rZT0iIzBDMjc4OCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xlg,
.col-xlg-auto, .col-xlg-12, .col-xlg-11, .col-xlg-10, .col-xlg-9, .col-xlg-8, .col-xlg-7, .col-xlg-6, .col-xlg-5, .col-xlg-4, .col-xlg-3, .col-xlg-2, .col-xlg-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xlg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xlg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xlg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xlg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xlg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xlg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xlg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xlg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xlg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xlg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xlg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-table {
  display: table;
}

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

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

.d-flex {
  display: flex;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1440px) {
  .d-xlg-none {
    display: none;
  }
  .d-xlg-inline {
    display: inline;
  }
  .d-xlg-inline-block {
    display: inline-block;
  }
  .d-xlg-block {
    display: block;
  }
  .d-xlg-table {
    display: table;
  }
  .d-xlg-table-row {
    display: table-row;
  }
  .d-xlg-table-cell {
    display: table-cell;
  }
  .d-xlg-flex {
    display: flex;
  }
  .d-xlg-inline-flex {
    display: inline-flex;
  }
}
.form-text,
.form-date,
.form-time,
.form-email,
.form-number,
.form-select {
  outline: none;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-text,
  .form-date,
  .form-time,
  .form-email,
  .form-number,
  .form-select {
    transition: none;
  }
}
.form-text::-ms-expand,
.form-date::-ms-expand,
.form-time::-ms-expand,
.form-email::-ms-expand,
.form-number::-ms-expand,
.form-select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-text:focus,
.form-date:focus,
.form-time:focus,
.form-email:focus,
.form-number:focus,
.form-select:focus {
  color: var(--bs-body-color);
  outline: 0;
}
.form-text::placeholder,
.form-date::placeholder,
.form-time::placeholder,
.form-email::placeholder,
.form-number::placeholder,
.form-select::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-text:disabled, .form-text[readonly],
.form-date:disabled,
.form-date[readonly],
.form-time:disabled,
.form-time[readonly],
.form-email:disabled,
.form-email[readonly],
.form-number:disabled,
.form-number[readonly],
.form-select:disabled,
.form-select[readonly] {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-textarea {
    transition: none;
  }
}
.form-textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-textarea:focus {
  color: var(--bs-body-color);
  outline: 0;
}
.form-textarea::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-textarea:disabled, .form-textarea[readonly] {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

select.form-select:focus::-ms-value {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
}

.form-file {
  display: block;
  width: 100%;
}

select.form-select[size], select.form-select[multiple] {
  height: auto;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-type-checkbox {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-type-checkbox label {
  margin-bottom: 0;
}
.form-type-checkbox .form-checkbox {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-type-checkbox .form-checkbox[disabled] ~ .form-check-label {
  color: var(--bs-secondary-color);
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: color-yiq(var(--bs-form-valid-color));
  background-color: rgba(var(--bs-form-valid-color), 0.9);
  border-radius: var(--bs-border-radius);
}

.was-validated .form-text:valid, .form-text.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#28a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-text:valid:focus, .form-text.is-valid:focus,
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-form-valid-color), 0.25);
}
.was-validated .form-text:valid ~ .valid-feedback,
.was-validated .form-text:valid ~ .valid-tooltip, .form-text.is-valid ~ .valid-feedback,
.form-text.is-valid ~ .valid-tooltip,
.was-validated .form-select:valid ~ .valid-feedback,
.was-validated .form-select:valid ~ .valid-tooltip,
.form-select.is-valid ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-checkbox:valid ~ .form-check-label, .form-checkbox.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.was-validated .form-checkbox:valid ~ .valid-feedback,
.was-validated .form-checkbox:valid ~ .valid-tooltip, .form-checkbox.is-valid ~ .valid-feedback,
.form-checkbox.is-valid ~ .valid-tooltip {
  display: block;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: color-yiq(var(--bs-form-invalid-color));
  background-color: rgba(var(--bs-form-invalid-color), 0.9);
  border-radius: var(--bs-border-radius);
}

.was-validated .form-text:invalid, .form-text.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='#dc3545'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#dc3545' stroke='none'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-text:invalid:focus, .form-text.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-form-invalid-color), 0.25);
}
.was-validated .form-text:invalid ~ .invalid-feedback,
.was-validated .form-text:invalid ~ .invalid-tooltip, .form-text.is-invalid ~ .invalid-feedback,
.form-text.is-invalid ~ .invalid-tooltip,
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-tooltip,
.form-select.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-checkbox:invalid ~ .form-check-label, .form-checkbox.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.was-validated .form-checkbox:invalid ~ .invalid-feedback,
.was-validated .form-checkbox:invalid ~ .invalid-tooltip, .form-checkbox.is-invalid ~ .invalid-feedback,
.form-checkbox.is-invalid ~ .invalid-tooltip {
  display: block;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-emphasis-color);
  background-color: var(--bs-body-bg);
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid var(--bs-border-color);
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--bs-border-color);
}
table tbody + tbody {
  border-top: 2px solid var(--bs-border-color);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid var(--bs-border-color);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid var(--bs-border-color);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-hover tbody tr:hover {
  color: var(--bs-emphasis-color);
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: theme-color-level("primary", -9);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: theme-color-level("primary", -6);
}

.table-hover .table-primary:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: theme-color-level("secondary", -9);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: theme-color-level("secondary", -6);
}

.table-hover .table-secondary:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: theme-color-level("success", -9);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: theme-color-level("success", -6);
}

.table-hover .table-success:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: theme-color-level("info", -9);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: theme-color-level("info", -6);
}

.table-hover .table-info:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: theme-color-level("warning", -9);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: theme-color-level("warning", -6);
}

.table-hover .table-warning:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: theme-color-level("danger", -9);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: theme-color-level("danger", -6);
}

.table-hover .table-danger:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: theme-color-level("light", -9);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: theme-color-level("light", -6);
}

.table-hover .table-light:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: theme-color-level("dark", -9);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: theme-color-level("dark", -6);
}

.table-hover .table-dark:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-blue-900,
.table-blue-900 > th,
.table-blue-900 > td {
  background-color: theme-color-level("blue-900", -9);
}
.table-blue-900 th,
.table-blue-900 td,
.table-blue-900 thead th,
.table-blue-900 tbody + tbody {
  border-color: theme-color-level("blue-900", -6);
}

.table-hover .table-blue-900:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-blue-900:hover > td,
.table-hover .table-blue-900:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-blue-850,
.table-blue-850 > th,
.table-blue-850 > td {
  background-color: theme-color-level("blue-850", -9);
}
.table-blue-850 th,
.table-blue-850 td,
.table-blue-850 thead th,
.table-blue-850 tbody + tbody {
  border-color: theme-color-level("blue-850", -6);
}

.table-hover .table-blue-850:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-blue-850:hover > td,
.table-hover .table-blue-850:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-blue-800,
.table-blue-800 > th,
.table-blue-800 > td {
  background-color: theme-color-level("blue-800", -9);
}
.table-blue-800 th,
.table-blue-800 td,
.table-blue-800 thead th,
.table-blue-800 tbody + tbody {
  border-color: theme-color-level("blue-800", -6);
}

.table-hover .table-blue-800:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-blue-800:hover > td,
.table-hover .table-blue-800:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-blue-500,
.table-blue-500 > th,
.table-blue-500 > td {
  background-color: theme-color-level("blue-500", -9);
}
.table-blue-500 th,
.table-blue-500 td,
.table-blue-500 thead th,
.table-blue-500 tbody + tbody {
  border-color: theme-color-level("blue-500", -6);
}

.table-hover .table-blue-500:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-blue-500:hover > td,
.table-hover .table-blue-500:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-blue-400,
.table-blue-400 > th,
.table-blue-400 > td {
  background-color: theme-color-level("blue-400", -9);
}
.table-blue-400 th,
.table-blue-400 td,
.table-blue-400 thead th,
.table-blue-400 tbody + tbody {
  border-color: theme-color-level("blue-400", -6);
}

.table-hover .table-blue-400:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-blue-400:hover > td,
.table-hover .table-blue-400:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-blue-600,
.table-blue-600 > th,
.table-blue-600 > td {
  background-color: theme-color-level("blue-600", -9);
}
.table-blue-600 th,
.table-blue-600 td,
.table-blue-600 thead th,
.table-blue-600 tbody + tbody {
  border-color: theme-color-level("blue-600", -6);
}

.table-hover .table-blue-600:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-blue-600:hover > td,
.table-hover .table-blue-600:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-blue-300,
.table-blue-300 > th,
.table-blue-300 > td {
  background-color: theme-color-level("blue-300", -9);
}
.table-blue-300 th,
.table-blue-300 td,
.table-blue-300 thead th,
.table-blue-300 tbody + tbody {
  border-color: theme-color-level("blue-300", -6);
}

.table-hover .table-blue-300:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-blue-300:hover > td,
.table-hover .table-blue-300:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-green-200,
.table-green-200 > th,
.table-green-200 > td {
  background-color: theme-color-level("green-200", -9);
}
.table-green-200 th,
.table-green-200 td,
.table-green-200 thead th,
.table-green-200 tbody + tbody {
  border-color: theme-color-level("green-200", -6);
}

.table-hover .table-green-200:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-green-200:hover > td,
.table-hover .table-green-200:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-cyan-200,
.table-cyan-200 > th,
.table-cyan-200 > td {
  background-color: theme-color-level("cyan-200", -9);
}
.table-cyan-200 th,
.table-cyan-200 td,
.table-cyan-200 thead th,
.table-cyan-200 tbody + tbody {
  border-color: theme-color-level("cyan-200", -6);
}

.table-hover .table-cyan-200:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-cyan-200:hover > td,
.table-hover .table-cyan-200:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-sand-200,
.table-sand-200 > th,
.table-sand-200 > td {
  background-color: theme-color-level("sand-200", -9);
}
.table-sand-200 th,
.table-sand-200 td,
.table-sand-200 thead th,
.table-sand-200 tbody + tbody {
  border-color: theme-color-level("sand-200", -6);
}

.table-hover .table-sand-200:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-sand-200:hover > td,
.table-hover .table-sand-200:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-navy-900,
.table-navy-900 > th,
.table-navy-900 > td {
  background-color: theme-color-level("navy-900", -9);
}
.table-navy-900 th,
.table-navy-900 td,
.table-navy-900 thead th,
.table-navy-900 tbody + tbody {
  border-color: theme-color-level("navy-900", -6);
}

.table-hover .table-navy-900:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-navy-900:hover > td,
.table-hover .table-navy-900:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-black-100,
.table-black-100 > th,
.table-black-100 > td {
  background-color: theme-color-level("black-100", -9);
}
.table-black-100 th,
.table-black-100 td,
.table-black-100 thead th,
.table-black-100 tbody + tbody {
  border-color: theme-color-level("black-100", -6);
}

.table-hover .table-black-100:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-black-100:hover > td,
.table-hover .table-black-100:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-black-200,
.table-black-200 > th,
.table-black-200 > td {
  background-color: theme-color-level("black-200", -9);
}
.table-black-200 th,
.table-black-200 td,
.table-black-200 thead th,
.table-black-200 tbody + tbody {
  border-color: theme-color-level("black-200", -6);
}

.table-hover .table-black-200:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-black-200:hover > td,
.table-hover .table-black-200:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-gray-700,
.table-gray-700 > th,
.table-gray-700 > td {
  background-color: theme-color-level("gray-700", -9);
}
.table-gray-700 th,
.table-gray-700 td,
.table-gray-700 thead th,
.table-gray-700 tbody + tbody {
  border-color: theme-color-level("gray-700", -6);
}

.table-hover .table-gray-700:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-gray-700:hover > td,
.table-hover .table-gray-700:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-gray-600,
.table-gray-600 > th,
.table-gray-600 > td {
  background-color: theme-color-level("gray-600", -9);
}
.table-gray-600 th,
.table-gray-600 td,
.table-gray-600 thead th,
.table-gray-600 tbody + tbody {
  border-color: theme-color-level("gray-600", -6);
}

.table-hover .table-gray-600:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-gray-600:hover > td,
.table-hover .table-gray-600:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-gray-50,
.table-gray-50 > th,
.table-gray-50 > td {
  background-color: theme-color-level("gray-50", -9);
}
.table-gray-50 th,
.table-gray-50 td,
.table-gray-50 thead th,
.table-gray-50 tbody + tbody {
  border-color: theme-color-level("gray-50", -6);
}

.table-hover .table-gray-50:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-gray-50:hover > td,
.table-hover .table-gray-50:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-gray-25,
.table-gray-25 > th,
.table-gray-25 > td {
  background-color: theme-color-level("gray-25", -9);
}
.table-gray-25 th,
.table-gray-25 td,
.table-gray-25 thead th,
.table-gray-25 tbody + tbody {
  border-color: theme-color-level("gray-25", -6);
}

.table-hover .table-gray-25:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-gray-25:hover > td,
.table-hover .table-gray-25:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.1);
}

.table-hover .table-active:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
table .thead-light th {
  color: #42474C;
  background-color: #e9ecef;
  border-color: var(--bs-border-color);
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 0) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 576px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 992px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1200px) {
  .table-responsive-xlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xlg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1440px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
}

/*Table*/
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto !important;
}

/*Table finish*/
.table tr th {
  border: none !important;
  font-size: 1.4rem;
  color: #313541;
  height: 60px;
  vertical-align: inherit !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.table tr th:first-child {
  padding-left: 20px;
}

.table tr th.left {
  text-align: left !important;
}

.table tr th.right {
  text-align: right !important;
}

.table tr th.center {
  text-align: center !important;
}

.table tr th:last-child {
  padding-right: 20px;
}

.table tr td {
  height: 60px;
  vertical-align: inherit !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.table tr td:first-child {
  padding-left: 20px;
}

.table tr td.left {
  text-align: left !important;
}

.table tr td.right {
  text-align: right !important;
}

.table tr td.center {
  text-align: center !important;
}

.table tr td:last-child {
  padding-right: 20px;
}

.table tr td a {
  color: #0d1f61;
  text-decoration: underline;
}

.table tr td a:hover {
  color: #0d1f61;
  text-decoration: none;
}

.table.no-border tr td {
  border-top: transparent;
  height: 30px;
}

.table.no-border tr td:first-child {
  color: #7c8386;
}

.table.table-striped tbody tr:nth-child(odd) {
  background-color: #fafafa !important;
}

.table.table-striped tbody tr td:last-child {
  text-align: left;
}

.table.table-program thead tr {
  border: 1px solid #d7dde7;
}

.table.table-program thead tr:first-child {
  background-color: #0d1f61;
}

.table.table-program thead tr:first-child th {
  color: #fff;
  text-align: center;
  height: 57px;
}

.table.table-program thead tr th {
  border-right: 1px solid #d7dde7 !important;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
}

.table.table-program tbody tr {
  border: 1px solid #d7dde7;
}

.table.table-program tbody td {
  border-right: 1px solid #d7dde7 !important;
  color: #7c8386;
  text-align: center;
}

.table.table-document thead tr {
  border: 1px solid transparent;
}

.table.table-document thead tr th {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 15px;
  border: none;
  color: #313541;
}

.table.table-document thead tr th.rowNumber {
  width: 80px;
}

.table.table-document tbody tr {
  border: 1px solid transparent;
}

.table.table-document tbody tr:hover {
  border: 1px solid #0d1f61 !important;
}

.table.table-document tbody tr:hover td {
  border-top: 1px solid #0d1f61 !important;
}

.table.table-document tbody tr:hover td a {
  color: #0d1f61 !important;
}

.table.table-document tbody tr td {
  border: none;
  color: #1d1f1f;
  vertical-align: middle;
}

.table.table-document tbody tr td .document-table-icon {
  font-size: 2.4rem;
}

.table.table-document tbody tr td a {
  text-decoration: underline;
}

.table.table-document tbody tr td:first-child {
  padding-left: 20px;
  text-align: center;
}

.table.table-highlight {
  width: 99%;
}

.table.table-highlight thead tr th {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 15px;
  vertical-align: middle;
  border: none;
  color: #313541;
  border-bottom: 1px solid #d7dde7 !important;
  text-align: center;
}

.table.table-highlight thead tr th:first-child {
  padding-left: 20px;
  width: 80px;
  border-bottom: none !important;
}

.table.table-highlight tbody {
  border-right: 1px solid #d7dde7 !important;
}

.table.table-highlight tbody th {
  border-right: 1px solid #d7dde7 !important;
  vertical-align: middle;
  min-width: 135px;
  background: transparent !important;
  text-align: right;
}

.table.table-highlight tbody tr td {
  border: none;
  color: #1d1f1f;
  vertical-align: middle;
  border-left: 1px solid #d7dde7;
  border-bottom: 1px solid #dfe6ee;
  text-align: center;
}

.table.table-highlight tbody tr td a {
  text-decoration: underline;
}

.table.table-highlight tbody tr td:first-child {
  padding-left: 20px;
}

.table.table-highlight tbody tr td:last-child {
  border-right: 1px solid #d7dde7;
}

.table.table-highlight tbody tr:first-child td {
  border-top: 1px solid #dfe6ee;
}

.table.table-bordered {
  border-color: #dfe6ee;
}

.table.table-bordered thead tr th {
  font-size: 1.6rem;
  border: 1px solid #ddd !important;
  color: #434648;
}

.table.table-bordered tbody tr td {
  border-color: #dfe6ee;
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    width: auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .table-responsive .scrolled-hand-icon {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    background: #0d1f61;
    border-radius: 50%;
    text-align: center;
    opacity: 0.6;
  }
  .table-responsive .scrolled-hand-icon:after {
    font-family: "icomoon";
    content: "\e92a";
    color: #fff;
    font-size: 2.5rem;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .table-responsive.scrolled .scrolled-hand-icon {
    display: block;
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 10px;
    background: #0d1f61;
    border-radius: 50%;
    text-align: center;
    opacity: 0.6;
  }
  .table-responsive.scrolled .scrolled-hand-icon:after {
    font-family: "icomoon";
    content: "\e92a";
    color: #fff;
    font-size: 2.5rem;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
.table-clickable tbody tr td:first-child {
  padding-left: 35px !important;
}

.table-clickable .tableParent {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
}

.table-clickable .tableParent-span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 20px;
}

.table-clickable .tableParent-span:before, .table-clickable .tableParent-span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0d1f61;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.table-clickable .tableParent-span:before {
  width: 12px;
  height: 2px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .table-clickable .tableParent-span:before {
    right: 20px;
  }
}
.table-clickable .tableParent-span:after {
  height: 12px;
  width: 2px;
  right: 5px;
}

@media only screen and (max-width: 767px) {
  .table-clickable .tableParent-span:after {
    right: 27px;
  }
}
.table-responsive {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 0 !important;
}
.table-responsive .table {
  margin-bottom: 0;
  width: 100% !important;
}
.table-responsive .table td, .table-responsive .table th {
  width: auto !important;
}
.table-responsive .table thead tr {
  background: linear-gradient(135deg, #0d1f61 0%, #071134 100%);
}
.table-responsive .table thead tr th {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 16px 20px;
  border: none;
}
.table-responsive .table thead tr th p {
  margin-bottom: 0;
  color: #fff !important;
}
.table-responsive .table thead tr th strong {
  font-weight: 700;
}
.table-responsive .table tbody tr {
  transition: all 0.3s ease;
}
.table-responsive .table tbody tr td {
  padding: 14px 20px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.table-responsive .table tbody tr td p {
  margin-bottom: 0;
}
.table-responsive .table tbody tr td a {
  color: #298de5;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.table-responsive .table tbody tr td a:hover {
  color: #0d1f61;
  text-decoration: underline;
}
.table-responsive .table tbody tr:hover {
  background-color: rgba(41, 141, 229, 0.08);
}
.table-responsive .table tbody tr:last-child td {
  border-bottom: none;
}
.table-responsive .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(242, 245, 248, 0.7);
}
.table-responsive .table.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: rgba(41, 141, 229, 0.08);
}

[data-theme=dark] .table-responsive {
  background-color: #141623;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
[data-theme=dark] .table-responsive .table {
  color: #fff;
  background-color: #141623;
}
[data-theme=dark] .table-responsive .table thead tr {
  background: linear-gradient(135deg, #20222e 0%, rgb(4, 6, 15) 100%);
}
[data-theme=dark] .table-responsive .table thead tr th {
  color: #fff;
  border-color: transparent;
}
[data-theme=dark] .table-responsive .table thead tr th p, [data-theme=dark] .table-responsive .table thead tr th strong {
  color: #fff !important;
}
[data-theme=dark] .table-responsive .table tbody tr {
  background-color: #141623;
}
[data-theme=dark] .table-responsive .table tbody tr td {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
[data-theme=dark] .table-responsive .table tbody tr td p {
  color: #fff !important;
}
[data-theme=dark] .table-responsive .table tbody tr td a {
  color: #298de5;
}
[data-theme=dark] .table-responsive .table tbody tr td a:hover {
  color: #6db1ed;
}
[data-theme=dark] .table-responsive .table tbody tr:hover {
  background-color: rgba(41, 141, 229, 0.15);
}
[data-theme=dark] .table-responsive .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
[data-theme=dark] .table-responsive .table.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: rgba(41, 141, 229, 0.15);
}
[data-theme=dark] .table-responsive .table.table-striped tbody tr:nth-of-type(even) {
  background-color: #141623;
}
[data-theme=dark] .table-responsive .table.table-striped tbody tr:nth-of-type(even):hover {
  background-color: rgba(41, 141, 229, 0.15);
}
[data-theme=dark] .table-responsive .table.table-bordered {
  border-color: rgba(255, 255, 255, 0.1);
}
[data-theme=dark] .table-responsive .table.table-bordered td, [data-theme=dark] .table-responsive .table.table-bordered th {
  border-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

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

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

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-14 {
  margin: 1.75rem !important;
}

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

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

.m-17 {
  margin: 2.125rem !important;
}

.m-18 {
  margin: 2.25rem !important;
}

.m-19 {
  margin: 2.375rem !important;
}

.m-20 {
  margin: 2.5rem !important;
}

.m-21 {
  margin: 2.625rem !important;
}

.m-22 {
  margin: 2.75rem !important;
}

.m-23 {
  margin: 2.875rem !important;
}

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

.m-25 {
  margin: 3.125rem !important;
}

.m-26 {
  margin: 3.25rem !important;
}

.m-27 {
  margin: 3.375rem !important;
}

.m-28 {
  margin: 3.5rem !important;
}

.m-29 {
  margin: 3.625rem !important;
}

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

.m-31 {
  margin: 3.875rem !important;
}

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

.m-33 {
  margin: 4.125rem !important;
}

.m-34 {
  margin: 4.25rem !important;
}

.m-35 {
  margin: 4.375rem !important;
}

.m-36 {
  margin: 4.5rem !important;
}

.m-37 {
  margin: 4.625rem !important;
}

.m-38 {
  margin: 4.75rem !important;
}

.m-39 {
  margin: 4.875rem !important;
}

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

.m-41 {
  margin: 5.125rem !important;
}

.m-42 {
  margin: 5.25rem !important;
}

.m-43 {
  margin: 5.375rem !important;
}

.m-44 {
  margin: 5.5rem !important;
}

.m-45 {
  margin: 5.625rem !important;
}

.m-46 {
  margin: 5.75rem !important;
}

.m-47 {
  margin: 5.875rem !important;
}

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

.m-49 {
  margin: 6.125rem !important;
}

.m-50 {
  margin: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-14 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

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

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

.mx-17 {
  margin-right: 2.125rem !important;
  margin-left: 2.125rem !important;
}

.mx-18 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-19 {
  margin-right: 2.375rem !important;
  margin-left: 2.375rem !important;
}

.mx-20 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-21 {
  margin-right: 2.625rem !important;
  margin-left: 2.625rem !important;
}

.mx-22 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.mx-23 {
  margin-right: 2.875rem !important;
  margin-left: 2.875rem !important;
}

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

.mx-25 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.mx-26 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.mx-27 {
  margin-right: 3.375rem !important;
  margin-left: 3.375rem !important;
}

.mx-28 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-29 {
  margin-right: 3.625rem !important;
  margin-left: 3.625rem !important;
}

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

.mx-31 {
  margin-right: 3.875rem !important;
  margin-left: 3.875rem !important;
}

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

.mx-33 {
  margin-right: 4.125rem !important;
  margin-left: 4.125rem !important;
}

.mx-34 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.mx-35 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important;
}

.mx-36 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-37 {
  margin-right: 4.625rem !important;
  margin-left: 4.625rem !important;
}

.mx-38 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.mx-39 {
  margin-right: 4.875rem !important;
  margin-left: 4.875rem !important;
}

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

.mx-41 {
  margin-right: 5.125rem !important;
  margin-left: 5.125rem !important;
}

.mx-42 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}

.mx-43 {
  margin-right: 5.375rem !important;
  margin-left: 5.375rem !important;
}

.mx-44 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.mx-45 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important;
}

.mx-46 {
  margin-right: 5.75rem !important;
  margin-left: 5.75rem !important;
}

.mx-47 {
  margin-right: 5.875rem !important;
  margin-left: 5.875rem !important;
}

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

.mx-49 {
  margin-right: 6.125rem !important;
  margin-left: 6.125rem !important;
}

.mx-50 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-14 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

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

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

.my-17 {
  margin-top: 2.125rem !important;
  margin-bottom: 2.125rem !important;
}

.my-18 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-19 {
  margin-top: 2.375rem !important;
  margin-bottom: 2.375rem !important;
}

.my-20 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-21 {
  margin-top: 2.625rem !important;
  margin-bottom: 2.625rem !important;
}

.my-22 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-23 {
  margin-top: 2.875rem !important;
  margin-bottom: 2.875rem !important;
}

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

.my-25 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.my-26 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-27 {
  margin-top: 3.375rem !important;
  margin-bottom: 3.375rem !important;
}

.my-28 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-29 {
  margin-top: 3.625rem !important;
  margin-bottom: 3.625rem !important;
}

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

.my-31 {
  margin-top: 3.875rem !important;
  margin-bottom: 3.875rem !important;
}

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

.my-33 {
  margin-top: 4.125rem !important;
  margin-bottom: 4.125rem !important;
}

.my-34 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.my-35 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

.my-36 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-37 {
  margin-top: 4.625rem !important;
  margin-bottom: 4.625rem !important;
}

.my-38 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.my-39 {
  margin-top: 4.875rem !important;
  margin-bottom: 4.875rem !important;
}

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

.my-41 {
  margin-top: 5.125rem !important;
  margin-bottom: 5.125rem !important;
}

.my-42 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.my-43 {
  margin-top: 5.375rem !important;
  margin-bottom: 5.375rem !important;
}

.my-44 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-45 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.my-46 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.my-47 {
  margin-top: 5.875rem !important;
  margin-bottom: 5.875rem !important;
}

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

.my-49 {
  margin-top: 6.125rem !important;
  margin-bottom: 6.125rem !important;
}

.my-50 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-14 {
  margin-top: 1.75rem !important;
}

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

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

.mt-17 {
  margin-top: 2.125rem !important;
}

.mt-18 {
  margin-top: 2.25rem !important;
}

.mt-19 {
  margin-top: 2.375rem !important;
}

.mt-20 {
  margin-top: 2.5rem !important;
}

.mt-21 {
  margin-top: 2.625rem !important;
}

.mt-22 {
  margin-top: 2.75rem !important;
}

.mt-23 {
  margin-top: 2.875rem !important;
}

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

.mt-25 {
  margin-top: 3.125rem !important;
}

.mt-26 {
  margin-top: 3.25rem !important;
}

.mt-27 {
  margin-top: 3.375rem !important;
}

.mt-28 {
  margin-top: 3.5rem !important;
}

.mt-29 {
  margin-top: 3.625rem !important;
}

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

.mt-31 {
  margin-top: 3.875rem !important;
}

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

.mt-33 {
  margin-top: 4.125rem !important;
}

.mt-34 {
  margin-top: 4.25rem !important;
}

.mt-35 {
  margin-top: 4.375rem !important;
}

.mt-36 {
  margin-top: 4.5rem !important;
}

.mt-37 {
  margin-top: 4.625rem !important;
}

.mt-38 {
  margin-top: 4.75rem !important;
}

.mt-39 {
  margin-top: 4.875rem !important;
}

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

.mt-41 {
  margin-top: 5.125rem !important;
}

.mt-42 {
  margin-top: 5.25rem !important;
}

.mt-43 {
  margin-top: 5.375rem !important;
}

.mt-44 {
  margin-top: 5.5rem !important;
}

.mt-45 {
  margin-top: 5.625rem !important;
}

.mt-46 {
  margin-top: 5.75rem !important;
}

.mt-47 {
  margin-top: 5.875rem !important;
}

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

.mt-49 {
  margin-top: 6.125rem !important;
}

.mt-50 {
  margin-top: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-14 {
  margin-right: 1.75rem !important;
}

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

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

.me-17 {
  margin-right: 2.125rem !important;
}

.me-18 {
  margin-right: 2.25rem !important;
}

.me-19 {
  margin-right: 2.375rem !important;
}

.me-20 {
  margin-right: 2.5rem !important;
}

.me-21 {
  margin-right: 2.625rem !important;
}

.me-22 {
  margin-right: 2.75rem !important;
}

.me-23 {
  margin-right: 2.875rem !important;
}

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

.me-25 {
  margin-right: 3.125rem !important;
}

.me-26 {
  margin-right: 3.25rem !important;
}

.me-27 {
  margin-right: 3.375rem !important;
}

.me-28 {
  margin-right: 3.5rem !important;
}

.me-29 {
  margin-right: 3.625rem !important;
}

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

.me-31 {
  margin-right: 3.875rem !important;
}

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

.me-33 {
  margin-right: 4.125rem !important;
}

.me-34 {
  margin-right: 4.25rem !important;
}

.me-35 {
  margin-right: 4.375rem !important;
}

.me-36 {
  margin-right: 4.5rem !important;
}

.me-37 {
  margin-right: 4.625rem !important;
}

.me-38 {
  margin-right: 4.75rem !important;
}

.me-39 {
  margin-right: 4.875rem !important;
}

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

.me-41 {
  margin-right: 5.125rem !important;
}

.me-42 {
  margin-right: 5.25rem !important;
}

.me-43 {
  margin-right: 5.375rem !important;
}

.me-44 {
  margin-right: 5.5rem !important;
}

.me-45 {
  margin-right: 5.625rem !important;
}

.me-46 {
  margin-right: 5.75rem !important;
}

.me-47 {
  margin-right: 5.875rem !important;
}

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

.me-49 {
  margin-right: 6.125rem !important;
}

.me-50 {
  margin-right: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 1.75rem !important;
}

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

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

.mb-17 {
  margin-bottom: 2.125rem !important;
}

.mb-18 {
  margin-bottom: 2.25rem !important;
}

.mb-19 {
  margin-bottom: 2.375rem !important;
}

.mb-20 {
  margin-bottom: 2.5rem !important;
}

.mb-21 {
  margin-bottom: 2.625rem !important;
}

.mb-22 {
  margin-bottom: 2.75rem !important;
}

.mb-23 {
  margin-bottom: 2.875rem !important;
}

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

.mb-25 {
  margin-bottom: 3.125rem !important;
}

.mb-26 {
  margin-bottom: 3.25rem !important;
}

.mb-27 {
  margin-bottom: 3.375rem !important;
}

.mb-28 {
  margin-bottom: 3.5rem !important;
}

.mb-29 {
  margin-bottom: 3.625rem !important;
}

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

.mb-31 {
  margin-bottom: 3.875rem !important;
}

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

.mb-33 {
  margin-bottom: 4.125rem !important;
}

.mb-34 {
  margin-bottom: 4.25rem !important;
}

.mb-35 {
  margin-bottom: 4.375rem !important;
}

.mb-36 {
  margin-bottom: 4.5rem !important;
}

.mb-37 {
  margin-bottom: 4.625rem !important;
}

.mb-38 {
  margin-bottom: 4.75rem !important;
}

.mb-39 {
  margin-bottom: 4.875rem !important;
}

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

.mb-41 {
  margin-bottom: 5.125rem !important;
}

.mb-42 {
  margin-bottom: 5.25rem !important;
}

.mb-43 {
  margin-bottom: 5.375rem !important;
}

.mb-44 {
  margin-bottom: 5.5rem !important;
}

.mb-45 {
  margin-bottom: 5.625rem !important;
}

.mb-46 {
  margin-bottom: 5.75rem !important;
}

.mb-47 {
  margin-bottom: 5.875rem !important;
}

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

.mb-49 {
  margin-bottom: 6.125rem !important;
}

.mb-50 {
  margin-bottom: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-14 {
  margin-left: 1.75rem !important;
}

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

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

.ms-17 {
  margin-left: 2.125rem !important;
}

.ms-18 {
  margin-left: 2.25rem !important;
}

.ms-19 {
  margin-left: 2.375rem !important;
}

.ms-20 {
  margin-left: 2.5rem !important;
}

.ms-21 {
  margin-left: 2.625rem !important;
}

.ms-22 {
  margin-left: 2.75rem !important;
}

.ms-23 {
  margin-left: 2.875rem !important;
}

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

.ms-25 {
  margin-left: 3.125rem !important;
}

.ms-26 {
  margin-left: 3.25rem !important;
}

.ms-27 {
  margin-left: 3.375rem !important;
}

.ms-28 {
  margin-left: 3.5rem !important;
}

.ms-29 {
  margin-left: 3.625rem !important;
}

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

.ms-31 {
  margin-left: 3.875rem !important;
}

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

.ms-33 {
  margin-left: 4.125rem !important;
}

.ms-34 {
  margin-left: 4.25rem !important;
}

.ms-35 {
  margin-left: 4.375rem !important;
}

.ms-36 {
  margin-left: 4.5rem !important;
}

.ms-37 {
  margin-left: 4.625rem !important;
}

.ms-38 {
  margin-left: 4.75rem !important;
}

.ms-39 {
  margin-left: 4.875rem !important;
}

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

.ms-41 {
  margin-left: 5.125rem !important;
}

.ms-42 {
  margin-left: 5.25rem !important;
}

.ms-43 {
  margin-left: 5.375rem !important;
}

.ms-44 {
  margin-left: 5.5rem !important;
}

.ms-45 {
  margin-left: 5.625rem !important;
}

.ms-46 {
  margin-left: 5.75rem !important;
}

.ms-47 {
  margin-left: 5.875rem !important;
}

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

.ms-49 {
  margin-left: 6.125rem !important;
}

.ms-50 {
  margin-left: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-14 {
  padding: 1.75rem !important;
}

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

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

.p-17 {
  padding: 2.125rem !important;
}

.p-18 {
  padding: 2.25rem !important;
}

.p-19 {
  padding: 2.375rem !important;
}

.p-20 {
  padding: 2.5rem !important;
}

.p-21 {
  padding: 2.625rem !important;
}

.p-22 {
  padding: 2.75rem !important;
}

.p-23 {
  padding: 2.875rem !important;
}

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

.p-25 {
  padding: 3.125rem !important;
}

.p-26 {
  padding: 3.25rem !important;
}

.p-27 {
  padding: 3.375rem !important;
}

.p-28 {
  padding: 3.5rem !important;
}

.p-29 {
  padding: 3.625rem !important;
}

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

.p-31 {
  padding: 3.875rem !important;
}

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

.p-33 {
  padding: 4.125rem !important;
}

.p-34 {
  padding: 4.25rem !important;
}

.p-35 {
  padding: 4.375rem !important;
}

.p-36 {
  padding: 4.5rem !important;
}

.p-37 {
  padding: 4.625rem !important;
}

.p-38 {
  padding: 4.75rem !important;
}

.p-39 {
  padding: 4.875rem !important;
}

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

.p-41 {
  padding: 5.125rem !important;
}

.p-42 {
  padding: 5.25rem !important;
}

.p-43 {
  padding: 5.375rem !important;
}

.p-44 {
  padding: 5.5rem !important;
}

.p-45 {
  padding: 5.625rem !important;
}

.p-46 {
  padding: 5.75rem !important;
}

.p-47 {
  padding: 5.875rem !important;
}

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

.p-49 {
  padding: 6.125rem !important;
}

.p-50 {
  padding: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

.px-9 {
  padding-right: 1.125rem !important;
  padding-left: 1.125rem !important;
}

.px-10 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-11 {
  padding-right: 1.375rem !important;
  padding-left: 1.375rem !important;
}

.px-12 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-13 {
  padding-right: 1.625rem !important;
  padding-left: 1.625rem !important;
}

.px-14 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-15 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

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

.px-17 {
  padding-right: 2.125rem !important;
  padding-left: 2.125rem !important;
}

.px-18 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-19 {
  padding-right: 2.375rem !important;
  padding-left: 2.375rem !important;
}

.px-20 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-21 {
  padding-right: 2.625rem !important;
  padding-left: 2.625rem !important;
}

.px-22 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.px-23 {
  padding-right: 2.875rem !important;
  padding-left: 2.875rem !important;
}

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

.px-25 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.px-26 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-27 {
  padding-right: 3.375rem !important;
  padding-left: 3.375rem !important;
}

.px-28 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-29 {
  padding-right: 3.625rem !important;
  padding-left: 3.625rem !important;
}

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

.px-31 {
  padding-right: 3.875rem !important;
  padding-left: 3.875rem !important;
}

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

.px-33 {
  padding-right: 4.125rem !important;
  padding-left: 4.125rem !important;
}

.px-34 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.px-35 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}

.px-36 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-37 {
  padding-right: 4.625rem !important;
  padding-left: 4.625rem !important;
}

.px-38 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.px-39 {
  padding-right: 4.875rem !important;
  padding-left: 4.875rem !important;
}

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

.px-41 {
  padding-right: 5.125rem !important;
  padding-left: 5.125rem !important;
}

.px-42 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.px-43 {
  padding-right: 5.375rem !important;
  padding-left: 5.375rem !important;
}

.px-44 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-45 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}

.px-46 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

.px-47 {
  padding-right: 5.875rem !important;
  padding-left: 5.875rem !important;
}

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

.px-49 {
  padding-right: 6.125rem !important;
  padding-left: 6.125rem !important;
}

.px-50 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

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

.py-1 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-2 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-3 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-4 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-6 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-7 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.py-8 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-9 {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}

.py-10 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-11 {
  padding-top: 1.375rem !important;
  padding-bottom: 1.375rem !important;
}

.py-12 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-13 {
  padding-top: 1.625rem !important;
  padding-bottom: 1.625rem !important;
}

.py-14 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-15 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-16 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-17 {
  padding-top: 2.125rem !important;
  padding-bottom: 2.125rem !important;
}

.py-18 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-19 {
  padding-top: 2.375rem !important;
  padding-bottom: 2.375rem !important;
}

.py-20 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-21 {
  padding-top: 2.625rem !important;
  padding-bottom: 2.625rem !important;
}

.py-22 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-23 {
  padding-top: 2.875rem !important;
  padding-bottom: 2.875rem !important;
}

.py-24 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-25 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.py-26 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-27 {
  padding-top: 3.375rem !important;
  padding-bottom: 3.375rem !important;
}

.py-28 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-29 {
  padding-top: 3.625rem !important;
  padding-bottom: 3.625rem !important;
}

.py-30 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-31 {
  padding-top: 3.875rem !important;
  padding-bottom: 3.875rem !important;
}

.py-32 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-33 {
  padding-top: 4.125rem !important;
  padding-bottom: 4.125rem !important;
}

.py-34 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-35 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.py-36 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-37 {
  padding-top: 4.625rem !important;
  padding-bottom: 4.625rem !important;
}

.py-38 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.py-39 {
  padding-top: 4.875rem !important;
  padding-bottom: 4.875rem !important;
}

.py-40 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-41 {
  padding-top: 5.125rem !important;
  padding-bottom: 5.125rem !important;
}

.py-42 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.py-43 {
  padding-top: 5.375rem !important;
  padding-bottom: 5.375rem !important;
}

.py-44 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-45 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.py-46 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

.py-47 {
  padding-top: 5.875rem !important;
  padding-bottom: 5.875rem !important;
}

.py-48 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-49 {
  padding-top: 6.125rem !important;
  padding-bottom: 6.125rem !important;
}

.py-50 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

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

.pt-1 {
  padding-top: 0.125rem !important;
}

.pt-2 {
  padding-top: 0.25rem !important;
}

.pt-3 {
  padding-top: 0.375rem !important;
}

.pt-4 {
  padding-top: 0.5rem !important;
}

.pt-5 {
  padding-top: 0.625rem !important;
}

.pt-6 {
  padding-top: 0.75rem !important;
}

.pt-7 {
  padding-top: 0.875rem !important;
}

.pt-8 {
  padding-top: 1rem !important;
}

.pt-9 {
  padding-top: 1.125rem !important;
}

.pt-10 {
  padding-top: 1.25rem !important;
}

.pt-11 {
  padding-top: 1.375rem !important;
}

.pt-12 {
  padding-top: 1.5rem !important;
}

.pt-13 {
  padding-top: 1.625rem !important;
}

.pt-14 {
  padding-top: 1.75rem !important;
}

.pt-15 {
  padding-top: 1.875rem !important;
}

.pt-16 {
  padding-top: 2rem !important;
}

.pt-17 {
  padding-top: 2.125rem !important;
}

.pt-18 {
  padding-top: 2.25rem !important;
}

.pt-19 {
  padding-top: 2.375rem !important;
}

.pt-20 {
  padding-top: 2.5rem !important;
}

.pt-21 {
  padding-top: 2.625rem !important;
}

.pt-22 {
  padding-top: 2.75rem !important;
}

.pt-23 {
  padding-top: 2.875rem !important;
}

.pt-24 {
  padding-top: 3rem !important;
}

.pt-25 {
  padding-top: 3.125rem !important;
}

.pt-26 {
  padding-top: 3.25rem !important;
}

.pt-27 {
  padding-top: 3.375rem !important;
}

.pt-28 {
  padding-top: 3.5rem !important;
}

.pt-29 {
  padding-top: 3.625rem !important;
}

.pt-30 {
  padding-top: 3.75rem !important;
}

.pt-31 {
  padding-top: 3.875rem !important;
}

.pt-32 {
  padding-top: 4rem !important;
}

.pt-33 {
  padding-top: 4.125rem !important;
}

.pt-34 {
  padding-top: 4.25rem !important;
}

.pt-35 {
  padding-top: 4.375rem !important;
}

.pt-36 {
  padding-top: 4.5rem !important;
}

.pt-37 {
  padding-top: 4.625rem !important;
}

.pt-38 {
  padding-top: 4.75rem !important;
}

.pt-39 {
  padding-top: 4.875rem !important;
}

.pt-40 {
  padding-top: 5rem !important;
}

.pt-41 {
  padding-top: 5.125rem !important;
}

.pt-42 {
  padding-top: 5.25rem !important;
}

.pt-43 {
  padding-top: 5.375rem !important;
}

.pt-44 {
  padding-top: 5.5rem !important;
}

.pt-45 {
  padding-top: 5.625rem !important;
}

.pt-46 {
  padding-top: 5.75rem !important;
}

.pt-47 {
  padding-top: 5.875rem !important;
}

.pt-48 {
  padding-top: 6rem !important;
}

.pt-49 {
  padding-top: 6.125rem !important;
}

.pt-50 {
  padding-top: 6.25rem !important;
}

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

.pe-1 {
  padding-right: 0.125rem !important;
}

.pe-2 {
  padding-right: 0.25rem !important;
}

.pe-3 {
  padding-right: 0.375rem !important;
}

.pe-4 {
  padding-right: 0.5rem !important;
}

.pe-5 {
  padding-right: 0.625rem !important;
}

.pe-6 {
  padding-right: 0.75rem !important;
}

.pe-7 {
  padding-right: 0.875rem !important;
}

.pe-8 {
  padding-right: 1rem !important;
}

.pe-9 {
  padding-right: 1.125rem !important;
}

.pe-10 {
  padding-right: 1.25rem !important;
}

.pe-11 {
  padding-right: 1.375rem !important;
}

.pe-12 {
  padding-right: 1.5rem !important;
}

.pe-13 {
  padding-right: 1.625rem !important;
}

.pe-14 {
  padding-right: 1.75rem !important;
}

.pe-15 {
  padding-right: 1.875rem !important;
}

.pe-16 {
  padding-right: 2rem !important;
}

.pe-17 {
  padding-right: 2.125rem !important;
}

.pe-18 {
  padding-right: 2.25rem !important;
}

.pe-19 {
  padding-right: 2.375rem !important;
}

.pe-20 {
  padding-right: 2.5rem !important;
}

.pe-21 {
  padding-right: 2.625rem !important;
}

.pe-22 {
  padding-right: 2.75rem !important;
}

.pe-23 {
  padding-right: 2.875rem !important;
}

.pe-24 {
  padding-right: 3rem !important;
}

.pe-25 {
  padding-right: 3.125rem !important;
}

.pe-26 {
  padding-right: 3.25rem !important;
}

.pe-27 {
  padding-right: 3.375rem !important;
}

.pe-28 {
  padding-right: 3.5rem !important;
}

.pe-29 {
  padding-right: 3.625rem !important;
}

.pe-30 {
  padding-right: 3.75rem !important;
}

.pe-31 {
  padding-right: 3.875rem !important;
}

.pe-32 {
  padding-right: 4rem !important;
}

.pe-33 {
  padding-right: 4.125rem !important;
}

.pe-34 {
  padding-right: 4.25rem !important;
}

.pe-35 {
  padding-right: 4.375rem !important;
}

.pe-36 {
  padding-right: 4.5rem !important;
}

.pe-37 {
  padding-right: 4.625rem !important;
}

.pe-38 {
  padding-right: 4.75rem !important;
}

.pe-39 {
  padding-right: 4.875rem !important;
}

.pe-40 {
  padding-right: 5rem !important;
}

.pe-41 {
  padding-right: 5.125rem !important;
}

.pe-42 {
  padding-right: 5.25rem !important;
}

.pe-43 {
  padding-right: 5.375rem !important;
}

.pe-44 {
  padding-right: 5.5rem !important;
}

.pe-45 {
  padding-right: 5.625rem !important;
}

.pe-46 {
  padding-right: 5.75rem !important;
}

.pe-47 {
  padding-right: 5.875rem !important;
}

.pe-48 {
  padding-right: 6rem !important;
}

.pe-49 {
  padding-right: 6.125rem !important;
}

.pe-50 {
  padding-right: 6.25rem !important;
}

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

.pb-1 {
  padding-bottom: 0.125rem !important;
}

.pb-2 {
  padding-bottom: 0.25rem !important;
}

.pb-3 {
  padding-bottom: 0.375rem !important;
}

.pb-4 {
  padding-bottom: 0.5rem !important;
}

.pb-5 {
  padding-bottom: 0.625rem !important;
}

.pb-6 {
  padding-bottom: 0.75rem !important;
}

.pb-7 {
  padding-bottom: 0.875rem !important;
}

.pb-8 {
  padding-bottom: 1rem !important;
}

.pb-9 {
  padding-bottom: 1.125rem !important;
}

.pb-10 {
  padding-bottom: 1.25rem !important;
}

.pb-11 {
  padding-bottom: 1.375rem !important;
}

.pb-12 {
  padding-bottom: 1.5rem !important;
}

.pb-13 {
  padding-bottom: 1.625rem !important;
}

.pb-14 {
  padding-bottom: 1.75rem !important;
}

.pb-15 {
  padding-bottom: 1.875rem !important;
}

.pb-16 {
  padding-bottom: 2rem !important;
}

.pb-17 {
  padding-bottom: 2.125rem !important;
}

.pb-18 {
  padding-bottom: 2.25rem !important;
}

.pb-19 {
  padding-bottom: 2.375rem !important;
}

.pb-20 {
  padding-bottom: 2.5rem !important;
}

.pb-21 {
  padding-bottom: 2.625rem !important;
}

.pb-22 {
  padding-bottom: 2.75rem !important;
}

.pb-23 {
  padding-bottom: 2.875rem !important;
}

.pb-24 {
  padding-bottom: 3rem !important;
}

.pb-25 {
  padding-bottom: 3.125rem !important;
}

.pb-26 {
  padding-bottom: 3.25rem !important;
}

.pb-27 {
  padding-bottom: 3.375rem !important;
}

.pb-28 {
  padding-bottom: 3.5rem !important;
}

.pb-29 {
  padding-bottom: 3.625rem !important;
}

.pb-30 {
  padding-bottom: 3.75rem !important;
}

.pb-31 {
  padding-bottom: 3.875rem !important;
}

.pb-32 {
  padding-bottom: 4rem !important;
}

.pb-33 {
  padding-bottom: 4.125rem !important;
}

.pb-34 {
  padding-bottom: 4.25rem !important;
}

.pb-35 {
  padding-bottom: 4.375rem !important;
}

.pb-36 {
  padding-bottom: 4.5rem !important;
}

.pb-37 {
  padding-bottom: 4.625rem !important;
}

.pb-38 {
  padding-bottom: 4.75rem !important;
}

.pb-39 {
  padding-bottom: 4.875rem !important;
}

.pb-40 {
  padding-bottom: 5rem !important;
}

.pb-41 {
  padding-bottom: 5.125rem !important;
}

.pb-42 {
  padding-bottom: 5.25rem !important;
}

.pb-43 {
  padding-bottom: 5.375rem !important;
}

.pb-44 {
  padding-bottom: 5.5rem !important;
}

.pb-45 {
  padding-bottom: 5.625rem !important;
}

.pb-46 {
  padding-bottom: 5.75rem !important;
}

.pb-47 {
  padding-bottom: 5.875rem !important;
}

.pb-48 {
  padding-bottom: 6rem !important;
}

.pb-49 {
  padding-bottom: 6.125rem !important;
}

.pb-50 {
  padding-bottom: 6.25rem !important;
}

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

.ps-1 {
  padding-left: 0.125rem !important;
}

.ps-2 {
  padding-left: 0.25rem !important;
}

.ps-3 {
  padding-left: 0.375rem !important;
}

.ps-4 {
  padding-left: 0.5rem !important;
}

.ps-5 {
  padding-left: 0.625rem !important;
}

.ps-6 {
  padding-left: 0.75rem !important;
}

.ps-7 {
  padding-left: 0.875rem !important;
}

.ps-8 {
  padding-left: 1rem !important;
}

.ps-9 {
  padding-left: 1.125rem !important;
}

.ps-10 {
  padding-left: 1.25rem !important;
}

.ps-11 {
  padding-left: 1.375rem !important;
}

.ps-12 {
  padding-left: 1.5rem !important;
}

.ps-13 {
  padding-left: 1.625rem !important;
}

.ps-14 {
  padding-left: 1.75rem !important;
}

.ps-15 {
  padding-left: 1.875rem !important;
}

.ps-16 {
  padding-left: 2rem !important;
}

.ps-17 {
  padding-left: 2.125rem !important;
}

.ps-18 {
  padding-left: 2.25rem !important;
}

.ps-19 {
  padding-left: 2.375rem !important;
}

.ps-20 {
  padding-left: 2.5rem !important;
}

.ps-21 {
  padding-left: 2.625rem !important;
}

.ps-22 {
  padding-left: 2.75rem !important;
}

.ps-23 {
  padding-left: 2.875rem !important;
}

.ps-24 {
  padding-left: 3rem !important;
}

.ps-25 {
  padding-left: 3.125rem !important;
}

.ps-26 {
  padding-left: 3.25rem !important;
}

.ps-27 {
  padding-left: 3.375rem !important;
}

.ps-28 {
  padding-left: 3.5rem !important;
}

.ps-29 {
  padding-left: 3.625rem !important;
}

.ps-30 {
  padding-left: 3.75rem !important;
}

.ps-31 {
  padding-left: 3.875rem !important;
}

.ps-32 {
  padding-left: 4rem !important;
}

.ps-33 {
  padding-left: 4.125rem !important;
}

.ps-34 {
  padding-left: 4.25rem !important;
}

.ps-35 {
  padding-left: 4.375rem !important;
}

.ps-36 {
  padding-left: 4.5rem !important;
}

.ps-37 {
  padding-left: 4.625rem !important;
}

.ps-38 {
  padding-left: 4.75rem !important;
}

.ps-39 {
  padding-left: 4.875rem !important;
}

.ps-40 {
  padding-left: 5rem !important;
}

.ps-41 {
  padding-left: 5.125rem !important;
}

.ps-42 {
  padding-left: 5.25rem !important;
}

.ps-43 {
  padding-left: 5.375rem !important;
}

.ps-44 {
  padding-left: 5.5rem !important;
}

.ps-45 {
  padding-left: 5.625rem !important;
}

.ps-46 {
  padding-left: 5.75rem !important;
}

.ps-47 {
  padding-left: 5.875rem !important;
}

.ps-48 {
  padding-left: 6rem !important;
}

.ps-49 {
  padding-left: 6.125rem !important;
}

.ps-50 {
  padding-left: 6.25rem !important;
}

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

.gap-1 {
  gap: 0.125rem !important;
}

.gap-2 {
  gap: 0.25rem !important;
}

.gap-3 {
  gap: 0.375rem !important;
}

.gap-4 {
  gap: 0.5rem !important;
}

.gap-5 {
  gap: 0.625rem !important;
}

.gap-6 {
  gap: 0.75rem !important;
}

.gap-7 {
  gap: 0.875rem !important;
}

.gap-8 {
  gap: 1rem !important;
}

.gap-9 {
  gap: 1.125rem !important;
}

.gap-10 {
  gap: 1.25rem !important;
}

.gap-11 {
  gap: 1.375rem !important;
}

.gap-12 {
  gap: 1.5rem !important;
}

.gap-13 {
  gap: 1.625rem !important;
}

.gap-14 {
  gap: 1.75rem !important;
}

.gap-15 {
  gap: 1.875rem !important;
}

.gap-16 {
  gap: 2rem !important;
}

.gap-17 {
  gap: 2.125rem !important;
}

.gap-18 {
  gap: 2.25rem !important;
}

.gap-19 {
  gap: 2.375rem !important;
}

.gap-20 {
  gap: 2.5rem !important;
}

.gap-21 {
  gap: 2.625rem !important;
}

.gap-22 {
  gap: 2.75rem !important;
}

.gap-23 {
  gap: 2.875rem !important;
}

.gap-24 {
  gap: 3rem !important;
}

.gap-25 {
  gap: 3.125rem !important;
}

.gap-26 {
  gap: 3.25rem !important;
}

.gap-27 {
  gap: 3.375rem !important;
}

.gap-28 {
  gap: 3.5rem !important;
}

.gap-29 {
  gap: 3.625rem !important;
}

.gap-30 {
  gap: 3.75rem !important;
}

.gap-31 {
  gap: 3.875rem !important;
}

.gap-32 {
  gap: 4rem !important;
}

.gap-33 {
  gap: 4.125rem !important;
}

.gap-34 {
  gap: 4.25rem !important;
}

.gap-35 {
  gap: 4.375rem !important;
}

.gap-36 {
  gap: 4.5rem !important;
}

.gap-37 {
  gap: 4.625rem !important;
}

.gap-38 {
  gap: 4.75rem !important;
}

.gap-39 {
  gap: 4.875rem !important;
}

.gap-40 {
  gap: 5rem !important;
}

.gap-41 {
  gap: 5.125rem !important;
}

.gap-42 {
  gap: 5.25rem !important;
}

.gap-43 {
  gap: 5.375rem !important;
}

.gap-44 {
  gap: 5.5rem !important;
}

.gap-45 {
  gap: 5.625rem !important;
}

.gap-46 {
  gap: 5.75rem !important;
}

.gap-47 {
  gap: 5.875rem !important;
}

.gap-48 {
  gap: 6rem !important;
}

.gap-49 {
  gap: 6.125rem !important;
}

.gap-50 {
  gap: 6.25rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.125rem !important;
}

.row-gap-2 {
  row-gap: 0.25rem !important;
}

.row-gap-3 {
  row-gap: 0.375rem !important;
}

.row-gap-4 {
  row-gap: 0.5rem !important;
}

.row-gap-5 {
  row-gap: 0.625rem !important;
}

.row-gap-6 {
  row-gap: 0.75rem !important;
}

.row-gap-7 {
  row-gap: 0.875rem !important;
}

.row-gap-8 {
  row-gap: 1rem !important;
}

.row-gap-9 {
  row-gap: 1.125rem !important;
}

.row-gap-10 {
  row-gap: 1.25rem !important;
}

.row-gap-11 {
  row-gap: 1.375rem !important;
}

.row-gap-12 {
  row-gap: 1.5rem !important;
}

.row-gap-13 {
  row-gap: 1.625rem !important;
}

.row-gap-14 {
  row-gap: 1.75rem !important;
}

.row-gap-15 {
  row-gap: 1.875rem !important;
}

.row-gap-16 {
  row-gap: 2rem !important;
}

.row-gap-17 {
  row-gap: 2.125rem !important;
}

.row-gap-18 {
  row-gap: 2.25rem !important;
}

.row-gap-19 {
  row-gap: 2.375rem !important;
}

.row-gap-20 {
  row-gap: 2.5rem !important;
}

.row-gap-21 {
  row-gap: 2.625rem !important;
}

.row-gap-22 {
  row-gap: 2.75rem !important;
}

.row-gap-23 {
  row-gap: 2.875rem !important;
}

.row-gap-24 {
  row-gap: 3rem !important;
}

.row-gap-25 {
  row-gap: 3.125rem !important;
}

.row-gap-26 {
  row-gap: 3.25rem !important;
}

.row-gap-27 {
  row-gap: 3.375rem !important;
}

.row-gap-28 {
  row-gap: 3.5rem !important;
}

.row-gap-29 {
  row-gap: 3.625rem !important;
}

.row-gap-30 {
  row-gap: 3.75rem !important;
}

.row-gap-31 {
  row-gap: 3.875rem !important;
}

.row-gap-32 {
  row-gap: 4rem !important;
}

.row-gap-33 {
  row-gap: 4.125rem !important;
}

.row-gap-34 {
  row-gap: 4.25rem !important;
}

.row-gap-35 {
  row-gap: 4.375rem !important;
}

.row-gap-36 {
  row-gap: 4.5rem !important;
}

.row-gap-37 {
  row-gap: 4.625rem !important;
}

.row-gap-38 {
  row-gap: 4.75rem !important;
}

.row-gap-39 {
  row-gap: 4.875rem !important;
}

.row-gap-40 {
  row-gap: 5rem !important;
}

.row-gap-41 {
  row-gap: 5.125rem !important;
}

.row-gap-42 {
  row-gap: 5.25rem !important;
}

.row-gap-43 {
  row-gap: 5.375rem !important;
}

.row-gap-44 {
  row-gap: 5.5rem !important;
}

.row-gap-45 {
  row-gap: 5.625rem !important;
}

.row-gap-46 {
  row-gap: 5.75rem !important;
}

.row-gap-47 {
  row-gap: 5.875rem !important;
}

.row-gap-48 {
  row-gap: 6rem !important;
}

.row-gap-49 {
  row-gap: 6.125rem !important;
}

.row-gap-50 {
  row-gap: 6.25rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.125rem !important;
}

.column-gap-2 {
  column-gap: 0.25rem !important;
}

.column-gap-3 {
  column-gap: 0.375rem !important;
}

.column-gap-4 {
  column-gap: 0.5rem !important;
}

.column-gap-5 {
  column-gap: 0.625rem !important;
}

.column-gap-6 {
  column-gap: 0.75rem !important;
}

.column-gap-7 {
  column-gap: 0.875rem !important;
}

.column-gap-8 {
  column-gap: 1rem !important;
}

.column-gap-9 {
  column-gap: 1.125rem !important;
}

.column-gap-10 {
  column-gap: 1.25rem !important;
}

.column-gap-11 {
  column-gap: 1.375rem !important;
}

.column-gap-12 {
  column-gap: 1.5rem !important;
}

.column-gap-13 {
  column-gap: 1.625rem !important;
}

.column-gap-14 {
  column-gap: 1.75rem !important;
}

.column-gap-15 {
  column-gap: 1.875rem !important;
}

.column-gap-16 {
  column-gap: 2rem !important;
}

.column-gap-17 {
  column-gap: 2.125rem !important;
}

.column-gap-18 {
  column-gap: 2.25rem !important;
}

.column-gap-19 {
  column-gap: 2.375rem !important;
}

.column-gap-20 {
  column-gap: 2.5rem !important;
}

.column-gap-21 {
  column-gap: 2.625rem !important;
}

.column-gap-22 {
  column-gap: 2.75rem !important;
}

.column-gap-23 {
  column-gap: 2.875rem !important;
}

.column-gap-24 {
  column-gap: 3rem !important;
}

.column-gap-25 {
  column-gap: 3.125rem !important;
}

.column-gap-26 {
  column-gap: 3.25rem !important;
}

.column-gap-27 {
  column-gap: 3.375rem !important;
}

.column-gap-28 {
  column-gap: 3.5rem !important;
}

.column-gap-29 {
  column-gap: 3.625rem !important;
}

.column-gap-30 {
  column-gap: 3.75rem !important;
}

.column-gap-31 {
  column-gap: 3.875rem !important;
}

.column-gap-32 {
  column-gap: 4rem !important;
}

.column-gap-33 {
  column-gap: 4.125rem !important;
}

.column-gap-34 {
  column-gap: 4.25rem !important;
}

.column-gap-35 {
  column-gap: 4.375rem !important;
}

.column-gap-36 {
  column-gap: 4.5rem !important;
}

.column-gap-37 {
  column-gap: 4.625rem !important;
}

.column-gap-38 {
  column-gap: 4.75rem !important;
}

.column-gap-39 {
  column-gap: 4.875rem !important;
}

.column-gap-40 {
  column-gap: 5rem !important;
}

.column-gap-41 {
  column-gap: 5.125rem !important;
}

.column-gap-42 {
  column-gap: 5.25rem !important;
}

.column-gap-43 {
  column-gap: 5.375rem !important;
}

.column-gap-44 {
  column-gap: 5.5rem !important;
}

.column-gap-45 {
  column-gap: 5.625rem !important;
}

.column-gap-46 {
  column-gap: 5.75rem !important;
}

.column-gap-47 {
  column-gap: 5.875rem !important;
}

.column-gap-48 {
  column-gap: 6rem !important;
}

.column-gap-49 {
  column-gap: 6.125rem !important;
}

.column-gap-50 {
  column-gap: 6.25rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-2 {
  font-size: calc(1.365rem + 1.38vw) !important;
}

.fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.813rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-24 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-25 {
  font-size: calc(1.2813rem + 0.3756vw) !important;
}

.fs-28 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-32 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-34 {
  font-size: calc(1.3375rem + 1.05vw) !important;
}

.fs-36 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-40 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-44 {
  font-size: calc(1.4rem + 1.8vw) !important;
}

.fs-48 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-52 {
  font-size: calc(1.45rem + 2.4vw) !important;
}

.fs-56 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-64 {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-72 {
  font-size: calc(1.575rem + 3.9vw) !important;
}

.fs-76 {
  font-size: calc(1.6rem + 4.2vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

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

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

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

.lh-22 {
  line-height: 1.375rem !important;
}

.lh-24 {
  line-height: 1.5rem !important;
}

.lh-26 {
  line-height: 1.625rem !important;
}

.lh-28 {
  line-height: 1.75rem !important;
}

.lh-30 {
  line-height: 1.875rem !important;
}

.lh-32 {
  line-height: 2rem !important;
}

.lh-34 {
  line-height: 2.125rem !important;
}

.lh-36 {
  line-height: 2.25rem !important;
}

.lh-38 {
  line-height: 2.375rem !important;
}

.lh-40 {
  line-height: 2.5rem !important;
}

.lh-42 {
  line-height: 2.625rem !important;
}

.lh-44 {
  line-height: 2.75rem !important;
}

.lh-46 {
  line-height: 2.875rem !important;
}

.lh-48 {
  line-height: 3rem !important;
}

.lh-50 {
  line-height: 3.125rem !important;
}

.lh-52 {
  line-height: 3.25rem !important;
}

.lh-54 {
  line-height: 3.375rem !important;
}

.lh-56 {
  line-height: 3.5rem !important;
}

.lh-58 {
  line-height: 3.625rem !important;
}

.lh-60 {
  line-height: 3.75rem !important;
}

.lh-62 {
  line-height: 3.875rem !important;
}

.lh-64 {
  line-height: 4rem !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.125rem !important;
  }
  .m-sm-2 {
    margin: 0.25rem !important;
  }
  .m-sm-3 {
    margin: 0.375rem !important;
  }
  .m-sm-4 {
    margin: 0.5rem !important;
  }
  .m-sm-5 {
    margin: 0.625rem !important;
  }
  .m-sm-6 {
    margin: 0.75rem !important;
  }
  .m-sm-7 {
    margin: 0.875rem !important;
  }
  .m-sm-8 {
    margin: 1rem !important;
  }
  .m-sm-9 {
    margin: 1.125rem !important;
  }
  .m-sm-10 {
    margin: 1.25rem !important;
  }
  .m-sm-11 {
    margin: 1.375rem !important;
  }
  .m-sm-12 {
    margin: 1.5rem !important;
  }
  .m-sm-13 {
    margin: 1.625rem !important;
  }
  .m-sm-14 {
    margin: 1.75rem !important;
  }
  .m-sm-15 {
    margin: 1.875rem !important;
  }
  .m-sm-16 {
    margin: 2rem !important;
  }
  .m-sm-17 {
    margin: 2.125rem !important;
  }
  .m-sm-18 {
    margin: 2.25rem !important;
  }
  .m-sm-19 {
    margin: 2.375rem !important;
  }
  .m-sm-20 {
    margin: 2.5rem !important;
  }
  .m-sm-21 {
    margin: 2.625rem !important;
  }
  .m-sm-22 {
    margin: 2.75rem !important;
  }
  .m-sm-23 {
    margin: 2.875rem !important;
  }
  .m-sm-24 {
    margin: 3rem !important;
  }
  .m-sm-25 {
    margin: 3.125rem !important;
  }
  .m-sm-26 {
    margin: 3.25rem !important;
  }
  .m-sm-27 {
    margin: 3.375rem !important;
  }
  .m-sm-28 {
    margin: 3.5rem !important;
  }
  .m-sm-29 {
    margin: 3.625rem !important;
  }
  .m-sm-30 {
    margin: 3.75rem !important;
  }
  .m-sm-31 {
    margin: 3.875rem !important;
  }
  .m-sm-32 {
    margin: 4rem !important;
  }
  .m-sm-33 {
    margin: 4.125rem !important;
  }
  .m-sm-34 {
    margin: 4.25rem !important;
  }
  .m-sm-35 {
    margin: 4.375rem !important;
  }
  .m-sm-36 {
    margin: 4.5rem !important;
  }
  .m-sm-37 {
    margin: 4.625rem !important;
  }
  .m-sm-38 {
    margin: 4.75rem !important;
  }
  .m-sm-39 {
    margin: 4.875rem !important;
  }
  .m-sm-40 {
    margin: 5rem !important;
  }
  .m-sm-41 {
    margin: 5.125rem !important;
  }
  .m-sm-42 {
    margin: 5.25rem !important;
  }
  .m-sm-43 {
    margin: 5.375rem !important;
  }
  .m-sm-44 {
    margin: 5.5rem !important;
  }
  .m-sm-45 {
    margin: 5.625rem !important;
  }
  .m-sm-46 {
    margin: 5.75rem !important;
  }
  .m-sm-47 {
    margin: 5.875rem !important;
  }
  .m-sm-48 {
    margin: 6rem !important;
  }
  .m-sm-49 {
    margin: 6.125rem !important;
  }
  .m-sm-50 {
    margin: 6.25rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-sm-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-6 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-7 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-sm-8 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-9 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-sm-10 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-11 {
    margin-right: 1.375rem !important;
    margin-left: 1.375rem !important;
  }
  .mx-sm-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-13 {
    margin-right: 1.625rem !important;
    margin-left: 1.625rem !important;
  }
  .mx-sm-14 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-15 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-16 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-17 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .mx-sm-18 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-19 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .mx-sm-20 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-21 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }
  .mx-sm-22 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-sm-23 {
    margin-right: 2.875rem !important;
    margin-left: 2.875rem !important;
  }
  .mx-sm-24 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-25 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sm-26 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-sm-27 {
    margin-right: 3.375rem !important;
    margin-left: 3.375rem !important;
  }
  .mx-sm-28 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-29 {
    margin-right: 3.625rem !important;
    margin-left: 3.625rem !important;
  }
  .mx-sm-30 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-31 {
    margin-right: 3.875rem !important;
    margin-left: 3.875rem !important;
  }
  .mx-sm-32 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-33 {
    margin-right: 4.125rem !important;
    margin-left: 4.125rem !important;
  }
  .mx-sm-34 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-sm-35 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sm-36 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-37 {
    margin-right: 4.625rem !important;
    margin-left: 4.625rem !important;
  }
  .mx-sm-38 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-sm-39 {
    margin-right: 4.875rem !important;
    margin-left: 4.875rem !important;
  }
  .mx-sm-40 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-41 {
    margin-right: 5.125rem !important;
    margin-left: 5.125rem !important;
  }
  .mx-sm-42 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-sm-43 {
    margin-right: 5.375rem !important;
    margin-left: 5.375rem !important;
  }
  .mx-sm-44 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-45 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sm-46 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-sm-47 {
    margin-right: 5.875rem !important;
    margin-left: 5.875rem !important;
  }
  .mx-sm-48 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-49 {
    margin-right: 6.125rem !important;
    margin-left: 6.125rem !important;
  }
  .mx-sm-50 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-sm-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-sm-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-6 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-7 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-sm-8 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-9 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-sm-10 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-11 {
    margin-top: 1.375rem !important;
    margin-bottom: 1.375rem !important;
  }
  .my-sm-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-13 {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }
  .my-sm-14 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-15 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-16 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-17 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .my-sm-18 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-19 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .my-sm-20 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-21 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .my-sm-22 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-sm-23 {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }
  .my-sm-24 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-25 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sm-26 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-sm-27 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }
  .my-sm-28 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-29 {
    margin-top: 3.625rem !important;
    margin-bottom: 3.625rem !important;
  }
  .my-sm-30 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-31 {
    margin-top: 3.875rem !important;
    margin-bottom: 3.875rem !important;
  }
  .my-sm-32 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-33 {
    margin-top: 4.125rem !important;
    margin-bottom: 4.125rem !important;
  }
  .my-sm-34 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-sm-35 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sm-36 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-37 {
    margin-top: 4.625rem !important;
    margin-bottom: 4.625rem !important;
  }
  .my-sm-38 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-sm-39 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
  .my-sm-40 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-41 {
    margin-top: 5.125rem !important;
    margin-bottom: 5.125rem !important;
  }
  .my-sm-42 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-sm-43 {
    margin-top: 5.375rem !important;
    margin-bottom: 5.375rem !important;
  }
  .my-sm-44 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-45 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sm-46 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-sm-47 {
    margin-top: 5.875rem !important;
    margin-bottom: 5.875rem !important;
  }
  .my-sm-48 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-49 {
    margin-top: 6.125rem !important;
    margin-bottom: 6.125rem !important;
  }
  .my-sm-50 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.125rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.375rem !important;
  }
  .mt-sm-4 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-6 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 0.875rem !important;
  }
  .mt-sm-8 {
    margin-top: 1rem !important;
  }
  .mt-sm-9 {
    margin-top: 1.125rem !important;
  }
  .mt-sm-10 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-11 {
    margin-top: 1.375rem !important;
  }
  .mt-sm-12 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-13 {
    margin-top: 1.625rem !important;
  }
  .mt-sm-14 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-15 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-16 {
    margin-top: 2rem !important;
  }
  .mt-sm-17 {
    margin-top: 2.125rem !important;
  }
  .mt-sm-18 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-19 {
    margin-top: 2.375rem !important;
  }
  .mt-sm-20 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-21 {
    margin-top: 2.625rem !important;
  }
  .mt-sm-22 {
    margin-top: 2.75rem !important;
  }
  .mt-sm-23 {
    margin-top: 2.875rem !important;
  }
  .mt-sm-24 {
    margin-top: 3rem !important;
  }
  .mt-sm-25 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-26 {
    margin-top: 3.25rem !important;
  }
  .mt-sm-27 {
    margin-top: 3.375rem !important;
  }
  .mt-sm-28 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-29 {
    margin-top: 3.625rem !important;
  }
  .mt-sm-30 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-31 {
    margin-top: 3.875rem !important;
  }
  .mt-sm-32 {
    margin-top: 4rem !important;
  }
  .mt-sm-33 {
    margin-top: 4.125rem !important;
  }
  .mt-sm-34 {
    margin-top: 4.25rem !important;
  }
  .mt-sm-35 {
    margin-top: 4.375rem !important;
  }
  .mt-sm-36 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-37 {
    margin-top: 4.625rem !important;
  }
  .mt-sm-38 {
    margin-top: 4.75rem !important;
  }
  .mt-sm-39 {
    margin-top: 4.875rem !important;
  }
  .mt-sm-40 {
    margin-top: 5rem !important;
  }
  .mt-sm-41 {
    margin-top: 5.125rem !important;
  }
  .mt-sm-42 {
    margin-top: 5.25rem !important;
  }
  .mt-sm-43 {
    margin-top: 5.375rem !important;
  }
  .mt-sm-44 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-45 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-46 {
    margin-top: 5.75rem !important;
  }
  .mt-sm-47 {
    margin-top: 5.875rem !important;
  }
  .mt-sm-48 {
    margin-top: 6rem !important;
  }
  .mt-sm-49 {
    margin-top: 6.125rem !important;
  }
  .mt-sm-50 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.125rem !important;
  }
  .me-sm-2 {
    margin-right: 0.25rem !important;
  }
  .me-sm-3 {
    margin-right: 0.375rem !important;
  }
  .me-sm-4 {
    margin-right: 0.5rem !important;
  }
  .me-sm-5 {
    margin-right: 0.625rem !important;
  }
  .me-sm-6 {
    margin-right: 0.75rem !important;
  }
  .me-sm-7 {
    margin-right: 0.875rem !important;
  }
  .me-sm-8 {
    margin-right: 1rem !important;
  }
  .me-sm-9 {
    margin-right: 1.125rem !important;
  }
  .me-sm-10 {
    margin-right: 1.25rem !important;
  }
  .me-sm-11 {
    margin-right: 1.375rem !important;
  }
  .me-sm-12 {
    margin-right: 1.5rem !important;
  }
  .me-sm-13 {
    margin-right: 1.625rem !important;
  }
  .me-sm-14 {
    margin-right: 1.75rem !important;
  }
  .me-sm-15 {
    margin-right: 1.875rem !important;
  }
  .me-sm-16 {
    margin-right: 2rem !important;
  }
  .me-sm-17 {
    margin-right: 2.125rem !important;
  }
  .me-sm-18 {
    margin-right: 2.25rem !important;
  }
  .me-sm-19 {
    margin-right: 2.375rem !important;
  }
  .me-sm-20 {
    margin-right: 2.5rem !important;
  }
  .me-sm-21 {
    margin-right: 2.625rem !important;
  }
  .me-sm-22 {
    margin-right: 2.75rem !important;
  }
  .me-sm-23 {
    margin-right: 2.875rem !important;
  }
  .me-sm-24 {
    margin-right: 3rem !important;
  }
  .me-sm-25 {
    margin-right: 3.125rem !important;
  }
  .me-sm-26 {
    margin-right: 3.25rem !important;
  }
  .me-sm-27 {
    margin-right: 3.375rem !important;
  }
  .me-sm-28 {
    margin-right: 3.5rem !important;
  }
  .me-sm-29 {
    margin-right: 3.625rem !important;
  }
  .me-sm-30 {
    margin-right: 3.75rem !important;
  }
  .me-sm-31 {
    margin-right: 3.875rem !important;
  }
  .me-sm-32 {
    margin-right: 4rem !important;
  }
  .me-sm-33 {
    margin-right: 4.125rem !important;
  }
  .me-sm-34 {
    margin-right: 4.25rem !important;
  }
  .me-sm-35 {
    margin-right: 4.375rem !important;
  }
  .me-sm-36 {
    margin-right: 4.5rem !important;
  }
  .me-sm-37 {
    margin-right: 4.625rem !important;
  }
  .me-sm-38 {
    margin-right: 4.75rem !important;
  }
  .me-sm-39 {
    margin-right: 4.875rem !important;
  }
  .me-sm-40 {
    margin-right: 5rem !important;
  }
  .me-sm-41 {
    margin-right: 5.125rem !important;
  }
  .me-sm-42 {
    margin-right: 5.25rem !important;
  }
  .me-sm-43 {
    margin-right: 5.375rem !important;
  }
  .me-sm-44 {
    margin-right: 5.5rem !important;
  }
  .me-sm-45 {
    margin-right: 5.625rem !important;
  }
  .me-sm-46 {
    margin-right: 5.75rem !important;
  }
  .me-sm-47 {
    margin-right: 5.875rem !important;
  }
  .me-sm-48 {
    margin-right: 6rem !important;
  }
  .me-sm-49 {
    margin-right: 6.125rem !important;
  }
  .me-sm-50 {
    margin-right: 6.25rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 0.875rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 1.125rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 1.375rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 1.625rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 2.125rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 2.375rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-21 {
    margin-bottom: 2.625rem !important;
  }
  .mb-sm-22 {
    margin-bottom: 2.75rem !important;
  }
  .mb-sm-23 {
    margin-bottom: 2.875rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-26 {
    margin-bottom: 3.25rem !important;
  }
  .mb-sm-27 {
    margin-bottom: 3.375rem !important;
  }
  .mb-sm-28 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-29 {
    margin-bottom: 3.625rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-31 {
    margin-bottom: 3.875rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-33 {
    margin-bottom: 4.125rem !important;
  }
  .mb-sm-34 {
    margin-bottom: 4.25rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sm-36 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-37 {
    margin-bottom: 4.625rem !important;
  }
  .mb-sm-38 {
    margin-bottom: 4.75rem !important;
  }
  .mb-sm-39 {
    margin-bottom: 4.875rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-41 {
    margin-bottom: 5.125rem !important;
  }
  .mb-sm-42 {
    margin-bottom: 5.25rem !important;
  }
  .mb-sm-43 {
    margin-bottom: 5.375rem !important;
  }
  .mb-sm-44 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-46 {
    margin-bottom: 5.75rem !important;
  }
  .mb-sm-47 {
    margin-bottom: 5.875rem !important;
  }
  .mb-sm-48 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-49 {
    margin-bottom: 6.125rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.125rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.375rem !important;
  }
  .ms-sm-4 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-6 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-7 {
    margin-left: 0.875rem !important;
  }
  .ms-sm-8 {
    margin-left: 1rem !important;
  }
  .ms-sm-9 {
    margin-left: 1.125rem !important;
  }
  .ms-sm-10 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-11 {
    margin-left: 1.375rem !important;
  }
  .ms-sm-12 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-13 {
    margin-left: 1.625rem !important;
  }
  .ms-sm-14 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-15 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-16 {
    margin-left: 2rem !important;
  }
  .ms-sm-17 {
    margin-left: 2.125rem !important;
  }
  .ms-sm-18 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-19 {
    margin-left: 2.375rem !important;
  }
  .ms-sm-20 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-21 {
    margin-left: 2.625rem !important;
  }
  .ms-sm-22 {
    margin-left: 2.75rem !important;
  }
  .ms-sm-23 {
    margin-left: 2.875rem !important;
  }
  .ms-sm-24 {
    margin-left: 3rem !important;
  }
  .ms-sm-25 {
    margin-left: 3.125rem !important;
  }
  .ms-sm-26 {
    margin-left: 3.25rem !important;
  }
  .ms-sm-27 {
    margin-left: 3.375rem !important;
  }
  .ms-sm-28 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-29 {
    margin-left: 3.625rem !important;
  }
  .ms-sm-30 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-31 {
    margin-left: 3.875rem !important;
  }
  .ms-sm-32 {
    margin-left: 4rem !important;
  }
  .ms-sm-33 {
    margin-left: 4.125rem !important;
  }
  .ms-sm-34 {
    margin-left: 4.25rem !important;
  }
  .ms-sm-35 {
    margin-left: 4.375rem !important;
  }
  .ms-sm-36 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-37 {
    margin-left: 4.625rem !important;
  }
  .ms-sm-38 {
    margin-left: 4.75rem !important;
  }
  .ms-sm-39 {
    margin-left: 4.875rem !important;
  }
  .ms-sm-40 {
    margin-left: 5rem !important;
  }
  .ms-sm-41 {
    margin-left: 5.125rem !important;
  }
  .ms-sm-42 {
    margin-left: 5.25rem !important;
  }
  .ms-sm-43 {
    margin-left: 5.375rem !important;
  }
  .ms-sm-44 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-45 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-46 {
    margin-left: 5.75rem !important;
  }
  .ms-sm-47 {
    margin-left: 5.875rem !important;
  }
  .ms-sm-48 {
    margin-left: 6rem !important;
  }
  .ms-sm-49 {
    margin-left: 6.125rem !important;
  }
  .ms-sm-50 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.125rem !important;
  }
  .p-sm-2 {
    padding: 0.25rem !important;
  }
  .p-sm-3 {
    padding: 0.375rem !important;
  }
  .p-sm-4 {
    padding: 0.5rem !important;
  }
  .p-sm-5 {
    padding: 0.625rem !important;
  }
  .p-sm-6 {
    padding: 0.75rem !important;
  }
  .p-sm-7 {
    padding: 0.875rem !important;
  }
  .p-sm-8 {
    padding: 1rem !important;
  }
  .p-sm-9 {
    padding: 1.125rem !important;
  }
  .p-sm-10 {
    padding: 1.25rem !important;
  }
  .p-sm-11 {
    padding: 1.375rem !important;
  }
  .p-sm-12 {
    padding: 1.5rem !important;
  }
  .p-sm-13 {
    padding: 1.625rem !important;
  }
  .p-sm-14 {
    padding: 1.75rem !important;
  }
  .p-sm-15 {
    padding: 1.875rem !important;
  }
  .p-sm-16 {
    padding: 2rem !important;
  }
  .p-sm-17 {
    padding: 2.125rem !important;
  }
  .p-sm-18 {
    padding: 2.25rem !important;
  }
  .p-sm-19 {
    padding: 2.375rem !important;
  }
  .p-sm-20 {
    padding: 2.5rem !important;
  }
  .p-sm-21 {
    padding: 2.625rem !important;
  }
  .p-sm-22 {
    padding: 2.75rem !important;
  }
  .p-sm-23 {
    padding: 2.875rem !important;
  }
  .p-sm-24 {
    padding: 3rem !important;
  }
  .p-sm-25 {
    padding: 3.125rem !important;
  }
  .p-sm-26 {
    padding: 3.25rem !important;
  }
  .p-sm-27 {
    padding: 3.375rem !important;
  }
  .p-sm-28 {
    padding: 3.5rem !important;
  }
  .p-sm-29 {
    padding: 3.625rem !important;
  }
  .p-sm-30 {
    padding: 3.75rem !important;
  }
  .p-sm-31 {
    padding: 3.875rem !important;
  }
  .p-sm-32 {
    padding: 4rem !important;
  }
  .p-sm-33 {
    padding: 4.125rem !important;
  }
  .p-sm-34 {
    padding: 4.25rem !important;
  }
  .p-sm-35 {
    padding: 4.375rem !important;
  }
  .p-sm-36 {
    padding: 4.5rem !important;
  }
  .p-sm-37 {
    padding: 4.625rem !important;
  }
  .p-sm-38 {
    padding: 4.75rem !important;
  }
  .p-sm-39 {
    padding: 4.875rem !important;
  }
  .p-sm-40 {
    padding: 5rem !important;
  }
  .p-sm-41 {
    padding: 5.125rem !important;
  }
  .p-sm-42 {
    padding: 5.25rem !important;
  }
  .p-sm-43 {
    padding: 5.375rem !important;
  }
  .p-sm-44 {
    padding: 5.5rem !important;
  }
  .p-sm-45 {
    padding: 5.625rem !important;
  }
  .p-sm-46 {
    padding: 5.75rem !important;
  }
  .p-sm-47 {
    padding: 5.875rem !important;
  }
  .p-sm-48 {
    padding: 6rem !important;
  }
  .p-sm-49 {
    padding: 6.125rem !important;
  }
  .p-sm-50 {
    padding: 6.25rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-sm-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-sm-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-5 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-6 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-7 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-sm-8 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-9 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-sm-10 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-11 {
    padding-right: 1.375rem !important;
    padding-left: 1.375rem !important;
  }
  .px-sm-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-13 {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important;
  }
  .px-sm-14 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-15 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-16 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-17 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .px-sm-18 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-19 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .px-sm-20 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-21 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }
  .px-sm-22 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-sm-23 {
    padding-right: 2.875rem !important;
    padding-left: 2.875rem !important;
  }
  .px-sm-24 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-25 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-sm-26 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-sm-27 {
    padding-right: 3.375rem !important;
    padding-left: 3.375rem !important;
  }
  .px-sm-28 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-29 {
    padding-right: 3.625rem !important;
    padding-left: 3.625rem !important;
  }
  .px-sm-30 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-31 {
    padding-right: 3.875rem !important;
    padding-left: 3.875rem !important;
  }
  .px-sm-32 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-33 {
    padding-right: 4.125rem !important;
    padding-left: 4.125rem !important;
  }
  .px-sm-34 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-sm-35 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sm-36 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-37 {
    padding-right: 4.625rem !important;
    padding-left: 4.625rem !important;
  }
  .px-sm-38 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-sm-39 {
    padding-right: 4.875rem !important;
    padding-left: 4.875rem !important;
  }
  .px-sm-40 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-41 {
    padding-right: 5.125rem !important;
    padding-left: 5.125rem !important;
  }
  .px-sm-42 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-sm-43 {
    padding-right: 5.375rem !important;
    padding-left: 5.375rem !important;
  }
  .px-sm-44 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-45 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sm-46 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-sm-47 {
    padding-right: 5.875rem !important;
    padding-left: 5.875rem !important;
  }
  .px-sm-48 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-49 {
    padding-right: 6.125rem !important;
    padding-left: 6.125rem !important;
  }
  .px-sm-50 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-sm-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-sm-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-6 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-7 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-sm-8 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-9 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-sm-10 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-11 {
    padding-top: 1.375rem !important;
    padding-bottom: 1.375rem !important;
  }
  .py-sm-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-13 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }
  .py-sm-14 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-15 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-16 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-17 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .py-sm-18 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-19 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .py-sm-20 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-21 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .py-sm-22 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-sm-23 {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }
  .py-sm-24 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-25 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sm-26 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-sm-27 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }
  .py-sm-28 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-29 {
    padding-top: 3.625rem !important;
    padding-bottom: 3.625rem !important;
  }
  .py-sm-30 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-31 {
    padding-top: 3.875rem !important;
    padding-bottom: 3.875rem !important;
  }
  .py-sm-32 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-33 {
    padding-top: 4.125rem !important;
    padding-bottom: 4.125rem !important;
  }
  .py-sm-34 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-sm-35 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sm-36 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-37 {
    padding-top: 4.625rem !important;
    padding-bottom: 4.625rem !important;
  }
  .py-sm-38 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-sm-39 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
  .py-sm-40 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-41 {
    padding-top: 5.125rem !important;
    padding-bottom: 5.125rem !important;
  }
  .py-sm-42 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-sm-43 {
    padding-top: 5.375rem !important;
    padding-bottom: 5.375rem !important;
  }
  .py-sm-44 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-45 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sm-46 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-sm-47 {
    padding-top: 5.875rem !important;
    padding-bottom: 5.875rem !important;
  }
  .py-sm-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-49 {
    padding-top: 6.125rem !important;
    padding-bottom: 6.125rem !important;
  }
  .py-sm-50 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.125rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.375rem !important;
  }
  .pt-sm-4 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-6 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 0.875rem !important;
  }
  .pt-sm-8 {
    padding-top: 1rem !important;
  }
  .pt-sm-9 {
    padding-top: 1.125rem !important;
  }
  .pt-sm-10 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-11 {
    padding-top: 1.375rem !important;
  }
  .pt-sm-12 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 1.625rem !important;
  }
  .pt-sm-14 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-15 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-16 {
    padding-top: 2rem !important;
  }
  .pt-sm-17 {
    padding-top: 2.125rem !important;
  }
  .pt-sm-18 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-19 {
    padding-top: 2.375rem !important;
  }
  .pt-sm-20 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-21 {
    padding-top: 2.625rem !important;
  }
  .pt-sm-22 {
    padding-top: 2.75rem !important;
  }
  .pt-sm-23 {
    padding-top: 2.875rem !important;
  }
  .pt-sm-24 {
    padding-top: 3rem !important;
  }
  .pt-sm-25 {
    padding-top: 3.125rem !important;
  }
  .pt-sm-26 {
    padding-top: 3.25rem !important;
  }
  .pt-sm-27 {
    padding-top: 3.375rem !important;
  }
  .pt-sm-28 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-29 {
    padding-top: 3.625rem !important;
  }
  .pt-sm-30 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-31 {
    padding-top: 3.875rem !important;
  }
  .pt-sm-32 {
    padding-top: 4rem !important;
  }
  .pt-sm-33 {
    padding-top: 4.125rem !important;
  }
  .pt-sm-34 {
    padding-top: 4.25rem !important;
  }
  .pt-sm-35 {
    padding-top: 4.375rem !important;
  }
  .pt-sm-36 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-37 {
    padding-top: 4.625rem !important;
  }
  .pt-sm-38 {
    padding-top: 4.75rem !important;
  }
  .pt-sm-39 {
    padding-top: 4.875rem !important;
  }
  .pt-sm-40 {
    padding-top: 5rem !important;
  }
  .pt-sm-41 {
    padding-top: 5.125rem !important;
  }
  .pt-sm-42 {
    padding-top: 5.25rem !important;
  }
  .pt-sm-43 {
    padding-top: 5.375rem !important;
  }
  .pt-sm-44 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-45 {
    padding-top: 5.625rem !important;
  }
  .pt-sm-46 {
    padding-top: 5.75rem !important;
  }
  .pt-sm-47 {
    padding-top: 5.875rem !important;
  }
  .pt-sm-48 {
    padding-top: 6rem !important;
  }
  .pt-sm-49 {
    padding-top: 6.125rem !important;
  }
  .pt-sm-50 {
    padding-top: 6.25rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.125rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.375rem !important;
  }
  .pe-sm-4 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-6 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-7 {
    padding-right: 0.875rem !important;
  }
  .pe-sm-8 {
    padding-right: 1rem !important;
  }
  .pe-sm-9 {
    padding-right: 1.125rem !important;
  }
  .pe-sm-10 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-11 {
    padding-right: 1.375rem !important;
  }
  .pe-sm-12 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-13 {
    padding-right: 1.625rem !important;
  }
  .pe-sm-14 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-15 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-16 {
    padding-right: 2rem !important;
  }
  .pe-sm-17 {
    padding-right: 2.125rem !important;
  }
  .pe-sm-18 {
    padding-right: 2.25rem !important;
  }
  .pe-sm-19 {
    padding-right: 2.375rem !important;
  }
  .pe-sm-20 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-21 {
    padding-right: 2.625rem !important;
  }
  .pe-sm-22 {
    padding-right: 2.75rem !important;
  }
  .pe-sm-23 {
    padding-right: 2.875rem !important;
  }
  .pe-sm-24 {
    padding-right: 3rem !important;
  }
  .pe-sm-25 {
    padding-right: 3.125rem !important;
  }
  .pe-sm-26 {
    padding-right: 3.25rem !important;
  }
  .pe-sm-27 {
    padding-right: 3.375rem !important;
  }
  .pe-sm-28 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-29 {
    padding-right: 3.625rem !important;
  }
  .pe-sm-30 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-31 {
    padding-right: 3.875rem !important;
  }
  .pe-sm-32 {
    padding-right: 4rem !important;
  }
  .pe-sm-33 {
    padding-right: 4.125rem !important;
  }
  .pe-sm-34 {
    padding-right: 4.25rem !important;
  }
  .pe-sm-35 {
    padding-right: 4.375rem !important;
  }
  .pe-sm-36 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-37 {
    padding-right: 4.625rem !important;
  }
  .pe-sm-38 {
    padding-right: 4.75rem !important;
  }
  .pe-sm-39 {
    padding-right: 4.875rem !important;
  }
  .pe-sm-40 {
    padding-right: 5rem !important;
  }
  .pe-sm-41 {
    padding-right: 5.125rem !important;
  }
  .pe-sm-42 {
    padding-right: 5.25rem !important;
  }
  .pe-sm-43 {
    padding-right: 5.375rem !important;
  }
  .pe-sm-44 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-45 {
    padding-right: 5.625rem !important;
  }
  .pe-sm-46 {
    padding-right: 5.75rem !important;
  }
  .pe-sm-47 {
    padding-right: 5.875rem !important;
  }
  .pe-sm-48 {
    padding-right: 6rem !important;
  }
  .pe-sm-49 {
    padding-right: 6.125rem !important;
  }
  .pe-sm-50 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 0.875rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 1.125rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 1.375rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 1.625rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 2.125rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 2.375rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-21 {
    padding-bottom: 2.625rem !important;
  }
  .pb-sm-22 {
    padding-bottom: 2.75rem !important;
  }
  .pb-sm-23 {
    padding-bottom: 2.875rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sm-26 {
    padding-bottom: 3.25rem !important;
  }
  .pb-sm-27 {
    padding-bottom: 3.375rem !important;
  }
  .pb-sm-28 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-29 {
    padding-bottom: 3.625rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-31 {
    padding-bottom: 3.875rem !important;
  }
  .pb-sm-32 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-33 {
    padding-bottom: 4.125rem !important;
  }
  .pb-sm-34 {
    padding-bottom: 4.25rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sm-36 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-37 {
    padding-bottom: 4.625rem !important;
  }
  .pb-sm-38 {
    padding-bottom: 4.75rem !important;
  }
  .pb-sm-39 {
    padding-bottom: 4.875rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-41 {
    padding-bottom: 5.125rem !important;
  }
  .pb-sm-42 {
    padding-bottom: 5.25rem !important;
  }
  .pb-sm-43 {
    padding-bottom: 5.375rem !important;
  }
  .pb-sm-44 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-46 {
    padding-bottom: 5.75rem !important;
  }
  .pb-sm-47 {
    padding-bottom: 5.875rem !important;
  }
  .pb-sm-48 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-49 {
    padding-bottom: 6.125rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 6.25rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.125rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.375rem !important;
  }
  .ps-sm-4 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-6 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-7 {
    padding-left: 0.875rem !important;
  }
  .ps-sm-8 {
    padding-left: 1rem !important;
  }
  .ps-sm-9 {
    padding-left: 1.125rem !important;
  }
  .ps-sm-10 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-11 {
    padding-left: 1.375rem !important;
  }
  .ps-sm-12 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-13 {
    padding-left: 1.625rem !important;
  }
  .ps-sm-14 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-15 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-16 {
    padding-left: 2rem !important;
  }
  .ps-sm-17 {
    padding-left: 2.125rem !important;
  }
  .ps-sm-18 {
    padding-left: 2.25rem !important;
  }
  .ps-sm-19 {
    padding-left: 2.375rem !important;
  }
  .ps-sm-20 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-21 {
    padding-left: 2.625rem !important;
  }
  .ps-sm-22 {
    padding-left: 2.75rem !important;
  }
  .ps-sm-23 {
    padding-left: 2.875rem !important;
  }
  .ps-sm-24 {
    padding-left: 3rem !important;
  }
  .ps-sm-25 {
    padding-left: 3.125rem !important;
  }
  .ps-sm-26 {
    padding-left: 3.25rem !important;
  }
  .ps-sm-27 {
    padding-left: 3.375rem !important;
  }
  .ps-sm-28 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-29 {
    padding-left: 3.625rem !important;
  }
  .ps-sm-30 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-31 {
    padding-left: 3.875rem !important;
  }
  .ps-sm-32 {
    padding-left: 4rem !important;
  }
  .ps-sm-33 {
    padding-left: 4.125rem !important;
  }
  .ps-sm-34 {
    padding-left: 4.25rem !important;
  }
  .ps-sm-35 {
    padding-left: 4.375rem !important;
  }
  .ps-sm-36 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-37 {
    padding-left: 4.625rem !important;
  }
  .ps-sm-38 {
    padding-left: 4.75rem !important;
  }
  .ps-sm-39 {
    padding-left: 4.875rem !important;
  }
  .ps-sm-40 {
    padding-left: 5rem !important;
  }
  .ps-sm-41 {
    padding-left: 5.125rem !important;
  }
  .ps-sm-42 {
    padding-left: 5.25rem !important;
  }
  .ps-sm-43 {
    padding-left: 5.375rem !important;
  }
  .ps-sm-44 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-45 {
    padding-left: 5.625rem !important;
  }
  .ps-sm-46 {
    padding-left: 5.75rem !important;
  }
  .ps-sm-47 {
    padding-left: 5.875rem !important;
  }
  .ps-sm-48 {
    padding-left: 6rem !important;
  }
  .ps-sm-49 {
    padding-left: 6.125rem !important;
  }
  .ps-sm-50 {
    padding-left: 6.25rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.125rem !important;
  }
  .gap-sm-2 {
    gap: 0.25rem !important;
  }
  .gap-sm-3 {
    gap: 0.375rem !important;
  }
  .gap-sm-4 {
    gap: 0.5rem !important;
  }
  .gap-sm-5 {
    gap: 0.625rem !important;
  }
  .gap-sm-6 {
    gap: 0.75rem !important;
  }
  .gap-sm-7 {
    gap: 0.875rem !important;
  }
  .gap-sm-8 {
    gap: 1rem !important;
  }
  .gap-sm-9 {
    gap: 1.125rem !important;
  }
  .gap-sm-10 {
    gap: 1.25rem !important;
  }
  .gap-sm-11 {
    gap: 1.375rem !important;
  }
  .gap-sm-12 {
    gap: 1.5rem !important;
  }
  .gap-sm-13 {
    gap: 1.625rem !important;
  }
  .gap-sm-14 {
    gap: 1.75rem !important;
  }
  .gap-sm-15 {
    gap: 1.875rem !important;
  }
  .gap-sm-16 {
    gap: 2rem !important;
  }
  .gap-sm-17 {
    gap: 2.125rem !important;
  }
  .gap-sm-18 {
    gap: 2.25rem !important;
  }
  .gap-sm-19 {
    gap: 2.375rem !important;
  }
  .gap-sm-20 {
    gap: 2.5rem !important;
  }
  .gap-sm-21 {
    gap: 2.625rem !important;
  }
  .gap-sm-22 {
    gap: 2.75rem !important;
  }
  .gap-sm-23 {
    gap: 2.875rem !important;
  }
  .gap-sm-24 {
    gap: 3rem !important;
  }
  .gap-sm-25 {
    gap: 3.125rem !important;
  }
  .gap-sm-26 {
    gap: 3.25rem !important;
  }
  .gap-sm-27 {
    gap: 3.375rem !important;
  }
  .gap-sm-28 {
    gap: 3.5rem !important;
  }
  .gap-sm-29 {
    gap: 3.625rem !important;
  }
  .gap-sm-30 {
    gap: 3.75rem !important;
  }
  .gap-sm-31 {
    gap: 3.875rem !important;
  }
  .gap-sm-32 {
    gap: 4rem !important;
  }
  .gap-sm-33 {
    gap: 4.125rem !important;
  }
  .gap-sm-34 {
    gap: 4.25rem !important;
  }
  .gap-sm-35 {
    gap: 4.375rem !important;
  }
  .gap-sm-36 {
    gap: 4.5rem !important;
  }
  .gap-sm-37 {
    gap: 4.625rem !important;
  }
  .gap-sm-38 {
    gap: 4.75rem !important;
  }
  .gap-sm-39 {
    gap: 4.875rem !important;
  }
  .gap-sm-40 {
    gap: 5rem !important;
  }
  .gap-sm-41 {
    gap: 5.125rem !important;
  }
  .gap-sm-42 {
    gap: 5.25rem !important;
  }
  .gap-sm-43 {
    gap: 5.375rem !important;
  }
  .gap-sm-44 {
    gap: 5.5rem !important;
  }
  .gap-sm-45 {
    gap: 5.625rem !important;
  }
  .gap-sm-46 {
    gap: 5.75rem !important;
  }
  .gap-sm-47 {
    gap: 5.875rem !important;
  }
  .gap-sm-48 {
    gap: 6rem !important;
  }
  .gap-sm-49 {
    gap: 6.125rem !important;
  }
  .gap-sm-50 {
    gap: 6.25rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 0.625rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 0.75rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 0.875rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 1.125rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 1.375rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 1.625rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 1.75rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 1.875rem !important;
  }
  .row-gap-sm-16 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-17 {
    row-gap: 2.125rem !important;
  }
  .row-gap-sm-18 {
    row-gap: 2.25rem !important;
  }
  .row-gap-sm-19 {
    row-gap: 2.375rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-21 {
    row-gap: 2.625rem !important;
  }
  .row-gap-sm-22 {
    row-gap: 2.75rem !important;
  }
  .row-gap-sm-23 {
    row-gap: 2.875rem !important;
  }
  .row-gap-sm-24 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-25 {
    row-gap: 3.125rem !important;
  }
  .row-gap-sm-26 {
    row-gap: 3.25rem !important;
  }
  .row-gap-sm-27 {
    row-gap: 3.375rem !important;
  }
  .row-gap-sm-28 {
    row-gap: 3.5rem !important;
  }
  .row-gap-sm-29 {
    row-gap: 3.625rem !important;
  }
  .row-gap-sm-30 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-31 {
    row-gap: 3.875rem !important;
  }
  .row-gap-sm-32 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-33 {
    row-gap: 4.125rem !important;
  }
  .row-gap-sm-34 {
    row-gap: 4.25rem !important;
  }
  .row-gap-sm-35 {
    row-gap: 4.375rem !important;
  }
  .row-gap-sm-36 {
    row-gap: 4.5rem !important;
  }
  .row-gap-sm-37 {
    row-gap: 4.625rem !important;
  }
  .row-gap-sm-38 {
    row-gap: 4.75rem !important;
  }
  .row-gap-sm-39 {
    row-gap: 4.875rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-41 {
    row-gap: 5.125rem !important;
  }
  .row-gap-sm-42 {
    row-gap: 5.25rem !important;
  }
  .row-gap-sm-43 {
    row-gap: 5.375rem !important;
  }
  .row-gap-sm-44 {
    row-gap: 5.5rem !important;
  }
  .row-gap-sm-45 {
    row-gap: 5.625rem !important;
  }
  .row-gap-sm-46 {
    row-gap: 5.75rem !important;
  }
  .row-gap-sm-47 {
    row-gap: 5.875rem !important;
  }
  .row-gap-sm-48 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-49 {
    row-gap: 6.125rem !important;
  }
  .row-gap-sm-50 {
    row-gap: 6.25rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 0.625rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 0.75rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 0.875rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 1.125rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 1.25rem !important;
  }
  .column-gap-sm-11 {
    column-gap: 1.375rem !important;
  }
  .column-gap-sm-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-13 {
    column-gap: 1.625rem !important;
  }
  .column-gap-sm-14 {
    column-gap: 1.75rem !important;
  }
  .column-gap-sm-15 {
    column-gap: 1.875rem !important;
  }
  .column-gap-sm-16 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-17 {
    column-gap: 2.125rem !important;
  }
  .column-gap-sm-18 {
    column-gap: 2.25rem !important;
  }
  .column-gap-sm-19 {
    column-gap: 2.375rem !important;
  }
  .column-gap-sm-20 {
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-21 {
    column-gap: 2.625rem !important;
  }
  .column-gap-sm-22 {
    column-gap: 2.75rem !important;
  }
  .column-gap-sm-23 {
    column-gap: 2.875rem !important;
  }
  .column-gap-sm-24 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-25 {
    column-gap: 3.125rem !important;
  }
  .column-gap-sm-26 {
    column-gap: 3.25rem !important;
  }
  .column-gap-sm-27 {
    column-gap: 3.375rem !important;
  }
  .column-gap-sm-28 {
    column-gap: 3.5rem !important;
  }
  .column-gap-sm-29 {
    column-gap: 3.625rem !important;
  }
  .column-gap-sm-30 {
    column-gap: 3.75rem !important;
  }
  .column-gap-sm-31 {
    column-gap: 3.875rem !important;
  }
  .column-gap-sm-32 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-33 {
    column-gap: 4.125rem !important;
  }
  .column-gap-sm-34 {
    column-gap: 4.25rem !important;
  }
  .column-gap-sm-35 {
    column-gap: 4.375rem !important;
  }
  .column-gap-sm-36 {
    column-gap: 4.5rem !important;
  }
  .column-gap-sm-37 {
    column-gap: 4.625rem !important;
  }
  .column-gap-sm-38 {
    column-gap: 4.75rem !important;
  }
  .column-gap-sm-39 {
    column-gap: 4.875rem !important;
  }
  .column-gap-sm-40 {
    column-gap: 5rem !important;
  }
  .column-gap-sm-41 {
    column-gap: 5.125rem !important;
  }
  .column-gap-sm-42 {
    column-gap: 5.25rem !important;
  }
  .column-gap-sm-43 {
    column-gap: 5.375rem !important;
  }
  .column-gap-sm-44 {
    column-gap: 5.5rem !important;
  }
  .column-gap-sm-45 {
    column-gap: 5.625rem !important;
  }
  .column-gap-sm-46 {
    column-gap: 5.75rem !important;
  }
  .column-gap-sm-47 {
    column-gap: 5.875rem !important;
  }
  .column-gap-sm-48 {
    column-gap: 6rem !important;
  }
  .column-gap-sm-49 {
    column-gap: 6.125rem !important;
  }
  .column-gap-sm-50 {
    column-gap: 6.25rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.125rem !important;
  }
  .m-md-2 {
    margin: 0.25rem !important;
  }
  .m-md-3 {
    margin: 0.375rem !important;
  }
  .m-md-4 {
    margin: 0.5rem !important;
  }
  .m-md-5 {
    margin: 0.625rem !important;
  }
  .m-md-6 {
    margin: 0.75rem !important;
  }
  .m-md-7 {
    margin: 0.875rem !important;
  }
  .m-md-8 {
    margin: 1rem !important;
  }
  .m-md-9 {
    margin: 1.125rem !important;
  }
  .m-md-10 {
    margin: 1.25rem !important;
  }
  .m-md-11 {
    margin: 1.375rem !important;
  }
  .m-md-12 {
    margin: 1.5rem !important;
  }
  .m-md-13 {
    margin: 1.625rem !important;
  }
  .m-md-14 {
    margin: 1.75rem !important;
  }
  .m-md-15 {
    margin: 1.875rem !important;
  }
  .m-md-16 {
    margin: 2rem !important;
  }
  .m-md-17 {
    margin: 2.125rem !important;
  }
  .m-md-18 {
    margin: 2.25rem !important;
  }
  .m-md-19 {
    margin: 2.375rem !important;
  }
  .m-md-20 {
    margin: 2.5rem !important;
  }
  .m-md-21 {
    margin: 2.625rem !important;
  }
  .m-md-22 {
    margin: 2.75rem !important;
  }
  .m-md-23 {
    margin: 2.875rem !important;
  }
  .m-md-24 {
    margin: 3rem !important;
  }
  .m-md-25 {
    margin: 3.125rem !important;
  }
  .m-md-26 {
    margin: 3.25rem !important;
  }
  .m-md-27 {
    margin: 3.375rem !important;
  }
  .m-md-28 {
    margin: 3.5rem !important;
  }
  .m-md-29 {
    margin: 3.625rem !important;
  }
  .m-md-30 {
    margin: 3.75rem !important;
  }
  .m-md-31 {
    margin: 3.875rem !important;
  }
  .m-md-32 {
    margin: 4rem !important;
  }
  .m-md-33 {
    margin: 4.125rem !important;
  }
  .m-md-34 {
    margin: 4.25rem !important;
  }
  .m-md-35 {
    margin: 4.375rem !important;
  }
  .m-md-36 {
    margin: 4.5rem !important;
  }
  .m-md-37 {
    margin: 4.625rem !important;
  }
  .m-md-38 {
    margin: 4.75rem !important;
  }
  .m-md-39 {
    margin: 4.875rem !important;
  }
  .m-md-40 {
    margin: 5rem !important;
  }
  .m-md-41 {
    margin: 5.125rem !important;
  }
  .m-md-42 {
    margin: 5.25rem !important;
  }
  .m-md-43 {
    margin: 5.375rem !important;
  }
  .m-md-44 {
    margin: 5.5rem !important;
  }
  .m-md-45 {
    margin: 5.625rem !important;
  }
  .m-md-46 {
    margin: 5.75rem !important;
  }
  .m-md-47 {
    margin: 5.875rem !important;
  }
  .m-md-48 {
    margin: 6rem !important;
  }
  .m-md-49 {
    margin: 6.125rem !important;
  }
  .m-md-50 {
    margin: 6.25rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-md-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-md-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-5 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-6 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-7 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-md-8 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-9 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-md-10 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-11 {
    margin-right: 1.375rem !important;
    margin-left: 1.375rem !important;
  }
  .mx-md-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-13 {
    margin-right: 1.625rem !important;
    margin-left: 1.625rem !important;
  }
  .mx-md-14 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-15 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-16 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-17 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .mx-md-18 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-19 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .mx-md-20 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-21 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }
  .mx-md-22 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-md-23 {
    margin-right: 2.875rem !important;
    margin-left: 2.875rem !important;
  }
  .mx-md-24 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-25 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-md-26 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-md-27 {
    margin-right: 3.375rem !important;
    margin-left: 3.375rem !important;
  }
  .mx-md-28 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-29 {
    margin-right: 3.625rem !important;
    margin-left: 3.625rem !important;
  }
  .mx-md-30 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-31 {
    margin-right: 3.875rem !important;
    margin-left: 3.875rem !important;
  }
  .mx-md-32 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-33 {
    margin-right: 4.125rem !important;
    margin-left: 4.125rem !important;
  }
  .mx-md-34 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-md-35 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-md-36 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-37 {
    margin-right: 4.625rem !important;
    margin-left: 4.625rem !important;
  }
  .mx-md-38 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-md-39 {
    margin-right: 4.875rem !important;
    margin-left: 4.875rem !important;
  }
  .mx-md-40 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-41 {
    margin-right: 5.125rem !important;
    margin-left: 5.125rem !important;
  }
  .mx-md-42 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-md-43 {
    margin-right: 5.375rem !important;
    margin-left: 5.375rem !important;
  }
  .mx-md-44 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-45 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-md-46 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-md-47 {
    margin-right: 5.875rem !important;
    margin-left: 5.875rem !important;
  }
  .mx-md-48 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-49 {
    margin-right: 6.125rem !important;
    margin-left: 6.125rem !important;
  }
  .mx-md-50 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-md-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-md-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-6 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-7 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-md-8 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-9 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-md-10 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-11 {
    margin-top: 1.375rem !important;
    margin-bottom: 1.375rem !important;
  }
  .my-md-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-13 {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }
  .my-md-14 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-15 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-16 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-17 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .my-md-18 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-19 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .my-md-20 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-21 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .my-md-22 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-md-23 {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }
  .my-md-24 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-25 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-md-26 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-md-27 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }
  .my-md-28 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-29 {
    margin-top: 3.625rem !important;
    margin-bottom: 3.625rem !important;
  }
  .my-md-30 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-31 {
    margin-top: 3.875rem !important;
    margin-bottom: 3.875rem !important;
  }
  .my-md-32 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-33 {
    margin-top: 4.125rem !important;
    margin-bottom: 4.125rem !important;
  }
  .my-md-34 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-md-35 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-md-36 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-37 {
    margin-top: 4.625rem !important;
    margin-bottom: 4.625rem !important;
  }
  .my-md-38 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-md-39 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
  .my-md-40 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-41 {
    margin-top: 5.125rem !important;
    margin-bottom: 5.125rem !important;
  }
  .my-md-42 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-md-43 {
    margin-top: 5.375rem !important;
    margin-bottom: 5.375rem !important;
  }
  .my-md-44 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-45 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-md-46 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-md-47 {
    margin-top: 5.875rem !important;
    margin-bottom: 5.875rem !important;
  }
  .my-md-48 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-49 {
    margin-top: 6.125rem !important;
    margin-bottom: 6.125rem !important;
  }
  .my-md-50 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.125rem !important;
  }
  .mt-md-2 {
    margin-top: 0.25rem !important;
  }
  .mt-md-3 {
    margin-top: 0.375rem !important;
  }
  .mt-md-4 {
    margin-top: 0.5rem !important;
  }
  .mt-md-5 {
    margin-top: 0.625rem !important;
  }
  .mt-md-6 {
    margin-top: 0.75rem !important;
  }
  .mt-md-7 {
    margin-top: 0.875rem !important;
  }
  .mt-md-8 {
    margin-top: 1rem !important;
  }
  .mt-md-9 {
    margin-top: 1.125rem !important;
  }
  .mt-md-10 {
    margin-top: 1.25rem !important;
  }
  .mt-md-11 {
    margin-top: 1.375rem !important;
  }
  .mt-md-12 {
    margin-top: 1.5rem !important;
  }
  .mt-md-13 {
    margin-top: 1.625rem !important;
  }
  .mt-md-14 {
    margin-top: 1.75rem !important;
  }
  .mt-md-15 {
    margin-top: 1.875rem !important;
  }
  .mt-md-16 {
    margin-top: 2rem !important;
  }
  .mt-md-17 {
    margin-top: 2.125rem !important;
  }
  .mt-md-18 {
    margin-top: 2.25rem !important;
  }
  .mt-md-19 {
    margin-top: 2.375rem !important;
  }
  .mt-md-20 {
    margin-top: 2.5rem !important;
  }
  .mt-md-21 {
    margin-top: 2.625rem !important;
  }
  .mt-md-22 {
    margin-top: 2.75rem !important;
  }
  .mt-md-23 {
    margin-top: 2.875rem !important;
  }
  .mt-md-24 {
    margin-top: 3rem !important;
  }
  .mt-md-25 {
    margin-top: 3.125rem !important;
  }
  .mt-md-26 {
    margin-top: 3.25rem !important;
  }
  .mt-md-27 {
    margin-top: 3.375rem !important;
  }
  .mt-md-28 {
    margin-top: 3.5rem !important;
  }
  .mt-md-29 {
    margin-top: 3.625rem !important;
  }
  .mt-md-30 {
    margin-top: 3.75rem !important;
  }
  .mt-md-31 {
    margin-top: 3.875rem !important;
  }
  .mt-md-32 {
    margin-top: 4rem !important;
  }
  .mt-md-33 {
    margin-top: 4.125rem !important;
  }
  .mt-md-34 {
    margin-top: 4.25rem !important;
  }
  .mt-md-35 {
    margin-top: 4.375rem !important;
  }
  .mt-md-36 {
    margin-top: 4.5rem !important;
  }
  .mt-md-37 {
    margin-top: 4.625rem !important;
  }
  .mt-md-38 {
    margin-top: 4.75rem !important;
  }
  .mt-md-39 {
    margin-top: 4.875rem !important;
  }
  .mt-md-40 {
    margin-top: 5rem !important;
  }
  .mt-md-41 {
    margin-top: 5.125rem !important;
  }
  .mt-md-42 {
    margin-top: 5.25rem !important;
  }
  .mt-md-43 {
    margin-top: 5.375rem !important;
  }
  .mt-md-44 {
    margin-top: 5.5rem !important;
  }
  .mt-md-45 {
    margin-top: 5.625rem !important;
  }
  .mt-md-46 {
    margin-top: 5.75rem !important;
  }
  .mt-md-47 {
    margin-top: 5.875rem !important;
  }
  .mt-md-48 {
    margin-top: 6rem !important;
  }
  .mt-md-49 {
    margin-top: 6.125rem !important;
  }
  .mt-md-50 {
    margin-top: 6.25rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.125rem !important;
  }
  .me-md-2 {
    margin-right: 0.25rem !important;
  }
  .me-md-3 {
    margin-right: 0.375rem !important;
  }
  .me-md-4 {
    margin-right: 0.5rem !important;
  }
  .me-md-5 {
    margin-right: 0.625rem !important;
  }
  .me-md-6 {
    margin-right: 0.75rem !important;
  }
  .me-md-7 {
    margin-right: 0.875rem !important;
  }
  .me-md-8 {
    margin-right: 1rem !important;
  }
  .me-md-9 {
    margin-right: 1.125rem !important;
  }
  .me-md-10 {
    margin-right: 1.25rem !important;
  }
  .me-md-11 {
    margin-right: 1.375rem !important;
  }
  .me-md-12 {
    margin-right: 1.5rem !important;
  }
  .me-md-13 {
    margin-right: 1.625rem !important;
  }
  .me-md-14 {
    margin-right: 1.75rem !important;
  }
  .me-md-15 {
    margin-right: 1.875rem !important;
  }
  .me-md-16 {
    margin-right: 2rem !important;
  }
  .me-md-17 {
    margin-right: 2.125rem !important;
  }
  .me-md-18 {
    margin-right: 2.25rem !important;
  }
  .me-md-19 {
    margin-right: 2.375rem !important;
  }
  .me-md-20 {
    margin-right: 2.5rem !important;
  }
  .me-md-21 {
    margin-right: 2.625rem !important;
  }
  .me-md-22 {
    margin-right: 2.75rem !important;
  }
  .me-md-23 {
    margin-right: 2.875rem !important;
  }
  .me-md-24 {
    margin-right: 3rem !important;
  }
  .me-md-25 {
    margin-right: 3.125rem !important;
  }
  .me-md-26 {
    margin-right: 3.25rem !important;
  }
  .me-md-27 {
    margin-right: 3.375rem !important;
  }
  .me-md-28 {
    margin-right: 3.5rem !important;
  }
  .me-md-29 {
    margin-right: 3.625rem !important;
  }
  .me-md-30 {
    margin-right: 3.75rem !important;
  }
  .me-md-31 {
    margin-right: 3.875rem !important;
  }
  .me-md-32 {
    margin-right: 4rem !important;
  }
  .me-md-33 {
    margin-right: 4.125rem !important;
  }
  .me-md-34 {
    margin-right: 4.25rem !important;
  }
  .me-md-35 {
    margin-right: 4.375rem !important;
  }
  .me-md-36 {
    margin-right: 4.5rem !important;
  }
  .me-md-37 {
    margin-right: 4.625rem !important;
  }
  .me-md-38 {
    margin-right: 4.75rem !important;
  }
  .me-md-39 {
    margin-right: 4.875rem !important;
  }
  .me-md-40 {
    margin-right: 5rem !important;
  }
  .me-md-41 {
    margin-right: 5.125rem !important;
  }
  .me-md-42 {
    margin-right: 5.25rem !important;
  }
  .me-md-43 {
    margin-right: 5.375rem !important;
  }
  .me-md-44 {
    margin-right: 5.5rem !important;
  }
  .me-md-45 {
    margin-right: 5.625rem !important;
  }
  .me-md-46 {
    margin-right: 5.75rem !important;
  }
  .me-md-47 {
    margin-right: 5.875rem !important;
  }
  .me-md-48 {
    margin-right: 6rem !important;
  }
  .me-md-49 {
    margin-right: 6.125rem !important;
  }
  .me-md-50 {
    margin-right: 6.25rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-md-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-6 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 0.875rem !important;
  }
  .mb-md-8 {
    margin-bottom: 1rem !important;
  }
  .mb-md-9 {
    margin-bottom: 1.125rem !important;
  }
  .mb-md-10 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-11 {
    margin-bottom: 1.375rem !important;
  }
  .mb-md-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 1.625rem !important;
  }
  .mb-md-14 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-15 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-16 {
    margin-bottom: 2rem !important;
  }
  .mb-md-17 {
    margin-bottom: 2.125rem !important;
  }
  .mb-md-18 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-19 {
    margin-bottom: 2.375rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-21 {
    margin-bottom: 2.625rem !important;
  }
  .mb-md-22 {
    margin-bottom: 2.75rem !important;
  }
  .mb-md-23 {
    margin-bottom: 2.875rem !important;
  }
  .mb-md-24 {
    margin-bottom: 3rem !important;
  }
  .mb-md-25 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-26 {
    margin-bottom: 3.25rem !important;
  }
  .mb-md-27 {
    margin-bottom: 3.375rem !important;
  }
  .mb-md-28 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-29 {
    margin-bottom: 3.625rem !important;
  }
  .mb-md-30 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-31 {
    margin-bottom: 3.875rem !important;
  }
  .mb-md-32 {
    margin-bottom: 4rem !important;
  }
  .mb-md-33 {
    margin-bottom: 4.125rem !important;
  }
  .mb-md-34 {
    margin-bottom: 4.25rem !important;
  }
  .mb-md-35 {
    margin-bottom: 4.375rem !important;
  }
  .mb-md-36 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-37 {
    margin-bottom: 4.625rem !important;
  }
  .mb-md-38 {
    margin-bottom: 4.75rem !important;
  }
  .mb-md-39 {
    margin-bottom: 4.875rem !important;
  }
  .mb-md-40 {
    margin-bottom: 5rem !important;
  }
  .mb-md-41 {
    margin-bottom: 5.125rem !important;
  }
  .mb-md-42 {
    margin-bottom: 5.25rem !important;
  }
  .mb-md-43 {
    margin-bottom: 5.375rem !important;
  }
  .mb-md-44 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-45 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-46 {
    margin-bottom: 5.75rem !important;
  }
  .mb-md-47 {
    margin-bottom: 5.875rem !important;
  }
  .mb-md-48 {
    margin-bottom: 6rem !important;
  }
  .mb-md-49 {
    margin-bottom: 6.125rem !important;
  }
  .mb-md-50 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.125rem !important;
  }
  .ms-md-2 {
    margin-left: 0.25rem !important;
  }
  .ms-md-3 {
    margin-left: 0.375rem !important;
  }
  .ms-md-4 {
    margin-left: 0.5rem !important;
  }
  .ms-md-5 {
    margin-left: 0.625rem !important;
  }
  .ms-md-6 {
    margin-left: 0.75rem !important;
  }
  .ms-md-7 {
    margin-left: 0.875rem !important;
  }
  .ms-md-8 {
    margin-left: 1rem !important;
  }
  .ms-md-9 {
    margin-left: 1.125rem !important;
  }
  .ms-md-10 {
    margin-left: 1.25rem !important;
  }
  .ms-md-11 {
    margin-left: 1.375rem !important;
  }
  .ms-md-12 {
    margin-left: 1.5rem !important;
  }
  .ms-md-13 {
    margin-left: 1.625rem !important;
  }
  .ms-md-14 {
    margin-left: 1.75rem !important;
  }
  .ms-md-15 {
    margin-left: 1.875rem !important;
  }
  .ms-md-16 {
    margin-left: 2rem !important;
  }
  .ms-md-17 {
    margin-left: 2.125rem !important;
  }
  .ms-md-18 {
    margin-left: 2.25rem !important;
  }
  .ms-md-19 {
    margin-left: 2.375rem !important;
  }
  .ms-md-20 {
    margin-left: 2.5rem !important;
  }
  .ms-md-21 {
    margin-left: 2.625rem !important;
  }
  .ms-md-22 {
    margin-left: 2.75rem !important;
  }
  .ms-md-23 {
    margin-left: 2.875rem !important;
  }
  .ms-md-24 {
    margin-left: 3rem !important;
  }
  .ms-md-25 {
    margin-left: 3.125rem !important;
  }
  .ms-md-26 {
    margin-left: 3.25rem !important;
  }
  .ms-md-27 {
    margin-left: 3.375rem !important;
  }
  .ms-md-28 {
    margin-left: 3.5rem !important;
  }
  .ms-md-29 {
    margin-left: 3.625rem !important;
  }
  .ms-md-30 {
    margin-left: 3.75rem !important;
  }
  .ms-md-31 {
    margin-left: 3.875rem !important;
  }
  .ms-md-32 {
    margin-left: 4rem !important;
  }
  .ms-md-33 {
    margin-left: 4.125rem !important;
  }
  .ms-md-34 {
    margin-left: 4.25rem !important;
  }
  .ms-md-35 {
    margin-left: 4.375rem !important;
  }
  .ms-md-36 {
    margin-left: 4.5rem !important;
  }
  .ms-md-37 {
    margin-left: 4.625rem !important;
  }
  .ms-md-38 {
    margin-left: 4.75rem !important;
  }
  .ms-md-39 {
    margin-left: 4.875rem !important;
  }
  .ms-md-40 {
    margin-left: 5rem !important;
  }
  .ms-md-41 {
    margin-left: 5.125rem !important;
  }
  .ms-md-42 {
    margin-left: 5.25rem !important;
  }
  .ms-md-43 {
    margin-left: 5.375rem !important;
  }
  .ms-md-44 {
    margin-left: 5.5rem !important;
  }
  .ms-md-45 {
    margin-left: 5.625rem !important;
  }
  .ms-md-46 {
    margin-left: 5.75rem !important;
  }
  .ms-md-47 {
    margin-left: 5.875rem !important;
  }
  .ms-md-48 {
    margin-left: 6rem !important;
  }
  .ms-md-49 {
    margin-left: 6.125rem !important;
  }
  .ms-md-50 {
    margin-left: 6.25rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.125rem !important;
  }
  .p-md-2 {
    padding: 0.25rem !important;
  }
  .p-md-3 {
    padding: 0.375rem !important;
  }
  .p-md-4 {
    padding: 0.5rem !important;
  }
  .p-md-5 {
    padding: 0.625rem !important;
  }
  .p-md-6 {
    padding: 0.75rem !important;
  }
  .p-md-7 {
    padding: 0.875rem !important;
  }
  .p-md-8 {
    padding: 1rem !important;
  }
  .p-md-9 {
    padding: 1.125rem !important;
  }
  .p-md-10 {
    padding: 1.25rem !important;
  }
  .p-md-11 {
    padding: 1.375rem !important;
  }
  .p-md-12 {
    padding: 1.5rem !important;
  }
  .p-md-13 {
    padding: 1.625rem !important;
  }
  .p-md-14 {
    padding: 1.75rem !important;
  }
  .p-md-15 {
    padding: 1.875rem !important;
  }
  .p-md-16 {
    padding: 2rem !important;
  }
  .p-md-17 {
    padding: 2.125rem !important;
  }
  .p-md-18 {
    padding: 2.25rem !important;
  }
  .p-md-19 {
    padding: 2.375rem !important;
  }
  .p-md-20 {
    padding: 2.5rem !important;
  }
  .p-md-21 {
    padding: 2.625rem !important;
  }
  .p-md-22 {
    padding: 2.75rem !important;
  }
  .p-md-23 {
    padding: 2.875rem !important;
  }
  .p-md-24 {
    padding: 3rem !important;
  }
  .p-md-25 {
    padding: 3.125rem !important;
  }
  .p-md-26 {
    padding: 3.25rem !important;
  }
  .p-md-27 {
    padding: 3.375rem !important;
  }
  .p-md-28 {
    padding: 3.5rem !important;
  }
  .p-md-29 {
    padding: 3.625rem !important;
  }
  .p-md-30 {
    padding: 3.75rem !important;
  }
  .p-md-31 {
    padding: 3.875rem !important;
  }
  .p-md-32 {
    padding: 4rem !important;
  }
  .p-md-33 {
    padding: 4.125rem !important;
  }
  .p-md-34 {
    padding: 4.25rem !important;
  }
  .p-md-35 {
    padding: 4.375rem !important;
  }
  .p-md-36 {
    padding: 4.5rem !important;
  }
  .p-md-37 {
    padding: 4.625rem !important;
  }
  .p-md-38 {
    padding: 4.75rem !important;
  }
  .p-md-39 {
    padding: 4.875rem !important;
  }
  .p-md-40 {
    padding: 5rem !important;
  }
  .p-md-41 {
    padding: 5.125rem !important;
  }
  .p-md-42 {
    padding: 5.25rem !important;
  }
  .p-md-43 {
    padding: 5.375rem !important;
  }
  .p-md-44 {
    padding: 5.5rem !important;
  }
  .p-md-45 {
    padding: 5.625rem !important;
  }
  .p-md-46 {
    padding: 5.75rem !important;
  }
  .p-md-47 {
    padding: 5.875rem !important;
  }
  .p-md-48 {
    padding: 6rem !important;
  }
  .p-md-49 {
    padding: 6.125rem !important;
  }
  .p-md-50 {
    padding: 6.25rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-md-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-md-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-5 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-6 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-7 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-md-8 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-9 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-md-10 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-11 {
    padding-right: 1.375rem !important;
    padding-left: 1.375rem !important;
  }
  .px-md-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-13 {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important;
  }
  .px-md-14 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-15 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-16 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-17 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .px-md-18 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-19 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .px-md-20 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-21 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }
  .px-md-22 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-md-23 {
    padding-right: 2.875rem !important;
    padding-left: 2.875rem !important;
  }
  .px-md-24 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-25 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-md-26 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-md-27 {
    padding-right: 3.375rem !important;
    padding-left: 3.375rem !important;
  }
  .px-md-28 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-29 {
    padding-right: 3.625rem !important;
    padding-left: 3.625rem !important;
  }
  .px-md-30 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-31 {
    padding-right: 3.875rem !important;
    padding-left: 3.875rem !important;
  }
  .px-md-32 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-33 {
    padding-right: 4.125rem !important;
    padding-left: 4.125rem !important;
  }
  .px-md-34 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-md-35 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-md-36 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-37 {
    padding-right: 4.625rem !important;
    padding-left: 4.625rem !important;
  }
  .px-md-38 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-md-39 {
    padding-right: 4.875rem !important;
    padding-left: 4.875rem !important;
  }
  .px-md-40 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-41 {
    padding-right: 5.125rem !important;
    padding-left: 5.125rem !important;
  }
  .px-md-42 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-md-43 {
    padding-right: 5.375rem !important;
    padding-left: 5.375rem !important;
  }
  .px-md-44 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-45 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-md-46 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-md-47 {
    padding-right: 5.875rem !important;
    padding-left: 5.875rem !important;
  }
  .px-md-48 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-49 {
    padding-right: 6.125rem !important;
    padding-left: 6.125rem !important;
  }
  .px-md-50 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-md-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-md-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-6 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-7 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-md-8 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-9 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-md-10 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-11 {
    padding-top: 1.375rem !important;
    padding-bottom: 1.375rem !important;
  }
  .py-md-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-13 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }
  .py-md-14 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-15 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-16 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-17 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .py-md-18 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-19 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .py-md-20 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-21 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .py-md-22 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-md-23 {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }
  .py-md-24 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-25 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-md-26 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-md-27 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }
  .py-md-28 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-29 {
    padding-top: 3.625rem !important;
    padding-bottom: 3.625rem !important;
  }
  .py-md-30 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-31 {
    padding-top: 3.875rem !important;
    padding-bottom: 3.875rem !important;
  }
  .py-md-32 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-33 {
    padding-top: 4.125rem !important;
    padding-bottom: 4.125rem !important;
  }
  .py-md-34 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-md-35 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-md-36 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-37 {
    padding-top: 4.625rem !important;
    padding-bottom: 4.625rem !important;
  }
  .py-md-38 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-md-39 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
  .py-md-40 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-41 {
    padding-top: 5.125rem !important;
    padding-bottom: 5.125rem !important;
  }
  .py-md-42 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-md-43 {
    padding-top: 5.375rem !important;
    padding-bottom: 5.375rem !important;
  }
  .py-md-44 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-45 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-md-46 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-md-47 {
    padding-top: 5.875rem !important;
    padding-bottom: 5.875rem !important;
  }
  .py-md-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-49 {
    padding-top: 6.125rem !important;
    padding-bottom: 6.125rem !important;
  }
  .py-md-50 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.125rem !important;
  }
  .pt-md-2 {
    padding-top: 0.25rem !important;
  }
  .pt-md-3 {
    padding-top: 0.375rem !important;
  }
  .pt-md-4 {
    padding-top: 0.5rem !important;
  }
  .pt-md-5 {
    padding-top: 0.625rem !important;
  }
  .pt-md-6 {
    padding-top: 0.75rem !important;
  }
  .pt-md-7 {
    padding-top: 0.875rem !important;
  }
  .pt-md-8 {
    padding-top: 1rem !important;
  }
  .pt-md-9 {
    padding-top: 1.125rem !important;
  }
  .pt-md-10 {
    padding-top: 1.25rem !important;
  }
  .pt-md-11 {
    padding-top: 1.375rem !important;
  }
  .pt-md-12 {
    padding-top: 1.5rem !important;
  }
  .pt-md-13 {
    padding-top: 1.625rem !important;
  }
  .pt-md-14 {
    padding-top: 1.75rem !important;
  }
  .pt-md-15 {
    padding-top: 1.875rem !important;
  }
  .pt-md-16 {
    padding-top: 2rem !important;
  }
  .pt-md-17 {
    padding-top: 2.125rem !important;
  }
  .pt-md-18 {
    padding-top: 2.25rem !important;
  }
  .pt-md-19 {
    padding-top: 2.375rem !important;
  }
  .pt-md-20 {
    padding-top: 2.5rem !important;
  }
  .pt-md-21 {
    padding-top: 2.625rem !important;
  }
  .pt-md-22 {
    padding-top: 2.75rem !important;
  }
  .pt-md-23 {
    padding-top: 2.875rem !important;
  }
  .pt-md-24 {
    padding-top: 3rem !important;
  }
  .pt-md-25 {
    padding-top: 3.125rem !important;
  }
  .pt-md-26 {
    padding-top: 3.25rem !important;
  }
  .pt-md-27 {
    padding-top: 3.375rem !important;
  }
  .pt-md-28 {
    padding-top: 3.5rem !important;
  }
  .pt-md-29 {
    padding-top: 3.625rem !important;
  }
  .pt-md-30 {
    padding-top: 3.75rem !important;
  }
  .pt-md-31 {
    padding-top: 3.875rem !important;
  }
  .pt-md-32 {
    padding-top: 4rem !important;
  }
  .pt-md-33 {
    padding-top: 4.125rem !important;
  }
  .pt-md-34 {
    padding-top: 4.25rem !important;
  }
  .pt-md-35 {
    padding-top: 4.375rem !important;
  }
  .pt-md-36 {
    padding-top: 4.5rem !important;
  }
  .pt-md-37 {
    padding-top: 4.625rem !important;
  }
  .pt-md-38 {
    padding-top: 4.75rem !important;
  }
  .pt-md-39 {
    padding-top: 4.875rem !important;
  }
  .pt-md-40 {
    padding-top: 5rem !important;
  }
  .pt-md-41 {
    padding-top: 5.125rem !important;
  }
  .pt-md-42 {
    padding-top: 5.25rem !important;
  }
  .pt-md-43 {
    padding-top: 5.375rem !important;
  }
  .pt-md-44 {
    padding-top: 5.5rem !important;
  }
  .pt-md-45 {
    padding-top: 5.625rem !important;
  }
  .pt-md-46 {
    padding-top: 5.75rem !important;
  }
  .pt-md-47 {
    padding-top: 5.875rem !important;
  }
  .pt-md-48 {
    padding-top: 6rem !important;
  }
  .pt-md-49 {
    padding-top: 6.125rem !important;
  }
  .pt-md-50 {
    padding-top: 6.25rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.125rem !important;
  }
  .pe-md-2 {
    padding-right: 0.25rem !important;
  }
  .pe-md-3 {
    padding-right: 0.375rem !important;
  }
  .pe-md-4 {
    padding-right: 0.5rem !important;
  }
  .pe-md-5 {
    padding-right: 0.625rem !important;
  }
  .pe-md-6 {
    padding-right: 0.75rem !important;
  }
  .pe-md-7 {
    padding-right: 0.875rem !important;
  }
  .pe-md-8 {
    padding-right: 1rem !important;
  }
  .pe-md-9 {
    padding-right: 1.125rem !important;
  }
  .pe-md-10 {
    padding-right: 1.25rem !important;
  }
  .pe-md-11 {
    padding-right: 1.375rem !important;
  }
  .pe-md-12 {
    padding-right: 1.5rem !important;
  }
  .pe-md-13 {
    padding-right: 1.625rem !important;
  }
  .pe-md-14 {
    padding-right: 1.75rem !important;
  }
  .pe-md-15 {
    padding-right: 1.875rem !important;
  }
  .pe-md-16 {
    padding-right: 2rem !important;
  }
  .pe-md-17 {
    padding-right: 2.125rem !important;
  }
  .pe-md-18 {
    padding-right: 2.25rem !important;
  }
  .pe-md-19 {
    padding-right: 2.375rem !important;
  }
  .pe-md-20 {
    padding-right: 2.5rem !important;
  }
  .pe-md-21 {
    padding-right: 2.625rem !important;
  }
  .pe-md-22 {
    padding-right: 2.75rem !important;
  }
  .pe-md-23 {
    padding-right: 2.875rem !important;
  }
  .pe-md-24 {
    padding-right: 3rem !important;
  }
  .pe-md-25 {
    padding-right: 3.125rem !important;
  }
  .pe-md-26 {
    padding-right: 3.25rem !important;
  }
  .pe-md-27 {
    padding-right: 3.375rem !important;
  }
  .pe-md-28 {
    padding-right: 3.5rem !important;
  }
  .pe-md-29 {
    padding-right: 3.625rem !important;
  }
  .pe-md-30 {
    padding-right: 3.75rem !important;
  }
  .pe-md-31 {
    padding-right: 3.875rem !important;
  }
  .pe-md-32 {
    padding-right: 4rem !important;
  }
  .pe-md-33 {
    padding-right: 4.125rem !important;
  }
  .pe-md-34 {
    padding-right: 4.25rem !important;
  }
  .pe-md-35 {
    padding-right: 4.375rem !important;
  }
  .pe-md-36 {
    padding-right: 4.5rem !important;
  }
  .pe-md-37 {
    padding-right: 4.625rem !important;
  }
  .pe-md-38 {
    padding-right: 4.75rem !important;
  }
  .pe-md-39 {
    padding-right: 4.875rem !important;
  }
  .pe-md-40 {
    padding-right: 5rem !important;
  }
  .pe-md-41 {
    padding-right: 5.125rem !important;
  }
  .pe-md-42 {
    padding-right: 5.25rem !important;
  }
  .pe-md-43 {
    padding-right: 5.375rem !important;
  }
  .pe-md-44 {
    padding-right: 5.5rem !important;
  }
  .pe-md-45 {
    padding-right: 5.625rem !important;
  }
  .pe-md-46 {
    padding-right: 5.75rem !important;
  }
  .pe-md-47 {
    padding-right: 5.875rem !important;
  }
  .pe-md-48 {
    padding-right: 6rem !important;
  }
  .pe-md-49 {
    padding-right: 6.125rem !important;
  }
  .pe-md-50 {
    padding-right: 6.25rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-md-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-6 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 0.875rem !important;
  }
  .pb-md-8 {
    padding-bottom: 1rem !important;
  }
  .pb-md-9 {
    padding-bottom: 1.125rem !important;
  }
  .pb-md-10 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-11 {
    padding-bottom: 1.375rem !important;
  }
  .pb-md-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 1.625rem !important;
  }
  .pb-md-14 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-15 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-16 {
    padding-bottom: 2rem !important;
  }
  .pb-md-17 {
    padding-bottom: 2.125rem !important;
  }
  .pb-md-18 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-19 {
    padding-bottom: 2.375rem !important;
  }
  .pb-md-20 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-21 {
    padding-bottom: 2.625rem !important;
  }
  .pb-md-22 {
    padding-bottom: 2.75rem !important;
  }
  .pb-md-23 {
    padding-bottom: 2.875rem !important;
  }
  .pb-md-24 {
    padding-bottom: 3rem !important;
  }
  .pb-md-25 {
    padding-bottom: 3.125rem !important;
  }
  .pb-md-26 {
    padding-bottom: 3.25rem !important;
  }
  .pb-md-27 {
    padding-bottom: 3.375rem !important;
  }
  .pb-md-28 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-29 {
    padding-bottom: 3.625rem !important;
  }
  .pb-md-30 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-31 {
    padding-bottom: 3.875rem !important;
  }
  .pb-md-32 {
    padding-bottom: 4rem !important;
  }
  .pb-md-33 {
    padding-bottom: 4.125rem !important;
  }
  .pb-md-34 {
    padding-bottom: 4.25rem !important;
  }
  .pb-md-35 {
    padding-bottom: 4.375rem !important;
  }
  .pb-md-36 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-37 {
    padding-bottom: 4.625rem !important;
  }
  .pb-md-38 {
    padding-bottom: 4.75rem !important;
  }
  .pb-md-39 {
    padding-bottom: 4.875rem !important;
  }
  .pb-md-40 {
    padding-bottom: 5rem !important;
  }
  .pb-md-41 {
    padding-bottom: 5.125rem !important;
  }
  .pb-md-42 {
    padding-bottom: 5.25rem !important;
  }
  .pb-md-43 {
    padding-bottom: 5.375rem !important;
  }
  .pb-md-44 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-45 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-46 {
    padding-bottom: 5.75rem !important;
  }
  .pb-md-47 {
    padding-bottom: 5.875rem !important;
  }
  .pb-md-48 {
    padding-bottom: 6rem !important;
  }
  .pb-md-49 {
    padding-bottom: 6.125rem !important;
  }
  .pb-md-50 {
    padding-bottom: 6.25rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.125rem !important;
  }
  .ps-md-2 {
    padding-left: 0.25rem !important;
  }
  .ps-md-3 {
    padding-left: 0.375rem !important;
  }
  .ps-md-4 {
    padding-left: 0.5rem !important;
  }
  .ps-md-5 {
    padding-left: 0.625rem !important;
  }
  .ps-md-6 {
    padding-left: 0.75rem !important;
  }
  .ps-md-7 {
    padding-left: 0.875rem !important;
  }
  .ps-md-8 {
    padding-left: 1rem !important;
  }
  .ps-md-9 {
    padding-left: 1.125rem !important;
  }
  .ps-md-10 {
    padding-left: 1.25rem !important;
  }
  .ps-md-11 {
    padding-left: 1.375rem !important;
  }
  .ps-md-12 {
    padding-left: 1.5rem !important;
  }
  .ps-md-13 {
    padding-left: 1.625rem !important;
  }
  .ps-md-14 {
    padding-left: 1.75rem !important;
  }
  .ps-md-15 {
    padding-left: 1.875rem !important;
  }
  .ps-md-16 {
    padding-left: 2rem !important;
  }
  .ps-md-17 {
    padding-left: 2.125rem !important;
  }
  .ps-md-18 {
    padding-left: 2.25rem !important;
  }
  .ps-md-19 {
    padding-left: 2.375rem !important;
  }
  .ps-md-20 {
    padding-left: 2.5rem !important;
  }
  .ps-md-21 {
    padding-left: 2.625rem !important;
  }
  .ps-md-22 {
    padding-left: 2.75rem !important;
  }
  .ps-md-23 {
    padding-left: 2.875rem !important;
  }
  .ps-md-24 {
    padding-left: 3rem !important;
  }
  .ps-md-25 {
    padding-left: 3.125rem !important;
  }
  .ps-md-26 {
    padding-left: 3.25rem !important;
  }
  .ps-md-27 {
    padding-left: 3.375rem !important;
  }
  .ps-md-28 {
    padding-left: 3.5rem !important;
  }
  .ps-md-29 {
    padding-left: 3.625rem !important;
  }
  .ps-md-30 {
    padding-left: 3.75rem !important;
  }
  .ps-md-31 {
    padding-left: 3.875rem !important;
  }
  .ps-md-32 {
    padding-left: 4rem !important;
  }
  .ps-md-33 {
    padding-left: 4.125rem !important;
  }
  .ps-md-34 {
    padding-left: 4.25rem !important;
  }
  .ps-md-35 {
    padding-left: 4.375rem !important;
  }
  .ps-md-36 {
    padding-left: 4.5rem !important;
  }
  .ps-md-37 {
    padding-left: 4.625rem !important;
  }
  .ps-md-38 {
    padding-left: 4.75rem !important;
  }
  .ps-md-39 {
    padding-left: 4.875rem !important;
  }
  .ps-md-40 {
    padding-left: 5rem !important;
  }
  .ps-md-41 {
    padding-left: 5.125rem !important;
  }
  .ps-md-42 {
    padding-left: 5.25rem !important;
  }
  .ps-md-43 {
    padding-left: 5.375rem !important;
  }
  .ps-md-44 {
    padding-left: 5.5rem !important;
  }
  .ps-md-45 {
    padding-left: 5.625rem !important;
  }
  .ps-md-46 {
    padding-left: 5.75rem !important;
  }
  .ps-md-47 {
    padding-left: 5.875rem !important;
  }
  .ps-md-48 {
    padding-left: 6rem !important;
  }
  .ps-md-49 {
    padding-left: 6.125rem !important;
  }
  .ps-md-50 {
    padding-left: 6.25rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.125rem !important;
  }
  .gap-md-2 {
    gap: 0.25rem !important;
  }
  .gap-md-3 {
    gap: 0.375rem !important;
  }
  .gap-md-4 {
    gap: 0.5rem !important;
  }
  .gap-md-5 {
    gap: 0.625rem !important;
  }
  .gap-md-6 {
    gap: 0.75rem !important;
  }
  .gap-md-7 {
    gap: 0.875rem !important;
  }
  .gap-md-8 {
    gap: 1rem !important;
  }
  .gap-md-9 {
    gap: 1.125rem !important;
  }
  .gap-md-10 {
    gap: 1.25rem !important;
  }
  .gap-md-11 {
    gap: 1.375rem !important;
  }
  .gap-md-12 {
    gap: 1.5rem !important;
  }
  .gap-md-13 {
    gap: 1.625rem !important;
  }
  .gap-md-14 {
    gap: 1.75rem !important;
  }
  .gap-md-15 {
    gap: 1.875rem !important;
  }
  .gap-md-16 {
    gap: 2rem !important;
  }
  .gap-md-17 {
    gap: 2.125rem !important;
  }
  .gap-md-18 {
    gap: 2.25rem !important;
  }
  .gap-md-19 {
    gap: 2.375rem !important;
  }
  .gap-md-20 {
    gap: 2.5rem !important;
  }
  .gap-md-21 {
    gap: 2.625rem !important;
  }
  .gap-md-22 {
    gap: 2.75rem !important;
  }
  .gap-md-23 {
    gap: 2.875rem !important;
  }
  .gap-md-24 {
    gap: 3rem !important;
  }
  .gap-md-25 {
    gap: 3.125rem !important;
  }
  .gap-md-26 {
    gap: 3.25rem !important;
  }
  .gap-md-27 {
    gap: 3.375rem !important;
  }
  .gap-md-28 {
    gap: 3.5rem !important;
  }
  .gap-md-29 {
    gap: 3.625rem !important;
  }
  .gap-md-30 {
    gap: 3.75rem !important;
  }
  .gap-md-31 {
    gap: 3.875rem !important;
  }
  .gap-md-32 {
    gap: 4rem !important;
  }
  .gap-md-33 {
    gap: 4.125rem !important;
  }
  .gap-md-34 {
    gap: 4.25rem !important;
  }
  .gap-md-35 {
    gap: 4.375rem !important;
  }
  .gap-md-36 {
    gap: 4.5rem !important;
  }
  .gap-md-37 {
    gap: 4.625rem !important;
  }
  .gap-md-38 {
    gap: 4.75rem !important;
  }
  .gap-md-39 {
    gap: 4.875rem !important;
  }
  .gap-md-40 {
    gap: 5rem !important;
  }
  .gap-md-41 {
    gap: 5.125rem !important;
  }
  .gap-md-42 {
    gap: 5.25rem !important;
  }
  .gap-md-43 {
    gap: 5.375rem !important;
  }
  .gap-md-44 {
    gap: 5.5rem !important;
  }
  .gap-md-45 {
    gap: 5.625rem !important;
  }
  .gap-md-46 {
    gap: 5.75rem !important;
  }
  .gap-md-47 {
    gap: 5.875rem !important;
  }
  .gap-md-48 {
    gap: 6rem !important;
  }
  .gap-md-49 {
    gap: 6.125rem !important;
  }
  .gap-md-50 {
    gap: 6.25rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-md-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 0.625rem !important;
  }
  .row-gap-md-6 {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-7 {
    row-gap: 0.875rem !important;
  }
  .row-gap-md-8 {
    row-gap: 1rem !important;
  }
  .row-gap-md-9 {
    row-gap: 1.125rem !important;
  }
  .row-gap-md-10 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-11 {
    row-gap: 1.375rem !important;
  }
  .row-gap-md-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-13 {
    row-gap: 1.625rem !important;
  }
  .row-gap-md-14 {
    row-gap: 1.75rem !important;
  }
  .row-gap-md-15 {
    row-gap: 1.875rem !important;
  }
  .row-gap-md-16 {
    row-gap: 2rem !important;
  }
  .row-gap-md-17 {
    row-gap: 2.125rem !important;
  }
  .row-gap-md-18 {
    row-gap: 2.25rem !important;
  }
  .row-gap-md-19 {
    row-gap: 2.375rem !important;
  }
  .row-gap-md-20 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-21 {
    row-gap: 2.625rem !important;
  }
  .row-gap-md-22 {
    row-gap: 2.75rem !important;
  }
  .row-gap-md-23 {
    row-gap: 2.875rem !important;
  }
  .row-gap-md-24 {
    row-gap: 3rem !important;
  }
  .row-gap-md-25 {
    row-gap: 3.125rem !important;
  }
  .row-gap-md-26 {
    row-gap: 3.25rem !important;
  }
  .row-gap-md-27 {
    row-gap: 3.375rem !important;
  }
  .row-gap-md-28 {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-29 {
    row-gap: 3.625rem !important;
  }
  .row-gap-md-30 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-31 {
    row-gap: 3.875rem !important;
  }
  .row-gap-md-32 {
    row-gap: 4rem !important;
  }
  .row-gap-md-33 {
    row-gap: 4.125rem !important;
  }
  .row-gap-md-34 {
    row-gap: 4.25rem !important;
  }
  .row-gap-md-35 {
    row-gap: 4.375rem !important;
  }
  .row-gap-md-36 {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-37 {
    row-gap: 4.625rem !important;
  }
  .row-gap-md-38 {
    row-gap: 4.75rem !important;
  }
  .row-gap-md-39 {
    row-gap: 4.875rem !important;
  }
  .row-gap-md-40 {
    row-gap: 5rem !important;
  }
  .row-gap-md-41 {
    row-gap: 5.125rem !important;
  }
  .row-gap-md-42 {
    row-gap: 5.25rem !important;
  }
  .row-gap-md-43 {
    row-gap: 5.375rem !important;
  }
  .row-gap-md-44 {
    row-gap: 5.5rem !important;
  }
  .row-gap-md-45 {
    row-gap: 5.625rem !important;
  }
  .row-gap-md-46 {
    row-gap: 5.75rem !important;
  }
  .row-gap-md-47 {
    row-gap: 5.875rem !important;
  }
  .row-gap-md-48 {
    row-gap: 6rem !important;
  }
  .row-gap-md-49 {
    row-gap: 6.125rem !important;
  }
  .row-gap-md-50 {
    row-gap: 6.25rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-md-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 0.625rem !important;
  }
  .column-gap-md-6 {
    column-gap: 0.75rem !important;
  }
  .column-gap-md-7 {
    column-gap: 0.875rem !important;
  }
  .column-gap-md-8 {
    column-gap: 1rem !important;
  }
  .column-gap-md-9 {
    column-gap: 1.125rem !important;
  }
  .column-gap-md-10 {
    column-gap: 1.25rem !important;
  }
  .column-gap-md-11 {
    column-gap: 1.375rem !important;
  }
  .column-gap-md-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-13 {
    column-gap: 1.625rem !important;
  }
  .column-gap-md-14 {
    column-gap: 1.75rem !important;
  }
  .column-gap-md-15 {
    column-gap: 1.875rem !important;
  }
  .column-gap-md-16 {
    column-gap: 2rem !important;
  }
  .column-gap-md-17 {
    column-gap: 2.125rem !important;
  }
  .column-gap-md-18 {
    column-gap: 2.25rem !important;
  }
  .column-gap-md-19 {
    column-gap: 2.375rem !important;
  }
  .column-gap-md-20 {
    column-gap: 2.5rem !important;
  }
  .column-gap-md-21 {
    column-gap: 2.625rem !important;
  }
  .column-gap-md-22 {
    column-gap: 2.75rem !important;
  }
  .column-gap-md-23 {
    column-gap: 2.875rem !important;
  }
  .column-gap-md-24 {
    column-gap: 3rem !important;
  }
  .column-gap-md-25 {
    column-gap: 3.125rem !important;
  }
  .column-gap-md-26 {
    column-gap: 3.25rem !important;
  }
  .column-gap-md-27 {
    column-gap: 3.375rem !important;
  }
  .column-gap-md-28 {
    column-gap: 3.5rem !important;
  }
  .column-gap-md-29 {
    column-gap: 3.625rem !important;
  }
  .column-gap-md-30 {
    column-gap: 3.75rem !important;
  }
  .column-gap-md-31 {
    column-gap: 3.875rem !important;
  }
  .column-gap-md-32 {
    column-gap: 4rem !important;
  }
  .column-gap-md-33 {
    column-gap: 4.125rem !important;
  }
  .column-gap-md-34 {
    column-gap: 4.25rem !important;
  }
  .column-gap-md-35 {
    column-gap: 4.375rem !important;
  }
  .column-gap-md-36 {
    column-gap: 4.5rem !important;
  }
  .column-gap-md-37 {
    column-gap: 4.625rem !important;
  }
  .column-gap-md-38 {
    column-gap: 4.75rem !important;
  }
  .column-gap-md-39 {
    column-gap: 4.875rem !important;
  }
  .column-gap-md-40 {
    column-gap: 5rem !important;
  }
  .column-gap-md-41 {
    column-gap: 5.125rem !important;
  }
  .column-gap-md-42 {
    column-gap: 5.25rem !important;
  }
  .column-gap-md-43 {
    column-gap: 5.375rem !important;
  }
  .column-gap-md-44 {
    column-gap: 5.5rem !important;
  }
  .column-gap-md-45 {
    column-gap: 5.625rem !important;
  }
  .column-gap-md-46 {
    column-gap: 5.75rem !important;
  }
  .column-gap-md-47 {
    column-gap: 5.875rem !important;
  }
  .column-gap-md-48 {
    column-gap: 6rem !important;
  }
  .column-gap-md-49 {
    column-gap: 6.125rem !important;
  }
  .column-gap-md-50 {
    column-gap: 6.25rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.125rem !important;
  }
  .m-lg-2 {
    margin: 0.25rem !important;
  }
  .m-lg-3 {
    margin: 0.375rem !important;
  }
  .m-lg-4 {
    margin: 0.5rem !important;
  }
  .m-lg-5 {
    margin: 0.625rem !important;
  }
  .m-lg-6 {
    margin: 0.75rem !important;
  }
  .m-lg-7 {
    margin: 0.875rem !important;
  }
  .m-lg-8 {
    margin: 1rem !important;
  }
  .m-lg-9 {
    margin: 1.125rem !important;
  }
  .m-lg-10 {
    margin: 1.25rem !important;
  }
  .m-lg-11 {
    margin: 1.375rem !important;
  }
  .m-lg-12 {
    margin: 1.5rem !important;
  }
  .m-lg-13 {
    margin: 1.625rem !important;
  }
  .m-lg-14 {
    margin: 1.75rem !important;
  }
  .m-lg-15 {
    margin: 1.875rem !important;
  }
  .m-lg-16 {
    margin: 2rem !important;
  }
  .m-lg-17 {
    margin: 2.125rem !important;
  }
  .m-lg-18 {
    margin: 2.25rem !important;
  }
  .m-lg-19 {
    margin: 2.375rem !important;
  }
  .m-lg-20 {
    margin: 2.5rem !important;
  }
  .m-lg-21 {
    margin: 2.625rem !important;
  }
  .m-lg-22 {
    margin: 2.75rem !important;
  }
  .m-lg-23 {
    margin: 2.875rem !important;
  }
  .m-lg-24 {
    margin: 3rem !important;
  }
  .m-lg-25 {
    margin: 3.125rem !important;
  }
  .m-lg-26 {
    margin: 3.25rem !important;
  }
  .m-lg-27 {
    margin: 3.375rem !important;
  }
  .m-lg-28 {
    margin: 3.5rem !important;
  }
  .m-lg-29 {
    margin: 3.625rem !important;
  }
  .m-lg-30 {
    margin: 3.75rem !important;
  }
  .m-lg-31 {
    margin: 3.875rem !important;
  }
  .m-lg-32 {
    margin: 4rem !important;
  }
  .m-lg-33 {
    margin: 4.125rem !important;
  }
  .m-lg-34 {
    margin: 4.25rem !important;
  }
  .m-lg-35 {
    margin: 4.375rem !important;
  }
  .m-lg-36 {
    margin: 4.5rem !important;
  }
  .m-lg-37 {
    margin: 4.625rem !important;
  }
  .m-lg-38 {
    margin: 4.75rem !important;
  }
  .m-lg-39 {
    margin: 4.875rem !important;
  }
  .m-lg-40 {
    margin: 5rem !important;
  }
  .m-lg-41 {
    margin: 5.125rem !important;
  }
  .m-lg-42 {
    margin: 5.25rem !important;
  }
  .m-lg-43 {
    margin: 5.375rem !important;
  }
  .m-lg-44 {
    margin: 5.5rem !important;
  }
  .m-lg-45 {
    margin: 5.625rem !important;
  }
  .m-lg-46 {
    margin: 5.75rem !important;
  }
  .m-lg-47 {
    margin: 5.875rem !important;
  }
  .m-lg-48 {
    margin: 6rem !important;
  }
  .m-lg-49 {
    margin: 6.125rem !important;
  }
  .m-lg-50 {
    margin: 6.25rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-lg-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-6 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-7 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-lg-8 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-9 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-lg-10 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-11 {
    margin-right: 1.375rem !important;
    margin-left: 1.375rem !important;
  }
  .mx-lg-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 1.625rem !important;
    margin-left: 1.625rem !important;
  }
  .mx-lg-14 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-15 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-16 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-17 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .mx-lg-18 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-19 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .mx-lg-20 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-21 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }
  .mx-lg-22 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-lg-23 {
    margin-right: 2.875rem !important;
    margin-left: 2.875rem !important;
  }
  .mx-lg-24 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-25 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-lg-26 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-lg-27 {
    margin-right: 3.375rem !important;
    margin-left: 3.375rem !important;
  }
  .mx-lg-28 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-29 {
    margin-right: 3.625rem !important;
    margin-left: 3.625rem !important;
  }
  .mx-lg-30 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-31 {
    margin-right: 3.875rem !important;
    margin-left: 3.875rem !important;
  }
  .mx-lg-32 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-33 {
    margin-right: 4.125rem !important;
    margin-left: 4.125rem !important;
  }
  .mx-lg-34 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-lg-35 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lg-36 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-37 {
    margin-right: 4.625rem !important;
    margin-left: 4.625rem !important;
  }
  .mx-lg-38 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-lg-39 {
    margin-right: 4.875rem !important;
    margin-left: 4.875rem !important;
  }
  .mx-lg-40 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-41 {
    margin-right: 5.125rem !important;
    margin-left: 5.125rem !important;
  }
  .mx-lg-42 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-lg-43 {
    margin-right: 5.375rem !important;
    margin-left: 5.375rem !important;
  }
  .mx-lg-44 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-45 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lg-46 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-lg-47 {
    margin-right: 5.875rem !important;
    margin-left: 5.875rem !important;
  }
  .mx-lg-48 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-49 {
    margin-right: 6.125rem !important;
    margin-left: 6.125rem !important;
  }
  .mx-lg-50 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-lg-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-lg-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-6 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-7 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-lg-8 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-9 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-lg-10 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-11 {
    margin-top: 1.375rem !important;
    margin-bottom: 1.375rem !important;
  }
  .my-lg-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-13 {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }
  .my-lg-14 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-15 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-16 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-17 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .my-lg-18 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-19 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .my-lg-20 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-21 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .my-lg-22 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-lg-23 {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }
  .my-lg-24 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-25 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-lg-26 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-lg-27 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }
  .my-lg-28 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-29 {
    margin-top: 3.625rem !important;
    margin-bottom: 3.625rem !important;
  }
  .my-lg-30 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-31 {
    margin-top: 3.875rem !important;
    margin-bottom: 3.875rem !important;
  }
  .my-lg-32 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-33 {
    margin-top: 4.125rem !important;
    margin-bottom: 4.125rem !important;
  }
  .my-lg-34 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-lg-35 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lg-36 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-37 {
    margin-top: 4.625rem !important;
    margin-bottom: 4.625rem !important;
  }
  .my-lg-38 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-lg-39 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
  .my-lg-40 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-41 {
    margin-top: 5.125rem !important;
    margin-bottom: 5.125rem !important;
  }
  .my-lg-42 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-lg-43 {
    margin-top: 5.375rem !important;
    margin-bottom: 5.375rem !important;
  }
  .my-lg-44 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-45 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lg-46 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-lg-47 {
    margin-top: 5.875rem !important;
    margin-bottom: 5.875rem !important;
  }
  .my-lg-48 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-49 {
    margin-top: 6.125rem !important;
    margin-bottom: 6.125rem !important;
  }
  .my-lg-50 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.125rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.375rem !important;
  }
  .mt-lg-4 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-6 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 0.875rem !important;
  }
  .mt-lg-8 {
    margin-top: 1rem !important;
  }
  .mt-lg-9 {
    margin-top: 1.125rem !important;
  }
  .mt-lg-10 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-11 {
    margin-top: 1.375rem !important;
  }
  .mt-lg-12 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 1.625rem !important;
  }
  .mt-lg-14 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-15 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-16 {
    margin-top: 2rem !important;
  }
  .mt-lg-17 {
    margin-top: 2.125rem !important;
  }
  .mt-lg-18 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-19 {
    margin-top: 2.375rem !important;
  }
  .mt-lg-20 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-21 {
    margin-top: 2.625rem !important;
  }
  .mt-lg-22 {
    margin-top: 2.75rem !important;
  }
  .mt-lg-23 {
    margin-top: 2.875rem !important;
  }
  .mt-lg-24 {
    margin-top: 3rem !important;
  }
  .mt-lg-25 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-26 {
    margin-top: 3.25rem !important;
  }
  .mt-lg-27 {
    margin-top: 3.375rem !important;
  }
  .mt-lg-28 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-29 {
    margin-top: 3.625rem !important;
  }
  .mt-lg-30 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-31 {
    margin-top: 3.875rem !important;
  }
  .mt-lg-32 {
    margin-top: 4rem !important;
  }
  .mt-lg-33 {
    margin-top: 4.125rem !important;
  }
  .mt-lg-34 {
    margin-top: 4.25rem !important;
  }
  .mt-lg-35 {
    margin-top: 4.375rem !important;
  }
  .mt-lg-36 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-37 {
    margin-top: 4.625rem !important;
  }
  .mt-lg-38 {
    margin-top: 4.75rem !important;
  }
  .mt-lg-39 {
    margin-top: 4.875rem !important;
  }
  .mt-lg-40 {
    margin-top: 5rem !important;
  }
  .mt-lg-41 {
    margin-top: 5.125rem !important;
  }
  .mt-lg-42 {
    margin-top: 5.25rem !important;
  }
  .mt-lg-43 {
    margin-top: 5.375rem !important;
  }
  .mt-lg-44 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-45 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-46 {
    margin-top: 5.75rem !important;
  }
  .mt-lg-47 {
    margin-top: 5.875rem !important;
  }
  .mt-lg-48 {
    margin-top: 6rem !important;
  }
  .mt-lg-49 {
    margin-top: 6.125rem !important;
  }
  .mt-lg-50 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.125rem !important;
  }
  .me-lg-2 {
    margin-right: 0.25rem !important;
  }
  .me-lg-3 {
    margin-right: 0.375rem !important;
  }
  .me-lg-4 {
    margin-right: 0.5rem !important;
  }
  .me-lg-5 {
    margin-right: 0.625rem !important;
  }
  .me-lg-6 {
    margin-right: 0.75rem !important;
  }
  .me-lg-7 {
    margin-right: 0.875rem !important;
  }
  .me-lg-8 {
    margin-right: 1rem !important;
  }
  .me-lg-9 {
    margin-right: 1.125rem !important;
  }
  .me-lg-10 {
    margin-right: 1.25rem !important;
  }
  .me-lg-11 {
    margin-right: 1.375rem !important;
  }
  .me-lg-12 {
    margin-right: 1.5rem !important;
  }
  .me-lg-13 {
    margin-right: 1.625rem !important;
  }
  .me-lg-14 {
    margin-right: 1.75rem !important;
  }
  .me-lg-15 {
    margin-right: 1.875rem !important;
  }
  .me-lg-16 {
    margin-right: 2rem !important;
  }
  .me-lg-17 {
    margin-right: 2.125rem !important;
  }
  .me-lg-18 {
    margin-right: 2.25rem !important;
  }
  .me-lg-19 {
    margin-right: 2.375rem !important;
  }
  .me-lg-20 {
    margin-right: 2.5rem !important;
  }
  .me-lg-21 {
    margin-right: 2.625rem !important;
  }
  .me-lg-22 {
    margin-right: 2.75rem !important;
  }
  .me-lg-23 {
    margin-right: 2.875rem !important;
  }
  .me-lg-24 {
    margin-right: 3rem !important;
  }
  .me-lg-25 {
    margin-right: 3.125rem !important;
  }
  .me-lg-26 {
    margin-right: 3.25rem !important;
  }
  .me-lg-27 {
    margin-right: 3.375rem !important;
  }
  .me-lg-28 {
    margin-right: 3.5rem !important;
  }
  .me-lg-29 {
    margin-right: 3.625rem !important;
  }
  .me-lg-30 {
    margin-right: 3.75rem !important;
  }
  .me-lg-31 {
    margin-right: 3.875rem !important;
  }
  .me-lg-32 {
    margin-right: 4rem !important;
  }
  .me-lg-33 {
    margin-right: 4.125rem !important;
  }
  .me-lg-34 {
    margin-right: 4.25rem !important;
  }
  .me-lg-35 {
    margin-right: 4.375rem !important;
  }
  .me-lg-36 {
    margin-right: 4.5rem !important;
  }
  .me-lg-37 {
    margin-right: 4.625rem !important;
  }
  .me-lg-38 {
    margin-right: 4.75rem !important;
  }
  .me-lg-39 {
    margin-right: 4.875rem !important;
  }
  .me-lg-40 {
    margin-right: 5rem !important;
  }
  .me-lg-41 {
    margin-right: 5.125rem !important;
  }
  .me-lg-42 {
    margin-right: 5.25rem !important;
  }
  .me-lg-43 {
    margin-right: 5.375rem !important;
  }
  .me-lg-44 {
    margin-right: 5.5rem !important;
  }
  .me-lg-45 {
    margin-right: 5.625rem !important;
  }
  .me-lg-46 {
    margin-right: 5.75rem !important;
  }
  .me-lg-47 {
    margin-right: 5.875rem !important;
  }
  .me-lg-48 {
    margin-right: 6rem !important;
  }
  .me-lg-49 {
    margin-right: 6.125rem !important;
  }
  .me-lg-50 {
    margin-right: 6.25rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 0.875rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 1.125rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 1.375rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 1.625rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 2.125rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 2.375rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-21 {
    margin-bottom: 2.625rem !important;
  }
  .mb-lg-22 {
    margin-bottom: 2.75rem !important;
  }
  .mb-lg-23 {
    margin-bottom: 2.875rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-26 {
    margin-bottom: 3.25rem !important;
  }
  .mb-lg-27 {
    margin-bottom: 3.375rem !important;
  }
  .mb-lg-28 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-29 {
    margin-bottom: 3.625rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-31 {
    margin-bottom: 3.875rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-33 {
    margin-bottom: 4.125rem !important;
  }
  .mb-lg-34 {
    margin-bottom: 4.25rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lg-36 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-37 {
    margin-bottom: 4.625rem !important;
  }
  .mb-lg-38 {
    margin-bottom: 4.75rem !important;
  }
  .mb-lg-39 {
    margin-bottom: 4.875rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-41 {
    margin-bottom: 5.125rem !important;
  }
  .mb-lg-42 {
    margin-bottom: 5.25rem !important;
  }
  .mb-lg-43 {
    margin-bottom: 5.375rem !important;
  }
  .mb-lg-44 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-46 {
    margin-bottom: 5.75rem !important;
  }
  .mb-lg-47 {
    margin-bottom: 5.875rem !important;
  }
  .mb-lg-48 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-49 {
    margin-bottom: 6.125rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.125rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.375rem !important;
  }
  .ms-lg-4 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-6 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-7 {
    margin-left: 0.875rem !important;
  }
  .ms-lg-8 {
    margin-left: 1rem !important;
  }
  .ms-lg-9 {
    margin-left: 1.125rem !important;
  }
  .ms-lg-10 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-11 {
    margin-left: 1.375rem !important;
  }
  .ms-lg-12 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 1.625rem !important;
  }
  .ms-lg-14 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-15 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-16 {
    margin-left: 2rem !important;
  }
  .ms-lg-17 {
    margin-left: 2.125rem !important;
  }
  .ms-lg-18 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-19 {
    margin-left: 2.375rem !important;
  }
  .ms-lg-20 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-21 {
    margin-left: 2.625rem !important;
  }
  .ms-lg-22 {
    margin-left: 2.75rem !important;
  }
  .ms-lg-23 {
    margin-left: 2.875rem !important;
  }
  .ms-lg-24 {
    margin-left: 3rem !important;
  }
  .ms-lg-25 {
    margin-left: 3.125rem !important;
  }
  .ms-lg-26 {
    margin-left: 3.25rem !important;
  }
  .ms-lg-27 {
    margin-left: 3.375rem !important;
  }
  .ms-lg-28 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-29 {
    margin-left: 3.625rem !important;
  }
  .ms-lg-30 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-31 {
    margin-left: 3.875rem !important;
  }
  .ms-lg-32 {
    margin-left: 4rem !important;
  }
  .ms-lg-33 {
    margin-left: 4.125rem !important;
  }
  .ms-lg-34 {
    margin-left: 4.25rem !important;
  }
  .ms-lg-35 {
    margin-left: 4.375rem !important;
  }
  .ms-lg-36 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-37 {
    margin-left: 4.625rem !important;
  }
  .ms-lg-38 {
    margin-left: 4.75rem !important;
  }
  .ms-lg-39 {
    margin-left: 4.875rem !important;
  }
  .ms-lg-40 {
    margin-left: 5rem !important;
  }
  .ms-lg-41 {
    margin-left: 5.125rem !important;
  }
  .ms-lg-42 {
    margin-left: 5.25rem !important;
  }
  .ms-lg-43 {
    margin-left: 5.375rem !important;
  }
  .ms-lg-44 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-45 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-46 {
    margin-left: 5.75rem !important;
  }
  .ms-lg-47 {
    margin-left: 5.875rem !important;
  }
  .ms-lg-48 {
    margin-left: 6rem !important;
  }
  .ms-lg-49 {
    margin-left: 6.125rem !important;
  }
  .ms-lg-50 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.125rem !important;
  }
  .p-lg-2 {
    padding: 0.25rem !important;
  }
  .p-lg-3 {
    padding: 0.375rem !important;
  }
  .p-lg-4 {
    padding: 0.5rem !important;
  }
  .p-lg-5 {
    padding: 0.625rem !important;
  }
  .p-lg-6 {
    padding: 0.75rem !important;
  }
  .p-lg-7 {
    padding: 0.875rem !important;
  }
  .p-lg-8 {
    padding: 1rem !important;
  }
  .p-lg-9 {
    padding: 1.125rem !important;
  }
  .p-lg-10 {
    padding: 1.25rem !important;
  }
  .p-lg-11 {
    padding: 1.375rem !important;
  }
  .p-lg-12 {
    padding: 1.5rem !important;
  }
  .p-lg-13 {
    padding: 1.625rem !important;
  }
  .p-lg-14 {
    padding: 1.75rem !important;
  }
  .p-lg-15 {
    padding: 1.875rem !important;
  }
  .p-lg-16 {
    padding: 2rem !important;
  }
  .p-lg-17 {
    padding: 2.125rem !important;
  }
  .p-lg-18 {
    padding: 2.25rem !important;
  }
  .p-lg-19 {
    padding: 2.375rem !important;
  }
  .p-lg-20 {
    padding: 2.5rem !important;
  }
  .p-lg-21 {
    padding: 2.625rem !important;
  }
  .p-lg-22 {
    padding: 2.75rem !important;
  }
  .p-lg-23 {
    padding: 2.875rem !important;
  }
  .p-lg-24 {
    padding: 3rem !important;
  }
  .p-lg-25 {
    padding: 3.125rem !important;
  }
  .p-lg-26 {
    padding: 3.25rem !important;
  }
  .p-lg-27 {
    padding: 3.375rem !important;
  }
  .p-lg-28 {
    padding: 3.5rem !important;
  }
  .p-lg-29 {
    padding: 3.625rem !important;
  }
  .p-lg-30 {
    padding: 3.75rem !important;
  }
  .p-lg-31 {
    padding: 3.875rem !important;
  }
  .p-lg-32 {
    padding: 4rem !important;
  }
  .p-lg-33 {
    padding: 4.125rem !important;
  }
  .p-lg-34 {
    padding: 4.25rem !important;
  }
  .p-lg-35 {
    padding: 4.375rem !important;
  }
  .p-lg-36 {
    padding: 4.5rem !important;
  }
  .p-lg-37 {
    padding: 4.625rem !important;
  }
  .p-lg-38 {
    padding: 4.75rem !important;
  }
  .p-lg-39 {
    padding: 4.875rem !important;
  }
  .p-lg-40 {
    padding: 5rem !important;
  }
  .p-lg-41 {
    padding: 5.125rem !important;
  }
  .p-lg-42 {
    padding: 5.25rem !important;
  }
  .p-lg-43 {
    padding: 5.375rem !important;
  }
  .p-lg-44 {
    padding: 5.5rem !important;
  }
  .p-lg-45 {
    padding: 5.625rem !important;
  }
  .p-lg-46 {
    padding: 5.75rem !important;
  }
  .p-lg-47 {
    padding: 5.875rem !important;
  }
  .p-lg-48 {
    padding: 6rem !important;
  }
  .p-lg-49 {
    padding: 6.125rem !important;
  }
  .p-lg-50 {
    padding: 6.25rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-lg-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-lg-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-5 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-6 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-7 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-lg-8 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-9 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-lg-10 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-11 {
    padding-right: 1.375rem !important;
    padding-left: 1.375rem !important;
  }
  .px-lg-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-13 {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important;
  }
  .px-lg-14 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-15 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-16 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-17 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .px-lg-18 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-19 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .px-lg-20 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-21 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }
  .px-lg-22 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-lg-23 {
    padding-right: 2.875rem !important;
    padding-left: 2.875rem !important;
  }
  .px-lg-24 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-25 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-lg-26 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-lg-27 {
    padding-right: 3.375rem !important;
    padding-left: 3.375rem !important;
  }
  .px-lg-28 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-29 {
    padding-right: 3.625rem !important;
    padding-left: 3.625rem !important;
  }
  .px-lg-30 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-31 {
    padding-right: 3.875rem !important;
    padding-left: 3.875rem !important;
  }
  .px-lg-32 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-33 {
    padding-right: 4.125rem !important;
    padding-left: 4.125rem !important;
  }
  .px-lg-34 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-lg-35 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lg-36 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-37 {
    padding-right: 4.625rem !important;
    padding-left: 4.625rem !important;
  }
  .px-lg-38 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-lg-39 {
    padding-right: 4.875rem !important;
    padding-left: 4.875rem !important;
  }
  .px-lg-40 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-41 {
    padding-right: 5.125rem !important;
    padding-left: 5.125rem !important;
  }
  .px-lg-42 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-lg-43 {
    padding-right: 5.375rem !important;
    padding-left: 5.375rem !important;
  }
  .px-lg-44 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-45 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lg-46 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-lg-47 {
    padding-right: 5.875rem !important;
    padding-left: 5.875rem !important;
  }
  .px-lg-48 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-49 {
    padding-right: 6.125rem !important;
    padding-left: 6.125rem !important;
  }
  .px-lg-50 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-lg-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-lg-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-6 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-7 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-lg-8 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-9 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-lg-10 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-11 {
    padding-top: 1.375rem !important;
    padding-bottom: 1.375rem !important;
  }
  .py-lg-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-13 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }
  .py-lg-14 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-15 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-16 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-17 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .py-lg-18 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-19 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .py-lg-20 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-21 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .py-lg-22 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-lg-23 {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }
  .py-lg-24 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-25 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-lg-26 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-lg-27 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }
  .py-lg-28 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-29 {
    padding-top: 3.625rem !important;
    padding-bottom: 3.625rem !important;
  }
  .py-lg-30 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-31 {
    padding-top: 3.875rem !important;
    padding-bottom: 3.875rem !important;
  }
  .py-lg-32 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-33 {
    padding-top: 4.125rem !important;
    padding-bottom: 4.125rem !important;
  }
  .py-lg-34 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-lg-35 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lg-36 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-37 {
    padding-top: 4.625rem !important;
    padding-bottom: 4.625rem !important;
  }
  .py-lg-38 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-lg-39 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
  .py-lg-40 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-41 {
    padding-top: 5.125rem !important;
    padding-bottom: 5.125rem !important;
  }
  .py-lg-42 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-lg-43 {
    padding-top: 5.375rem !important;
    padding-bottom: 5.375rem !important;
  }
  .py-lg-44 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-45 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lg-46 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-lg-47 {
    padding-top: 5.875rem !important;
    padding-bottom: 5.875rem !important;
  }
  .py-lg-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-49 {
    padding-top: 6.125rem !important;
    padding-bottom: 6.125rem !important;
  }
  .py-lg-50 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.125rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.375rem !important;
  }
  .pt-lg-4 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-6 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 0.875rem !important;
  }
  .pt-lg-8 {
    padding-top: 1rem !important;
  }
  .pt-lg-9 {
    padding-top: 1.125rem !important;
  }
  .pt-lg-10 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-11 {
    padding-top: 1.375rem !important;
  }
  .pt-lg-12 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 1.625rem !important;
  }
  .pt-lg-14 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-15 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-16 {
    padding-top: 2rem !important;
  }
  .pt-lg-17 {
    padding-top: 2.125rem !important;
  }
  .pt-lg-18 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-19 {
    padding-top: 2.375rem !important;
  }
  .pt-lg-20 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-21 {
    padding-top: 2.625rem !important;
  }
  .pt-lg-22 {
    padding-top: 2.75rem !important;
  }
  .pt-lg-23 {
    padding-top: 2.875rem !important;
  }
  .pt-lg-24 {
    padding-top: 3rem !important;
  }
  .pt-lg-25 {
    padding-top: 3.125rem !important;
  }
  .pt-lg-26 {
    padding-top: 3.25rem !important;
  }
  .pt-lg-27 {
    padding-top: 3.375rem !important;
  }
  .pt-lg-28 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-29 {
    padding-top: 3.625rem !important;
  }
  .pt-lg-30 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-31 {
    padding-top: 3.875rem !important;
  }
  .pt-lg-32 {
    padding-top: 4rem !important;
  }
  .pt-lg-33 {
    padding-top: 4.125rem !important;
  }
  .pt-lg-34 {
    padding-top: 4.25rem !important;
  }
  .pt-lg-35 {
    padding-top: 4.375rem !important;
  }
  .pt-lg-36 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-37 {
    padding-top: 4.625rem !important;
  }
  .pt-lg-38 {
    padding-top: 4.75rem !important;
  }
  .pt-lg-39 {
    padding-top: 4.875rem !important;
  }
  .pt-lg-40 {
    padding-top: 5rem !important;
  }
  .pt-lg-41 {
    padding-top: 5.125rem !important;
  }
  .pt-lg-42 {
    padding-top: 5.25rem !important;
  }
  .pt-lg-43 {
    padding-top: 5.375rem !important;
  }
  .pt-lg-44 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-45 {
    padding-top: 5.625rem !important;
  }
  .pt-lg-46 {
    padding-top: 5.75rem !important;
  }
  .pt-lg-47 {
    padding-top: 5.875rem !important;
  }
  .pt-lg-48 {
    padding-top: 6rem !important;
  }
  .pt-lg-49 {
    padding-top: 6.125rem !important;
  }
  .pt-lg-50 {
    padding-top: 6.25rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.125rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.375rem !important;
  }
  .pe-lg-4 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-6 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-7 {
    padding-right: 0.875rem !important;
  }
  .pe-lg-8 {
    padding-right: 1rem !important;
  }
  .pe-lg-9 {
    padding-right: 1.125rem !important;
  }
  .pe-lg-10 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-11 {
    padding-right: 1.375rem !important;
  }
  .pe-lg-12 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 1.625rem !important;
  }
  .pe-lg-14 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-15 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-16 {
    padding-right: 2rem !important;
  }
  .pe-lg-17 {
    padding-right: 2.125rem !important;
  }
  .pe-lg-18 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-19 {
    padding-right: 2.375rem !important;
  }
  .pe-lg-20 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-21 {
    padding-right: 2.625rem !important;
  }
  .pe-lg-22 {
    padding-right: 2.75rem !important;
  }
  .pe-lg-23 {
    padding-right: 2.875rem !important;
  }
  .pe-lg-24 {
    padding-right: 3rem !important;
  }
  .pe-lg-25 {
    padding-right: 3.125rem !important;
  }
  .pe-lg-26 {
    padding-right: 3.25rem !important;
  }
  .pe-lg-27 {
    padding-right: 3.375rem !important;
  }
  .pe-lg-28 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-29 {
    padding-right: 3.625rem !important;
  }
  .pe-lg-30 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-31 {
    padding-right: 3.875rem !important;
  }
  .pe-lg-32 {
    padding-right: 4rem !important;
  }
  .pe-lg-33 {
    padding-right: 4.125rem !important;
  }
  .pe-lg-34 {
    padding-right: 4.25rem !important;
  }
  .pe-lg-35 {
    padding-right: 4.375rem !important;
  }
  .pe-lg-36 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-37 {
    padding-right: 4.625rem !important;
  }
  .pe-lg-38 {
    padding-right: 4.75rem !important;
  }
  .pe-lg-39 {
    padding-right: 4.875rem !important;
  }
  .pe-lg-40 {
    padding-right: 5rem !important;
  }
  .pe-lg-41 {
    padding-right: 5.125rem !important;
  }
  .pe-lg-42 {
    padding-right: 5.25rem !important;
  }
  .pe-lg-43 {
    padding-right: 5.375rem !important;
  }
  .pe-lg-44 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-45 {
    padding-right: 5.625rem !important;
  }
  .pe-lg-46 {
    padding-right: 5.75rem !important;
  }
  .pe-lg-47 {
    padding-right: 5.875rem !important;
  }
  .pe-lg-48 {
    padding-right: 6rem !important;
  }
  .pe-lg-49 {
    padding-right: 6.125rem !important;
  }
  .pe-lg-50 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 0.875rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 1.125rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 1.375rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 1.625rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 2.125rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 2.375rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 2.625rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 2.75rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 2.875rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-26 {
    padding-bottom: 3.25rem !important;
  }
  .pb-lg-27 {
    padding-bottom: 3.375rem !important;
  }
  .pb-lg-28 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-29 {
    padding-bottom: 3.625rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-31 {
    padding-bottom: 3.875rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-33 {
    padding-bottom: 4.125rem !important;
  }
  .pb-lg-34 {
    padding-bottom: 4.25rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lg-36 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-37 {
    padding-bottom: 4.625rem !important;
  }
  .pb-lg-38 {
    padding-bottom: 4.75rem !important;
  }
  .pb-lg-39 {
    padding-bottom: 4.875rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-41 {
    padding-bottom: 5.125rem !important;
  }
  .pb-lg-42 {
    padding-bottom: 5.25rem !important;
  }
  .pb-lg-43 {
    padding-bottom: 5.375rem !important;
  }
  .pb-lg-44 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-46 {
    padding-bottom: 5.75rem !important;
  }
  .pb-lg-47 {
    padding-bottom: 5.875rem !important;
  }
  .pb-lg-48 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-49 {
    padding-bottom: 6.125rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 6.25rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.125rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.375rem !important;
  }
  .ps-lg-4 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-6 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-7 {
    padding-left: 0.875rem !important;
  }
  .ps-lg-8 {
    padding-left: 1rem !important;
  }
  .ps-lg-9 {
    padding-left: 1.125rem !important;
  }
  .ps-lg-10 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-11 {
    padding-left: 1.375rem !important;
  }
  .ps-lg-12 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 1.625rem !important;
  }
  .ps-lg-14 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-15 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-16 {
    padding-left: 2rem !important;
  }
  .ps-lg-17 {
    padding-left: 2.125rem !important;
  }
  .ps-lg-18 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-19 {
    padding-left: 2.375rem !important;
  }
  .ps-lg-20 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-21 {
    padding-left: 2.625rem !important;
  }
  .ps-lg-22 {
    padding-left: 2.75rem !important;
  }
  .ps-lg-23 {
    padding-left: 2.875rem !important;
  }
  .ps-lg-24 {
    padding-left: 3rem !important;
  }
  .ps-lg-25 {
    padding-left: 3.125rem !important;
  }
  .ps-lg-26 {
    padding-left: 3.25rem !important;
  }
  .ps-lg-27 {
    padding-left: 3.375rem !important;
  }
  .ps-lg-28 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-29 {
    padding-left: 3.625rem !important;
  }
  .ps-lg-30 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-31 {
    padding-left: 3.875rem !important;
  }
  .ps-lg-32 {
    padding-left: 4rem !important;
  }
  .ps-lg-33 {
    padding-left: 4.125rem !important;
  }
  .ps-lg-34 {
    padding-left: 4.25rem !important;
  }
  .ps-lg-35 {
    padding-left: 4.375rem !important;
  }
  .ps-lg-36 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-37 {
    padding-left: 4.625rem !important;
  }
  .ps-lg-38 {
    padding-left: 4.75rem !important;
  }
  .ps-lg-39 {
    padding-left: 4.875rem !important;
  }
  .ps-lg-40 {
    padding-left: 5rem !important;
  }
  .ps-lg-41 {
    padding-left: 5.125rem !important;
  }
  .ps-lg-42 {
    padding-left: 5.25rem !important;
  }
  .ps-lg-43 {
    padding-left: 5.375rem !important;
  }
  .ps-lg-44 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-45 {
    padding-left: 5.625rem !important;
  }
  .ps-lg-46 {
    padding-left: 5.75rem !important;
  }
  .ps-lg-47 {
    padding-left: 5.875rem !important;
  }
  .ps-lg-48 {
    padding-left: 6rem !important;
  }
  .ps-lg-49 {
    padding-left: 6.125rem !important;
  }
  .ps-lg-50 {
    padding-left: 6.25rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.125rem !important;
  }
  .gap-lg-2 {
    gap: 0.25rem !important;
  }
  .gap-lg-3 {
    gap: 0.375rem !important;
  }
  .gap-lg-4 {
    gap: 0.5rem !important;
  }
  .gap-lg-5 {
    gap: 0.625rem !important;
  }
  .gap-lg-6 {
    gap: 0.75rem !important;
  }
  .gap-lg-7 {
    gap: 0.875rem !important;
  }
  .gap-lg-8 {
    gap: 1rem !important;
  }
  .gap-lg-9 {
    gap: 1.125rem !important;
  }
  .gap-lg-10 {
    gap: 1.25rem !important;
  }
  .gap-lg-11 {
    gap: 1.375rem !important;
  }
  .gap-lg-12 {
    gap: 1.5rem !important;
  }
  .gap-lg-13 {
    gap: 1.625rem !important;
  }
  .gap-lg-14 {
    gap: 1.75rem !important;
  }
  .gap-lg-15 {
    gap: 1.875rem !important;
  }
  .gap-lg-16 {
    gap: 2rem !important;
  }
  .gap-lg-17 {
    gap: 2.125rem !important;
  }
  .gap-lg-18 {
    gap: 2.25rem !important;
  }
  .gap-lg-19 {
    gap: 2.375rem !important;
  }
  .gap-lg-20 {
    gap: 2.5rem !important;
  }
  .gap-lg-21 {
    gap: 2.625rem !important;
  }
  .gap-lg-22 {
    gap: 2.75rem !important;
  }
  .gap-lg-23 {
    gap: 2.875rem !important;
  }
  .gap-lg-24 {
    gap: 3rem !important;
  }
  .gap-lg-25 {
    gap: 3.125rem !important;
  }
  .gap-lg-26 {
    gap: 3.25rem !important;
  }
  .gap-lg-27 {
    gap: 3.375rem !important;
  }
  .gap-lg-28 {
    gap: 3.5rem !important;
  }
  .gap-lg-29 {
    gap: 3.625rem !important;
  }
  .gap-lg-30 {
    gap: 3.75rem !important;
  }
  .gap-lg-31 {
    gap: 3.875rem !important;
  }
  .gap-lg-32 {
    gap: 4rem !important;
  }
  .gap-lg-33 {
    gap: 4.125rem !important;
  }
  .gap-lg-34 {
    gap: 4.25rem !important;
  }
  .gap-lg-35 {
    gap: 4.375rem !important;
  }
  .gap-lg-36 {
    gap: 4.5rem !important;
  }
  .gap-lg-37 {
    gap: 4.625rem !important;
  }
  .gap-lg-38 {
    gap: 4.75rem !important;
  }
  .gap-lg-39 {
    gap: 4.875rem !important;
  }
  .gap-lg-40 {
    gap: 5rem !important;
  }
  .gap-lg-41 {
    gap: 5.125rem !important;
  }
  .gap-lg-42 {
    gap: 5.25rem !important;
  }
  .gap-lg-43 {
    gap: 5.375rem !important;
  }
  .gap-lg-44 {
    gap: 5.5rem !important;
  }
  .gap-lg-45 {
    gap: 5.625rem !important;
  }
  .gap-lg-46 {
    gap: 5.75rem !important;
  }
  .gap-lg-47 {
    gap: 5.875rem !important;
  }
  .gap-lg-48 {
    gap: 6rem !important;
  }
  .gap-lg-49 {
    gap: 6.125rem !important;
  }
  .gap-lg-50 {
    gap: 6.25rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 0.625rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 0.875rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 1.125rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 1.375rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 1.625rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 1.75rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 1.875rem !important;
  }
  .row-gap-lg-16 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-17 {
    row-gap: 2.125rem !important;
  }
  .row-gap-lg-18 {
    row-gap: 2.25rem !important;
  }
  .row-gap-lg-19 {
    row-gap: 2.375rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-21 {
    row-gap: 2.625rem !important;
  }
  .row-gap-lg-22 {
    row-gap: 2.75rem !important;
  }
  .row-gap-lg-23 {
    row-gap: 2.875rem !important;
  }
  .row-gap-lg-24 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-25 {
    row-gap: 3.125rem !important;
  }
  .row-gap-lg-26 {
    row-gap: 3.25rem !important;
  }
  .row-gap-lg-27 {
    row-gap: 3.375rem !important;
  }
  .row-gap-lg-28 {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-29 {
    row-gap: 3.625rem !important;
  }
  .row-gap-lg-30 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-31 {
    row-gap: 3.875rem !important;
  }
  .row-gap-lg-32 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-33 {
    row-gap: 4.125rem !important;
  }
  .row-gap-lg-34 {
    row-gap: 4.25rem !important;
  }
  .row-gap-lg-35 {
    row-gap: 4.375rem !important;
  }
  .row-gap-lg-36 {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-37 {
    row-gap: 4.625rem !important;
  }
  .row-gap-lg-38 {
    row-gap: 4.75rem !important;
  }
  .row-gap-lg-39 {
    row-gap: 4.875rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-41 {
    row-gap: 5.125rem !important;
  }
  .row-gap-lg-42 {
    row-gap: 5.25rem !important;
  }
  .row-gap-lg-43 {
    row-gap: 5.375rem !important;
  }
  .row-gap-lg-44 {
    row-gap: 5.5rem !important;
  }
  .row-gap-lg-45 {
    row-gap: 5.625rem !important;
  }
  .row-gap-lg-46 {
    row-gap: 5.75rem !important;
  }
  .row-gap-lg-47 {
    row-gap: 5.875rem !important;
  }
  .row-gap-lg-48 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-49 {
    row-gap: 6.125rem !important;
  }
  .row-gap-lg-50 {
    row-gap: 6.25rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 0.625rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 0.875rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 1.125rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 1.375rem !important;
  }
  .column-gap-lg-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-13 {
    column-gap: 1.625rem !important;
  }
  .column-gap-lg-14 {
    column-gap: 1.75rem !important;
  }
  .column-gap-lg-15 {
    column-gap: 1.875rem !important;
  }
  .column-gap-lg-16 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-17 {
    column-gap: 2.125rem !important;
  }
  .column-gap-lg-18 {
    column-gap: 2.25rem !important;
  }
  .column-gap-lg-19 {
    column-gap: 2.375rem !important;
  }
  .column-gap-lg-20 {
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-21 {
    column-gap: 2.625rem !important;
  }
  .column-gap-lg-22 {
    column-gap: 2.75rem !important;
  }
  .column-gap-lg-23 {
    column-gap: 2.875rem !important;
  }
  .column-gap-lg-24 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-25 {
    column-gap: 3.125rem !important;
  }
  .column-gap-lg-26 {
    column-gap: 3.25rem !important;
  }
  .column-gap-lg-27 {
    column-gap: 3.375rem !important;
  }
  .column-gap-lg-28 {
    column-gap: 3.5rem !important;
  }
  .column-gap-lg-29 {
    column-gap: 3.625rem !important;
  }
  .column-gap-lg-30 {
    column-gap: 3.75rem !important;
  }
  .column-gap-lg-31 {
    column-gap: 3.875rem !important;
  }
  .column-gap-lg-32 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-33 {
    column-gap: 4.125rem !important;
  }
  .column-gap-lg-34 {
    column-gap: 4.25rem !important;
  }
  .column-gap-lg-35 {
    column-gap: 4.375rem !important;
  }
  .column-gap-lg-36 {
    column-gap: 4.5rem !important;
  }
  .column-gap-lg-37 {
    column-gap: 4.625rem !important;
  }
  .column-gap-lg-38 {
    column-gap: 4.75rem !important;
  }
  .column-gap-lg-39 {
    column-gap: 4.875rem !important;
  }
  .column-gap-lg-40 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-41 {
    column-gap: 5.125rem !important;
  }
  .column-gap-lg-42 {
    column-gap: 5.25rem !important;
  }
  .column-gap-lg-43 {
    column-gap: 5.375rem !important;
  }
  .column-gap-lg-44 {
    column-gap: 5.5rem !important;
  }
  .column-gap-lg-45 {
    column-gap: 5.625rem !important;
  }
  .column-gap-lg-46 {
    column-gap: 5.75rem !important;
  }
  .column-gap-lg-47 {
    column-gap: 5.875rem !important;
  }
  .column-gap-lg-48 {
    column-gap: 6rem !important;
  }
  .column-gap-lg-49 {
    column-gap: 6.125rem !important;
  }
  .column-gap-lg-50 {
    column-gap: 6.25rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.125rem !important;
  }
  .m-xl-2 {
    margin: 0.25rem !important;
  }
  .m-xl-3 {
    margin: 0.375rem !important;
  }
  .m-xl-4 {
    margin: 0.5rem !important;
  }
  .m-xl-5 {
    margin: 0.625rem !important;
  }
  .m-xl-6 {
    margin: 0.75rem !important;
  }
  .m-xl-7 {
    margin: 0.875rem !important;
  }
  .m-xl-8 {
    margin: 1rem !important;
  }
  .m-xl-9 {
    margin: 1.125rem !important;
  }
  .m-xl-10 {
    margin: 1.25rem !important;
  }
  .m-xl-11 {
    margin: 1.375rem !important;
  }
  .m-xl-12 {
    margin: 1.5rem !important;
  }
  .m-xl-13 {
    margin: 1.625rem !important;
  }
  .m-xl-14 {
    margin: 1.75rem !important;
  }
  .m-xl-15 {
    margin: 1.875rem !important;
  }
  .m-xl-16 {
    margin: 2rem !important;
  }
  .m-xl-17 {
    margin: 2.125rem !important;
  }
  .m-xl-18 {
    margin: 2.25rem !important;
  }
  .m-xl-19 {
    margin: 2.375rem !important;
  }
  .m-xl-20 {
    margin: 2.5rem !important;
  }
  .m-xl-21 {
    margin: 2.625rem !important;
  }
  .m-xl-22 {
    margin: 2.75rem !important;
  }
  .m-xl-23 {
    margin: 2.875rem !important;
  }
  .m-xl-24 {
    margin: 3rem !important;
  }
  .m-xl-25 {
    margin: 3.125rem !important;
  }
  .m-xl-26 {
    margin: 3.25rem !important;
  }
  .m-xl-27 {
    margin: 3.375rem !important;
  }
  .m-xl-28 {
    margin: 3.5rem !important;
  }
  .m-xl-29 {
    margin: 3.625rem !important;
  }
  .m-xl-30 {
    margin: 3.75rem !important;
  }
  .m-xl-31 {
    margin: 3.875rem !important;
  }
  .m-xl-32 {
    margin: 4rem !important;
  }
  .m-xl-33 {
    margin: 4.125rem !important;
  }
  .m-xl-34 {
    margin: 4.25rem !important;
  }
  .m-xl-35 {
    margin: 4.375rem !important;
  }
  .m-xl-36 {
    margin: 4.5rem !important;
  }
  .m-xl-37 {
    margin: 4.625rem !important;
  }
  .m-xl-38 {
    margin: 4.75rem !important;
  }
  .m-xl-39 {
    margin: 4.875rem !important;
  }
  .m-xl-40 {
    margin: 5rem !important;
  }
  .m-xl-41 {
    margin: 5.125rem !important;
  }
  .m-xl-42 {
    margin: 5.25rem !important;
  }
  .m-xl-43 {
    margin: 5.375rem !important;
  }
  .m-xl-44 {
    margin: 5.5rem !important;
  }
  .m-xl-45 {
    margin: 5.625rem !important;
  }
  .m-xl-46 {
    margin: 5.75rem !important;
  }
  .m-xl-47 {
    margin: 5.875rem !important;
  }
  .m-xl-48 {
    margin: 6rem !important;
  }
  .m-xl-49 {
    margin: 6.125rem !important;
  }
  .m-xl-50 {
    margin: 6.25rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xl-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-6 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-7 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-xl-8 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-9 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-xl-10 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-11 {
    margin-right: 1.375rem !important;
    margin-left: 1.375rem !important;
  }
  .mx-xl-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 1.625rem !important;
    margin-left: 1.625rem !important;
  }
  .mx-xl-14 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-15 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-16 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-17 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .mx-xl-18 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-19 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .mx-xl-20 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-21 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }
  .mx-xl-22 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xl-23 {
    margin-right: 2.875rem !important;
    margin-left: 2.875rem !important;
  }
  .mx-xl-24 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-25 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xl-26 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xl-27 {
    margin-right: 3.375rem !important;
    margin-left: 3.375rem !important;
  }
  .mx-xl-28 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-29 {
    margin-right: 3.625rem !important;
    margin-left: 3.625rem !important;
  }
  .mx-xl-30 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-31 {
    margin-right: 3.875rem !important;
    margin-left: 3.875rem !important;
  }
  .mx-xl-32 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-33 {
    margin-right: 4.125rem !important;
    margin-left: 4.125rem !important;
  }
  .mx-xl-34 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xl-35 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xl-36 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-37 {
    margin-right: 4.625rem !important;
    margin-left: 4.625rem !important;
  }
  .mx-xl-38 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xl-39 {
    margin-right: 4.875rem !important;
    margin-left: 4.875rem !important;
  }
  .mx-xl-40 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-41 {
    margin-right: 5.125rem !important;
    margin-left: 5.125rem !important;
  }
  .mx-xl-42 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-xl-43 {
    margin-right: 5.375rem !important;
    margin-left: 5.375rem !important;
  }
  .mx-xl-44 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-45 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xl-46 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-xl-47 {
    margin-right: 5.875rem !important;
    margin-left: 5.875rem !important;
  }
  .mx-xl-48 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-49 {
    margin-right: 6.125rem !important;
    margin-left: 6.125rem !important;
  }
  .mx-xl-50 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xl-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xl-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-6 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-7 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-xl-8 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-9 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-xl-10 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-11 {
    margin-top: 1.375rem !important;
    margin-bottom: 1.375rem !important;
  }
  .my-xl-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-13 {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }
  .my-xl-14 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-15 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-16 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-17 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .my-xl-18 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-19 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .my-xl-20 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-21 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .my-xl-22 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-23 {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }
  .my-xl-24 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-25 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xl-26 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xl-27 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }
  .my-xl-28 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-29 {
    margin-top: 3.625rem !important;
    margin-bottom: 3.625rem !important;
  }
  .my-xl-30 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-31 {
    margin-top: 3.875rem !important;
    margin-bottom: 3.875rem !important;
  }
  .my-xl-32 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-33 {
    margin-top: 4.125rem !important;
    margin-bottom: 4.125rem !important;
  }
  .my-xl-34 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xl-35 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xl-36 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-37 {
    margin-top: 4.625rem !important;
    margin-bottom: 4.625rem !important;
  }
  .my-xl-38 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xl-39 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
  .my-xl-40 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-41 {
    margin-top: 5.125rem !important;
    margin-bottom: 5.125rem !important;
  }
  .my-xl-42 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-xl-43 {
    margin-top: 5.375rem !important;
    margin-bottom: 5.375rem !important;
  }
  .my-xl-44 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-45 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xl-46 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-xl-47 {
    margin-top: 5.875rem !important;
    margin-bottom: 5.875rem !important;
  }
  .my-xl-48 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-49 {
    margin-top: 6.125rem !important;
    margin-bottom: 6.125rem !important;
  }
  .my-xl-50 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.125rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.375rem !important;
  }
  .mt-xl-4 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-6 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 0.875rem !important;
  }
  .mt-xl-8 {
    margin-top: 1rem !important;
  }
  .mt-xl-9 {
    margin-top: 1.125rem !important;
  }
  .mt-xl-10 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-11 {
    margin-top: 1.375rem !important;
  }
  .mt-xl-12 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 1.625rem !important;
  }
  .mt-xl-14 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-15 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-16 {
    margin-top: 2rem !important;
  }
  .mt-xl-17 {
    margin-top: 2.125rem !important;
  }
  .mt-xl-18 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-19 {
    margin-top: 2.375rem !important;
  }
  .mt-xl-20 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-21 {
    margin-top: 2.625rem !important;
  }
  .mt-xl-22 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-23 {
    margin-top: 2.875rem !important;
  }
  .mt-xl-24 {
    margin-top: 3rem !important;
  }
  .mt-xl-25 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-26 {
    margin-top: 3.25rem !important;
  }
  .mt-xl-27 {
    margin-top: 3.375rem !important;
  }
  .mt-xl-28 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-29 {
    margin-top: 3.625rem !important;
  }
  .mt-xl-30 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-31 {
    margin-top: 3.875rem !important;
  }
  .mt-xl-32 {
    margin-top: 4rem !important;
  }
  .mt-xl-33 {
    margin-top: 4.125rem !important;
  }
  .mt-xl-34 {
    margin-top: 4.25rem !important;
  }
  .mt-xl-35 {
    margin-top: 4.375rem !important;
  }
  .mt-xl-36 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-37 {
    margin-top: 4.625rem !important;
  }
  .mt-xl-38 {
    margin-top: 4.75rem !important;
  }
  .mt-xl-39 {
    margin-top: 4.875rem !important;
  }
  .mt-xl-40 {
    margin-top: 5rem !important;
  }
  .mt-xl-41 {
    margin-top: 5.125rem !important;
  }
  .mt-xl-42 {
    margin-top: 5.25rem !important;
  }
  .mt-xl-43 {
    margin-top: 5.375rem !important;
  }
  .mt-xl-44 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-45 {
    margin-top: 5.625rem !important;
  }
  .mt-xl-46 {
    margin-top: 5.75rem !important;
  }
  .mt-xl-47 {
    margin-top: 5.875rem !important;
  }
  .mt-xl-48 {
    margin-top: 6rem !important;
  }
  .mt-xl-49 {
    margin-top: 6.125rem !important;
  }
  .mt-xl-50 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.125rem !important;
  }
  .me-xl-2 {
    margin-right: 0.25rem !important;
  }
  .me-xl-3 {
    margin-right: 0.375rem !important;
  }
  .me-xl-4 {
    margin-right: 0.5rem !important;
  }
  .me-xl-5 {
    margin-right: 0.625rem !important;
  }
  .me-xl-6 {
    margin-right: 0.75rem !important;
  }
  .me-xl-7 {
    margin-right: 0.875rem !important;
  }
  .me-xl-8 {
    margin-right: 1rem !important;
  }
  .me-xl-9 {
    margin-right: 1.125rem !important;
  }
  .me-xl-10 {
    margin-right: 1.25rem !important;
  }
  .me-xl-11 {
    margin-right: 1.375rem !important;
  }
  .me-xl-12 {
    margin-right: 1.5rem !important;
  }
  .me-xl-13 {
    margin-right: 1.625rem !important;
  }
  .me-xl-14 {
    margin-right: 1.75rem !important;
  }
  .me-xl-15 {
    margin-right: 1.875rem !important;
  }
  .me-xl-16 {
    margin-right: 2rem !important;
  }
  .me-xl-17 {
    margin-right: 2.125rem !important;
  }
  .me-xl-18 {
    margin-right: 2.25rem !important;
  }
  .me-xl-19 {
    margin-right: 2.375rem !important;
  }
  .me-xl-20 {
    margin-right: 2.5rem !important;
  }
  .me-xl-21 {
    margin-right: 2.625rem !important;
  }
  .me-xl-22 {
    margin-right: 2.75rem !important;
  }
  .me-xl-23 {
    margin-right: 2.875rem !important;
  }
  .me-xl-24 {
    margin-right: 3rem !important;
  }
  .me-xl-25 {
    margin-right: 3.125rem !important;
  }
  .me-xl-26 {
    margin-right: 3.25rem !important;
  }
  .me-xl-27 {
    margin-right: 3.375rem !important;
  }
  .me-xl-28 {
    margin-right: 3.5rem !important;
  }
  .me-xl-29 {
    margin-right: 3.625rem !important;
  }
  .me-xl-30 {
    margin-right: 3.75rem !important;
  }
  .me-xl-31 {
    margin-right: 3.875rem !important;
  }
  .me-xl-32 {
    margin-right: 4rem !important;
  }
  .me-xl-33 {
    margin-right: 4.125rem !important;
  }
  .me-xl-34 {
    margin-right: 4.25rem !important;
  }
  .me-xl-35 {
    margin-right: 4.375rem !important;
  }
  .me-xl-36 {
    margin-right: 4.5rem !important;
  }
  .me-xl-37 {
    margin-right: 4.625rem !important;
  }
  .me-xl-38 {
    margin-right: 4.75rem !important;
  }
  .me-xl-39 {
    margin-right: 4.875rem !important;
  }
  .me-xl-40 {
    margin-right: 5rem !important;
  }
  .me-xl-41 {
    margin-right: 5.125rem !important;
  }
  .me-xl-42 {
    margin-right: 5.25rem !important;
  }
  .me-xl-43 {
    margin-right: 5.375rem !important;
  }
  .me-xl-44 {
    margin-right: 5.5rem !important;
  }
  .me-xl-45 {
    margin-right: 5.625rem !important;
  }
  .me-xl-46 {
    margin-right: 5.75rem !important;
  }
  .me-xl-47 {
    margin-right: 5.875rem !important;
  }
  .me-xl-48 {
    margin-right: 6rem !important;
  }
  .me-xl-49 {
    margin-right: 6.125rem !important;
  }
  .me-xl-50 {
    margin-right: 6.25rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 0.875rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 1.125rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 1.375rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 1.625rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 2.125rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 2.375rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-21 {
    margin-bottom: 2.625rem !important;
  }
  .mb-xl-22 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-23 {
    margin-bottom: 2.875rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-26 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xl-27 {
    margin-bottom: 3.375rem !important;
  }
  .mb-xl-28 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-29 {
    margin-bottom: 3.625rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-31 {
    margin-bottom: 3.875rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-33 {
    margin-bottom: 4.125rem !important;
  }
  .mb-xl-34 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xl-36 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-37 {
    margin-bottom: 4.625rem !important;
  }
  .mb-xl-38 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xl-39 {
    margin-bottom: 4.875rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-41 {
    margin-bottom: 5.125rem !important;
  }
  .mb-xl-42 {
    margin-bottom: 5.25rem !important;
  }
  .mb-xl-43 {
    margin-bottom: 5.375rem !important;
  }
  .mb-xl-44 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-46 {
    margin-bottom: 5.75rem !important;
  }
  .mb-xl-47 {
    margin-bottom: 5.875rem !important;
  }
  .mb-xl-48 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-49 {
    margin-bottom: 6.125rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.125rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.375rem !important;
  }
  .ms-xl-4 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-6 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-7 {
    margin-left: 0.875rem !important;
  }
  .ms-xl-8 {
    margin-left: 1rem !important;
  }
  .ms-xl-9 {
    margin-left: 1.125rem !important;
  }
  .ms-xl-10 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-11 {
    margin-left: 1.375rem !important;
  }
  .ms-xl-12 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 1.625rem !important;
  }
  .ms-xl-14 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-15 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-16 {
    margin-left: 2rem !important;
  }
  .ms-xl-17 {
    margin-left: 2.125rem !important;
  }
  .ms-xl-18 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-19 {
    margin-left: 2.375rem !important;
  }
  .ms-xl-20 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-21 {
    margin-left: 2.625rem !important;
  }
  .ms-xl-22 {
    margin-left: 2.75rem !important;
  }
  .ms-xl-23 {
    margin-left: 2.875rem !important;
  }
  .ms-xl-24 {
    margin-left: 3rem !important;
  }
  .ms-xl-25 {
    margin-left: 3.125rem !important;
  }
  .ms-xl-26 {
    margin-left: 3.25rem !important;
  }
  .ms-xl-27 {
    margin-left: 3.375rem !important;
  }
  .ms-xl-28 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-29 {
    margin-left: 3.625rem !important;
  }
  .ms-xl-30 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-31 {
    margin-left: 3.875rem !important;
  }
  .ms-xl-32 {
    margin-left: 4rem !important;
  }
  .ms-xl-33 {
    margin-left: 4.125rem !important;
  }
  .ms-xl-34 {
    margin-left: 4.25rem !important;
  }
  .ms-xl-35 {
    margin-left: 4.375rem !important;
  }
  .ms-xl-36 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-37 {
    margin-left: 4.625rem !important;
  }
  .ms-xl-38 {
    margin-left: 4.75rem !important;
  }
  .ms-xl-39 {
    margin-left: 4.875rem !important;
  }
  .ms-xl-40 {
    margin-left: 5rem !important;
  }
  .ms-xl-41 {
    margin-left: 5.125rem !important;
  }
  .ms-xl-42 {
    margin-left: 5.25rem !important;
  }
  .ms-xl-43 {
    margin-left: 5.375rem !important;
  }
  .ms-xl-44 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-45 {
    margin-left: 5.625rem !important;
  }
  .ms-xl-46 {
    margin-left: 5.75rem !important;
  }
  .ms-xl-47 {
    margin-left: 5.875rem !important;
  }
  .ms-xl-48 {
    margin-left: 6rem !important;
  }
  .ms-xl-49 {
    margin-left: 6.125rem !important;
  }
  .ms-xl-50 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.125rem !important;
  }
  .p-xl-2 {
    padding: 0.25rem !important;
  }
  .p-xl-3 {
    padding: 0.375rem !important;
  }
  .p-xl-4 {
    padding: 0.5rem !important;
  }
  .p-xl-5 {
    padding: 0.625rem !important;
  }
  .p-xl-6 {
    padding: 0.75rem !important;
  }
  .p-xl-7 {
    padding: 0.875rem !important;
  }
  .p-xl-8 {
    padding: 1rem !important;
  }
  .p-xl-9 {
    padding: 1.125rem !important;
  }
  .p-xl-10 {
    padding: 1.25rem !important;
  }
  .p-xl-11 {
    padding: 1.375rem !important;
  }
  .p-xl-12 {
    padding: 1.5rem !important;
  }
  .p-xl-13 {
    padding: 1.625rem !important;
  }
  .p-xl-14 {
    padding: 1.75rem !important;
  }
  .p-xl-15 {
    padding: 1.875rem !important;
  }
  .p-xl-16 {
    padding: 2rem !important;
  }
  .p-xl-17 {
    padding: 2.125rem !important;
  }
  .p-xl-18 {
    padding: 2.25rem !important;
  }
  .p-xl-19 {
    padding: 2.375rem !important;
  }
  .p-xl-20 {
    padding: 2.5rem !important;
  }
  .p-xl-21 {
    padding: 2.625rem !important;
  }
  .p-xl-22 {
    padding: 2.75rem !important;
  }
  .p-xl-23 {
    padding: 2.875rem !important;
  }
  .p-xl-24 {
    padding: 3rem !important;
  }
  .p-xl-25 {
    padding: 3.125rem !important;
  }
  .p-xl-26 {
    padding: 3.25rem !important;
  }
  .p-xl-27 {
    padding: 3.375rem !important;
  }
  .p-xl-28 {
    padding: 3.5rem !important;
  }
  .p-xl-29 {
    padding: 3.625rem !important;
  }
  .p-xl-30 {
    padding: 3.75rem !important;
  }
  .p-xl-31 {
    padding: 3.875rem !important;
  }
  .p-xl-32 {
    padding: 4rem !important;
  }
  .p-xl-33 {
    padding: 4.125rem !important;
  }
  .p-xl-34 {
    padding: 4.25rem !important;
  }
  .p-xl-35 {
    padding: 4.375rem !important;
  }
  .p-xl-36 {
    padding: 4.5rem !important;
  }
  .p-xl-37 {
    padding: 4.625rem !important;
  }
  .p-xl-38 {
    padding: 4.75rem !important;
  }
  .p-xl-39 {
    padding: 4.875rem !important;
  }
  .p-xl-40 {
    padding: 5rem !important;
  }
  .p-xl-41 {
    padding: 5.125rem !important;
  }
  .p-xl-42 {
    padding: 5.25rem !important;
  }
  .p-xl-43 {
    padding: 5.375rem !important;
  }
  .p-xl-44 {
    padding: 5.5rem !important;
  }
  .p-xl-45 {
    padding: 5.625rem !important;
  }
  .p-xl-46 {
    padding: 5.75rem !important;
  }
  .p-xl-47 {
    padding: 5.875rem !important;
  }
  .p-xl-48 {
    padding: 6rem !important;
  }
  .p-xl-49 {
    padding: 6.125rem !important;
  }
  .p-xl-50 {
    padding: 6.25rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xl-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xl-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-5 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-6 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-7 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-xl-8 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-9 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-xl-10 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-11 {
    padding-right: 1.375rem !important;
    padding-left: 1.375rem !important;
  }
  .px-xl-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-13 {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important;
  }
  .px-xl-14 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-15 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-16 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-17 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .px-xl-18 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-19 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .px-xl-20 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-21 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }
  .px-xl-22 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xl-23 {
    padding-right: 2.875rem !important;
    padding-left: 2.875rem !important;
  }
  .px-xl-24 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-25 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xl-26 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xl-27 {
    padding-right: 3.375rem !important;
    padding-left: 3.375rem !important;
  }
  .px-xl-28 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-29 {
    padding-right: 3.625rem !important;
    padding-left: 3.625rem !important;
  }
  .px-xl-30 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-31 {
    padding-right: 3.875rem !important;
    padding-left: 3.875rem !important;
  }
  .px-xl-32 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-33 {
    padding-right: 4.125rem !important;
    padding-left: 4.125rem !important;
  }
  .px-xl-34 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xl-35 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xl-36 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-37 {
    padding-right: 4.625rem !important;
    padding-left: 4.625rem !important;
  }
  .px-xl-38 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xl-39 {
    padding-right: 4.875rem !important;
    padding-left: 4.875rem !important;
  }
  .px-xl-40 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-41 {
    padding-right: 5.125rem !important;
    padding-left: 5.125rem !important;
  }
  .px-xl-42 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-xl-43 {
    padding-right: 5.375rem !important;
    padding-left: 5.375rem !important;
  }
  .px-xl-44 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-45 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xl-46 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-xl-47 {
    padding-right: 5.875rem !important;
    padding-left: 5.875rem !important;
  }
  .px-xl-48 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-49 {
    padding-right: 6.125rem !important;
    padding-left: 6.125rem !important;
  }
  .px-xl-50 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xl-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xl-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-6 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-7 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-xl-8 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-9 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-xl-10 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-11 {
    padding-top: 1.375rem !important;
    padding-bottom: 1.375rem !important;
  }
  .py-xl-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-13 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }
  .py-xl-14 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-15 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-16 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-17 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .py-xl-18 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-19 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .py-xl-20 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-21 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .py-xl-22 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-23 {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }
  .py-xl-24 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-25 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xl-26 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xl-27 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }
  .py-xl-28 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-29 {
    padding-top: 3.625rem !important;
    padding-bottom: 3.625rem !important;
  }
  .py-xl-30 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-31 {
    padding-top: 3.875rem !important;
    padding-bottom: 3.875rem !important;
  }
  .py-xl-32 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-33 {
    padding-top: 4.125rem !important;
    padding-bottom: 4.125rem !important;
  }
  .py-xl-34 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xl-35 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xl-36 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-37 {
    padding-top: 4.625rem !important;
    padding-bottom: 4.625rem !important;
  }
  .py-xl-38 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xl-39 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
  .py-xl-40 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-41 {
    padding-top: 5.125rem !important;
    padding-bottom: 5.125rem !important;
  }
  .py-xl-42 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-xl-43 {
    padding-top: 5.375rem !important;
    padding-bottom: 5.375rem !important;
  }
  .py-xl-44 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-45 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xl-46 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-xl-47 {
    padding-top: 5.875rem !important;
    padding-bottom: 5.875rem !important;
  }
  .py-xl-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-49 {
    padding-top: 6.125rem !important;
    padding-bottom: 6.125rem !important;
  }
  .py-xl-50 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.125rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.375rem !important;
  }
  .pt-xl-4 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-6 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 0.875rem !important;
  }
  .pt-xl-8 {
    padding-top: 1rem !important;
  }
  .pt-xl-9 {
    padding-top: 1.125rem !important;
  }
  .pt-xl-10 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-11 {
    padding-top: 1.375rem !important;
  }
  .pt-xl-12 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 1.625rem !important;
  }
  .pt-xl-14 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-15 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-16 {
    padding-top: 2rem !important;
  }
  .pt-xl-17 {
    padding-top: 2.125rem !important;
  }
  .pt-xl-18 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-19 {
    padding-top: 2.375rem !important;
  }
  .pt-xl-20 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-21 {
    padding-top: 2.625rem !important;
  }
  .pt-xl-22 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-23 {
    padding-top: 2.875rem !important;
  }
  .pt-xl-24 {
    padding-top: 3rem !important;
  }
  .pt-xl-25 {
    padding-top: 3.125rem !important;
  }
  .pt-xl-26 {
    padding-top: 3.25rem !important;
  }
  .pt-xl-27 {
    padding-top: 3.375rem !important;
  }
  .pt-xl-28 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-29 {
    padding-top: 3.625rem !important;
  }
  .pt-xl-30 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-31 {
    padding-top: 3.875rem !important;
  }
  .pt-xl-32 {
    padding-top: 4rem !important;
  }
  .pt-xl-33 {
    padding-top: 4.125rem !important;
  }
  .pt-xl-34 {
    padding-top: 4.25rem !important;
  }
  .pt-xl-35 {
    padding-top: 4.375rem !important;
  }
  .pt-xl-36 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-37 {
    padding-top: 4.625rem !important;
  }
  .pt-xl-38 {
    padding-top: 4.75rem !important;
  }
  .pt-xl-39 {
    padding-top: 4.875rem !important;
  }
  .pt-xl-40 {
    padding-top: 5rem !important;
  }
  .pt-xl-41 {
    padding-top: 5.125rem !important;
  }
  .pt-xl-42 {
    padding-top: 5.25rem !important;
  }
  .pt-xl-43 {
    padding-top: 5.375rem !important;
  }
  .pt-xl-44 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-45 {
    padding-top: 5.625rem !important;
  }
  .pt-xl-46 {
    padding-top: 5.75rem !important;
  }
  .pt-xl-47 {
    padding-top: 5.875rem !important;
  }
  .pt-xl-48 {
    padding-top: 6rem !important;
  }
  .pt-xl-49 {
    padding-top: 6.125rem !important;
  }
  .pt-xl-50 {
    padding-top: 6.25rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.125rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.375rem !important;
  }
  .pe-xl-4 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-6 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-7 {
    padding-right: 0.875rem !important;
  }
  .pe-xl-8 {
    padding-right: 1rem !important;
  }
  .pe-xl-9 {
    padding-right: 1.125rem !important;
  }
  .pe-xl-10 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-11 {
    padding-right: 1.375rem !important;
  }
  .pe-xl-12 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 1.625rem !important;
  }
  .pe-xl-14 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-15 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-16 {
    padding-right: 2rem !important;
  }
  .pe-xl-17 {
    padding-right: 2.125rem !important;
  }
  .pe-xl-18 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-19 {
    padding-right: 2.375rem !important;
  }
  .pe-xl-20 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-21 {
    padding-right: 2.625rem !important;
  }
  .pe-xl-22 {
    padding-right: 2.75rem !important;
  }
  .pe-xl-23 {
    padding-right: 2.875rem !important;
  }
  .pe-xl-24 {
    padding-right: 3rem !important;
  }
  .pe-xl-25 {
    padding-right: 3.125rem !important;
  }
  .pe-xl-26 {
    padding-right: 3.25rem !important;
  }
  .pe-xl-27 {
    padding-right: 3.375rem !important;
  }
  .pe-xl-28 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-29 {
    padding-right: 3.625rem !important;
  }
  .pe-xl-30 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-31 {
    padding-right: 3.875rem !important;
  }
  .pe-xl-32 {
    padding-right: 4rem !important;
  }
  .pe-xl-33 {
    padding-right: 4.125rem !important;
  }
  .pe-xl-34 {
    padding-right: 4.25rem !important;
  }
  .pe-xl-35 {
    padding-right: 4.375rem !important;
  }
  .pe-xl-36 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-37 {
    padding-right: 4.625rem !important;
  }
  .pe-xl-38 {
    padding-right: 4.75rem !important;
  }
  .pe-xl-39 {
    padding-right: 4.875rem !important;
  }
  .pe-xl-40 {
    padding-right: 5rem !important;
  }
  .pe-xl-41 {
    padding-right: 5.125rem !important;
  }
  .pe-xl-42 {
    padding-right: 5.25rem !important;
  }
  .pe-xl-43 {
    padding-right: 5.375rem !important;
  }
  .pe-xl-44 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-45 {
    padding-right: 5.625rem !important;
  }
  .pe-xl-46 {
    padding-right: 5.75rem !important;
  }
  .pe-xl-47 {
    padding-right: 5.875rem !important;
  }
  .pe-xl-48 {
    padding-right: 6rem !important;
  }
  .pe-xl-49 {
    padding-right: 6.125rem !important;
  }
  .pe-xl-50 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 0.875rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 1.125rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 1.375rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 1.625rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 2.125rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 2.375rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-21 {
    padding-bottom: 2.625rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-23 {
    padding-bottom: 2.875rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xl-26 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xl-27 {
    padding-bottom: 3.375rem !important;
  }
  .pb-xl-28 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-29 {
    padding-bottom: 3.625rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-31 {
    padding-bottom: 3.875rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-33 {
    padding-bottom: 4.125rem !important;
  }
  .pb-xl-34 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xl-36 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-37 {
    padding-bottom: 4.625rem !important;
  }
  .pb-xl-38 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xl-39 {
    padding-bottom: 4.875rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-41 {
    padding-bottom: 5.125rem !important;
  }
  .pb-xl-42 {
    padding-bottom: 5.25rem !important;
  }
  .pb-xl-43 {
    padding-bottom: 5.375rem !important;
  }
  .pb-xl-44 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xl-46 {
    padding-bottom: 5.75rem !important;
  }
  .pb-xl-47 {
    padding-bottom: 5.875rem !important;
  }
  .pb-xl-48 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-49 {
    padding-bottom: 6.125rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 6.25rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.125rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.375rem !important;
  }
  .ps-xl-4 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-6 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-7 {
    padding-left: 0.875rem !important;
  }
  .ps-xl-8 {
    padding-left: 1rem !important;
  }
  .ps-xl-9 {
    padding-left: 1.125rem !important;
  }
  .ps-xl-10 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-11 {
    padding-left: 1.375rem !important;
  }
  .ps-xl-12 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 1.625rem !important;
  }
  .ps-xl-14 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-15 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-16 {
    padding-left: 2rem !important;
  }
  .ps-xl-17 {
    padding-left: 2.125rem !important;
  }
  .ps-xl-18 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-19 {
    padding-left: 2.375rem !important;
  }
  .ps-xl-20 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-21 {
    padding-left: 2.625rem !important;
  }
  .ps-xl-22 {
    padding-left: 2.75rem !important;
  }
  .ps-xl-23 {
    padding-left: 2.875rem !important;
  }
  .ps-xl-24 {
    padding-left: 3rem !important;
  }
  .ps-xl-25 {
    padding-left: 3.125rem !important;
  }
  .ps-xl-26 {
    padding-left: 3.25rem !important;
  }
  .ps-xl-27 {
    padding-left: 3.375rem !important;
  }
  .ps-xl-28 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-29 {
    padding-left: 3.625rem !important;
  }
  .ps-xl-30 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-31 {
    padding-left: 3.875rem !important;
  }
  .ps-xl-32 {
    padding-left: 4rem !important;
  }
  .ps-xl-33 {
    padding-left: 4.125rem !important;
  }
  .ps-xl-34 {
    padding-left: 4.25rem !important;
  }
  .ps-xl-35 {
    padding-left: 4.375rem !important;
  }
  .ps-xl-36 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-37 {
    padding-left: 4.625rem !important;
  }
  .ps-xl-38 {
    padding-left: 4.75rem !important;
  }
  .ps-xl-39 {
    padding-left: 4.875rem !important;
  }
  .ps-xl-40 {
    padding-left: 5rem !important;
  }
  .ps-xl-41 {
    padding-left: 5.125rem !important;
  }
  .ps-xl-42 {
    padding-left: 5.25rem !important;
  }
  .ps-xl-43 {
    padding-left: 5.375rem !important;
  }
  .ps-xl-44 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-45 {
    padding-left: 5.625rem !important;
  }
  .ps-xl-46 {
    padding-left: 5.75rem !important;
  }
  .ps-xl-47 {
    padding-left: 5.875rem !important;
  }
  .ps-xl-48 {
    padding-left: 6rem !important;
  }
  .ps-xl-49 {
    padding-left: 6.125rem !important;
  }
  .ps-xl-50 {
    padding-left: 6.25rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.125rem !important;
  }
  .gap-xl-2 {
    gap: 0.25rem !important;
  }
  .gap-xl-3 {
    gap: 0.375rem !important;
  }
  .gap-xl-4 {
    gap: 0.5rem !important;
  }
  .gap-xl-5 {
    gap: 0.625rem !important;
  }
  .gap-xl-6 {
    gap: 0.75rem !important;
  }
  .gap-xl-7 {
    gap: 0.875rem !important;
  }
  .gap-xl-8 {
    gap: 1rem !important;
  }
  .gap-xl-9 {
    gap: 1.125rem !important;
  }
  .gap-xl-10 {
    gap: 1.25rem !important;
  }
  .gap-xl-11 {
    gap: 1.375rem !important;
  }
  .gap-xl-12 {
    gap: 1.5rem !important;
  }
  .gap-xl-13 {
    gap: 1.625rem !important;
  }
  .gap-xl-14 {
    gap: 1.75rem !important;
  }
  .gap-xl-15 {
    gap: 1.875rem !important;
  }
  .gap-xl-16 {
    gap: 2rem !important;
  }
  .gap-xl-17 {
    gap: 2.125rem !important;
  }
  .gap-xl-18 {
    gap: 2.25rem !important;
  }
  .gap-xl-19 {
    gap: 2.375rem !important;
  }
  .gap-xl-20 {
    gap: 2.5rem !important;
  }
  .gap-xl-21 {
    gap: 2.625rem !important;
  }
  .gap-xl-22 {
    gap: 2.75rem !important;
  }
  .gap-xl-23 {
    gap: 2.875rem !important;
  }
  .gap-xl-24 {
    gap: 3rem !important;
  }
  .gap-xl-25 {
    gap: 3.125rem !important;
  }
  .gap-xl-26 {
    gap: 3.25rem !important;
  }
  .gap-xl-27 {
    gap: 3.375rem !important;
  }
  .gap-xl-28 {
    gap: 3.5rem !important;
  }
  .gap-xl-29 {
    gap: 3.625rem !important;
  }
  .gap-xl-30 {
    gap: 3.75rem !important;
  }
  .gap-xl-31 {
    gap: 3.875rem !important;
  }
  .gap-xl-32 {
    gap: 4rem !important;
  }
  .gap-xl-33 {
    gap: 4.125rem !important;
  }
  .gap-xl-34 {
    gap: 4.25rem !important;
  }
  .gap-xl-35 {
    gap: 4.375rem !important;
  }
  .gap-xl-36 {
    gap: 4.5rem !important;
  }
  .gap-xl-37 {
    gap: 4.625rem !important;
  }
  .gap-xl-38 {
    gap: 4.75rem !important;
  }
  .gap-xl-39 {
    gap: 4.875rem !important;
  }
  .gap-xl-40 {
    gap: 5rem !important;
  }
  .gap-xl-41 {
    gap: 5.125rem !important;
  }
  .gap-xl-42 {
    gap: 5.25rem !important;
  }
  .gap-xl-43 {
    gap: 5.375rem !important;
  }
  .gap-xl-44 {
    gap: 5.5rem !important;
  }
  .gap-xl-45 {
    gap: 5.625rem !important;
  }
  .gap-xl-46 {
    gap: 5.75rem !important;
  }
  .gap-xl-47 {
    gap: 5.875rem !important;
  }
  .gap-xl-48 {
    gap: 6rem !important;
  }
  .gap-xl-49 {
    gap: 6.125rem !important;
  }
  .gap-xl-50 {
    gap: 6.25rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 0.875rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 1.125rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 1.375rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 1.625rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xl-16 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-17 {
    row-gap: 2.125rem !important;
  }
  .row-gap-xl-18 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xl-19 {
    row-gap: 2.375rem !important;
  }
  .row-gap-xl-20 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-21 {
    row-gap: 2.625rem !important;
  }
  .row-gap-xl-22 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xl-23 {
    row-gap: 2.875rem !important;
  }
  .row-gap-xl-24 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-25 {
    row-gap: 3.125rem !important;
  }
  .row-gap-xl-26 {
    row-gap: 3.25rem !important;
  }
  .row-gap-xl-27 {
    row-gap: 3.375rem !important;
  }
  .row-gap-xl-28 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-29 {
    row-gap: 3.625rem !important;
  }
  .row-gap-xl-30 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-31 {
    row-gap: 3.875rem !important;
  }
  .row-gap-xl-32 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-33 {
    row-gap: 4.125rem !important;
  }
  .row-gap-xl-34 {
    row-gap: 4.25rem !important;
  }
  .row-gap-xl-35 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xl-36 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xl-37 {
    row-gap: 4.625rem !important;
  }
  .row-gap-xl-38 {
    row-gap: 4.75rem !important;
  }
  .row-gap-xl-39 {
    row-gap: 4.875rem !important;
  }
  .row-gap-xl-40 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-41 {
    row-gap: 5.125rem !important;
  }
  .row-gap-xl-42 {
    row-gap: 5.25rem !important;
  }
  .row-gap-xl-43 {
    row-gap: 5.375rem !important;
  }
  .row-gap-xl-44 {
    row-gap: 5.5rem !important;
  }
  .row-gap-xl-45 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xl-46 {
    row-gap: 5.75rem !important;
  }
  .row-gap-xl-47 {
    row-gap: 5.875rem !important;
  }
  .row-gap-xl-48 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-49 {
    row-gap: 6.125rem !important;
  }
  .row-gap-xl-50 {
    row-gap: 6.25rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 0.625rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 0.875rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 1.125rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 1.375rem !important;
  }
  .column-gap-xl-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-13 {
    column-gap: 1.625rem !important;
  }
  .column-gap-xl-14 {
    column-gap: 1.75rem !important;
  }
  .column-gap-xl-15 {
    column-gap: 1.875rem !important;
  }
  .column-gap-xl-16 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-17 {
    column-gap: 2.125rem !important;
  }
  .column-gap-xl-18 {
    column-gap: 2.25rem !important;
  }
  .column-gap-xl-19 {
    column-gap: 2.375rem !important;
  }
  .column-gap-xl-20 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-21 {
    column-gap: 2.625rem !important;
  }
  .column-gap-xl-22 {
    column-gap: 2.75rem !important;
  }
  .column-gap-xl-23 {
    column-gap: 2.875rem !important;
  }
  .column-gap-xl-24 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-25 {
    column-gap: 3.125rem !important;
  }
  .column-gap-xl-26 {
    column-gap: 3.25rem !important;
  }
  .column-gap-xl-27 {
    column-gap: 3.375rem !important;
  }
  .column-gap-xl-28 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xl-29 {
    column-gap: 3.625rem !important;
  }
  .column-gap-xl-30 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xl-31 {
    column-gap: 3.875rem !important;
  }
  .column-gap-xl-32 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-33 {
    column-gap: 4.125rem !important;
  }
  .column-gap-xl-34 {
    column-gap: 4.25rem !important;
  }
  .column-gap-xl-35 {
    column-gap: 4.375rem !important;
  }
  .column-gap-xl-36 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xl-37 {
    column-gap: 4.625rem !important;
  }
  .column-gap-xl-38 {
    column-gap: 4.75rem !important;
  }
  .column-gap-xl-39 {
    column-gap: 4.875rem !important;
  }
  .column-gap-xl-40 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-41 {
    column-gap: 5.125rem !important;
  }
  .column-gap-xl-42 {
    column-gap: 5.25rem !important;
  }
  .column-gap-xl-43 {
    column-gap: 5.375rem !important;
  }
  .column-gap-xl-44 {
    column-gap: 5.5rem !important;
  }
  .column-gap-xl-45 {
    column-gap: 5.625rem !important;
  }
  .column-gap-xl-46 {
    column-gap: 5.75rem !important;
  }
  .column-gap-xl-47 {
    column-gap: 5.875rem !important;
  }
  .column-gap-xl-48 {
    column-gap: 6rem !important;
  }
  .column-gap-xl-49 {
    column-gap: 6.125rem !important;
  }
  .column-gap-xl-50 {
    column-gap: 6.25rem !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: 1440px) {
  .float-xlg-start {
    float: left !important;
  }
  .float-xlg-end {
    float: right !important;
  }
  .float-xlg-none {
    float: none !important;
  }
  .object-fit-xlg-contain {
    object-fit: contain !important;
  }
  .object-fit-xlg-cover {
    object-fit: cover !important;
  }
  .object-fit-xlg-fill {
    object-fit: fill !important;
  }
  .object-fit-xlg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xlg-none {
    object-fit: none !important;
  }
  .d-xlg-inline {
    display: inline !important;
  }
  .d-xlg-inline-block {
    display: inline-block !important;
  }
  .d-xlg-block {
    display: block !important;
  }
  .d-xlg-grid {
    display: grid !important;
  }
  .d-xlg-inline-grid {
    display: inline-grid !important;
  }
  .d-xlg-table {
    display: table !important;
  }
  .d-xlg-table-row {
    display: table-row !important;
  }
  .d-xlg-table-cell {
    display: table-cell !important;
  }
  .d-xlg-flex {
    display: flex !important;
  }
  .d-xlg-inline-flex {
    display: inline-flex !important;
  }
  .d-xlg-none {
    display: none !important;
  }
  .w-xlg-25 {
    width: 25% !important;
  }
  .w-xlg-50 {
    width: 50% !important;
  }
  .w-xlg-75 {
    width: 75% !important;
  }
  .w-xlg-100 {
    width: 100% !important;
  }
  .w-xlg-auto {
    width: auto !important;
  }
  .flex-xlg-fill {
    flex: 1 1 auto !important;
  }
  .flex-xlg-row {
    flex-direction: row !important;
  }
  .flex-xlg-column {
    flex-direction: column !important;
  }
  .flex-xlg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xlg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xlg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xlg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xlg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xlg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xlg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xlg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xlg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xlg-start {
    justify-content: flex-start !important;
  }
  .justify-content-xlg-end {
    justify-content: flex-end !important;
  }
  .justify-content-xlg-center {
    justify-content: center !important;
  }
  .justify-content-xlg-between {
    justify-content: space-between !important;
  }
  .justify-content-xlg-around {
    justify-content: space-around !important;
  }
  .justify-content-xlg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xlg-start {
    align-items: flex-start !important;
  }
  .align-items-xlg-end {
    align-items: flex-end !important;
  }
  .align-items-xlg-center {
    align-items: center !important;
  }
  .align-items-xlg-baseline {
    align-items: baseline !important;
  }
  .align-items-xlg-stretch {
    align-items: stretch !important;
  }
  .align-content-xlg-start {
    align-content: flex-start !important;
  }
  .align-content-xlg-end {
    align-content: flex-end !important;
  }
  .align-content-xlg-center {
    align-content: center !important;
  }
  .align-content-xlg-between {
    align-content: space-between !important;
  }
  .align-content-xlg-around {
    align-content: space-around !important;
  }
  .align-content-xlg-stretch {
    align-content: stretch !important;
  }
  .align-self-xlg-auto {
    align-self: auto !important;
  }
  .align-self-xlg-start {
    align-self: flex-start !important;
  }
  .align-self-xlg-end {
    align-self: flex-end !important;
  }
  .align-self-xlg-center {
    align-self: center !important;
  }
  .align-self-xlg-baseline {
    align-self: baseline !important;
  }
  .align-self-xlg-stretch {
    align-self: stretch !important;
  }
  .order-xlg-first {
    order: -1 !important;
  }
  .order-xlg-0 {
    order: 0 !important;
  }
  .order-xlg-1 {
    order: 1 !important;
  }
  .order-xlg-2 {
    order: 2 !important;
  }
  .order-xlg-3 {
    order: 3 !important;
  }
  .order-xlg-4 {
    order: 4 !important;
  }
  .order-xlg-5 {
    order: 5 !important;
  }
  .order-xlg-last {
    order: 6 !important;
  }
  .m-xlg-0 {
    margin: 0 !important;
  }
  .m-xlg-1 {
    margin: 0.125rem !important;
  }
  .m-xlg-2 {
    margin: 0.25rem !important;
  }
  .m-xlg-3 {
    margin: 0.375rem !important;
  }
  .m-xlg-4 {
    margin: 0.5rem !important;
  }
  .m-xlg-5 {
    margin: 0.625rem !important;
  }
  .m-xlg-6 {
    margin: 0.75rem !important;
  }
  .m-xlg-7 {
    margin: 0.875rem !important;
  }
  .m-xlg-8 {
    margin: 1rem !important;
  }
  .m-xlg-9 {
    margin: 1.125rem !important;
  }
  .m-xlg-10 {
    margin: 1.25rem !important;
  }
  .m-xlg-11 {
    margin: 1.375rem !important;
  }
  .m-xlg-12 {
    margin: 1.5rem !important;
  }
  .m-xlg-13 {
    margin: 1.625rem !important;
  }
  .m-xlg-14 {
    margin: 1.75rem !important;
  }
  .m-xlg-15 {
    margin: 1.875rem !important;
  }
  .m-xlg-16 {
    margin: 2rem !important;
  }
  .m-xlg-17 {
    margin: 2.125rem !important;
  }
  .m-xlg-18 {
    margin: 2.25rem !important;
  }
  .m-xlg-19 {
    margin: 2.375rem !important;
  }
  .m-xlg-20 {
    margin: 2.5rem !important;
  }
  .m-xlg-21 {
    margin: 2.625rem !important;
  }
  .m-xlg-22 {
    margin: 2.75rem !important;
  }
  .m-xlg-23 {
    margin: 2.875rem !important;
  }
  .m-xlg-24 {
    margin: 3rem !important;
  }
  .m-xlg-25 {
    margin: 3.125rem !important;
  }
  .m-xlg-26 {
    margin: 3.25rem !important;
  }
  .m-xlg-27 {
    margin: 3.375rem !important;
  }
  .m-xlg-28 {
    margin: 3.5rem !important;
  }
  .m-xlg-29 {
    margin: 3.625rem !important;
  }
  .m-xlg-30 {
    margin: 3.75rem !important;
  }
  .m-xlg-31 {
    margin: 3.875rem !important;
  }
  .m-xlg-32 {
    margin: 4rem !important;
  }
  .m-xlg-33 {
    margin: 4.125rem !important;
  }
  .m-xlg-34 {
    margin: 4.25rem !important;
  }
  .m-xlg-35 {
    margin: 4.375rem !important;
  }
  .m-xlg-36 {
    margin: 4.5rem !important;
  }
  .m-xlg-37 {
    margin: 4.625rem !important;
  }
  .m-xlg-38 {
    margin: 4.75rem !important;
  }
  .m-xlg-39 {
    margin: 4.875rem !important;
  }
  .m-xlg-40 {
    margin: 5rem !important;
  }
  .m-xlg-41 {
    margin: 5.125rem !important;
  }
  .m-xlg-42 {
    margin: 5.25rem !important;
  }
  .m-xlg-43 {
    margin: 5.375rem !important;
  }
  .m-xlg-44 {
    margin: 5.5rem !important;
  }
  .m-xlg-45 {
    margin: 5.625rem !important;
  }
  .m-xlg-46 {
    margin: 5.75rem !important;
  }
  .m-xlg-47 {
    margin: 5.875rem !important;
  }
  .m-xlg-48 {
    margin: 6rem !important;
  }
  .m-xlg-49 {
    margin: 6.125rem !important;
  }
  .m-xlg-50 {
    margin: 6.25rem !important;
  }
  .m-xlg-auto {
    margin: auto !important;
  }
  .mx-xlg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xlg-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xlg-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xlg-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xlg-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xlg-5 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xlg-6 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xlg-7 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-xlg-8 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xlg-9 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-xlg-10 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xlg-11 {
    margin-right: 1.375rem !important;
    margin-left: 1.375rem !important;
  }
  .mx-xlg-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xlg-13 {
    margin-right: 1.625rem !important;
    margin-left: 1.625rem !important;
  }
  .mx-xlg-14 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xlg-15 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xlg-16 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xlg-17 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .mx-xlg-18 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xlg-19 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .mx-xlg-20 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xlg-21 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }
  .mx-xlg-22 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xlg-23 {
    margin-right: 2.875rem !important;
    margin-left: 2.875rem !important;
  }
  .mx-xlg-24 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xlg-25 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xlg-26 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xlg-27 {
    margin-right: 3.375rem !important;
    margin-left: 3.375rem !important;
  }
  .mx-xlg-28 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xlg-29 {
    margin-right: 3.625rem !important;
    margin-left: 3.625rem !important;
  }
  .mx-xlg-30 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xlg-31 {
    margin-right: 3.875rem !important;
    margin-left: 3.875rem !important;
  }
  .mx-xlg-32 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xlg-33 {
    margin-right: 4.125rem !important;
    margin-left: 4.125rem !important;
  }
  .mx-xlg-34 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xlg-35 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xlg-36 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xlg-37 {
    margin-right: 4.625rem !important;
    margin-left: 4.625rem !important;
  }
  .mx-xlg-38 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xlg-39 {
    margin-right: 4.875rem !important;
    margin-left: 4.875rem !important;
  }
  .mx-xlg-40 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xlg-41 {
    margin-right: 5.125rem !important;
    margin-left: 5.125rem !important;
  }
  .mx-xlg-42 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-xlg-43 {
    margin-right: 5.375rem !important;
    margin-left: 5.375rem !important;
  }
  .mx-xlg-44 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xlg-45 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xlg-46 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-xlg-47 {
    margin-right: 5.875rem !important;
    margin-left: 5.875rem !important;
  }
  .mx-xlg-48 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xlg-49 {
    margin-right: 6.125rem !important;
    margin-left: 6.125rem !important;
  }
  .mx-xlg-50 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xlg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xlg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xlg-1 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xlg-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xlg-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xlg-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xlg-5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xlg-6 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xlg-7 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-xlg-8 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xlg-9 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-xlg-10 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xlg-11 {
    margin-top: 1.375rem !important;
    margin-bottom: 1.375rem !important;
  }
  .my-xlg-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xlg-13 {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }
  .my-xlg-14 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xlg-15 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xlg-16 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xlg-17 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .my-xlg-18 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xlg-19 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .my-xlg-20 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xlg-21 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .my-xlg-22 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xlg-23 {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }
  .my-xlg-24 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xlg-25 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xlg-26 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xlg-27 {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }
  .my-xlg-28 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xlg-29 {
    margin-top: 3.625rem !important;
    margin-bottom: 3.625rem !important;
  }
  .my-xlg-30 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xlg-31 {
    margin-top: 3.875rem !important;
    margin-bottom: 3.875rem !important;
  }
  .my-xlg-32 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xlg-33 {
    margin-top: 4.125rem !important;
    margin-bottom: 4.125rem !important;
  }
  .my-xlg-34 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xlg-35 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xlg-36 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xlg-37 {
    margin-top: 4.625rem !important;
    margin-bottom: 4.625rem !important;
  }
  .my-xlg-38 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xlg-39 {
    margin-top: 4.875rem !important;
    margin-bottom: 4.875rem !important;
  }
  .my-xlg-40 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xlg-41 {
    margin-top: 5.125rem !important;
    margin-bottom: 5.125rem !important;
  }
  .my-xlg-42 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-xlg-43 {
    margin-top: 5.375rem !important;
    margin-bottom: 5.375rem !important;
  }
  .my-xlg-44 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xlg-45 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xlg-46 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-xlg-47 {
    margin-top: 5.875rem !important;
    margin-bottom: 5.875rem !important;
  }
  .my-xlg-48 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xlg-49 {
    margin-top: 6.125rem !important;
    margin-bottom: 6.125rem !important;
  }
  .my-xlg-50 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xlg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xlg-0 {
    margin-top: 0 !important;
  }
  .mt-xlg-1 {
    margin-top: 0.125rem !important;
  }
  .mt-xlg-2 {
    margin-top: 0.25rem !important;
  }
  .mt-xlg-3 {
    margin-top: 0.375rem !important;
  }
  .mt-xlg-4 {
    margin-top: 0.5rem !important;
  }
  .mt-xlg-5 {
    margin-top: 0.625rem !important;
  }
  .mt-xlg-6 {
    margin-top: 0.75rem !important;
  }
  .mt-xlg-7 {
    margin-top: 0.875rem !important;
  }
  .mt-xlg-8 {
    margin-top: 1rem !important;
  }
  .mt-xlg-9 {
    margin-top: 1.125rem !important;
  }
  .mt-xlg-10 {
    margin-top: 1.25rem !important;
  }
  .mt-xlg-11 {
    margin-top: 1.375rem !important;
  }
  .mt-xlg-12 {
    margin-top: 1.5rem !important;
  }
  .mt-xlg-13 {
    margin-top: 1.625rem !important;
  }
  .mt-xlg-14 {
    margin-top: 1.75rem !important;
  }
  .mt-xlg-15 {
    margin-top: 1.875rem !important;
  }
  .mt-xlg-16 {
    margin-top: 2rem !important;
  }
  .mt-xlg-17 {
    margin-top: 2.125rem !important;
  }
  .mt-xlg-18 {
    margin-top: 2.25rem !important;
  }
  .mt-xlg-19 {
    margin-top: 2.375rem !important;
  }
  .mt-xlg-20 {
    margin-top: 2.5rem !important;
  }
  .mt-xlg-21 {
    margin-top: 2.625rem !important;
  }
  .mt-xlg-22 {
    margin-top: 2.75rem !important;
  }
  .mt-xlg-23 {
    margin-top: 2.875rem !important;
  }
  .mt-xlg-24 {
    margin-top: 3rem !important;
  }
  .mt-xlg-25 {
    margin-top: 3.125rem !important;
  }
  .mt-xlg-26 {
    margin-top: 3.25rem !important;
  }
  .mt-xlg-27 {
    margin-top: 3.375rem !important;
  }
  .mt-xlg-28 {
    margin-top: 3.5rem !important;
  }
  .mt-xlg-29 {
    margin-top: 3.625rem !important;
  }
  .mt-xlg-30 {
    margin-top: 3.75rem !important;
  }
  .mt-xlg-31 {
    margin-top: 3.875rem !important;
  }
  .mt-xlg-32 {
    margin-top: 4rem !important;
  }
  .mt-xlg-33 {
    margin-top: 4.125rem !important;
  }
  .mt-xlg-34 {
    margin-top: 4.25rem !important;
  }
  .mt-xlg-35 {
    margin-top: 4.375rem !important;
  }
  .mt-xlg-36 {
    margin-top: 4.5rem !important;
  }
  .mt-xlg-37 {
    margin-top: 4.625rem !important;
  }
  .mt-xlg-38 {
    margin-top: 4.75rem !important;
  }
  .mt-xlg-39 {
    margin-top: 4.875rem !important;
  }
  .mt-xlg-40 {
    margin-top: 5rem !important;
  }
  .mt-xlg-41 {
    margin-top: 5.125rem !important;
  }
  .mt-xlg-42 {
    margin-top: 5.25rem !important;
  }
  .mt-xlg-43 {
    margin-top: 5.375rem !important;
  }
  .mt-xlg-44 {
    margin-top: 5.5rem !important;
  }
  .mt-xlg-45 {
    margin-top: 5.625rem !important;
  }
  .mt-xlg-46 {
    margin-top: 5.75rem !important;
  }
  .mt-xlg-47 {
    margin-top: 5.875rem !important;
  }
  .mt-xlg-48 {
    margin-top: 6rem !important;
  }
  .mt-xlg-49 {
    margin-top: 6.125rem !important;
  }
  .mt-xlg-50 {
    margin-top: 6.25rem !important;
  }
  .mt-xlg-auto {
    margin-top: auto !important;
  }
  .me-xlg-0 {
    margin-right: 0 !important;
  }
  .me-xlg-1 {
    margin-right: 0.125rem !important;
  }
  .me-xlg-2 {
    margin-right: 0.25rem !important;
  }
  .me-xlg-3 {
    margin-right: 0.375rem !important;
  }
  .me-xlg-4 {
    margin-right: 0.5rem !important;
  }
  .me-xlg-5 {
    margin-right: 0.625rem !important;
  }
  .me-xlg-6 {
    margin-right: 0.75rem !important;
  }
  .me-xlg-7 {
    margin-right: 0.875rem !important;
  }
  .me-xlg-8 {
    margin-right: 1rem !important;
  }
  .me-xlg-9 {
    margin-right: 1.125rem !important;
  }
  .me-xlg-10 {
    margin-right: 1.25rem !important;
  }
  .me-xlg-11 {
    margin-right: 1.375rem !important;
  }
  .me-xlg-12 {
    margin-right: 1.5rem !important;
  }
  .me-xlg-13 {
    margin-right: 1.625rem !important;
  }
  .me-xlg-14 {
    margin-right: 1.75rem !important;
  }
  .me-xlg-15 {
    margin-right: 1.875rem !important;
  }
  .me-xlg-16 {
    margin-right: 2rem !important;
  }
  .me-xlg-17 {
    margin-right: 2.125rem !important;
  }
  .me-xlg-18 {
    margin-right: 2.25rem !important;
  }
  .me-xlg-19 {
    margin-right: 2.375rem !important;
  }
  .me-xlg-20 {
    margin-right: 2.5rem !important;
  }
  .me-xlg-21 {
    margin-right: 2.625rem !important;
  }
  .me-xlg-22 {
    margin-right: 2.75rem !important;
  }
  .me-xlg-23 {
    margin-right: 2.875rem !important;
  }
  .me-xlg-24 {
    margin-right: 3rem !important;
  }
  .me-xlg-25 {
    margin-right: 3.125rem !important;
  }
  .me-xlg-26 {
    margin-right: 3.25rem !important;
  }
  .me-xlg-27 {
    margin-right: 3.375rem !important;
  }
  .me-xlg-28 {
    margin-right: 3.5rem !important;
  }
  .me-xlg-29 {
    margin-right: 3.625rem !important;
  }
  .me-xlg-30 {
    margin-right: 3.75rem !important;
  }
  .me-xlg-31 {
    margin-right: 3.875rem !important;
  }
  .me-xlg-32 {
    margin-right: 4rem !important;
  }
  .me-xlg-33 {
    margin-right: 4.125rem !important;
  }
  .me-xlg-34 {
    margin-right: 4.25rem !important;
  }
  .me-xlg-35 {
    margin-right: 4.375rem !important;
  }
  .me-xlg-36 {
    margin-right: 4.5rem !important;
  }
  .me-xlg-37 {
    margin-right: 4.625rem !important;
  }
  .me-xlg-38 {
    margin-right: 4.75rem !important;
  }
  .me-xlg-39 {
    margin-right: 4.875rem !important;
  }
  .me-xlg-40 {
    margin-right: 5rem !important;
  }
  .me-xlg-41 {
    margin-right: 5.125rem !important;
  }
  .me-xlg-42 {
    margin-right: 5.25rem !important;
  }
  .me-xlg-43 {
    margin-right: 5.375rem !important;
  }
  .me-xlg-44 {
    margin-right: 5.5rem !important;
  }
  .me-xlg-45 {
    margin-right: 5.625rem !important;
  }
  .me-xlg-46 {
    margin-right: 5.75rem !important;
  }
  .me-xlg-47 {
    margin-right: 5.875rem !important;
  }
  .me-xlg-48 {
    margin-right: 6rem !important;
  }
  .me-xlg-49 {
    margin-right: 6.125rem !important;
  }
  .me-xlg-50 {
    margin-right: 6.25rem !important;
  }
  .me-xlg-auto {
    margin-right: auto !important;
  }
  .mb-xlg-0 {
    margin-bottom: 0 !important;
  }
  .mb-xlg-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xlg-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xlg-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-xlg-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xlg-5 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xlg-6 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xlg-7 {
    margin-bottom: 0.875rem !important;
  }
  .mb-xlg-8 {
    margin-bottom: 1rem !important;
  }
  .mb-xlg-9 {
    margin-bottom: 1.125rem !important;
  }
  .mb-xlg-10 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xlg-11 {
    margin-bottom: 1.375rem !important;
  }
  .mb-xlg-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xlg-13 {
    margin-bottom: 1.625rem !important;
  }
  .mb-xlg-14 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xlg-15 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xlg-16 {
    margin-bottom: 2rem !important;
  }
  .mb-xlg-17 {
    margin-bottom: 2.125rem !important;
  }
  .mb-xlg-18 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xlg-19 {
    margin-bottom: 2.375rem !important;
  }
  .mb-xlg-20 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xlg-21 {
    margin-bottom: 2.625rem !important;
  }
  .mb-xlg-22 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xlg-23 {
    margin-bottom: 2.875rem !important;
  }
  .mb-xlg-24 {
    margin-bottom: 3rem !important;
  }
  .mb-xlg-25 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xlg-26 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xlg-27 {
    margin-bottom: 3.375rem !important;
  }
  .mb-xlg-28 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xlg-29 {
    margin-bottom: 3.625rem !important;
  }
  .mb-xlg-30 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xlg-31 {
    margin-bottom: 3.875rem !important;
  }
  .mb-xlg-32 {
    margin-bottom: 4rem !important;
  }
  .mb-xlg-33 {
    margin-bottom: 4.125rem !important;
  }
  .mb-xlg-34 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xlg-35 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xlg-36 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xlg-37 {
    margin-bottom: 4.625rem !important;
  }
  .mb-xlg-38 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xlg-39 {
    margin-bottom: 4.875rem !important;
  }
  .mb-xlg-40 {
    margin-bottom: 5rem !important;
  }
  .mb-xlg-41 {
    margin-bottom: 5.125rem !important;
  }
  .mb-xlg-42 {
    margin-bottom: 5.25rem !important;
  }
  .mb-xlg-43 {
    margin-bottom: 5.375rem !important;
  }
  .mb-xlg-44 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xlg-45 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xlg-46 {
    margin-bottom: 5.75rem !important;
  }
  .mb-xlg-47 {
    margin-bottom: 5.875rem !important;
  }
  .mb-xlg-48 {
    margin-bottom: 6rem !important;
  }
  .mb-xlg-49 {
    margin-bottom: 6.125rem !important;
  }
  .mb-xlg-50 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xlg-auto {
    margin-bottom: auto !important;
  }
  .ms-xlg-0 {
    margin-left: 0 !important;
  }
  .ms-xlg-1 {
    margin-left: 0.125rem !important;
  }
  .ms-xlg-2 {
    margin-left: 0.25rem !important;
  }
  .ms-xlg-3 {
    margin-left: 0.375rem !important;
  }
  .ms-xlg-4 {
    margin-left: 0.5rem !important;
  }
  .ms-xlg-5 {
    margin-left: 0.625rem !important;
  }
  .ms-xlg-6 {
    margin-left: 0.75rem !important;
  }
  .ms-xlg-7 {
    margin-left: 0.875rem !important;
  }
  .ms-xlg-8 {
    margin-left: 1rem !important;
  }
  .ms-xlg-9 {
    margin-left: 1.125rem !important;
  }
  .ms-xlg-10 {
    margin-left: 1.25rem !important;
  }
  .ms-xlg-11 {
    margin-left: 1.375rem !important;
  }
  .ms-xlg-12 {
    margin-left: 1.5rem !important;
  }
  .ms-xlg-13 {
    margin-left: 1.625rem !important;
  }
  .ms-xlg-14 {
    margin-left: 1.75rem !important;
  }
  .ms-xlg-15 {
    margin-left: 1.875rem !important;
  }
  .ms-xlg-16 {
    margin-left: 2rem !important;
  }
  .ms-xlg-17 {
    margin-left: 2.125rem !important;
  }
  .ms-xlg-18 {
    margin-left: 2.25rem !important;
  }
  .ms-xlg-19 {
    margin-left: 2.375rem !important;
  }
  .ms-xlg-20 {
    margin-left: 2.5rem !important;
  }
  .ms-xlg-21 {
    margin-left: 2.625rem !important;
  }
  .ms-xlg-22 {
    margin-left: 2.75rem !important;
  }
  .ms-xlg-23 {
    margin-left: 2.875rem !important;
  }
  .ms-xlg-24 {
    margin-left: 3rem !important;
  }
  .ms-xlg-25 {
    margin-left: 3.125rem !important;
  }
  .ms-xlg-26 {
    margin-left: 3.25rem !important;
  }
  .ms-xlg-27 {
    margin-left: 3.375rem !important;
  }
  .ms-xlg-28 {
    margin-left: 3.5rem !important;
  }
  .ms-xlg-29 {
    margin-left: 3.625rem !important;
  }
  .ms-xlg-30 {
    margin-left: 3.75rem !important;
  }
  .ms-xlg-31 {
    margin-left: 3.875rem !important;
  }
  .ms-xlg-32 {
    margin-left: 4rem !important;
  }
  .ms-xlg-33 {
    margin-left: 4.125rem !important;
  }
  .ms-xlg-34 {
    margin-left: 4.25rem !important;
  }
  .ms-xlg-35 {
    margin-left: 4.375rem !important;
  }
  .ms-xlg-36 {
    margin-left: 4.5rem !important;
  }
  .ms-xlg-37 {
    margin-left: 4.625rem !important;
  }
  .ms-xlg-38 {
    margin-left: 4.75rem !important;
  }
  .ms-xlg-39 {
    margin-left: 4.875rem !important;
  }
  .ms-xlg-40 {
    margin-left: 5rem !important;
  }
  .ms-xlg-41 {
    margin-left: 5.125rem !important;
  }
  .ms-xlg-42 {
    margin-left: 5.25rem !important;
  }
  .ms-xlg-43 {
    margin-left: 5.375rem !important;
  }
  .ms-xlg-44 {
    margin-left: 5.5rem !important;
  }
  .ms-xlg-45 {
    margin-left: 5.625rem !important;
  }
  .ms-xlg-46 {
    margin-left: 5.75rem !important;
  }
  .ms-xlg-47 {
    margin-left: 5.875rem !important;
  }
  .ms-xlg-48 {
    margin-left: 6rem !important;
  }
  .ms-xlg-49 {
    margin-left: 6.125rem !important;
  }
  .ms-xlg-50 {
    margin-left: 6.25rem !important;
  }
  .ms-xlg-auto {
    margin-left: auto !important;
  }
  .p-xlg-0 {
    padding: 0 !important;
  }
  .p-xlg-1 {
    padding: 0.125rem !important;
  }
  .p-xlg-2 {
    padding: 0.25rem !important;
  }
  .p-xlg-3 {
    padding: 0.375rem !important;
  }
  .p-xlg-4 {
    padding: 0.5rem !important;
  }
  .p-xlg-5 {
    padding: 0.625rem !important;
  }
  .p-xlg-6 {
    padding: 0.75rem !important;
  }
  .p-xlg-7 {
    padding: 0.875rem !important;
  }
  .p-xlg-8 {
    padding: 1rem !important;
  }
  .p-xlg-9 {
    padding: 1.125rem !important;
  }
  .p-xlg-10 {
    padding: 1.25rem !important;
  }
  .p-xlg-11 {
    padding: 1.375rem !important;
  }
  .p-xlg-12 {
    padding: 1.5rem !important;
  }
  .p-xlg-13 {
    padding: 1.625rem !important;
  }
  .p-xlg-14 {
    padding: 1.75rem !important;
  }
  .p-xlg-15 {
    padding: 1.875rem !important;
  }
  .p-xlg-16 {
    padding: 2rem !important;
  }
  .p-xlg-17 {
    padding: 2.125rem !important;
  }
  .p-xlg-18 {
    padding: 2.25rem !important;
  }
  .p-xlg-19 {
    padding: 2.375rem !important;
  }
  .p-xlg-20 {
    padding: 2.5rem !important;
  }
  .p-xlg-21 {
    padding: 2.625rem !important;
  }
  .p-xlg-22 {
    padding: 2.75rem !important;
  }
  .p-xlg-23 {
    padding: 2.875rem !important;
  }
  .p-xlg-24 {
    padding: 3rem !important;
  }
  .p-xlg-25 {
    padding: 3.125rem !important;
  }
  .p-xlg-26 {
    padding: 3.25rem !important;
  }
  .p-xlg-27 {
    padding: 3.375rem !important;
  }
  .p-xlg-28 {
    padding: 3.5rem !important;
  }
  .p-xlg-29 {
    padding: 3.625rem !important;
  }
  .p-xlg-30 {
    padding: 3.75rem !important;
  }
  .p-xlg-31 {
    padding: 3.875rem !important;
  }
  .p-xlg-32 {
    padding: 4rem !important;
  }
  .p-xlg-33 {
    padding: 4.125rem !important;
  }
  .p-xlg-34 {
    padding: 4.25rem !important;
  }
  .p-xlg-35 {
    padding: 4.375rem !important;
  }
  .p-xlg-36 {
    padding: 4.5rem !important;
  }
  .p-xlg-37 {
    padding: 4.625rem !important;
  }
  .p-xlg-38 {
    padding: 4.75rem !important;
  }
  .p-xlg-39 {
    padding: 4.875rem !important;
  }
  .p-xlg-40 {
    padding: 5rem !important;
  }
  .p-xlg-41 {
    padding: 5.125rem !important;
  }
  .p-xlg-42 {
    padding: 5.25rem !important;
  }
  .p-xlg-43 {
    padding: 5.375rem !important;
  }
  .p-xlg-44 {
    padding: 5.5rem !important;
  }
  .p-xlg-45 {
    padding: 5.625rem !important;
  }
  .p-xlg-46 {
    padding: 5.75rem !important;
  }
  .p-xlg-47 {
    padding: 5.875rem !important;
  }
  .p-xlg-48 {
    padding: 6rem !important;
  }
  .p-xlg-49 {
    padding: 6.125rem !important;
  }
  .p-xlg-50 {
    padding: 6.25rem !important;
  }
  .px-xlg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xlg-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xlg-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xlg-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xlg-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xlg-5 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xlg-6 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xlg-7 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-xlg-8 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xlg-9 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-xlg-10 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xlg-11 {
    padding-right: 1.375rem !important;
    padding-left: 1.375rem !important;
  }
  .px-xlg-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xlg-13 {
    padding-right: 1.625rem !important;
    padding-left: 1.625rem !important;
  }
  .px-xlg-14 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xlg-15 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xlg-16 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xlg-17 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .px-xlg-18 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xlg-19 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .px-xlg-20 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xlg-21 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }
  .px-xlg-22 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xlg-23 {
    padding-right: 2.875rem !important;
    padding-left: 2.875rem !important;
  }
  .px-xlg-24 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xlg-25 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xlg-26 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xlg-27 {
    padding-right: 3.375rem !important;
    padding-left: 3.375rem !important;
  }
  .px-xlg-28 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xlg-29 {
    padding-right: 3.625rem !important;
    padding-left: 3.625rem !important;
  }
  .px-xlg-30 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xlg-31 {
    padding-right: 3.875rem !important;
    padding-left: 3.875rem !important;
  }
  .px-xlg-32 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xlg-33 {
    padding-right: 4.125rem !important;
    padding-left: 4.125rem !important;
  }
  .px-xlg-34 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xlg-35 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xlg-36 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xlg-37 {
    padding-right: 4.625rem !important;
    padding-left: 4.625rem !important;
  }
  .px-xlg-38 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xlg-39 {
    padding-right: 4.875rem !important;
    padding-left: 4.875rem !important;
  }
  .px-xlg-40 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xlg-41 {
    padding-right: 5.125rem !important;
    padding-left: 5.125rem !important;
  }
  .px-xlg-42 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-xlg-43 {
    padding-right: 5.375rem !important;
    padding-left: 5.375rem !important;
  }
  .px-xlg-44 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xlg-45 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xlg-46 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-xlg-47 {
    padding-right: 5.875rem !important;
    padding-left: 5.875rem !important;
  }
  .px-xlg-48 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xlg-49 {
    padding-right: 6.125rem !important;
    padding-left: 6.125rem !important;
  }
  .px-xlg-50 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-xlg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xlg-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xlg-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xlg-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xlg-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xlg-5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xlg-6 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xlg-7 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-xlg-8 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xlg-9 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-xlg-10 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xlg-11 {
    padding-top: 1.375rem !important;
    padding-bottom: 1.375rem !important;
  }
  .py-xlg-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xlg-13 {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }
  .py-xlg-14 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xlg-15 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xlg-16 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xlg-17 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .py-xlg-18 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xlg-19 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .py-xlg-20 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xlg-21 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .py-xlg-22 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xlg-23 {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }
  .py-xlg-24 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xlg-25 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xlg-26 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xlg-27 {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }
  .py-xlg-28 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xlg-29 {
    padding-top: 3.625rem !important;
    padding-bottom: 3.625rem !important;
  }
  .py-xlg-30 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xlg-31 {
    padding-top: 3.875rem !important;
    padding-bottom: 3.875rem !important;
  }
  .py-xlg-32 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xlg-33 {
    padding-top: 4.125rem !important;
    padding-bottom: 4.125rem !important;
  }
  .py-xlg-34 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xlg-35 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xlg-36 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xlg-37 {
    padding-top: 4.625rem !important;
    padding-bottom: 4.625rem !important;
  }
  .py-xlg-38 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xlg-39 {
    padding-top: 4.875rem !important;
    padding-bottom: 4.875rem !important;
  }
  .py-xlg-40 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xlg-41 {
    padding-top: 5.125rem !important;
    padding-bottom: 5.125rem !important;
  }
  .py-xlg-42 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-xlg-43 {
    padding-top: 5.375rem !important;
    padding-bottom: 5.375rem !important;
  }
  .py-xlg-44 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xlg-45 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xlg-46 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-xlg-47 {
    padding-top: 5.875rem !important;
    padding-bottom: 5.875rem !important;
  }
  .py-xlg-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xlg-49 {
    padding-top: 6.125rem !important;
    padding-bottom: 6.125rem !important;
  }
  .py-xlg-50 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .pt-xlg-0 {
    padding-top: 0 !important;
  }
  .pt-xlg-1 {
    padding-top: 0.125rem !important;
  }
  .pt-xlg-2 {
    padding-top: 0.25rem !important;
  }
  .pt-xlg-3 {
    padding-top: 0.375rem !important;
  }
  .pt-xlg-4 {
    padding-top: 0.5rem !important;
  }
  .pt-xlg-5 {
    padding-top: 0.625rem !important;
  }
  .pt-xlg-6 {
    padding-top: 0.75rem !important;
  }
  .pt-xlg-7 {
    padding-top: 0.875rem !important;
  }
  .pt-xlg-8 {
    padding-top: 1rem !important;
  }
  .pt-xlg-9 {
    padding-top: 1.125rem !important;
  }
  .pt-xlg-10 {
    padding-top: 1.25rem !important;
  }
  .pt-xlg-11 {
    padding-top: 1.375rem !important;
  }
  .pt-xlg-12 {
    padding-top: 1.5rem !important;
  }
  .pt-xlg-13 {
    padding-top: 1.625rem !important;
  }
  .pt-xlg-14 {
    padding-top: 1.75rem !important;
  }
  .pt-xlg-15 {
    padding-top: 1.875rem !important;
  }
  .pt-xlg-16 {
    padding-top: 2rem !important;
  }
  .pt-xlg-17 {
    padding-top: 2.125rem !important;
  }
  .pt-xlg-18 {
    padding-top: 2.25rem !important;
  }
  .pt-xlg-19 {
    padding-top: 2.375rem !important;
  }
  .pt-xlg-20 {
    padding-top: 2.5rem !important;
  }
  .pt-xlg-21 {
    padding-top: 2.625rem !important;
  }
  .pt-xlg-22 {
    padding-top: 2.75rem !important;
  }
  .pt-xlg-23 {
    padding-top: 2.875rem !important;
  }
  .pt-xlg-24 {
    padding-top: 3rem !important;
  }
  .pt-xlg-25 {
    padding-top: 3.125rem !important;
  }
  .pt-xlg-26 {
    padding-top: 3.25rem !important;
  }
  .pt-xlg-27 {
    padding-top: 3.375rem !important;
  }
  .pt-xlg-28 {
    padding-top: 3.5rem !important;
  }
  .pt-xlg-29 {
    padding-top: 3.625rem !important;
  }
  .pt-xlg-30 {
    padding-top: 3.75rem !important;
  }
  .pt-xlg-31 {
    padding-top: 3.875rem !important;
  }
  .pt-xlg-32 {
    padding-top: 4rem !important;
  }
  .pt-xlg-33 {
    padding-top: 4.125rem !important;
  }
  .pt-xlg-34 {
    padding-top: 4.25rem !important;
  }
  .pt-xlg-35 {
    padding-top: 4.375rem !important;
  }
  .pt-xlg-36 {
    padding-top: 4.5rem !important;
  }
  .pt-xlg-37 {
    padding-top: 4.625rem !important;
  }
  .pt-xlg-38 {
    padding-top: 4.75rem !important;
  }
  .pt-xlg-39 {
    padding-top: 4.875rem !important;
  }
  .pt-xlg-40 {
    padding-top: 5rem !important;
  }
  .pt-xlg-41 {
    padding-top: 5.125rem !important;
  }
  .pt-xlg-42 {
    padding-top: 5.25rem !important;
  }
  .pt-xlg-43 {
    padding-top: 5.375rem !important;
  }
  .pt-xlg-44 {
    padding-top: 5.5rem !important;
  }
  .pt-xlg-45 {
    padding-top: 5.625rem !important;
  }
  .pt-xlg-46 {
    padding-top: 5.75rem !important;
  }
  .pt-xlg-47 {
    padding-top: 5.875rem !important;
  }
  .pt-xlg-48 {
    padding-top: 6rem !important;
  }
  .pt-xlg-49 {
    padding-top: 6.125rem !important;
  }
  .pt-xlg-50 {
    padding-top: 6.25rem !important;
  }
  .pe-xlg-0 {
    padding-right: 0 !important;
  }
  .pe-xlg-1 {
    padding-right: 0.125rem !important;
  }
  .pe-xlg-2 {
    padding-right: 0.25rem !important;
  }
  .pe-xlg-3 {
    padding-right: 0.375rem !important;
  }
  .pe-xlg-4 {
    padding-right: 0.5rem !important;
  }
  .pe-xlg-5 {
    padding-right: 0.625rem !important;
  }
  .pe-xlg-6 {
    padding-right: 0.75rem !important;
  }
  .pe-xlg-7 {
    padding-right: 0.875rem !important;
  }
  .pe-xlg-8 {
    padding-right: 1rem !important;
  }
  .pe-xlg-9 {
    padding-right: 1.125rem !important;
  }
  .pe-xlg-10 {
    padding-right: 1.25rem !important;
  }
  .pe-xlg-11 {
    padding-right: 1.375rem !important;
  }
  .pe-xlg-12 {
    padding-right: 1.5rem !important;
  }
  .pe-xlg-13 {
    padding-right: 1.625rem !important;
  }
  .pe-xlg-14 {
    padding-right: 1.75rem !important;
  }
  .pe-xlg-15 {
    padding-right: 1.875rem !important;
  }
  .pe-xlg-16 {
    padding-right: 2rem !important;
  }
  .pe-xlg-17 {
    padding-right: 2.125rem !important;
  }
  .pe-xlg-18 {
    padding-right: 2.25rem !important;
  }
  .pe-xlg-19 {
    padding-right: 2.375rem !important;
  }
  .pe-xlg-20 {
    padding-right: 2.5rem !important;
  }
  .pe-xlg-21 {
    padding-right: 2.625rem !important;
  }
  .pe-xlg-22 {
    padding-right: 2.75rem !important;
  }
  .pe-xlg-23 {
    padding-right: 2.875rem !important;
  }
  .pe-xlg-24 {
    padding-right: 3rem !important;
  }
  .pe-xlg-25 {
    padding-right: 3.125rem !important;
  }
  .pe-xlg-26 {
    padding-right: 3.25rem !important;
  }
  .pe-xlg-27 {
    padding-right: 3.375rem !important;
  }
  .pe-xlg-28 {
    padding-right: 3.5rem !important;
  }
  .pe-xlg-29 {
    padding-right: 3.625rem !important;
  }
  .pe-xlg-30 {
    padding-right: 3.75rem !important;
  }
  .pe-xlg-31 {
    padding-right: 3.875rem !important;
  }
  .pe-xlg-32 {
    padding-right: 4rem !important;
  }
  .pe-xlg-33 {
    padding-right: 4.125rem !important;
  }
  .pe-xlg-34 {
    padding-right: 4.25rem !important;
  }
  .pe-xlg-35 {
    padding-right: 4.375rem !important;
  }
  .pe-xlg-36 {
    padding-right: 4.5rem !important;
  }
  .pe-xlg-37 {
    padding-right: 4.625rem !important;
  }
  .pe-xlg-38 {
    padding-right: 4.75rem !important;
  }
  .pe-xlg-39 {
    padding-right: 4.875rem !important;
  }
  .pe-xlg-40 {
    padding-right: 5rem !important;
  }
  .pe-xlg-41 {
    padding-right: 5.125rem !important;
  }
  .pe-xlg-42 {
    padding-right: 5.25rem !important;
  }
  .pe-xlg-43 {
    padding-right: 5.375rem !important;
  }
  .pe-xlg-44 {
    padding-right: 5.5rem !important;
  }
  .pe-xlg-45 {
    padding-right: 5.625rem !important;
  }
  .pe-xlg-46 {
    padding-right: 5.75rem !important;
  }
  .pe-xlg-47 {
    padding-right: 5.875rem !important;
  }
  .pe-xlg-48 {
    padding-right: 6rem !important;
  }
  .pe-xlg-49 {
    padding-right: 6.125rem !important;
  }
  .pe-xlg-50 {
    padding-right: 6.25rem !important;
  }
  .pb-xlg-0 {
    padding-bottom: 0 !important;
  }
  .pb-xlg-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xlg-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xlg-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-xlg-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xlg-5 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xlg-6 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xlg-7 {
    padding-bottom: 0.875rem !important;
  }
  .pb-xlg-8 {
    padding-bottom: 1rem !important;
  }
  .pb-xlg-9 {
    padding-bottom: 1.125rem !important;
  }
  .pb-xlg-10 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xlg-11 {
    padding-bottom: 1.375rem !important;
  }
  .pb-xlg-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xlg-13 {
    padding-bottom: 1.625rem !important;
  }
  .pb-xlg-14 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xlg-15 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xlg-16 {
    padding-bottom: 2rem !important;
  }
  .pb-xlg-17 {
    padding-bottom: 2.125rem !important;
  }
  .pb-xlg-18 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xlg-19 {
    padding-bottom: 2.375rem !important;
  }
  .pb-xlg-20 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xlg-21 {
    padding-bottom: 2.625rem !important;
  }
  .pb-xlg-22 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xlg-23 {
    padding-bottom: 2.875rem !important;
  }
  .pb-xlg-24 {
    padding-bottom: 3rem !important;
  }
  .pb-xlg-25 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xlg-26 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xlg-27 {
    padding-bottom: 3.375rem !important;
  }
  .pb-xlg-28 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xlg-29 {
    padding-bottom: 3.625rem !important;
  }
  .pb-xlg-30 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xlg-31 {
    padding-bottom: 3.875rem !important;
  }
  .pb-xlg-32 {
    padding-bottom: 4rem !important;
  }
  .pb-xlg-33 {
    padding-bottom: 4.125rem !important;
  }
  .pb-xlg-34 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xlg-35 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xlg-36 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xlg-37 {
    padding-bottom: 4.625rem !important;
  }
  .pb-xlg-38 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xlg-39 {
    padding-bottom: 4.875rem !important;
  }
  .pb-xlg-40 {
    padding-bottom: 5rem !important;
  }
  .pb-xlg-41 {
    padding-bottom: 5.125rem !important;
  }
  .pb-xlg-42 {
    padding-bottom: 5.25rem !important;
  }
  .pb-xlg-43 {
    padding-bottom: 5.375rem !important;
  }
  .pb-xlg-44 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xlg-45 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xlg-46 {
    padding-bottom: 5.75rem !important;
  }
  .pb-xlg-47 {
    padding-bottom: 5.875rem !important;
  }
  .pb-xlg-48 {
    padding-bottom: 6rem !important;
  }
  .pb-xlg-49 {
    padding-bottom: 6.125rem !important;
  }
  .pb-xlg-50 {
    padding-bottom: 6.25rem !important;
  }
  .ps-xlg-0 {
    padding-left: 0 !important;
  }
  .ps-xlg-1 {
    padding-left: 0.125rem !important;
  }
  .ps-xlg-2 {
    padding-left: 0.25rem !important;
  }
  .ps-xlg-3 {
    padding-left: 0.375rem !important;
  }
  .ps-xlg-4 {
    padding-left: 0.5rem !important;
  }
  .ps-xlg-5 {
    padding-left: 0.625rem !important;
  }
  .ps-xlg-6 {
    padding-left: 0.75rem !important;
  }
  .ps-xlg-7 {
    padding-left: 0.875rem !important;
  }
  .ps-xlg-8 {
    padding-left: 1rem !important;
  }
  .ps-xlg-9 {
    padding-left: 1.125rem !important;
  }
  .ps-xlg-10 {
    padding-left: 1.25rem !important;
  }
  .ps-xlg-11 {
    padding-left: 1.375rem !important;
  }
  .ps-xlg-12 {
    padding-left: 1.5rem !important;
  }
  .ps-xlg-13 {
    padding-left: 1.625rem !important;
  }
  .ps-xlg-14 {
    padding-left: 1.75rem !important;
  }
  .ps-xlg-15 {
    padding-left: 1.875rem !important;
  }
  .ps-xlg-16 {
    padding-left: 2rem !important;
  }
  .ps-xlg-17 {
    padding-left: 2.125rem !important;
  }
  .ps-xlg-18 {
    padding-left: 2.25rem !important;
  }
  .ps-xlg-19 {
    padding-left: 2.375rem !important;
  }
  .ps-xlg-20 {
    padding-left: 2.5rem !important;
  }
  .ps-xlg-21 {
    padding-left: 2.625rem !important;
  }
  .ps-xlg-22 {
    padding-left: 2.75rem !important;
  }
  .ps-xlg-23 {
    padding-left: 2.875rem !important;
  }
  .ps-xlg-24 {
    padding-left: 3rem !important;
  }
  .ps-xlg-25 {
    padding-left: 3.125rem !important;
  }
  .ps-xlg-26 {
    padding-left: 3.25rem !important;
  }
  .ps-xlg-27 {
    padding-left: 3.375rem !important;
  }
  .ps-xlg-28 {
    padding-left: 3.5rem !important;
  }
  .ps-xlg-29 {
    padding-left: 3.625rem !important;
  }
  .ps-xlg-30 {
    padding-left: 3.75rem !important;
  }
  .ps-xlg-31 {
    padding-left: 3.875rem !important;
  }
  .ps-xlg-32 {
    padding-left: 4rem !important;
  }
  .ps-xlg-33 {
    padding-left: 4.125rem !important;
  }
  .ps-xlg-34 {
    padding-left: 4.25rem !important;
  }
  .ps-xlg-35 {
    padding-left: 4.375rem !important;
  }
  .ps-xlg-36 {
    padding-left: 4.5rem !important;
  }
  .ps-xlg-37 {
    padding-left: 4.625rem !important;
  }
  .ps-xlg-38 {
    padding-left: 4.75rem !important;
  }
  .ps-xlg-39 {
    padding-left: 4.875rem !important;
  }
  .ps-xlg-40 {
    padding-left: 5rem !important;
  }
  .ps-xlg-41 {
    padding-left: 5.125rem !important;
  }
  .ps-xlg-42 {
    padding-left: 5.25rem !important;
  }
  .ps-xlg-43 {
    padding-left: 5.375rem !important;
  }
  .ps-xlg-44 {
    padding-left: 5.5rem !important;
  }
  .ps-xlg-45 {
    padding-left: 5.625rem !important;
  }
  .ps-xlg-46 {
    padding-left: 5.75rem !important;
  }
  .ps-xlg-47 {
    padding-left: 5.875rem !important;
  }
  .ps-xlg-48 {
    padding-left: 6rem !important;
  }
  .ps-xlg-49 {
    padding-left: 6.125rem !important;
  }
  .ps-xlg-50 {
    padding-left: 6.25rem !important;
  }
  .gap-xlg-0 {
    gap: 0 !important;
  }
  .gap-xlg-1 {
    gap: 0.125rem !important;
  }
  .gap-xlg-2 {
    gap: 0.25rem !important;
  }
  .gap-xlg-3 {
    gap: 0.375rem !important;
  }
  .gap-xlg-4 {
    gap: 0.5rem !important;
  }
  .gap-xlg-5 {
    gap: 0.625rem !important;
  }
  .gap-xlg-6 {
    gap: 0.75rem !important;
  }
  .gap-xlg-7 {
    gap: 0.875rem !important;
  }
  .gap-xlg-8 {
    gap: 1rem !important;
  }
  .gap-xlg-9 {
    gap: 1.125rem !important;
  }
  .gap-xlg-10 {
    gap: 1.25rem !important;
  }
  .gap-xlg-11 {
    gap: 1.375rem !important;
  }
  .gap-xlg-12 {
    gap: 1.5rem !important;
  }
  .gap-xlg-13 {
    gap: 1.625rem !important;
  }
  .gap-xlg-14 {
    gap: 1.75rem !important;
  }
  .gap-xlg-15 {
    gap: 1.875rem !important;
  }
  .gap-xlg-16 {
    gap: 2rem !important;
  }
  .gap-xlg-17 {
    gap: 2.125rem !important;
  }
  .gap-xlg-18 {
    gap: 2.25rem !important;
  }
  .gap-xlg-19 {
    gap: 2.375rem !important;
  }
  .gap-xlg-20 {
    gap: 2.5rem !important;
  }
  .gap-xlg-21 {
    gap: 2.625rem !important;
  }
  .gap-xlg-22 {
    gap: 2.75rem !important;
  }
  .gap-xlg-23 {
    gap: 2.875rem !important;
  }
  .gap-xlg-24 {
    gap: 3rem !important;
  }
  .gap-xlg-25 {
    gap: 3.125rem !important;
  }
  .gap-xlg-26 {
    gap: 3.25rem !important;
  }
  .gap-xlg-27 {
    gap: 3.375rem !important;
  }
  .gap-xlg-28 {
    gap: 3.5rem !important;
  }
  .gap-xlg-29 {
    gap: 3.625rem !important;
  }
  .gap-xlg-30 {
    gap: 3.75rem !important;
  }
  .gap-xlg-31 {
    gap: 3.875rem !important;
  }
  .gap-xlg-32 {
    gap: 4rem !important;
  }
  .gap-xlg-33 {
    gap: 4.125rem !important;
  }
  .gap-xlg-34 {
    gap: 4.25rem !important;
  }
  .gap-xlg-35 {
    gap: 4.375rem !important;
  }
  .gap-xlg-36 {
    gap: 4.5rem !important;
  }
  .gap-xlg-37 {
    gap: 4.625rem !important;
  }
  .gap-xlg-38 {
    gap: 4.75rem !important;
  }
  .gap-xlg-39 {
    gap: 4.875rem !important;
  }
  .gap-xlg-40 {
    gap: 5rem !important;
  }
  .gap-xlg-41 {
    gap: 5.125rem !important;
  }
  .gap-xlg-42 {
    gap: 5.25rem !important;
  }
  .gap-xlg-43 {
    gap: 5.375rem !important;
  }
  .gap-xlg-44 {
    gap: 5.5rem !important;
  }
  .gap-xlg-45 {
    gap: 5.625rem !important;
  }
  .gap-xlg-46 {
    gap: 5.75rem !important;
  }
  .gap-xlg-47 {
    gap: 5.875rem !important;
  }
  .gap-xlg-48 {
    gap: 6rem !important;
  }
  .gap-xlg-49 {
    gap: 6.125rem !important;
  }
  .gap-xlg-50 {
    gap: 6.25rem !important;
  }
  .row-gap-xlg-0 {
    row-gap: 0 !important;
  }
  .row-gap-xlg-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-xlg-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xlg-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-xlg-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xlg-5 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xlg-6 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xlg-7 {
    row-gap: 0.875rem !important;
  }
  .row-gap-xlg-8 {
    row-gap: 1rem !important;
  }
  .row-gap-xlg-9 {
    row-gap: 1.125rem !important;
  }
  .row-gap-xlg-10 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xlg-11 {
    row-gap: 1.375rem !important;
  }
  .row-gap-xlg-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xlg-13 {
    row-gap: 1.625rem !important;
  }
  .row-gap-xlg-14 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xlg-15 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xlg-16 {
    row-gap: 2rem !important;
  }
  .row-gap-xlg-17 {
    row-gap: 2.125rem !important;
  }
  .row-gap-xlg-18 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xlg-19 {
    row-gap: 2.375rem !important;
  }
  .row-gap-xlg-20 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xlg-21 {
    row-gap: 2.625rem !important;
  }
  .row-gap-xlg-22 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xlg-23 {
    row-gap: 2.875rem !important;
  }
  .row-gap-xlg-24 {
    row-gap: 3rem !important;
  }
  .row-gap-xlg-25 {
    row-gap: 3.125rem !important;
  }
  .row-gap-xlg-26 {
    row-gap: 3.25rem !important;
  }
  .row-gap-xlg-27 {
    row-gap: 3.375rem !important;
  }
  .row-gap-xlg-28 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xlg-29 {
    row-gap: 3.625rem !important;
  }
  .row-gap-xlg-30 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xlg-31 {
    row-gap: 3.875rem !important;
  }
  .row-gap-xlg-32 {
    row-gap: 4rem !important;
  }
  .row-gap-xlg-33 {
    row-gap: 4.125rem !important;
  }
  .row-gap-xlg-34 {
    row-gap: 4.25rem !important;
  }
  .row-gap-xlg-35 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xlg-36 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xlg-37 {
    row-gap: 4.625rem !important;
  }
  .row-gap-xlg-38 {
    row-gap: 4.75rem !important;
  }
  .row-gap-xlg-39 {
    row-gap: 4.875rem !important;
  }
  .row-gap-xlg-40 {
    row-gap: 5rem !important;
  }
  .row-gap-xlg-41 {
    row-gap: 5.125rem !important;
  }
  .row-gap-xlg-42 {
    row-gap: 5.25rem !important;
  }
  .row-gap-xlg-43 {
    row-gap: 5.375rem !important;
  }
  .row-gap-xlg-44 {
    row-gap: 5.5rem !important;
  }
  .row-gap-xlg-45 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xlg-46 {
    row-gap: 5.75rem !important;
  }
  .row-gap-xlg-47 {
    row-gap: 5.875rem !important;
  }
  .row-gap-xlg-48 {
    row-gap: 6rem !important;
  }
  .row-gap-xlg-49 {
    row-gap: 6.125rem !important;
  }
  .row-gap-xlg-50 {
    row-gap: 6.25rem !important;
  }
  .column-gap-xlg-0 {
    column-gap: 0 !important;
  }
  .column-gap-xlg-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-xlg-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xlg-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-xlg-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xlg-5 {
    column-gap: 0.625rem !important;
  }
  .column-gap-xlg-6 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xlg-7 {
    column-gap: 0.875rem !important;
  }
  .column-gap-xlg-8 {
    column-gap: 1rem !important;
  }
  .column-gap-xlg-9 {
    column-gap: 1.125rem !important;
  }
  .column-gap-xlg-10 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xlg-11 {
    column-gap: 1.375rem !important;
  }
  .column-gap-xlg-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xlg-13 {
    column-gap: 1.625rem !important;
  }
  .column-gap-xlg-14 {
    column-gap: 1.75rem !important;
  }
  .column-gap-xlg-15 {
    column-gap: 1.875rem !important;
  }
  .column-gap-xlg-16 {
    column-gap: 2rem !important;
  }
  .column-gap-xlg-17 {
    column-gap: 2.125rem !important;
  }
  .column-gap-xlg-18 {
    column-gap: 2.25rem !important;
  }
  .column-gap-xlg-19 {
    column-gap: 2.375rem !important;
  }
  .column-gap-xlg-20 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xlg-21 {
    column-gap: 2.625rem !important;
  }
  .column-gap-xlg-22 {
    column-gap: 2.75rem !important;
  }
  .column-gap-xlg-23 {
    column-gap: 2.875rem !important;
  }
  .column-gap-xlg-24 {
    column-gap: 3rem !important;
  }
  .column-gap-xlg-25 {
    column-gap: 3.125rem !important;
  }
  .column-gap-xlg-26 {
    column-gap: 3.25rem !important;
  }
  .column-gap-xlg-27 {
    column-gap: 3.375rem !important;
  }
  .column-gap-xlg-28 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xlg-29 {
    column-gap: 3.625rem !important;
  }
  .column-gap-xlg-30 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xlg-31 {
    column-gap: 3.875rem !important;
  }
  .column-gap-xlg-32 {
    column-gap: 4rem !important;
  }
  .column-gap-xlg-33 {
    column-gap: 4.125rem !important;
  }
  .column-gap-xlg-34 {
    column-gap: 4.25rem !important;
  }
  .column-gap-xlg-35 {
    column-gap: 4.375rem !important;
  }
  .column-gap-xlg-36 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xlg-37 {
    column-gap: 4.625rem !important;
  }
  .column-gap-xlg-38 {
    column-gap: 4.75rem !important;
  }
  .column-gap-xlg-39 {
    column-gap: 4.875rem !important;
  }
  .column-gap-xlg-40 {
    column-gap: 5rem !important;
  }
  .column-gap-xlg-41 {
    column-gap: 5.125rem !important;
  }
  .column-gap-xlg-42 {
    column-gap: 5.25rem !important;
  }
  .column-gap-xlg-43 {
    column-gap: 5.375rem !important;
  }
  .column-gap-xlg-44 {
    column-gap: 5.5rem !important;
  }
  .column-gap-xlg-45 {
    column-gap: 5.625rem !important;
  }
  .column-gap-xlg-46 {
    column-gap: 5.75rem !important;
  }
  .column-gap-xlg-47 {
    column-gap: 5.875rem !important;
  }
  .column-gap-xlg-48 {
    column-gap: 6rem !important;
  }
  .column-gap-xlg-49 {
    column-gap: 6.125rem !important;
  }
  .column-gap-xlg-50 {
    column-gap: 6.25rem !important;
  }
  .text-xlg-start {
    text-align: left !important;
  }
  .text-xlg-end {
    text-align: right !important;
  }
  .text-xlg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3rem !important;
  }
  .fs-2 {
    font-size: 2.4rem !important;
  }
  .fs-3 {
    font-size: 2rem !important;
  }
  .fs-24 {
    font-size: 1.5rem !important;
  }
  .fs-25 {
    font-size: 1.563rem !important;
  }
  .fs-28 {
    font-size: 1.75rem !important;
  }
  .fs-32 {
    font-size: 2rem !important;
  }
  .fs-34 {
    font-size: 2.125rem !important;
  }
  .fs-36 {
    font-size: 2.25rem !important;
  }
  .fs-40 {
    font-size: 2.5rem !important;
  }
  .fs-44 {
    font-size: 2.75rem !important;
  }
  .fs-48 {
    font-size: 3rem !important;
  }
  .fs-52 {
    font-size: 3.25rem !important;
  }
  .fs-56 {
    font-size: 3.5rem !important;
  }
  .fs-64 {
    font-size: 4rem !important;
  }
  .fs-72 {
    font-size: 4.5rem !important;
  }
  .fs-76 {
    font-size: 4.75rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@media only screen and (max-width: 767px) {
  .events-and-announcements .filter {
    width: 100%;
    float: none;
  }
}
.select2 {
  width: 100% !important;
}

.select2.select2-container--open {
  color: #0d1f61;
  background: #fff;
}

.select2.select2-container--open.select2-container {
  border-color: #0d1f61 !important;
}

.select2.select2-container--open .select2-selection--single {
  border: none !important;
  color: #313541;
  border-radius: 0 !important;
}

.select2.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotateX(180deg) !important;
  -moz-transform: rotateX(180deg) !important;
  -ms-transform: rotateX(180deg) !important;
  -o-transform: rotateX(180deg) !important;
}

.select2.select2-container--open .select2-dropdown {
  border-top: none !important;
}

.select2.select2-container--open .select2-dropdown .select2-search__field {
  border: none !important;
}

.select2.select2-container {
  border: 1px solid #d7dde7 !important;
}

.select2.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  height: 50px;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.select2.select2-container--default .select2-selection--single span.select2-selection__rendered {
  font-family: "Arsenal", sans-serif;
  color: #0d1f61;
  font-size: 16px;
  text-align: left;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 35px;
}

@media only screen and (max-width: 767px) {
  .select2.select2-container--default .select2-selection--single span.select2-selection__rendered {
    font-size: 17px !important;
  }
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 50px;
  height: 50px;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\e91b";
  color: #0d1f61;
  right: 15px;
  font-family: "icomoon";
  font-size: 0.6rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.select2-dropdown {
  border-color: #0d1f61;
  border-radius: 2px;
}

.select2-dropdown .select2-search--dropdown {
  padding: 0;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  outline: none !important;
  height: 50px;
  background: #ebebeb;
}

.select2-dropdown .select2-results ul li {
  padding: 14px 10px;
}

.select2-dropdown .select2-results ul li.select2-results__option--highlighted {
  background-color: #0d1f61;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body .owl-nav {
  position: absolute;
  bottom: -75px;
  right: 0;
  display: flex;
  gap: 12px;
}
body .owl-nav button {
  width: 48px;
  height: 48px;
  border: solid 1px #081E5F !important;
  margin-right: 5px;
  overflow: hidden;
  outline: none;
  position: relative;
  border-radius: 14px;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}
body .owl-nav button:hover {
  color: #fff !important;
  background: #081E5F !important;
}
body .owl-nav button:hover svg path {
  fill: #fff;
}
body .owl-nav button.disabled {
  opacity: 0.5;
  cursor: default;
}
body .view-header h2 {
  font-size: 2.5rem;
  color: #081E5F;
  margin: 0 0 32px 0;
  font-weight: 700;
  float: left;
}
body .view-header .filter {
  min-width: 170px;
  float: right;
}
body .view-header .filter .form-group {
  margin-bottom: 15px;
}
body .splide__arrows:not(.slider-home .splide__arrows) {
  position: absolute;
  bottom: -75px;
  right: 0;
  display: flex;
  gap: 15px;
}
body .splide__arrows:not(.slider-home .splide__arrows) .splide__arrow {
  width: 48px;
  height: 48px;
  border: solid 1px #081E5F;
  margin-right: 5px;
  overflow: hidden;
  outline: none;
  position: relative;
  border-radius: 14px;
  background: transparent;
  transition: all 300ms ease;
  opacity: 1;
  display: inline;
}
body .splide__arrows:not(.slider-home .splide__arrows) .splide__arrow.splide__arrow--next {
  right: 0;
}
body .splide__arrows:not(.slider-home .splide__arrows) .splide__arrow.splide__arrow--prev {
  left: 0;
}
body .splide__arrows:not(.slider-home .splide__arrows) .splide__arrow:hover {
  color: #fff;
  background: #081E5F;
}
body .splide__arrows:not(.slider-home .splide__arrows) .splide__arrow:hover svg {
  fill: #fff;
}
body .splide__arrows:not(.slider-home .splide__arrows) .splide__arrow:disabled {
  opacity: 0.5;
  cursor: default;
}
body .splide__arrows:not(.slider-home .splide__arrows) .splide__arrow svg {
  fill: #081E5F;
  transition: all 300ms ease;
}

@media only screen and (max-width: 1199px) {
  .view-footer .btn-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .view-footer .btn-wrap {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  body .events-slider-wrap .filter {
    float: none;
  }
  body .events-slider-wrap .btn-outline-primary {
    background: none;
    color: #fff;
    border-color: #fff;
  }
  body .view-footer .btn-wrap {
    margin: 10px 0;
  }
  body .owl-nav {
    bottom: inherit;
  }
}
main img:not(.announcement-wrap img) {
  max-width: 100%;
  height: auto;
}

/* aday öğrenci Bilgi talep btn */
.fixed-button {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 99;
}

.fixed-button .btn {
  text-align: left;
  color: #fff;
  white-space: break-spaces;
  word-wrap: break-word;
  padding: 10px;
}

.fixed-button .btn.btn-purple {
  background-color: #565fc4;
  border-bottom-left-radius: 5px;
}

.fixed-button .btn.bilgi-talep {
  border-top-left-radius: 5px;
}

.fixed-button .icon:before {
  color: #fff;
  font-size: 35px;
}

.fixed-button .btn span {
  position: relative;
  text-align: center;
  font-size: 16px;
  bottom: 10px;
  left: 5px;
}

@media screen and (max-width: 768px) {
  .fixed-button {
    right: -102px;
  }
  .fixed-button .btn {
    padding: 8px 0 5px 4px !important;
  }
}
/* aday öğrenci Bilgi talep btn */
.socials-phone-detail > a {
  width: 55px;
  height: 55px;
}

a.icon::before {
  content: "" !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 0px;
  position: relative;
  vertical-align: top;
  margin-right: 10px;
  background-size: cover;
}
a.icon.instagram::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk3NDggMzAuMDExM0MxNC4yOTA3IDMwLjAxMTMgMTMuODU2MyAyOS45OTI3IDEyLjQxODYgMjkuOTMyOEMxMS4yOTc0IDI5Ljg5NzcgMTAuMTkwOCAyOS42ODA3IDkuMTQ2MjYgMjkuMjkxQzcuMzM5MDggMjguNjIxMiA1LjkxMDA4IDI3LjI1OTcgNS4yMDc0NyAyNS41MzgzQzQuODE0MDUgMjQuNTQgNC42MDE4NSAyMy40ODUxIDQuNTc5OTYgMjIuNDE5QzQuNDk2MDkgMjEuMDUyNiA0LjQ5NjA5IDIwLjYwNDcgNC40OTYwOSAxNy4xMjNDNC40OTYwOSAxMy42MDQzIDQuNTE1NTYgMTMuMTkzNSA0LjU3OTk2IDExLjgzMTRDNC42MDIzMyAxMC43NjY3IDQuODE0NTIgOS43MTMzIDUuMjA3NDcgOC43MTYyOUM1LjkwOTMxIDYuOTkyNjIgNy4zNDA2NCA1LjYyOTk3IDkuMTUwNzYgNC45NjIyMUMxMC4xOTcxIDQuNTg1OTUgMTEuMzAzNCA0LjM4MzMzIDEyLjQyMTYgNC4zNjMxNUMxMy44NTE4IDQuMjg2MTMgMTQuMzIyMSA0LjI4NjEzIDE3Ljk3NDggNC4yODYxM0MyMS42ODkgNC4yODYxMyAyMi4xMTU4IDQuMzA0NjggMjMuNTMxMSA0LjM2MzE1QzI0LjY1MjIgNC4zODM1IDI1Ljc2MTQgNC41ODYxIDI2LjgxMDkgNC45NjIyMUMyOC42MjA1IDUuNjMwNzMgMzAuMDUxNiA2Ljk5MzEyIDMwLjc1NDIgOC43MTYyOUMzMS4xNTQzIDkuNzI3ODMgMzEuMzY3NiAxMC43OTc3IDMxLjM4NDcgMTEuODc4NEMzMS40Njg2IDEzLjI0NDkgMzEuNDY4NiAxMy42OTEzIDMxLjQ2ODYgMTcuMTcxNUMzMS40Njg2IDIwLjY1MTggMzEuNDQ3NiAyMS4xMDgyIDMxLjM4NDcgMjIuNDU4OUMzMS4zNjI0IDIzLjUyNjEgMzEuMTQ5NyAyNC41ODE5IDMwLjc1NTcgMjUuNTgxMUMzMC4wNTEzIDI3LjMwMzcgMjguNjIwMiAyOC42NjU3IDI2LjgxMDkgMjkuMzM1MkMyNS43NjI5IDI5LjcwOTIgMjQuNjU2IDI5LjkxMTMgMjMuNTM3MSAyOS45MzI4QzIyLjEwNjggMzAuMDExMyAyMS42MzgxIDMwLjAxMTMgMTcuOTc0OCAzMC4wMTEzWk0xNy45MjM5IDYuNTQ0QzE0LjI2MDcgNi41NDQgMTMuODgwMyA2LjU2MTEyIDEyLjQ1MDEgNi42MjI0NUMxMS41OTY0IDYuNjMzMjIgMTAuNzUxIDYuNzgzMjUgOS45NTA1IDcuMDY2MDRDOC43Njg0OSA3LjQ5NjggNy44MzMxNyA4LjM4Mzk1IDcuMzc2MDUgOS41MDc5QzcuMDc2ODUgMTAuMjc4NSA2LjkxOTI5IDExLjA5MjUgNi45MTAyOSAxMS45MTQxQzYuODMwOTEgMTMuMjk2MiA2LjgzMDkxIDEzLjY1ODUgNi44MzA5MSAxNy4xMjNDNi44MzA5MSAyMC41NDYyIDYuODQ0MzkgMjAuOTYxMyA2LjkxMDI5IDIyLjMzNDhDNi45MjM3IDIzLjE0ODEgNy4wODExNiAyMy45NTM0IDcuMzc2MDUgMjQuNzE2OEM3LjgzMzg1IDI1Ljg0IDguNzY5IDI2LjcyNjUgOS45NTA1IDI3LjE1NzJDMTAuNzUwNCAyNy40NDE5IDExLjU5NjIgMjcuNTkyIDEyLjQ1MDEgMjcuNjAwOEMxMy44OTk4IDI3LjY4MDcgMTQuMjgxNyAyNy42ODA3IDE3LjkyMzkgMjcuNjgwN0MyMS41OTc2IDI3LjY4MDcgMjEuOTc4IDI3LjY2MzYgMjMuMzk2MyAyNy42MDA4QzI0LjI1MDYgMjcuNTkwOSAyNS4wOTY2IDI3LjQ0MDggMjUuODk3NCAyNy4xNTcyQzI3LjA3MjIgMjYuNzIyNyAyOC4wMDE0IDI1LjgzODMgMjguNDU4MyAyNC43MTk2QzI4Ljc1NyAyMy45NDgzIDI4LjkxNDUgMjMuMTM0IDI4LjkyNDEgMjIuMzEySDI4Ljk0MDZDMjkuMDA1IDIwLjk0ODQgMjkuMDA1IDIwLjU4NDcgMjkuMDA1IDE3LjEwMDJDMjkuMDA1IDEzLjYxNTcgMjguOTg4NSAxMy4yNDkxIDI4LjkyNDEgMTEuODg3QzI4LjkxMDcgMTEuMDc0NiAyOC43NTMyIDEwLjI3MDMgMjguNDU4MyA5LjUwNzlDMjguMDAyNSA4LjM4NzYzIDI3LjA3MzEgNy41MDE0OCAyNS44OTc0IDcuMDY2MDRDMjUuMDk2OCA2Ljc4MTgzIDI0LjI1MDYgNi42MzE3NSAyMy4zOTYzIDYuNjIyNDVDMjEuOTQ4MSA2LjU0NCAyMS41NjkyIDYuNTQ0IDE3LjkyMzkgNi41NDRaTTE3Ljk3NDggMjMuNzExMkMxNS4xNzQyIDIzLjcxMyAxMi42NDg0IDIyLjEwNzcgMTEuNTc1MiAxOS42NDRDMTAuNTAyMSAxNy4xODAzIDExLjA5MzEgMTQuMzQzNiAxMy4wNzI1IDEyLjQ1NjhDMTUuMDUyIDEwLjU2OTkgMTguMDMwMSAxMC4wMDQ2IDIwLjYxNzggMTEuMDI0NkMyMy4yMDU2IDEyLjA0NDUgMjQuODkzMyAxNC40NDg3IDI0Ljg5MzkgMTcuMTE1OUMyNC44ODk4IDIwLjc1NDUgMjEuNzk1NCAyMy43MDQxIDE3Ljk3NDggMjMuNzExMlpNMTcuOTc0OCAxMi44MzQxQzE1LjQ5MzUgMTIuODM0MSAxMy40ODE5IDE0Ljc0OTggMTMuNDgxOSAxNy4xMTMxQzEzLjQ4MTkgMTkuNDc2MyAxNS40OTM1IDIxLjM5MiAxNy45NzQ4IDIxLjM5MkMyMC40NTYyIDIxLjM5MiAyMi40Njc4IDE5LjQ3NjMgMjIuNDY3OCAxNy4xMTMxQzIyLjQ2MiAxNC43NTIxIDIwLjQ1MzggMTIuODM5NiAxNy45NzQ4IDEyLjgzNDFaTTI1LjE2MzUgMTEuODE3MUMyNC4yNzMxIDExLjgxNCAyMy41NTM0IDExLjEyNDggMjMuNTU1MSAxMC4yNzY3QzIzLjU1NjcgOS40Mjg2NCAyNC4yNzkgOC43NDE5NyAyNS4xNjk1IDguNzQxOTdDMjYuMDYgOC43NDE5NyAyNi43ODIzIDkuNDI4NjIgMjYuNzg0IDEwLjI3NjdDMjYuNzg0NCAxMC42ODU4IDI2LjYxMzcgMTEuMDc4MyAyNi4zMDk2IDExLjM2NzRDMjYuMDA1NSAxMS42NTY0IDI1LjU5MzEgMTEuODE4MyAyNS4xNjM1IDExLjgxNzFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.error-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.error-content .error-decoration {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(8, 30, 95, 0.05) 0%, rgba(41, 141, 229, 0.05) 100%);
  z-index: -1;
}
.error-content .error-decoration:first-child {
  top: -100px;
  left: -100px;
}
.error-content .error-decoration:nth-child(2) {
  bottom: -100px;
  right: -100px;
}
.error-content .error-icon {
  margin-bottom: 30px;
  animation: float 3s ease-in-out infinite;
}
.error-content .error-icon svg {
  width: 150px;
  height: 150px;
}
@media (min-width: 768px) {
  .error-content .error-icon svg {
    width: 200px;
    height: 200px;
  }
}
.error-content .error-code {
  font-size: 100px;
  font-weight: 800;
  font-family: "Arsenal", sans-serif;
  background: linear-gradient(135deg, #081E5F 0%, #298DE5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .error-content .error-code {
    font-size: 140px;
  }
}
.error-content .error-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #081E5F;
  margin-bottom: 16px;
  font-family: "Arsenal", sans-serif;
}
@media (min-width: 768px) {
  .error-content .error-title {
    font-size: 2.25rem;
  }
}
.error-content .error-message {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #434648;
  line-height: 1.625rem;
  max-width: 500px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .error-content .error-message {
    font-size: 1.125rem;
  }
}
.error-content .button-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .error-content .button-group {
    flex-direction: row;
  }
}
.error-content .button-group .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  justify-content: center;
}
.error-content .button-group .btn svg {
  width: 20px;
  height: 20px;
}
.error-content .button-group .btn.btn-primary {
  background: linear-gradient(135deg, #081E5F 0%, #298DE5 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(8, 30, 95, 0.3);
}
.error-content .button-group .btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(8, 30, 95, 0.4);
}
.error-content .button-group .btn.btn-secondary {
  background: transparent;
  color: #081E5F;
  border: 2px solid #081E5F;
}
.error-content .button-group .btn.btn-secondary:hover {
  background: #081E5F;
  color: #fff;
}
.error-content .button-group .btn.btn-secondary:hover svg {
  stroke: #fff;
}
.error-content .helpful-links {
  background: #F2F5F8;
  border-radius: 20px;
  padding: 30px;
}
@media (min-width: 768px) {
  .error-content .helpful-links {
    padding: 40px;
  }
}
.error-content .helpful-links h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #081E5F;
  margin-bottom: 24px;
  font-family: "Arsenal", sans-serif;
}
.error-content .helpful-links .links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .error-content .helpful-links .links-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.error-content .helpful-links .link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 16px;
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(224, 227, 229, 0.5019607843);
}
.error-content .helpful-links .link-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(8, 30, 95, 0.1);
  border-color: #4DABE9;
}
.error-content .helpful-links .link-item:hover svg {
  stroke: #298DE5;
}
.error-content .helpful-links .link-item:hover span {
  color: #298DE5;
}
.error-content .helpful-links .link-item svg {
  width: 32px;
  height: 32px;
  stroke: #081E5F;
  transition: stroke 0.3s ease;
}
.error-content .helpful-links .link-item span {
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #081E5F;
  transition: color 0.3s ease;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
[data-theme=dark] .error-content .error-decoration {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.05) 100%);
}
[data-theme=dark] .error-content .error-code {
  background: linear-gradient(135deg, #4DABE9 0%, #298DE5 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
[data-theme=dark] .error-content .error-title {
  color: #fff;
}
[data-theme=dark] .error-content .error-message {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme=dark] .error-content .button-group .btn.btn-primary {
  background: linear-gradient(135deg, #298DE5 0%, #4DABE9 100%);
}
[data-theme=dark] .error-content .button-group .btn.btn-secondary {
  color: #fff;
  border-color: #4DABE9;
}
[data-theme=dark] .error-content .button-group .btn.btn-secondary:hover {
  background: #4DABE9;
  color: #081E5F;
}
[data-theme=dark] .error-content .helpful-links {
  background: rgba(255, 255, 255, 0.05);
}
[data-theme=dark] .error-content .helpful-links h3 {
  color: #fff;
}
[data-theme=dark] .error-content .helpful-links .link-item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
[data-theme=dark] .error-content .helpful-links .link-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #4DABE9;
}
[data-theme=dark] .error-content .helpful-links .link-item svg {
  stroke: #4DABE9;
}
[data-theme=dark] .error-content .helpful-links .link-item span {
  color: #fff;
}

.fabBgOverlay {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.fabBgOverlay.active {
  opacity: 1;
  inset: 0;
  background: grey;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  content: "";
  z-index: 500;
}

.mobile-fab-wrapper .fab-label,
.mobile-fab-wrapper .fab-main-bottom {
  display: none;
}
.mobile-fab-wrapper .fab-main {
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: translateX(0);
  background: #e9ecf2;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #b7b9cc;
  color: #e0ffff;
  cursor: pointer;
}

ul#mobileFabActions {
  --width: 260px;
  width: 260px;
  height: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -60%);
}
ul#mobileFabActions .radialItem {
  transform: translate(-50%, -50%);
}

.mobile-fab-actions.show,
.radialMenu.show {
  opacity: 1;
  pointer-events: auto;
}

.radialMenu {
  --width: 230px;
  width: var(--width);
  height: var(--width);
  position: fixed;
  top: 100%;
  left: 100%;
  padding: 0;
  margin: 0;
  transform: translate(-101%, -101%);
}

.radialItem {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(0%, 30%);
  transition: all 0.3s ease;
}
.radialItem a, .radialItem button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #232E50;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: 0.25s;
  border: unset;
  cursor: pointer;
}
.radialItem a:hover, .radialItem button:hover {
  transition-delay: 0s;
  background-color: #1b243e;
}

.mobile-fab-actions.show .radialItem,
.radialMenu.show .radialItem {
  --angle: 0deg;
  --star-angle: 0deg;
  --point-size: 60px;
  --countItem: 8;
  /* we subtract the point size to place point inside circle */
  --radius: calc((var(--width) / 2) - (var(--point-size) / 2));
  --x: calc(var(--radius) * cos(var(--angle) + var(--star-angle)));
  --y: calc(var(--radius) * sin(var(--angle) + var(--star-angle)));
  /* position point at center of circle with radius. We add x and y values to move to edge of circle. */
  top: calc(var(--radius) + var(--y) + var(--point-size) / 2);
  left: calc(var(--radius) + var(--x) + var(--point-size) / 2);
  width: var(--point-size);
  height: var(--point-size);
}
.mobile-fab-actions.show .radialItem:nth-child(1),
.radialMenu.show .radialItem:nth-child(1) {
  --angle: calc((180deg / var(--countItem)) * 0);
  transition-delay: 0.05s;
}
.mobile-fab-actions.show .radialItem:nth-child(2),
.radialMenu.show .radialItem:nth-child(2) {
  --angle: calc((180deg / var(--countItem)) * 1);
  transition-delay: 0.1s;
}
.mobile-fab-actions.show .radialItem:nth-child(3),
.radialMenu.show .radialItem:nth-child(3) {
  --angle: calc((180deg / var(--countItem)) * 2);
  transition-delay: 0.15s;
}
.mobile-fab-actions.show .radialItem:nth-child(4),
.radialMenu.show .radialItem:nth-child(4) {
  --angle: calc((360deg / var(--countItem)) * 3);
  transition-delay: 0.2s;
}
.mobile-fab-actions.show .radialItem:nth-child(5),
.radialMenu.show .radialItem:nth-child(5) {
  --angle: calc((360deg / var(--countItem)) * 4);
  transition-delay: 0.25s;
}
.mobile-fab-actions.show .radialItem:nth-child(6),
.radialMenu.show .radialItem:nth-child(6) {
  --angle: calc((360deg / var(--countItem)) * 5);
  transition-delay: 0.3s;
}
.mobile-fab-actions.show .radialItem:nth-child(7),
.radialMenu.show .radialItem:nth-child(7) {
  --angle: calc((360deg / var(--countItem)) * 6);
  transition-delay: 0.35s;
}
.mobile-fab-actions.show .radialItem:nth-child(8),
.radialMenu.show .radialItem:nth-child(8) {
  --angle: calc((360deg / var(--countItem)) * 7);
  transition-delay: 0.4s;
}

.radial.half-top .show .radialItem {
  --angle: 0deg;
  --star-angle: 210deg;
  --point-size: 60px;
  --countItem: 3;
  width: var(--point-size);
  height: var(--point-size);
}
.radial.half-top .show .radialItem:nth-child(1) {
  --angle: calc((180deg / var(--countItem)) * 0);
  transition-delay: 0.05s;
}
.radial.half-top .show .radialItem:nth-child(2) {
  --angle: calc((180deg / var(--countItem)) * 1);
  transition-delay: 0.1s;
}
.radial.half-top .show .radialItem:nth-child(3) {
  --angle: calc((180deg / var(--countItem)) * 2);
  transition-delay: 0.15s;
}
.radial.half-top .show .radialItem:nth-child(4) {
  --angle: calc((180deg / var(--countItem)) * 3);
  transition-delay: 0.2s;
}
.radial.half-top .show .radialItem:nth-child(5) {
  --angle: calc((360deg / var(--countItem)) * 4);
  transition-delay: 0.25s;
}
.radial.half-top .radialItem a, .radial.half-top .radialItem button {
  background: #2876c9;
}
.radial.half-top .radialItem a:hover, .radial.half-top .radialItem button:hover {
  transform: translateY(-5px);
}

.radial.quarter-left .show .radialItem {
  --angle: 0deg;
  --star-angle: 180deg;
  --point-size: 55px;
  --countItem: 8;
  width: var(--point-size);
  height: var(--point-size);
}
.radial.quarter-left .show .radialItem:nth-child(1) {
  --angle: calc((360deg / var(--countItem)) * 0);
  transition-delay: 0.05s;
}
.radial.quarter-left .show .radialItem:nth-child(2) {
  --angle: calc((360deg / var(--countItem)) * 1);
  transition-delay: 0.1s;
}
.radial.quarter-left .show .radialItem:nth-child(3) {
  --angle: calc((360deg / var(--countItem)) * 2);
  transition-delay: 0.15s;
}
.radial.quarter-left .radialItem a, .radial.quarter-left .radialItem button {
  transform: scale(1);
  background: #2876c9;
}
.radial.quarter-left .radialItem a:hover, .radial.quarter-left .radialItem button:hover {
  transform: scale(1.2);
}

.mobile-fab-actions,
.radialMenu {
  display: flex;
  justify-content: center;
  gap: 40px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

button#mobileFabToggle i {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: all 0.2s ease-in-out;
}

.radialItem i {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.radialItem i:before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1);
}

li#fa-1 i:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNC4zMzA4IDE1Ljk0MDJMMTUuNjYwOCAxNC42MTAxQzE1Ljg2NTUgMTQuNDAzIDE2LjEwOTIgMTQuMjM4NCAxNi4zNzc4IDE0LjEyNjJDMTYuNjQ2NSAxNC4wMTQgMTYuOTM0NyAxMy45NTYzIDE3LjIyNTggMTMuOTU2M0MxNy41MTcgMTMuOTU2MyAxNy44MDUyIDE0LjAxNCAxOC4wNzM5IDE0LjEyNjJDMTguMzQyNSAxNC4yMzg0IDE4LjU4NjIgMTQuNDAzIDE4Ljc5MDggMTQuNjEwMUwyMC4zNTA4IDE2LjE3MDJDMjAuNTU3OSAxNi4zNzQ4IDIwLjcyMjQgMTYuNjE4MyAyMC44MzQ2IDE2Ljg4N0MyMC45NDY4IDE3LjE1NTYgMjEuMDA0NiAxNy40NDQgMjEuMDA0NiAxNy43MzUxQzIxLjAwNDYgMTguMDI2MyAyMC45NDY4IDE4LjMxNDYgMjAuODM0NiAxOC41ODMzQzIwLjcyMjQgMTguODUxOSAyMC41NTc5IDE5LjA5NTQgMjAuMzUwOCAxOS4zTDE5LjY0MDggMjAuMDJDMTkuMTUxNiAyMC41MTQgMTguNTE4OSAyMC44NDEgMTcuODMyOSAyMC45NTQxQzE3LjE0NjkgMjEuMDY3MiAxNi40NDI3IDIwLjk2MDkgMTUuODIwOCAyMC42NTAxQzEwLjQ2OTEgMTcuODk1MiA2LjExMDA4IDEzLjUzOTYgMy4zNTA4MyA4LjE5MDE5QzMuMDM5NzYgNy41Njc2MSAyLjkzNDE0IDYuODYyNDIgMy4wNDkxNCA2LjE3NjAzQzMuMTY0MTQgNS40ODk2MyAzLjQ5Mzg0IDQuODU3MzEgMy45OTA4NSA0LjM3MDEyTDQuNzAwODEgMy42NTAxNUM1LjExNjc0IDMuMjM2NzMgNS42NzkzNyAzLjAwNDY0IDYuMjY1ODEgMy4wMDQ2NEM2Ljg1MjI1IDMuMDA0NjQgNy40MTQ4OCAzLjIzNjczIDcuODMwODEgMy42NTAxNUw5LjQwMDgyIDUuMjIwMjFDOS44MTQyNCA1LjYzNjE1IDEwLjA0NjMgNi4xOTg3MSAxMC4wNDYzIDYuNzg1MTZDMTAuMDQ2MyA3LjM3MTYgOS44MTQyNCA3LjkzNDE2IDkuNDAwODIgOC4zNTAxTDguMDcwOCA5LjY4MDE4QzguOTUwMjEgMTAuODY5NyA5LjkxNjE3IDExLjk5MjYgMTAuOTYwOCAxMy4wNEMxMS45OTk0IDE0LjA4MDQgMTMuMTE2IDE1LjA0IDE0LjMwMDggMTUuOTEwMkwxNC4zMzA4IDE1Ljk0MDJaIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xOC4yMTA5IDguODQwMDlDMTguMDU3OCA4LjA5Njc3IDE3LjY5MzEgNy40MTM2MiAxNy4xNjA5IDYuODcyNTZDMTYuNjI4OCA2LjMzMTQ5IDE1Ljk1MTYgNS45NTU0OSAxNS4yMTA5IDUuNzkwMDQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTIyIDcuNTEwMDFDMjEuNjI4MyA2LjE5OTI0IDIwLjkyOCA1LjAwNTI5IDE5Ljk2NTUgNC4wNDEwMkMxOS4wMDMgMy4wNzY3NCAxNy44MTAxIDIuMzc0MDggMTYuNSAyIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg==);
}

li#fa-2 i:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjMWYxZjFmIj48cGF0aCBkPSJNODgwLTgwIDcyMC0yNDBIMzIwcS0zMyAwLTU2LjUtMjMuNVQyNDAtMzIwdi00MGg0NDBxMzMgMCA1Ni41LTIzLjVUNzYwLTQ0MHYtMjgwaDQwcTMzIDAgNTYuNSAyMy41VDg4MC02NDB2NTYwWk0xNjAtNDczbDQ3LTQ3aDM5M3YtMjgwSDE2MHYzMjdaTTgwLTI4MHYtNTIwcTAtMzMgMjMuNS01Ni41VDE2MC04ODBoNDQwcTMzIDAgNTYuNSAyMy41VDY4MC04MDB2MjgwcTAgMzMtMjMuNSA1Ni41VDYwMC00NDBIMjQwTDgwLTI4MFptODAtMjQwdi0yODAgMjgwWiIvPjwvc3ZnPg==");
}

li#fa-3 i:before {
  width: 42px;
  height: 42px;
  background-size: 42px;
  filter: invert(0);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwODAiIGhlaWdodD0iMTA4MCI+CjxwYXRoIGQ9Ik0wIDAgQzguMTY2Nzc2MzMgNS43MDk1MTYyIDEzLjQzMjA0ODc3IDEzLjIwNTQ3MzIgMTUuNDA2MjUgMjMuMDE5NTMxMjUgQzE2LjkyODg5NTY2IDMyLjg5OTQyNTI3IDE0LjI4MjA3ODE4IDQxLjY1NzY3NjY2IDguNzU3ODEyNSA0OS44Mzk4NDM3NSBDNC44MzA3ODUyOCA1NC45MDk0ODA1OCAtMC4yMTgyNjQ1NCA1OC4yODMyODA5MyAtNiA2MSBDLTYuOTkgNjEgLTcuOTggNjEgLTkgNjEgQy05IDExNC40NiAtOSAxNjcuOTIgLTkgMjIzIEMxOS4wNSAyMjMgNDcuMSAyMjMgNzYgMjIzIEM3NS42NyAxOTkuMjQgNzUuMzQgMTc1LjQ4IDc1IDE1MSBDNzEuNyAxNDkuMzUgNjguNCAxNDcuNyA2NSAxNDYgQzU3LjU0ODI2Nzk4IDEzOS43Njk4NjM0IDUyLjYxMDcwNzU3IDEzMS43NzAxMjk2OCA1MS43MjY1NjI1IDEyMS45Njg3NSBDNTEuNDEzODk0MzUgMTExLjI4OTkzMDI1IDUzLjI5MTMwMTIxIDEwMi41ODg4MDA5MiA2MC42ODc1IDk0LjU2MjUgQzY4LjkwNzYyMjA5IDg3LjA3NTQ4MTc4IDc3LjY4Mzg4MTczIDg0LjU4ODQ1ODE0IDg4LjU1NDY4NzUgODQuNzM0Mzc1IEM5OC45MDEzMDY0IDg1LjUzMjA3MzUxIDEwNi4xOTg5NjA3MiA5MC4zMjUwODQxNiAxMTMgOTggQzExNC43NTAwOTE4NSAxMDAuNTcwNTk1NjIgMTE1Ljk1ODk5MTQgMTAzLjA3NjcwMjU5IDExNyAxMDYgQzExNy40MTI1IDEwNy4wOTMxMjUgMTE3LjgyNSAxMDguMTg2MjUgMTE4LjI1IDEwOS4zMTI1IEMxMjAuMzE1NTkyNSAxMTkuNDY4MzI5ODEgMTE5LjAyNzA3NzA0IDEyOC40MjQyNzk2OCAxMTMuNTc0MjE4NzUgMTM3LjMyODEyNSBDMTA4LjYyOTE0MDg1IDE0NC4yMjgyMzM2OSAxMDMuNzU1NjAyMzIgMTQ3LjEyMjE5ODg0IDk2IDE1MSBDOTUuNjcgMTc0Ljc2IDk1LjM0IDE5OC41MiA5NSAyMjMgQzEwNi44OCAyMjMgMTE4Ljc2IDIyMyAxMzEgMjIzIEMxNDguNzAzMDYzODkgMjI3LjQyNTc2NTk3IDE2MS45MzczNjM1IDIzNC4zMTU2MzU0NiAxNzIgMjUwIEMxODIuMDE0OTI3NDYgMjY4LjYxODE3NjMxIDE4MCAyODYuNDQ0ODAxODggMTgwIDMwOCBDMjAzLjc2IDMwOCAyMjcuNTIgMzA4IDI1MiAzMDggQzI1Mi4zMyAzMDYuMzUgMjUyLjY2IDMwNC43IDI1MyAzMDMgQzI1Ni44NjY3OTE4MyAyOTQuNTM2MjA2NzMgMjYzLjkxOTI2MTYxIDI4OC4xNTcyOTUzNiAyNzIuNTE1NjI1IDI4NC43MTg3NSBDMjgxLjM2NTEzMTcxIDI4Mi4xNTg1MTUzNSAyOTAuMTgyNzQxNDUgMjgyLjI2MTkzODQ5IDI5OC41MzEyNSAyODYuMTkxNDA2MjUgQzMwNy4xODIzOTEzNiAyOTAuOTcyOTg1ODkgMzEyLjk3MzEwNjc4IDI5Ny4wNTQwMzkxNSAzMTYuMjc3MzQzNzUgMzA2LjQzNzUgQzMxOC45NDU5MTM3NSAzMTUuOTAwMTA0OTcgMzE4LjE5NTU1MTYxIDMyNC42OTU3ODQ4OSAzMTMuNzA3MDMxMjUgMzMzLjU1MDc4MTI1IEMzMDguNDkzMjQ3MTUgMzQxLjg2NzY3NTQ2IDMwMS43MDE0NzE1OCAzNDcuNzU0NDA1OCAyOTIgMzUwIEMyODEuNTQ5NjAwNyAzNTEuMDM5NzM1MTYgMjcyLjM2MDYxNjQ3IDM1MC41MzAxNDk2NyAyNjMuNTcwMzEyNSAzNDQuMjY5NTMxMjUgQzI1OC4zNzUxODkgMzQwLjAwMjcxNjcgMjU0LjQ3Mzk1OTkgMzM1LjMwMzAwMzM3IDI1MiAzMjkgQzI1MiAzMjguMDEgMjUyIDMyNy4wMiAyNTIgMzI2IEMyMjguMjQgMzI2IDIwNC40OCAzMjYgMTgwIDMyNiBDMTgwIDM1NC4wNSAxODAgMzgyLjEgMTgwIDQxMSBDMjMzLjEzIDQxMSAyODYuMjYgNDExIDM0MSA0MTEgQzM0MS42NiA0MDkuMDIgMzQyLjMyIDQwNy4wNCAzNDMgNDA1IEMzNDcuNTgyNTk5MTUgMzk2LjU2ODAxNzU3IDM1NC45MTg2Njg2OCAzOTAuNDk1MTY3NDMgMzY0LjAzOTA2MjUgMzg3LjYyMTA5Mzc1IEMzNzMuNjA4NjA4MTIgMzg1LjYxMzc2MTYyIDM4Mi45NTg0MzE3OCAzODYuMjc4MjMyNiAzOTEuMzM5ODQzNzUgMzkxLjQ0MTQwNjI1IEMzOTkuOTQ4NjA1MTUgMzk3LjYxNTA3NzA3IDQwNS4wNTQ0OTQyNiA0MDUuNTgxMDkzMjQgNDA3IDQxNiBDNDA4LjIyNDc5NzY4IDQyNS41NTY0NDYwNiA0MDUuNDA4OTg4MzkgNDM0LjAxNTIwMTk0IDM5OS44NzUgNDQxLjgxMjUgQzM5NC4xNTk3NzYyMiA0NDguNjcwNzY4NTMgMzg1Ljg2NzU2MTIxIDQ1My4zNTIyMzMyOSAzNzYuOTU3MDMxMjUgNDU0LjMzNTkzNzUgQzM2NS4wNzE2MTQ4OCA0NTQuNDgzNTgyNDIgMzU2LjgzMjM5NzAzIDQ1MS44MzUyODcyOCAzNDguMTcxODc1IDQ0My41MTk1MzEyNSBDMzQ0LjgwNTU4OTMxIDQzOS42MTQzOTc2NyAzNDEgNDM0LjM2MjQ4MjM0IDM0MSA0MjkgQzI4Ny44NyA0MjkgMjM0Ljc0IDQyOSAxODAgNDI5IEMxODAgNDU3LjM4IDE4MCA0ODUuNzYgMTgwIDUxNSBDMjAzLjc2IDUxNSAyMjcuNTIgNTE1IDI1MiA1MTUgQzI1Mi4zMyA1MTMuMzUgMjUyLjY2IDUxMS43IDI1MyA1MTAgQzI1Ni44NjY3OTE4MyA1MDEuNTM2MjA2NzMgMjYzLjkxOTI2MTYxIDQ5NS4xNTcyOTUzNiAyNzIuNTE1NjI1IDQ5MS43MTg3NSBDMjgxLjM2NTEzMTcxIDQ4OS4xNTg1MTUzNSAyOTAuMTgyNzQxNDUgNDg5LjI2MTkzODQ5IDI5OC41MzEyNSA0OTMuMTkxNDA2MjUgQzMwNy4xODIzOTEzNiA0OTcuOTcyOTg1ODkgMzEyLjk3MzEwNjc4IDUwNC4wNTQwMzkxNSAzMTYuMjc3MzQzNzUgNTEzLjQzNzUgQzMxOC45NDU5MTM3NSA1MjIuOTAwMTA0OTcgMzE4LjE5NTU1MTYxIDUzMS42OTU3ODQ4OSAzMTMuNzA3MDMxMjUgNTQwLjU1MDc4MTI1IEMzMDguNDk0NTk0ODIgNTQ4Ljg2NTUyNTY5IDMwMS43MDIzOTk1OSA1NTQuNzcyNDA4MjYgMjkyIDU1NyBDMjgxLjMyMTExMDA1IDU1OC40NDYzMjYyNCAyNzEuOTE0NTU0NjggNTU3LjU2NTA4NjIgMjYzIDU1MSBDMjU4LjI4NDA5MTAxIDU0Ni43MDUxNTQzMiAyNTQuMjk0MjU1MTIgNTQyLjAyMjQxOTY4IDI1MiA1MzYgQzI1MiA1MzUuMDEgMjUyIDUzNC4wMiAyNTIgNTMzIEMyMjguMjQgNTMzIDIwNC40OCA1MzMgMTgwIDUzMyBDMTgwIDU0Mi45IDE4MCA1NTIuOCAxODAgNTYzIEMxNzcuNzc5NTg4ODEgNTc4LjU0Mjg3ODMxIDE3NC43NjE3MzIxNiA1ODkuNTU3OTI4NDUgMTY0IDYwMSBDMTYzLjQzMDIzNDM4IDYwMS42MjI2MTcxOSAxNjIuODYwNDY4NzUgNjAyLjI0NTIzNDM3IDE2Mi4yNzM0Mzc1IDYwMi44ODY3MTg3NSBDMTU4LjA5NDQ5NDM4IDYwNi45ODI4MTkzOSAxNTMuMjg2MzY1NjUgNjA5LjY1NjA1NjIxIDE0OC4xMjUgNjEyLjMxMjUgQzE0Ny40NzcyNDYwOSA2MTIuNjUwMzk1NTEgMTQ2LjgyOTQ5MjE5IDYxMi45ODgyOTEwMiAxNDYuMTYyMTA5MzggNjEzLjMzNjQyNTc4IEMxMzAuMjM0NzE0NzUgNjIxLjE0NTkxMDQ5IDExMi4yMDYzMTg5NSA2MTggOTUgNjE4IEM5NS4zMyA2NDEuNzYgOTUuNjYgNjY1LjUyIDk2IDY5MCBDMTAwLjk1IDY5Mi40NzUgMTAwLjk1IDY5Mi40NzUgMTA2IDY5NSBDMTEzLjY1ODI1NTk1IDcwMS41NDY1NzM2NCAxMTguMjA1NDMyNzcgNzA5LjMwNzE0NDU1IDExOS4yNTc4MTI1IDcxOS40OTYwOTM3NSBDMTE5LjcxMTYwODU0IDczMC4xNjAzMDA2OCAxMTYuMTU2MjY0ODQgNzM5LjEzMzcxNDExIDEwOSA3NDcgQzEwMS4xOTkwMjk4NCA3NTQuMzkwMzkyNzkgOTIuNzYyNzc3ODUgNzU2LjMyNzc0MzYgODIuMzIwMzEyNSA3NTYuMjEwOTM3NSBDNzIuNTAxNTU2MiA3NTUuNTg3MTU3NjkgNjUuNDI3NzcxMTEgNzUwLjc5MTUyMzk0IDU4Ljc1IDc0My44MTI1IEM1Mi44MTQ2ODIxNyA3MzYuMzg1MjQ0MzUgNTEuMjQxNzM2NzggNzI3LjgyODA0MjY1IDUxLjU1ODU5Mzc1IDcxOC40OTYwOTM3NSBDNTIuNjYyMDg0ODMgNzA5Ljc1NjA1MzgyIDU2LjIzMjM4ODg5IDcwMi45NzgwOTc5MiA2Mi40NDkyMTg3NSA2OTYuODE2NDA2MjUgQzY2LjMyNzIzNTk0IDY5NC4wNTQ4Nzc5MyA3MC43NDE4MjYxMiA2OTIuMTI5MDg2OTQgNzUgNjkwIEM3NS4zMyA2NjYuMjQgNzUuNjYgNjQyLjQ4IDc2IDYxOCBDNDcuOTUgNjE4IDE5LjkgNjE4IC05IDYxOCBDLTkgNjcxLjQ2IC05IDcyNC45MiAtOSA3ODAgQy03LjM1IDc4MC4zMyAtNS43IDc4MC42NiAtNCA3ODEgQzQuOTg3MDU4MzIgNzg1LjY1NzY0MDY2IDEwLjgxODA1NDA0IDc5MS45NjU2OTc4IDE0LjI0NjA5Mzc1IDgwMS40NjA5Mzc1IEMxNi44OTA0OTIyNyA4MTAuMzY2OTQyODkgMTYuMTUzMzE3MDMgODE4LjcyNzU5MTEzIDEyLjI1IDgyNy4xODc1IEM3LjY4MzU1NzQ0IDgzNS41MTQ1NDIzMiAxLjU4OTg5MDI5IDg0MC42NTIyNDYwOCAtNy4xMjUgODQ0LjMxMjUgQy0xOC4yODA5NjUxOSA4NDYuMjkxNzg0MTUgLTI4Ljk4MzE3MjU0IDg0NS44NDkzODMxIC0zOC41MDM5MDYyNSA4MzkuMjY5NTMxMjUgQy00NS44OTgyNjk2NCA4MzMuMTY2NDQwNTUgLTUwLjI1MDQ5MjAyIDgyNi4wOTkxMTE5OSAtNTEuNzgxMjUgODE2LjYwNTQ2ODc1IEMtNTIuNjQ3NjQ2MDcgODA2LjI4NjA3Mjc2IC01MC4zMTkwNjQzNCA3OTcuNzIyNzc5NiAtNDMuNjg3NSA3ODkuNzUgQy0zOC40MDE0MjE3IDc4NC4wOTExODU0MSAtMzQuNzY0ODUwNTUgNzgxLjI5NDE0MTc2IC0yNyA3ODAgQy0yNyA3MjYuNTQgLTI3IDY3My4wOCAtMjcgNjE4IEMtNTUuMDUgNjE4IC04My4xIDYxOCAtMTEyIDYxOCBDLTExMS42NyA2NDEuNzYgLTExMS4zNCA2NjUuNTIgLTExMSA2OTAgQy0xMDcuNyA2OTEuNjUgLTEwNC40IDY5My4zIC0xMDEgNjk1IEMtOTQuMDU2OTMxNTcgNzAwLjgwNDg2MDQ5IC04OS4zNzYzNTAyNCA3MDcuOTIxNjQ5NDEgLTg4IDcxNyBDLTg3LjAzNTMxNDI1IDcyOC4xODA4NjYwMyAtODkuNDYxNjkzMTUgNzM2LjU3NDYyMTQyIC05Ni41MDM5MDYyNSA3NDUuMzIwMzEyNSBDLTEwMS45ODkwNTM4OCA3NTEuNDc4NTcyMjQgLTEwOS42NjE2Nzc2IDc1NS42MjgzODk4NyAtMTE3LjkxNzk2ODc1IDc1Ni4yMDMxMjUgQy0xMzAuMTgzNDQ5NiA3NTYuMzc4OTc0MTkgLTEzNy42ODk1NzkxNyA3NTMuNzM2MzkyNDEgLTE0Ni42OTE0MDYyNSA3NDUuNDQxNDA2MjUgQy0xNTIuODAzMjI3NzggNzM5LjA1Mzg2MzQ1IC0xNTUuMTg5MzQ4NDQgNzMxLjIxODk1Mzg0IC0xNTUuNSA3MjIuNSBDLTE1NS4xNTgwMTI1MyA3MTMuMjAwMTQ3MTYgLTE1Mi40NjE2NjkyNyA3MDUuNTY3NjIxNTIgLTE0Ni4wMDM5MDYyNSA2OTguNzg5MDYyNSBDLTE0MS44MjI4Mjk4OSA2OTUuMDU2MjQ5NjggLTEzNy4zMzkyMDM4MiA2OTEuNzc5NzM0NjEgLTEzMiA2OTAgQy0xMzEuNjcgNjY2LjI0IC0xMzEuMzQgNjQyLjQ4IC0xMzEgNjE4IEMtMTQyLjU1IDYxOCAtMTU0LjEgNjE4IC0xNjYgNjE4IEMtMTgzLjc4NTU3OTYyIDYxMy41NTM2MDUxIC0xOTguMjQ4NjE4NCA2MDcuMTU1MjczOTkgLTIwOCA1OTEgQy0yMTcuOTA1NDU0NDMgNTcxLjkzNDA2OTYgLTIxNiA1NTUuMzYwMTc5MjYgLTIxNiA1MzMgQy0yMzkuNzYgNTMzIC0yNjMuNTIgNTMzIC0yODggNTMzIEMtMjg4LjMzIDUzNC42NSAtMjg4LjY2IDUzNi4zIC0yODkgNTM4IEMtMjkyLjk3MDk0NTMzIDU0Ni4wMjY5ODIzNiAtMjk5LjQ1MTA3NzcxIDU1Mi4wNTc0MTQxNCAtMzA3LjUgNTU1LjkzNzUgQy0zMTYuMzI3NzA1MTEgNTU4LjcyNzA1NDgxIC0zMjcuMTY5NDI2NDIgNTU4LjQwMTc3MTI3IC0zMzUuNTYyNSA1NTQuNTYyNSBDLTM0My45MTMzMjI1NiA1NDkuNjgyNTk1NDYgLTM1MC4zOTQxNTI5NyA1NDIuNDIyMjcxNzMgLTM1MyA1MzMgQy0zNTQuODQxMjEyOSA1MjMuNzU3ODMzMyAtMzU0LjExOTI2MzMgNTE1LjUzMDQ0Mjg5IC0zNTAgNTA3IEMtMzQ0LjMxNDAyMTY5IDQ5OC42ODA5OTM4MSAtMzM3LjE3MDA3NjQyIDQ5My4xMjc5NjgxOSAtMzI3LjM3NSA0OTAuNjg3NSBDLTMxNy4zODg1NzcxNyA0ODguODkzNzM4MzkgLTMwOC4zMjMxODU1MyA0OTAuODExODk3NTggLTI5OS44ODI4MTI1IDQ5Ni40ODQzNzUgQy0yOTQuNjg1MTAxMzkgNTAwLjY2ODQyNDYxIC0yOTAuNDY0NjcxMDcgNTA1Ljc2NTgzMjAxIC0yODggNTEyIEMtMjg4IDUxMi45OSAtMjg4IDUxMy45OCAtMjg4IDUxNSBDLTI2NC4yNCA1MTUgLTI0MC40OCA1MTUgLTIxNiA1MTUgQy0yMTYgNDg2LjYyIC0yMTYgNDU4LjI0IC0yMTYgNDI5IEMtMjY5LjEzIDQyOSAtMzIyLjI2IDQyOSAtMzc3IDQyOSBDLTM3Ny42NiA0MzEuMzEgLTM3OC4zMiA0MzMuNjIgLTM3OSA0MzYgQy0zODMuODAyMTcwNTYgNDQ0LjMxNDAwNzIgLTM5MS41OTQ3ODk2OCA0NTAuNDk0NjgxMDMgLTQwMC43MTA5Mzc1IDQ1My41MjczNDM3NSBDLTQxMC44MDMwNTQ3OSA0NTUuNjExMjEwOTcgLTQxOS40NzM1NzcxIDQ1My45NDYyMDkxOSAtNDI4LjE4MzU5Mzc1IDQ0OC42Nzk2ODc1IEMtNDM1LjQ3NDY2NjU5IDQ0My42MzUyMDIzMiAtNDQwLjMxOTI4NjE3IDQzNy4zMzMxMjA1NCAtNDQyLjUyNzM0Mzc1IDQyOC42OTkyMTg3NSBDLTQ0NC4zMzgwOTkyMyA0MTguMzU4NDU4MTIgLTQ0My4xODcxOTUyNSA0MDguOTY5NTI0NzkgLTQzNy4wODIwMzEyNSA0MDAuMjY1NjI1IEMtNDMxLjQzNjM3NjcgMzkzLjUxMDgyNDE1IC00MjQuNzc0MjI0MzEgMzg4LjY3NTk3NTQzIC00MTYgMzg3IEMtNDA0LjU0MjA2MTg0IDM4Ni4wNDEyNDI0OSAtMzk1LjU2ODcwNDE1IDM4Ny42NjA5MDQyMiAtMzg2LjYyNSAzOTUuMTI1IEMtMzgxLjQ3ODgyNjA4IDM5OS42ODU5OTAyNiAtMzgwLjQzNzM1OTA1IDQwMy4xMjUyODE5IC0zNzcgNDEwIEMtMzIzLjg3IDQxMC4zMyAtMjcwLjc0IDQxMC42NiAtMjE2IDQxMSBDLTIxNiAzODIuOTUgLTIxNiAzNTQuOSAtMjE2IDMyNiBDLTIzOS43NiAzMjYgLTI2My41MiAzMjYgLTI4OCAzMjYgQy0yODkuNDg1IDMzMC40NTUgLTI4OS40ODUgMzMwLjQ1NSAtMjkxIDMzNSBDLTI5NS44NDI2NjUyOCAzNDIuNjk5MjI0NzkgLTMwMy4zMzAxNDQ0NCAzNDcuNjE1NTI4MjcgLTMxMiAzNTAgQy0zMjMuNzMwOTczODYgMzUxLjA1NTI5NjgxIC0zMzMuMjk5ODc5MjQgMzUwLjAyMjQ4NDE5IC0zNDIuNzUgMzQyLjUgQy0zNTAuMjAzODM5MSAzMzUuMzUwMTI5NTIgLTM1My45MjMzMTA4MSAzMjYuNTg4MDA2ODggLTM1NC4yMTg3NSAzMTYuMjk2ODc1IEMtMzUzLjU2NTM5MDQ0IDMwNi40NDk4MTMwMSAtMzUwLjM3NTE4NTk2IDI5OS4xMDAwMjM4MSAtMzQzLjQyNTc4MTI1IDI5Mi4wOTM3NSBDLTMzNi4yNjkyODE1IDI4NS45MTY4MDMzNiAtMzI4Ljg1NTE3NDYzIDI4My41MzIyODg2IC0zMTkuNTYyNSAyODIuNjg3NSBDLTMwOS40NDMxNDYwNiAyODMuNTc1MTYyNjMgLTMwMS4wMzUyODgwNyAyODcuNDMwNzE5NzcgLTI5NC4xODc1IDI5NC45Mzc1IEMtMjkwLjg4MjAyMDI2IDI5OC45MzcyODE0MiAtMjg4IDMwMi42NDkxNTM2MiAtMjg4IDMwOCBDLTI2NC4yNCAzMDggLTI0MC40OCAzMDggLTIxNiAzMDggQy0yMTYgMjk2Ljc4IC0yMTYgMjg1LjU2IC0yMTYgMjc0IEMtMjEyLjA1NTMyNDUxIDI1NS41OTE1MTQzNyAtMjA1LjY3NjU0OTc4IDI0Mi4wNDM3ODkxMSAtMTkwLjA4OTg0Mzc1IDIzMS4yMzgyODEyNSBDLTE4MC4xNzE2MDc5IDIyNS4zNjE0OTQ3OCAtMTcwLjUwNTE3MjQgMjIyLjY0ODY5MzY4IC0xNTkuMDI3MzQzNzUgMjIyLjgwNDY4NzUgQy0xNTcuOTQ5OTA5MDYgMjIyLjgwNzcwODc0IC0xNTcuOTQ5OTA5MDYgMjIyLjgwNzcwODc0IC0xNTYuODUwNzA4MDEgMjIyLjgxMDc5MTAyIEMtMTU0LjIxMjkwNTM4IDIyMi44MjExMTUxIC0xNTEuNTc1MTk1MDUgMjIyLjg0OTAzNTQ5IC0xNDguOTM3NSAyMjIuODc1IEMtMTQwLjA1ODQzNzUgMjIyLjkzNjg3NSAtMTQwLjA1ODQzNzUgMjIyLjkzNjg3NSAtMTMxIDIyMyBDLTEzMS4zMyAxOTkuMjQgLTEzMS42NiAxNzUuNDggLTEzMiAxNTEgQy0xMzUuMyAxNDkuMzUgLTEzOC42IDE0Ny43IC0xNDIgMTQ2IEMtMTQ4LjU1MjE2NzQ3IDE0MC41MjE5NTgzNSAtMTUzLjQwNzU2ODEzIDEzMy41NTczMTA2NyAtMTU1IDEyNSBDLTE1NS44ODYxNzQ4NiAxMTQuNDA5NDg0MDMgLTE1NC42NzMxNTYwNyAxMDUuMTExNzQ3NDUgLTE0Ny44MTI1IDk2LjY4NzUgQy0xNDAuMzQxMzA5NjUgODguODk2MzQ0MzIgLTEzMi41NjQ0MTk4OSA4NS4wMzMwOTEzMiAtMTIxLjc1IDg0LjYyNSBDLTExMS4xNjgzOTM0OSA4NC44NTUyOTg0MiAtMTAzLjc4NDA1MDEzIDg4LjE1NDU5NTU4IC05Ni4xNjc5Njg3NSA5NS40OTIxODc1IEMtODkuMzg5NDk3MSAxMDMuMzMzMjMwMzggLTg3LjYxMDg0NjYzIDExMS43NDYxMTE2NiAtODcuNzIyNjU2MjUgMTIxLjg3MTA5Mzc1IEMtODguNTQ5MjkzMjcgMTMxLjE5Njk1NjQ1IC05My43MDcyNTM2MiAxMzguOTMzMTg3NjQgLTEwMC4zNzUgMTQ1LjI1IEMtMTAzLjcyNTY5NTk3IDE0Ny40ODM3OTczMSAtMTA3LjM5ODExMDA2IDE0OS4xOTkwNTUwMyAtMTExIDE1MSBDLTExMS4zMyAxNzQuNzYgLTExMS42NiAxOTguNTIgLTExMiAyMjMgQy04My45NSAyMjMgLTU1LjkgMjIzIC0yNyAyMjMgQy0yNyAxNjkuNTQgLTI3IDExNi4wOCAtMjcgNjEgQy0yOC42NSA2MC42NyAtMzAuMyA2MC4zNCAtMzIgNjAgQy00MC40NTQ1MDc1IDU1LjkyOTMxMTIgLTQ2Ljc3MDY0MjAyIDQ5LjkyOTE3NDgxIC01MCA0MSBDLTUyLjg4MzUzNDA3IDMxLjQ1NjEyOTA3IC01Mi4zNDkwNTcyIDIyLjU5ODQ3MjU5IC00OC4zNTE1NjI1IDEzLjQ1MzEyNSBDLTQzLjg0MDYzNDEgNS4yNjU2NTk1OSAtMzcuMDgwMTAxMDMgLTAuNjAzODk1OTQgLTI4LjIxMDkzNzUgLTMuNjA1NDY4NzUgQy0xOC43NzYwNjM1MSAtNS4yODkwNzcwMSAtOC4zMTc2OTk5MiAtNS4wNjIyOTg1MiAwIDAgWiBNLTI5LjgxMjUgMTkuNjI1IEMtMzIuNzA2Mjk1NjMgMjMuMzg5NzQzODMgLTMzLjI3NzI2NDgxIDI3LjMyODUwODA3IC0zMyAzMiBDLTMxLjQwMzA3MTU2IDM2Ljg4NDcyMjMgLTI4LjU0NDc4MDUgNDAuNTMwODY2MDEgLTI0IDQzIEMtMTkuNTgxOTAzNTggNDQuMjkwNTkwODkgLTE2LjEzMDI1MzI3IDQ0LjM2OTUwNTg4IC0xMS43NSA0Mi45Mzc1IEMtNy43NDE1NjEyIDQwLjExMzM3MjY3IC00Ljc1MTQwNzc1IDM3LjU3MjMwMzgzIC0zLjM2MzI4MTI1IDMyLjgyMDMxMjUgQy0yLjU2Mzk4NDk3IDI3LjcxNTEyOTgzIC0yLjk0Mjk3Njg0IDI0LjMzOTAwMDYxIC02IDIwIEMtOS45NzY4OTQ0MyAxNS43MzkwNDE2OCAtMTIuOTg0Njg4MTcgMTQuMTk0NjM5NzUgLTE4LjgyODEyNSAxMy44NzEwOTM3NSBDLTIzLjY5MzYyMzUgMTQuMTU5ODczMzQgLTI2LjM1NDU5NzcyIDE2LjM5NzYyNDU0IC0yOS44MTI1IDE5LjYyNSBaIE0tMTMxLjgxMjUgMTA3LjM3NSBDLTEzNS41NjE1NDU3MiAxMTEuODczODU0ODYgLTEzNi40MDY3NDEyOCAxMTUuMDUwMzU3NCAtMTM2LjI0NjA5Mzc1IDEyMC44MjQyMTg3NSBDLTEzNS43Mzc2NDUwOSAxMjUuMzE5NTUwNTQgLTEzMy4zOTY0MjQ2NyAxMjcuNTY0ODk5NzYgLTEzMC40Mzc1IDEzMC44MTI1IEMtMTI2Ljk1MjYyNDM4IDEzMy41NzQyNjM5MyAtMTIzLjY1OTMxMDA1IDEzMy41OTU1MTI3IC0xMTkuMzMyMDMxMjUgMTMzLjM1NTQ2ODc1IEMtMTE0LjgxOTAxNTc5IDEzMi42Njc1NTUxNyAtMTEyLjY5ODYyMDYxIDEzMC43OTU2NTEyNSAtMTA5Ljc1IDEyNy40Mzc1IEMtMTA2LjU0MTU2NzIxIDEyMi45Njg2MTE0NyAtMTA2LjQ5MzI5Mjc0IDExOS4zOTU0OTM5NyAtMTA3IDExNCBDLTEwOC44NjAxMzYxMyAxMDkuNDUzMDAwNTYgLTExMi4wMjI2MTYyMyAxMDYuODA3NTY1MDEgLTExNiAxMDQgQy0xMjIuMDI5MDI5NTggMTAyLjA3NTg0MTYyIC0xMjcuMDA3MzA4NTEgMTAzLjMxNzI4Mjc0IC0xMzEuODEyNSAxMDcuMzc1IFogTTc1LjE4NzUgMTA3LjQzNzUgQzcxLjIwODM1Nzc3IDExMi4wOTg3ODA4OSA3MC42MDcwOTA3MyAxMTQuNjE2MDU5NzQgNzAuNzUzOTA2MjUgMTIwLjU2NjQwNjI1IEM3MS4yMjg4NjUzNSAxMjUuMjYzMjI0MDUgNzMuNDcyNzAyNzUgMTI3LjQyMTI1OTEyIDc2LjU2MjUgMTMwLjgxMjUgQzgwLjA0NzM3NTYyIDEzMy41NzQyNjM5MyA4My4zNDA2ODk5NSAxMzMuNTk1NTEyNyA4Ny42Njc5Njg3NSAxMzMuMzU1NDY4NzUgQzkyLjE4MDk4NDIxIDEzMi42Njc1NTUxNyA5NC4zMDEzNzkzOSAxMzAuNzk1NjUxMjUgOTcuMjUgMTI3LjQzNzUgQzEwMC40Mzc4NDMzNCAxMjIuOTk3Mjg5NjQgMTAwLjY1MjU0ODM1IDExOS4zNzQ0NjA2OCAxMDAgMTE0IEM5Ny43NzY1ODM4OSAxMDkuNjM1NTE2NTIgOTUuMTIxMjI5NTEgMTA2LjY0OTM2MTgzIDkxIDEwNCBDODQuOTA4MzUyMTcgMTAyLjE0NjAyMDIzIDc5Ljk4OTE5MTIgMTAzLjI3NjAzNDMgNzUuMTg3NSAxMDcuNDM3NSBaIE0tMTg5LjUzMTI1IDI1NS43NzczNDM3NSBDLTE5Ni40MTIwNDExMSAyNjQuMjk0MDA5MjIgLTE5Ny40NDUwMjE3MyAyNzIuNTgwNDMyNDkgLTE5Ny4zODc2ODAwNSAyODMuMzIxNTAyNjkgQy0xOTcuMzkzMDY1NTkgMjg0LjUzODMyOTg5IC0xOTcuMzk4NDUxMTMgMjg1Ljc1NTE1NzA5IC0xOTcuNDAzOTk5ODcgMjg3LjAwODg1Nzg1IEMtMTk3LjQxNTc4NDI3IDI5MC4zNjUxMjkzNCAtMTk3LjQxNDIzMDUgMjkzLjcyMDkwMDkzIC0xOTcuNDA2ODMzMDUgMjk3LjA3NzE1MjAxIEMtMTk3LjQwMjA4NzQyIDMwMC43MDUwNzMxIC0xOTcuNDE0NjIzNTUgMzA0LjMzMjk0MTg0IC0xOTcuNDI0ODUwNDYgMzA3Ljk2MDg0NTk1IEMtMTk3LjQ0MjAxNjc3IDMxNS4wNjAwNDU3NyAtMTk3LjQ0Mjg4Mjk2IDMyMi4xNTkxNTY5OSAtMTk3LjQzNzYzNzU2IDMyOS4yNTgzNzIxNyBDLTE5Ny40MzM1OTA0NCAzMzUuMDMwODYwMzkgLTE5Ny40MzUwNDU4NCAzNDAuODAzMzIyNSAtMTk3LjQ0MDM4NTgyIDM0Ni41NzU4MDk0OCBDLTE5Ny40NDExMzQyNCAzNDcuMzk4NDcxNzcgLTE5Ny40NDE4ODI2NiAzNDguMjIxMTM0MDYgLTE5Ny40NDI2NTM3NiAzNDkuMDY4NzI1NSBDLTE5Ny40NDQxODUzIDM1MC43NDAxNTQ2NiAtMTk3LjQ0NTcyMzY1IDM1Mi40MTE1ODM4MSAtMTk3LjQ0NzI2ODczIDM1NC4wODMwMTI5NSBDLTE5Ny40NjA5ODYwMiAzNjkuNzQ1NTIzMTEgLTE5Ny40NTU1NjE1OSAzODUuNDA3OTgzMjcgLTE5Ny40NDQwODM1MiA0MDEuMDcwNDkyMjggQy0xOTcuNDM0MTUyNzggNDE1LjM4NTg5NDczIC0xOTcuNDQ3MDkwNDEgNDI5LjcwMTE2NzkgLTE5Ny40NzEwMTc3MSA0NDQuMDE2NTUwNDEgQy0xOTcuNDk1NDI1NTcgNDU4LjczMDc5MzM2IC0xOTcuNTA1MDEyMzkgNDczLjQ0NDk3NjE1IC0xOTcuNDk4MzY0OTggNDg4LjE1OTIzODkzIEMtMTk3LjQ5NDg3NjQgNDk2LjQxNDA4ODExIC0xOTcuNDk3MDgwOSA1MDQuNjY4ODM3ODkgLTE5Ny41MTQ2MTYwMSA1MTIuOTIzNjcxNzIgQy0xOTcuNTI5MzU5MTQgNTE5Ljk1MTA3MjQ5IC0xOTcuNTI5OTQ1OTkgNTI2Ljk3ODMwMzg4IC0xOTcuNTEyNTQ1MSA1MzQuMDA1NzAxNDEgQy0xOTcuNTA0MDQ5ODQgNTM3LjU4NzkwNDEzIC0xOTcuNTAxODQ4OTcgNTQxLjE2OTgwNDU1IC0xOTcuNTE3MTk2NjYgNTQ0Ljc1MTk5MTI3IEMtMTk3LjUzMzY2MDQgNTQ4LjY0Mjk5MTE1IC0xOTcuNTE4ODU3MzIgNTUyLjUzMzUyNzc5IC0xOTcuNTAxMjA1NDQgNTU2LjQyNDUzMDAzIEMtMTk3LjUxMDgxMDQ1IDU1Ny41NDU4NTIyOSAtMTk3LjUyMDQxNTQ2IDU1OC42NjcxNzQ1NSAtMTk3LjUzMDMxMTUyIDU1OS44MjI0NzYyNyBDLTE5Ny40MTk1NjAzNSA1NzEuNzIxMDgzMDYgLTE5My42OTk0NjM2OSA1ODEuMjA1OTU1NjUgLTE4NS4zMzk4NDM3NSA1ODkuNjgzNTkzNzUgQy0xNzUuMzA2MTc0ODMgNTk4Ljg0ODc0NDYzIC0xNjQuMTIzOTMzMjUgNjAwLjMwNzUxNjU3IC0xNTAuOTY4NzUgNjAwLjI1Mzk2NzI5IEMtMTQ5Ljc4MzE4MDA4IDYwMC4yNTcwODcyNyAtMTQ4LjU5NzYxMDE3IDYwMC4yNjAyMDcyNSAtMTQ3LjM3NjExMzg5IDYwMC4yNjM0MjE3NyBDLTE0NC4xMDczMTU4NyA2MDAuMjY5OTkwMyAtMTQwLjgzODY2Nzk0IDYwMC4yNjc2NjQ4NiAtMTM3LjU2OTg3MzgxIDYwMC4yNjE0NDkzNCBDLTEzNC4wMzYwNzY2MiA2MDAuMjU2OTA3NTggLTEzMC41MDIyOTkwOSA2MDAuMjYzOTE3MTMgLTEyNi45Njg1MDU4NiA2MDAuMjY5NDA5MTggQy0xMjAuMDU0NDc0MjQgNjAwLjI3ODI4NjQ3IC0xMTMuMTQwNDg2MTMgNjAwLjI3NjM4ODYgLTEwNi4yMjY0NTI4MyA2MDAuMjcwNTgzOSBDLTEwMC42MDU1NTQ3NyA2MDAuMjY2MDYwODYgLTk0Ljk4NDY2ODg4IDYwMC4yNjU0NTcyOCAtODkuMzYzNzY5NTMgNjAwLjI2NzYzMTUzIEMtODguNTYyNzMyNjkgNjAwLjI2NzkzOCAtODcuNzYxNjk1ODQgNjAwLjI2ODI0NDQ2IC04Ni45MzYzODUxNSA2MDAuMjY4NTYwMjIgQy04NS4zMDg5MjA1NCA2MDAuMjY5MTk5NjkgLTgzLjY4MTQ1NTkzIDYwMC4yNjk4NDgxMiAtODIuMDUzOTkxMzIgNjAwLjI3MDUwNTQgQy02Ni44MDU0OTI2IDYwMC4yNzYyMDM4MiAtNTEuNTU3MDE3OTUgNjAwLjI2OTY1ODQ2IC0zNi4zMDg1MjMxOCA2MDAuMjU4OTA0NjcgQy0yMy4yMzQzMTU5IDYwMC4yNDk5Njk2IC0xMC4xNjAxNDQxNCA2MDAuMjUxNTIxNzggMi45MTQwNjI1IDYwMC4yNjA3NDIxOSBDMTguMTA5Mjc0MTMgNjAwLjI3MTQ1MzQ0IDMzLjMwNDQ2NDY4IDYwMC4yNzU2NTQ1NCA0OC40OTk2Nzk1NyA2MDAuMjY5NTE3NjYgQzUwLjEyMTA0Mjg4IDYwMC4yNjg4ODA1OCA1MS43NDI0MDYyMSA2MDAuMjY4MjUxODQgNTMuMzYzNzY5NTMgNjAwLjI2NzYzMTUzIEM1NC4xNjE0NDAyMSA2MDAuMjY3MzIyOTggNTQuOTU5MTEwODkgNjAwLjI2NzAxNDQzIDU1Ljc4MDk1MzQxIDYwMC4yNjY2OTY1MyBDNjEuMzkyODczODQgNjAwLjI2NDk3MjE2IDY3LjAwNDc4MDg2IDYwMC4yNjc4NzkxMyA3Mi42MTY2OTkyMiA2MDAuMjcyNTkwNjQgQzc5LjQ1ODkzMTc5IDYwMC4yNzgyMDg5NyA4Ni4zMDExMTg0OSA2MDAuMjc2NjYzMDEgOTMuMTQzMzQ1ODMgNjAwLjI2NjAyOTE1IEM5Ni42MzIwNTgwNiA2MDAuMjYwNzg1MjUgMTAwLjEyMDY5MzkxIDYwMC4yNTg2OTM3NiAxMDMuNjA5NDA1NTIgNjAwLjI2NTMyNzQ1IEMxMDcuMzk1OTI5NzUgNjAwLjI3MDc5NjQ1IDExMS4xODIyMzk0MiA2MDAuMjYzOTMxOTggMTE0Ljk2ODc1IDYwMC4yNTM5NjcyOSBDMTE2LjA2NDc3MDM2IDYwMC4yNTg0Mjg3MyAxMTcuMTYwNzkwNzEgNjAwLjI2Mjg5MDE3IDExOC4yOTAwMjM4IDYwMC4yNjc0ODY4MSBDMTMwLjA0MjIwMzUxIDYwMC4yMDc1NDUyOSAxNDAuMjY3ODM5OTkgNTk3Ljk3Nzc5MjMzIDE0OS4zMDA3ODEyNSA1ODkuOTU3MDMxMjUgQzE1Ni4xODY3MTc0OSA1ODIuNjMwMTg3NjEgMTYxLjExMzg0MzI0IDU3NC4wOTQyMDc2NiAxNjEuMTM0MjIxMDggNTYzLjkwMDE3NjA1IEMxNjEuMTQwOTA3ODQgNTYyLjM0NjU1MjU2IDE2MS4xNDA5MDc4NCA1NjIuMzQ2NTUyNTYgMTYxLjE0NzcyOTY5IDU2MC43NjE1NDI3NCBDMTYxLjE0NzU0NTMzIDU1OS42MjUwODU3OCAxNjEuMTQ3MzYwOTcgNTU4LjQ4ODYyODgyIDE2MS4xNDcxNzEwMiA1NTcuMzE3NzMzNzYgQzE2MS4xNTI2ODYwNSA1NTUuNTA1MDI2NDcgMTYxLjE1MjY4NjA1IDU1NS41MDUwMjY0NyAxNjEuMTU4MzEyNSA1NTMuNjU1Njk4ODQgQzE2MS4xNjc0MzIwNiA1NTAuMjk5NjkxODcgMTYxLjE3MjA0NzQ0IDU0Ni45NDM3MzM3OCAxNjEuMTc0NzAxODEgNTQzLjU4NzcxOTA4IEMxNjEuMTc4NjA4MzMgNTM5Ljk2ODU4NzI0IDE2MS4xODgxODY0OCA1MzYuMzQ5NDY5NSAxNjEuMTk2OTE0NjcgNTMyLjczMDM0NjY4IEMxNjEuMjE2NjcwMTYgNTIzLjk4ODg0MDM3IDE2MS4yMjY3NDQ1MiA1MTUuMjQ3MzMyOTIgMTYxLjIzNTY0MjQ2IDUwNi41MDU4MDk4NyBDMTYxLjI0MDAyNzIxIDUwMi4zODc0NTg3MyAxNjEuMjQ1MzkzNTcgNDk4LjI2OTEwODg3IDE2MS4yNTA2MzEzMyA0OTQuMTUwNzU4NzQgQzE2MS4yNjc2NDMzNSA0ODAuNDU2OTg2NiAxNjEuMjgyMTM2NyA0NjYuNzYzMjE1MjUgMTYxLjI4OTM4MDA3IDQ1My4wNjk0MzQxNyBDMTYxLjI5MTI4OTkyIDQ0OS41MTY0MjI5IDE2MS4yOTMyMTAyNSA0NDUuOTYzNDExNjMgMTYxLjI5NTE2NjAyIDQ0Mi40MTA0MDAzOSBDMTYxLjI5NTY0OTc2IDQ0MS41MjczMzUyMiAxNjEuMjk2MTMzNSA0NDAuNjQ0MjcwMDYgMTYxLjI5NjYzMTkgNDM5LjczNDQ0NTM0IEMxNjEuMzA0OTI5MTMgNDI1LjQzNDkwMDk4IDE2MS4zMzAyNjA5NiA0MTEuMTM1NDQwMzYgMTYxLjM2Mjc0NjY5IDM5Ni44MzU5MzI1NSBDMTYxLjM5NTg0MDA3IDM4Mi4xNDg5Nzk5NCAxNjEuNDEzODMwOTMgMzY3LjQ2MjA2OTg2IDE2MS40MTcwMjQzMSAzNTIuNzc1MDc5NzkgQzE2MS40MTkxODczOSAzNDQuNTMxMzE5OTIgMTYxLjQyNzkwNjMzIDMzNi4yODc2ODIxNCAxNjEuNDUzNDg1NDkgMzI4LjA0Mzk1ODY2IEMxNjEuNDc1MjIzNzEgMzIxLjAyMTk0MzI2IDE2MS40ODMyMjc2NCAzMTQuMDAwMDc5NiAxNjEuNDczNTE4NzEgMzA2Ljk3ODAzNDM3IEMxNjEuNDY4OTgyODggMzAzLjM5Nzg3OTA5IDE2MS40NzA4MTc4NCAyOTkuODE4MDM2NjcgMTYxLjQ5MDI4MDE1IDI5Ni4yMzc5MjQ1OCBDMTYxLjUxMTIzODQ3IDI5Mi4zNDg4NzE2NiAxNjEuNTAwODk3ODIgMjg4LjQ2MDI0NjQzIDE2MS40ODc3NDcxOSAyODQuNTcxMTUxNzMgQzE2MS40OTg3MTY0NCAyODMuNDUwMzA5ODIgMTYxLjUwOTY4NTY4IDI4Mi4zMjk0Njc5MiAxNjEuNTIwOTg3MzMgMjgxLjE3NDY2MTEgQzE2MS40MjI0MDM0OCAyNjkuMDY1NDY3MTggMTU3LjU0MDQ5Mjk5IDI1OS43NDc5MDgyIDE0OS4xNTIzNDM3NSAyNTEuMDkzNzUgQzE0MS44ODkyODk1OCAyNDQuMjc4MzE5NDUgMTMzLjc5NjgxMDQgMjQwLjg4MjYxMDIgMTIzLjgyMTE4NzAyIDI0MC44Njg1NzIyNCBDMTIyLjc5MzI4MDQ3IDI0MC44NjQ3MzEwOSAxMjEuNzY1MzczOTEgMjQwLjg2MDg4OTk1IDEyMC43MDYzMTg2OCAyNDAuODU2OTMyNCBDMTE5LjU4Mzc2NTI4IDI0MC44NTc3OTg4OCAxMTguNDYxMjExODkgMjQwLjg1ODY2NTM3IDExNy4zMDQ2NDE3MiAyNDAuODU5NTU4MTEgQzExNi4xMDY4NjA4NiAyNDAuODU2NTg2OTggMTE0LjkwOTA4IDI0MC44NTM2MTU4NiAxMTMuNjc1MDAyNzUgMjQwLjg1MDU1NDcgQzExMC4zNTM1MjcwNiAyNDAuODQzMzgyMjIgMTA3LjAzMjEwMzEgMjQwLjg0MDY5NTk5IDEwMy43MTA2MjMzOCAyNDAuODM5OTU3MjQgQzEwMC4xMjY5NzY4OSAyNDAuODM4MTAzOTkgOTYuNTQzMzQxNTYgMjQwLjgzMDU1NTI3IDkyLjk1OTcwMTU0IDI0MC44MjM4MjIwMiBDODUuMTI0ODY2ODUgMjQwLjgxMDI0ODk5IDc3LjI5MDAzNzI5IDI0MC44MDQyMTU1NSA2OS40NTUxOTI4IDI0MC43OTk4MTEzNiBDNjQuNTYxMjkwNDMgMjQwLjc5NzA0NzEyIDU5LjY2NzM5MDA0IDI0MC43OTI4MDk0MyA1NC43NzM0ODkgMjQwLjc4ODMwNzE5IEM0MS4yMTg2NDIyMyAyNDAuNzc2MTE1NzMgMjcuNjYzNzk3MDMgMjQwLjc2NTgxNjI2IDE0LjEwODk0NDg5IDI0MC43NjI0MzIxIEMxMy4yNDE2NTg0MSAyNDAuNzYyMjEyNTMgMTIuMzc0MzcxOTMgMjQwLjc2MTk5Mjk3IDExLjQ4MDgwNDA0IDI0MC43NjE3NjY3NSBDMTAuMTc2Nzk0NjEgMjQwLjc2MTQzOTMzIDEwLjE3Njc5NDYxIDI0MC43NjE0MzkzMyA4Ljg0NjQ0MTU3IDI0MC43NjExMDUzIEM3LjA4NDg4MzU3IDI0MC43NjA2NjE4NCA1LjMyMzMyNTU3IDI0MC43NjAyMTUyNyAzLjU2MTc2NzU4IDI0MC43NTk3NjU2MiBDMi42ODc5Nzc0NSAyNDAuNzU5NTQ0MiAxLjgxNDE4NzMyIDI0MC43NTkzMjI3NyAwLjkxMzkxODcgMjQwLjc1OTA5NDYzIEMtMTMuMjQwNzI0NTIgMjQwLjc1NTE0NzY0IC0yNy4zOTUzMTYyMiAyNDAuNzM3Njk2MSAtNDEuNTQ5OTM5NTQgMjQwLjcxNDQwNjEgQy01Ni4wODg4ODc3MSAyNDAuNjkwNjc3MjIgLTcwLjYyNzgxMDA2IDI0MC42NzgyMjk1NCAtODUuMTY2Nzc3OTEgMjQwLjY3NzA2NDE4IEMtOTMuMzI3MTg4NjMgMjQwLjY3NjE0ODI3IC0xMDEuNDg3NTMyMjIgMjQwLjY3MDQxNzEzIC0xMDkuNjQ3OTI0NDIgMjQwLjY1MjI0NDU3IEMtMTE2LjU5NzQ2NDU2IDI0MC42MzY4MjI4MSAtMTIzLjU0NjkxNjgzIDI0MC42MzE3MzUzMyAtMTMwLjQ5NjQ3MDgzIDI0MC42Mzk5ODI2NyBDLTEzNC4wNDAwMDE5MyAyNDAuNjQzODgxODkgLTEzNy41ODMzNTYyIDI0MC42NDI5OTU0NSAtMTQxLjEyNjg2NTM5IDI0MC42Mjg5MjUzMiBDLTE0NC45NzQ1NjA0NiAyNDAuNjEzNzg3NTcgLTE0OC44MjIwMDg0NiAyNDAuNjIyMDc0NTQgLTE1Mi42Njk3MjM1MSAyNDAuNjMyNTA3MzIgQy0xNTMuNzgxMTIzMyAyNDAuNjI0NDUwOTIgLTE1NC44OTI1MjMwOCAyNDAuNjE2Mzk0NTIgLTE1Ni4wMzc2MDE2NSAyNDAuNjA4MDkzOTggQy0xNzAuMDIxNTQxNjYgMjQwLjY5NjYyMTE5IC0xODAuMzc1MDc5MzkgMjQ1LjE0OTY0NTcyIC0xODkuNTMxMjUgMjU1Ljc3NzM0Mzc1IFogTS0zMzIgMzA3IEMtMzM1LjAxMzA3MjY2IDMxMS4zMzEyOTE5NCAtMzM1LjU1OTI0NDY1IDMxNC43ODAzODMyNyAtMzM1IDMyMCBDLTMzMy4yNTM3MjQxMyAzMjQuODUwNzY2MyAtMzMwLjU3MDgzMDA3IDMyOC41MTY3MTM1MyAtMzI2IDMzMSBDLTMyMS41ODE5MDM1OCAzMzIuMjkwNTkwODkgLTMxOC4xMzAyNTMyNyAzMzIuMzY5NTA1ODggLTMxMy43NSAzMzAuOTM3NSBDLTMwOS43NDE1NjEyIDMyOC4xMTMzNzI2NyAtMzA2Ljc1MTQwNzc1IDMyNS41NzIzMDM4MyAtMzA1LjM2MzI4MTI1IDMyMC44MjAzMTI1IEMtMzA0LjU2Mzk4NDk3IDMxNS43MTUxMjk4MyAtMzA0Ljk0Mjk3Njg0IDMxMi4zMzkwMDA2MSAtMzA4IDMwOCBDLTMxMS42MDYwNTQ4MyAzMDQuNDYxMDc5MTcgLTMxNC41MjEwNTcwMSAzMDIuMTUyOTk0MSAtMzE5LjYyNSAzMDEuNjI1IEMtMzI0LjY5MjQ1NDk2IDMwMS42OTg4NDI3IC0zMjguMjMxODMwOTYgMzAzLjcwODI2NjEyIC0zMzIgMzA3IFogTTI3MS42NzU3ODEyNSAzMDcuNTc4MTI1IEMyNjkuMDMyODQ1ODkgMzExLjY5NTU0MDA4IDI2OC4zNzI0ODEzMyAzMTUuMDY5NDk2MTggMjY5IDMyMCBDMjcwLjc0NjI3NTg3IDMyNC44NTA3NjYzIDI3My40MjkxNjk5MyAzMjguNTE2NzEzNTMgMjc4IDMzMSBDMjgyLjQxODA5NjQyIDMzMi4yOTA1OTA4OSAyODUuODY5NzQ2NzMgMzMyLjM2OTUwNTg4IDI5MC4yNSAzMzAuOTM3NSBDMjk0LjI0MDM3OTY2IDMyOC4xMjYwOTYxNSAyOTcuMTc5OTg1NDMgMzI1LjU3NDQ2NDMzIDI5OC42NzE4NzUgMzIwLjg5MDYyNSBDMjk5LjUzNTQ0Mjk1IDMxNS44ODE5MzA4OSAyOTguOTIyNDk3MTcgMzEyLjEyODE1NDM5IDI5Ni4zNTkzNzUgMzA3LjczMDQ2ODc1IEMyOTMuNTgxNzk0OTIgMzA0LjE5NDY0MTIzIDI5MC40MTEzNDY5MSAzMDIuNDU1Njg3NjEgMjg2LjAxNTYyNSAzMDEuNjI1IEMyODAuMjEwMDY0MjcgMzAxLjI2NDk2NTIzIDI3NS40NDYwODcyMSAzMDMuMDg0ODk5MDEgMjcxLjY3NTc4MTI1IDMwNy41NzgxMjUgWiBNLTQxOC43NDIxODc1IDQwOC4zNjcxODc1IEMtNDIyLjU3OTIyMjcgNDEyLjA1NzM1MDU0IC00MjQuMTM0NDk2OTcgNDE0Ljg4ODA5MTgyIC00MjQuMzEyNSA0MjAuMzEyNSBDLTQyNC4yNTg5MzY0MSA0MjUuODAyNzY3NzUgLTQyMS45NDY5MDgwOCA0MjguNzQxNTg2NjMgLTQxOC40Mzc1IDQzMi44MTI1IEMtNDE1LjA4MDc1MDYyIDQzNS41ODU0NjY4OCAtNDEwLjgwNTc3MjEyIDQzNS41MDQzNzkxIC00MDYuNjQ4NDM3NSA0MzUuNDkyMTg3NSBDLTQwMS45NzE1NDQ1NCA0MzQuNjIzMDMwNCAtMzk5LjAzNjY4ODU1IDQzMS41MDQ0ODEzMSAtMzk2IDQyOCBDLTM5NC4wMjU1MDMzMSA0MjQuMDUxMDA2NjMgLTM5NC41NjIyOTUwMiA0MTkuMzA0MDk4OTYgLTM5NSA0MTUgQy0zOTcuMTYyNTYwMTQgNDEwLjUxNDY5MDA4IC0zOTkuNDYzNDg2OTkgNDA4LjA1MjIzMjA4IC00MDQgNDA2IEMtNDA5LjM2NDcxNzk3IDQwNC40ODM4ODQwNSAtNDE0LjIyMDc3Nzk3IDQwNC44MTg5OTYxNyAtNDE4Ljc0MjE4NzUgNDA4LjM2NzE4NzUgWiBNMzYzLjI1IDQwOC41NjI1IEMzNTkuNjU3MTY4MTkgNDEyLjQ1NDczNDQ2IDM1OC4wMjM2NDg4NSA0MTYuNzk1NTgwMjQgMzU3Ljk4NDM3NSA0MjIuMTE3MTg3NSBDMzU4LjgyOTgwNzQxIDQyNy4yOTA0Mjg2OCAzNjEuNjExODI1NTIgNDMwLjQ5OTc1OTU1IDM2NS42NDg0Mzc1IDQzMy43MDcwMzEyNSBDMzY5Ljc1NDQ1NDY4IDQzNS45NjQ2NTg2NCAzNzMuNDgwNDA2NjUgNDM1Ljk0NzkwMTI5IDM3OCA0MzUgQzM4Mi44Mzc2MzUyNSA0MzIuNjcwNzY4MjEgMzg1LjYzNjE5NjYzIDQyOS44MTg1MjIyNSAzODggNDI1IEMzODguODI5Nzg0MDUgNDIwLjI4Mzc3ODQgMzg4LjQ5NDAyNTIzIDQxNi45Njk3NTMyMyAzODYuMzEyNSA0MTIuNjg3NSBDMzgzLjE5ODMwMDIgNDA5LjA2ODI5NDgzIDM4MC43NTg4NDMwNyA0MDYuNTM1MzAwMDYgMzc2LjEyNSA0MDUuMTI1IEMzNzEuMTk5MjcyMzcgNDA0LjkyNzk3MDg5IDM2Ny41MTEyODA3IDQwNi4xNDEzMTc3OCAzNjMuMjUgNDA4LjU2MjUgWiBNLTMzMiA1MTQgQy0zMzUuMDEzMDcyNjYgNTE4LjMzMTI5MTk0IC0zMzUuNTU5MjQ0NjUgNTIxLjc4MDM4MzI3IC0zMzUgNTI3IEMtMzMzLjI1MzcyNDEzIDUzMS44NTA3NjYzIC0zMzAuNTcwODMwMDcgNTM1LjUxNjcxMzUzIC0zMjYgNTM4IEMtMzIxLjU4MTkwMzU4IDUzOS4yOTA1OTA4OSAtMzE4LjEzMDI1MzI3IDUzOS4zNjk1MDU4OCAtMzEzLjc1IDUzNy45Mzc1IEMtMzA5Ljc0MTU2MTIgNTM1LjExMzM3MjY3IC0zMDYuNzUxNDA3NzUgNTMyLjU3MjMwMzgzIC0zMDUuMzYzMjgxMjUgNTI3LjgyMDMxMjUgQy0zMDQuNTYzOTg0OTcgNTIyLjcxNTEyOTgzIC0zMDQuOTQyOTc2ODQgNTE5LjMzOTAwMDYxIC0zMDggNTE1IEMtMzExLjYwNjA1NDgzIDUxMS40NjEwNzkxNyAtMzE0LjUyMTA1NzAxIDUwOS4xNTI5OTQxIC0zMTkuNjI1IDUwOC42MjUgQy0zMjQuNjkyNDU0OTYgNTA4LjY5ODg0MjcgLTMyOC4yMzE4MzA5NiA1MTAuNzA4MjY2MTIgLTMzMiA1MTQgWiBNMjcxLjY3NTc4MTI1IDUxNC41NzgxMjUgQzI2OS4wMzI4NDU4OSA1MTguNjk1NTQwMDggMjY4LjM3MjQ4MTMzIDUyMi4wNjk0OTYxOCAyNjkgNTI3IEMyNzAuNzQ2Mjc1ODcgNTMxLjg1MDc2NjMgMjczLjQyOTE2OTkzIDUzNS41MTY3MTM1MyAyNzggNTM4IEMyODIuNDE4MDk2NDIgNTM5LjI5MDU5MDg5IDI4NS44Njk3NDY3MyA1MzkuMzY5NTA1ODggMjkwLjI1IDUzNy45Mzc1IEMyOTQuMjQwMzc5NjYgNTM1LjEyNjA5NjE1IDI5Ny4xNzk5ODU0MyA1MzIuNTc0NDY0MzMgMjk4LjY3MTg3NSA1MjcuODkwNjI1IEMyOTkuNTM1NDQyOTUgNTIyLjg4MTkzMDg5IDI5OC45MjI0OTcxNyA1MTkuMTI4MTU0MzkgMjk2LjM1OTM3NSA1MTQuNzMwNDY4NzUgQzI5My41ODE3OTQ5MiA1MTEuMTk0NjQxMjMgMjkwLjQxMTM0NjkxIDUwOS40NTU2ODc2MSAyODYuMDE1NjI1IDUwOC42MjUgQzI4MC4yMTAwNjQyNyA1MDguMjY0OTY1MjMgMjc1LjQ0NjA4NzIxIDUxMC4wODQ4OTkwMSAyNzEuNjc1NzgxMjUgNTE0LjU3ODEyNSBaIE0tMTMxLjgxMjUgNzExLjM3NSBDLTEzNS41NjE1NDU3MiA3MTUuODczODU0ODYgLTEzNi40MDY3NDEyOCA3MTkuMDUwMzU3NCAtMTM2LjI0NjA5Mzc1IDcyNC44MjQyMTg3NSBDLTEzNS43Mzc2NDUwOSA3MjkuMzE5NTUwNTQgLTEzMy4zOTY0MjQ2NyA3MzEuNTY0ODk5NzYgLTEzMC40Mzc1IDczNC44MTI1IEMtMTI2Ljk1MjYyNDM4IDczNy41NzQyNjM5MyAtMTIzLjY1OTMxMDA1IDczNy41OTU1MTI3IC0xMTkuMzMyMDMxMjUgNzM3LjM1NTQ2ODc1IEMtMTE0LjgxOTAxNTc5IDczNi42Njc1NTUxNyAtMTEyLjY5ODYyMDYxIDczNC43OTU2NTEyNSAtMTA5Ljc1IDczMS40Mzc1IEMtMTA2LjU0MTU2NzIxIDcyNi45Njg2MTE0NyAtMTA2LjQ5MzI5Mjc0IDcyMy4zOTU0OTM5NyAtMTA3IDcxOCBDLTEwOC44NjAxMzYxMyA3MTMuNDUzMDAwNTYgLTExMi4wMjI2MTYyMyA3MTAuODA3NTY1MDEgLTExNiA3MDggQy0xMjIuMDI5MDI5NTggNzA2LjA3NTg0MTYyIC0xMjcuMDA3MzA4NTEgNzA3LjMxNzI4Mjc0IC0xMzEuODEyNSA3MTEuMzc1IFogTTc1LjE4NzUgNzExLjQzNzUgQzcxLjIwODM1Nzc3IDcxNi4wOTg3ODA4OSA3MC42MDcwOTA3MyA3MTguNjE2MDU5NzQgNzAuNzUzOTA2MjUgNzI0LjU2NjQwNjI1IEM3MS4yMjg4NjUzNSA3MjkuMjYzMjI0MDUgNzMuNDcyNzAyNzUgNzMxLjQyMTI1OTEyIDc2LjU2MjUgNzM0LjgxMjUgQzgwLjA0NzM3NTYyIDczNy41NzQyNjM5MyA4My4zNDA2ODk5NSA3MzcuNTk1NTEyNyA4Ny42Njc5Njg3NSA3MzcuMzU1NDY4NzUgQzkyLjE4MDk4NDIxIDczNi42Njc1NTUxNyA5NC4zMDEzNzkzOSA3MzQuNzk1NjUxMjUgOTcuMjUgNzMxLjQzNzUgQzEwMC40Mzc4NDMzNCA3MjYuOTk3Mjg5NjQgMTAwLjY1MjU0ODM1IDcyMy4zNzQ0NjA2OCAxMDAgNzE4IEM5Ny43NzY1ODM4OSA3MTMuNjM1NTE2NTIgOTUuMTIxMjI5NTEgNzEwLjY0OTM2MTgzIDkxIDcwOCBDODQuOTA4MzUyMTcgNzA2LjE0NjAyMDIzIDc5Ljk4OTE5MTIgNzA3LjI3NjAzNDMgNzUuMTg3NSA3MTEuNDM3NSBaIE0tMzAuMzI0MjE4NzUgODAyLjU3ODEyNSBDLTMyLjk2NzE1NDExIDgwNi42OTU1NDAwOCAtMzMuNjI3NTE4NjcgODEwLjA2OTQ5NjE4IC0zMyA4MTUgQy0zMS4xNTQ5MzMxOCA4MjAuMTI1MTg1NjEgLTI4LjUzNDk1OTg5IDgyMy4wMDUyMTUxNyAtMjQgODI2IEMtMTkuNTI5NzQyMTcgODI3LjU5MTg5MzA2IC0xNi4wNTEwMzAxMyA4MjcuMzMzNjQ3NTUgLTExLjc1IDgyNS4zNzUgQy03LjYzNDMyMDgxIDgyMi45ODk2ODQ5NSAtNC43MTIyNTMxMSA4MjAuNjcwOTQ5MTUgLTMuNDM3NSA4MTUuODkwNjI1IEMtMi42MDgzMzI0OCA4MTAuNzQyODc2NjcgLTIuOTA4NjA0NjMgODA3LjM4Nzc4Njk4IC02IDgwMyBDLTkuNjM5NTk5MzkgNzk5LjQyODE1OTExIC0xMi41MjEyOTg5NSA3OTcuMTI1MzEzNjUgLTE3LjY4NzUgNzk2LjY4NzUgQy0yMi45NjgzOTc4MyA3OTYuNzgzMzQyMDcgLTI2LjkwMjIwMDQ5IDc5OC40OTk5Njc1NCAtMzAuMzI0MjE4NzUgODAyLjU3ODEyNSBaICIgZmlsbD0iI0ZGRkZGRiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTU4LDEyNykiLz4KPHBhdGggZD0iTTAgMCBDOS45IDAgMTkuOCAwIDMwIDAgQzM0LjQ5OTAwNzM2IDExLjI0NzUxODQxIDM0LjQ5OTAwNzM2IDExLjI0NzUxODQxIDM2LjIzNTU5NTcgMTYuNDE5Njc3NzMgQzM2LjYyNzg4ODY0IDE3LjU4MzA2NjcxIDM3LjAyMDE4MTU4IDE4Ljc0NjQ1NTY5IDM3LjQyNDM2MjE4IDE5Ljk0NTA5ODg4IEMzNy44MzczMzA0NyAyMS4xNzg4MDIxOSAzOC4yNTAyOTg3NyAyMi40MTI1MDU0OSAzOC42NzU3ODEyNSAyMy42ODM1OTM3NSBDMzkuMTIyMDM4ODQgMjUuMDA5Mjg3MTcgMzkuNTY4NjA1MTggMjYuMzM0ODc2NjkgNDAuMDE1NDU3MTUgMjcuNjYwMzY5ODcgQzQwLjk2MDY4MzIgMzAuNDY1Mzg3NTggNDEuOTA0NDQ4MjUgMzMuMjcwODkwMjEgNDIuODQ2OTg0ODYgMzYuMDc2ODEyNzQgQzQ1LjMyMTM1OTMxIDQzLjQ0MTc5ODc2IDQ3LjgwNjIzODkyIDUwLjgwMzI0MDQxIDUwLjI5Mjk2ODc1IDU4LjE2NDA2MjUgQzUwLjUzOTkwNDc5IDU4Ljg5NTE4MzEyIDUwLjc4Njg0MDgyIDU5LjYyNjMwMzc1IDUxLjA0MTI1OTc3IDYwLjM3OTU3OTU0IEM1NS4zMjMwNzIxNCA3My4wNTE5NTI2MyA1OS42ODk3MTA1MyA4NS42OTI5NjcyNiA2NC4xMjUgOTguMzEyNSBDNjkuMTQxODgyMzIgMTEyLjU5MzE1MDc4IDc0LjAyMjgwMzM4IDEyNi45MTE1MzY0NiA3OC43NjkwNDI5NyAxNDEuMjg0NDIzODMgQzgxLjExNjY5MTE3IDE0OC4zODc3NTg1OSA4My40OTU0MTI1IDE1NS40NzcwMTE4OSA4NS45NjQ4NDM3NSAxNjIuNTM5MDYyNSBDODYuMjAyMDE2MTQgMTYzLjIxODcxMDYzIDg2LjQzOTE4ODU0IDE2My44OTgzNTg3NiA4Ni42ODM1NDc5NyAxNjQuNTk4NjAyMjkgQzg3Ljc5OTIzNTEgMTY3Ljc5MjY0Mzk1IDg4LjkyMjA1ODU0IDE3MC45ODM3MTk2NCA5MC4wNTU5MDgyIDE3NC4xNzEzODY3MiBDOTAuNDQ0ODAyMjUgMTc1LjI4MDE0MTYgOTAuODMzNjk2MjkgMTc2LjM4ODg5NjQ4IDkxLjIzNDM3NSAxNzcuNTMxMjUgQzkxLjU3Njk0MzM2IDE3OC40OTYxMTMyOCA5MS45MTk1MTE3MiAxNzkuNDYwOTc2NTYgOTIuMjcyNDYwOTQgMTgwLjQ1NTA3ODEyIEM5MyAxODMgOTMgMTgzIDkzIDE4NyBDODQuNDIgMTg3IDc1Ljg0IDE4NyA2NyAxODcgQzYyLjE4NjU2ODAyIDE3NC40NDA2NDUxNiA1Ny44NDM4MTMzMiAxNjEuNzcwMDI3MjcgNTMuNjI1IDE0OSBDNTEuNDM4NzUgMTQyLjQgNDkuMjUyNSAxMzUuOCA0NyAxMjkgQzE0LjgyNSAxMjguNTA1IDE0LjgyNSAxMjguNTA1IC0xOCAxMjggQy0xOC45OSAxMzEuNjMgLTE5Ljk4IDEzNS4yNiAtMjEgMTM5IEMtMjIuMTU2OTYxMTYgMTQyLjY5ODQ1Nzg5IC0yMy4zMzEwMjI3OCAxNDYuMzg0OTUzMjcgLTI0LjUzOTA2MjUgMTUwLjA2NjQwNjI1IEMtMjQuODY1Mzg2NjYgMTUxLjA2NzExNjU1IC0yNS4xOTE3MTA4MiAxNTIuMDY3ODI2ODQgLTI1LjUyNzkyMzU4IDE1My4wOTg4NjE2OSBDLTI2LjIxMDcwNTEyIDE1NS4xOTA3NTMwOCAtMjYuODk0NzY5NzYgMTU3LjI4MjIyNjA3IC0yNy41ODAwNzgxMiAxNTkuMzczMjkxMDIgQy0yOC42MzIxNzI2MyAxNjIuNTg0MzkxNjEgLTI5LjY3OTY2MDQ0IDE2NS43OTY5Njg4NSAtMzAuNzI2NTYyNSAxNjkuMDA5NzY1NjIgQy0zMS4zOTI5NjA4MyAxNzEuMDQ5NTY2ODUgLTMyLjA1OTYxODAzIDE3My4wODkyODM1MyAtMzIuNzI2NTYyNSAxNzUuMTI4OTA2MjUgQy0zMy4xOTY4NjM4NiAxNzYuNTcwOTUxNzcgLTMzLjE5Njg2Mzg2IDE3Ni41NzA5NTE3NyAtMzMuNjc2NjY2MjYgMTc4LjA0MjEyOTUyIEMtMzMuOTY3MjE4OTMgMTc4LjkyNzQyODQ0IC0zNC4yNTc3NzE2MSAxNzkuODEyNzI3MzYgLTM0LjU1NzEyODkxIDE4MC43MjQ4NTM1MiBDLTM0LjgxMjMzMzA3IDE4MS41MDQ0MTkxIC0zNS4wNjc1MzcyMyAxODIuMjgzOTg0NjggLTM1LjMzMDQ3NDg1IDE4My4wODcxNzM0NiBDLTM2IDE4NSAtMzYgMTg1IC0zNyAxODcgQy00NS41OCAxODcgLTU0LjE2IDE4NyAtNjMgMTg3IEMtNjEuMjAxNzEwNDggMTgwLjQwNjI3MTc3IC01OS40MTQ2MzI2NSAxNzMuOTU0OTI1OTYgLTU3LjIxOTQ4MjQyIDE2Ny41MDczMjQyMiBDLTU2Ljk1ODY3ODg5IDE2Ni43MzI3Njg4NiAtNTYuNjk3ODc1MzcgMTY1Ljk1ODIxMzUgLTU2LjQyOTE2ODcgMTY1LjE2MDE4Njc3IEMtNTUuNTc0MzI2NDcgMTYyLjYyMzk3NjUgLTU0LjcxNDk1ODc4IDE2MC4wODkzMjYwNiAtNTMuODU1NDY4NzUgMTU3LjU1NDY4NzUgQy01My4yNDI4NDg5NCAxNTUuNzQwNTc2MTkgLTUyLjYzMDQ5NDI2IDE1My45MjYzNzUzMyAtNTIuMDE4Mzg2ODQgMTUyLjExMjA5MTA2IEMtNTAuNDA0MDQ2NDcgMTQ3LjMyOTgxNTUzIC00OC43ODU3NzIwNCAxNDIuNTQ4ODgwMDUgLTQ3LjE2Njc0ODA1IDEzNy43NjgxODg0OCBDLTQ1Ljg4Nzk2NjYzIDEzMy45OTAwMjg2MiAtNDQuNjExOTkxODggMTMwLjIxMDkyNDE2IC00My4zMzYxODI1OSAxMjYuNDMxNzU5ODMgQy0zNS4zNzk3ODAyNSAxMDIuODY0MTgyMzUgLTI3LjM2Mjg0NTI1IDc5LjMxNzU2NzE1IC0xOS4zMTYyMTM2MSA1NS43ODA2NjU0IEMtMTYuOTI1MTkzMzQgNDguNzg0OTY1MjYgLTE0LjU0NDQwOTQyIDQxLjc4NTgyMzY5IC0xMi4xNjc5Njg3NSAzNC43ODUxNTYyNSBDLTExLjgyNTQ3NTkyIDMzLjc3Njc0NjgzIC0xMS40ODI5ODMwOSAzMi43NjgzMzc0IC0xMS4xMzAxMTE2OSAzMS43MjkzNzAxMiBDLTkuODAwMDEzNjYgMjcuODEyOTQ2NjYgLTguNDcwMTg4MDMgMjMuODk2NDMyOTggLTcuMTQyMzMzOTggMTkuOTc5MjQ4MDUgQy02LjEzMTMyNzA3IDE2Ljk5NzQ0NzI2IC01LjExODU2MjM1IDE0LjAxNjI0ODYgLTQuMTA1NDY4NzUgMTEuMDM1MTU2MjUgQy0zLjY1NDExODEyIDkuNzAxNDY3NTEgLTMuNjU0MTE4MTIgOS43MDE0Njc1MSAtMy4xOTM2NDkyOSA4LjM0MDgzNTU3IEMtMi45MTg1ODA0NyA3LjUzMjM0NjY1IC0yLjY0MzUxMTY2IDYuNzIzODU3NzMgLTIuMzYwMTA3NDIgNS44OTA4NjkxNCBDLTIuMTIwMzE2NjIgNS4xODQwMjQ4MSAtMS44ODA1MjU4MiA0LjQ3NzE4MDQ4IC0xLjYzMzQ2ODYzIDMuNzQ4OTE2NjMgQy0xIDIgLTEgMiAwIDAgWiBNMTQgMjMgQzEzLjgyMTYyNTk4IDIzLjY5MTgyMzczIDEzLjY0MzI1MTk1IDI0LjM4MzY0NzQ2IDEzLjQ1OTQ3MjY2IDI1LjA5NjQzNTU1IEM2Ljc2MTY2MTYzIDUwLjY5NzM2ODg0IC0xLjgxNTc5NTMzIDc1LjYzMzE5ODQxIC0xMC40ODU2NDE0OCAxMDAuNjIzNzE4MjYgQy0xMC44MTcyMzc3IDEwMS41ODI0Nzg2NCAtMTEuMTQ4ODMzOTIgMTAyLjU0MTIzOTAxIC0xMS40OTA0Nzg1MiAxMDMuNTI5MDUyNzMgQy0xMS43ODMxMDA3NCAxMDQuMzcxODUyODcgLTEyLjA3NTcyMjk2IDEwNS4yMTQ2NTMwMiAtMTIuMzc3MjEyNTIgMTA2LjA4Mjk5MjU1IEMtMTMuMDUxNDk2NCAxMDcuODIyNTcyNDUgLTEzLjA1MTQ5NjQgMTA3LjgyMjU3MjQ1IC0xMyAxMDkgQzUuMTUgMTA5IDIzLjMgMTA5IDQyIDEwOSBDMzQuMjMyMzQ2MzQgODQuODg4NzgxNjEgMzQuMjMyMzQ2MzQgODQuODg4NzgxNjEgMjYuMjM5NzQ2MDkgNjAuODUyMDUwNzggQzIyLjAwMjk1NTY0IDQ4LjM0OTUyODk4IDE4LjI5NTc3OTczIDM1Ljc4MjQ1NTQ5IDE1IDIzIEMxNC42NyAyMyAxNC4zNCAyMyAxNCAyMyBaICIgZmlsbD0iI0ZGRkZGRiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDk5LDQ1NCkiLz4KPHBhdGggZD0iTTAgMCBDOC4yNSAwIDE2LjUgMCAyNSAwIEMyNSA2MS43MSAyNSAxMjMuNDIgMjUgMTg3IEMxNi43NSAxODcgOC41IDE4NyAwIDE4NyBDMCAxMjUuMjkgMCA2My41OCAwIDAgWiAiIGZpbGw9IiNGRkZGRkYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYxOSw0NTQpIi8+Cjwvc3ZnPgo=");
}

button#mobileFabToggle i:before {
  content: "";
  background-image: url("data:image/png;base64,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");
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: center;
  filter: invert(1) brightness(1);
}

.radialItem button.chatbot-fab.open i:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDEySDE4TTEyIDZWMTgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg==) !important;
  transform: rotateZ(135deg) translate(0px, 0px);
}

li#fa-3 .open i:before {
  filter: invert(1);
  width: 20px;
  height: 20px;
  background-size: 20px;
}

button.chatbot-fab.open {
  transform: scale(1.2) !important;
  background-color: #0e1f60 !important;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}

@media (max-width: 992px) {
  .mobile-fab-wrapper .fab-label {
    display: block;
    font-size: 14px;
    color: #7d8285;
    margin: 0.5rem 0;
  }
  .mobile-fab-wrapper .fab-main,
  .mobile-fab-wrapper .fab-main-bottom {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #e9ecf2;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    z-index: 10;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-fab-wrapper .fab-main-bottom {
    z-index: 0;
  }
  .mobile-fab-wrapper button#mobileFabToggle:before {
    inset: -1px 20px;
  }
  .radial.quarter-left {
    display: none;
  }
  .mobile-fab-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e9ecf2;
    border-radius: 2rem 2rem 0 0;
    text-align: center;
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 1;
  }
  .mobile-fab-background {
    background: #e9ecf2;
    border-radius: 2rem 2rem 0 0;
    padding-top: 0px;
    padding-bottom: 14px;
    position: relative;
  }
  .mobile-fab-container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .mobile-fab-actions, .radialMenu {
    z-index: 10;
  }
}
button#mobileFabToggle:before {
  content: "";
  position: absolute;
  inset: -1px 25px;
  background: #318de5;
  transition: 500ms;
  animation: rotate 4s linear infinite;
  z-index: -1;
}

button#mobileFabToggle:hover::before {
  inset: -1px;
}

button#mobileFabToggle::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #e9ecf2;
  z-index: -1;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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