@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  box-sizing: border-box;
  font-size: 1rem;
}

body,
ul {
  margin: 0;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
}

h1 {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #EEF8FF;
}

.bg-green-light {
  background: linear-gradient(90deg, rgba(155, 197, 61, 0.1) 0%, rgba(155, 197, 61, 0.05) 100%);
}

.bg-cream {
  background-color: #FFE6C4;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 110%;
  margin: 0px;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  margin: 0px;
}

a {
  font-family: "Epilogue", sans-serif;
  font-size: 1rem;
  margin: 0px;
}

h1,
.h1 {
  font-size: clamp(1.4rem, 0.2857rem + 3.5714vw, 3.5rem);
}

h2,
.h2 {
  font-size: clamp(1.4rem, 0.2857rem + 3.5714vw, 3rem);
}

h3,
.h3 {
  font-size: clamp(1.4rem, 0.2857rem + 3.5714vw, 2.25rem);
}

h4,
.h4 {
  font-size: clamp(1.2rem, 0.2857rem + 3.5714vw, 2rem);
}

h5,
.h5 {
  font-size: clamp(1rem, 0.2857rem + 3.5714vw, 1.5rem);
}

h6,
.h6 {
  font-size: clamp(1rem, 0.2857rem + 3.5714vw, 1.125rem);
}

.text-xs {
  font-size: clamp(0.5rem, 0.15rem + 1.3vw, 0.75rem);
}

.text-sm {
  font-size: clamp(0.58rem, 0.19rem + 1.6vw, 0.9rem);
  line-height: 110%;
}

.text-md {
  font-size: clamp(0.65rem, 0.22rem + 1.9vw, 1.02rem);
  line-height: 110%;
}

.text-lg {
  font-size: clamp(0.72rem, 0.25rem + 2.2vw, 1.12rem);
  line-height: 110%;
}

.text-big {
  font-size: clamp(0.8rem, 0.2857rem + 2.5714vw, 1.25rem);
  line-height: 110%;
}

.text-xxl, body.home main .abroad-section-content > div.card {
  font-size: clamp(0.9rem, 0.2857rem + 3.5714vw, 1.3rem);
}

.text-xxxl {
  font-size: clamp(1rem, 0.32rem + 4.3vw, 1.45rem);
  line-height: 110%;
}

.text-detail {
  font-size: 3.125rem;
  line-height: 3.5rem;
  color: #75C5FF;
}

.text-bold {
  font-weight: 600 !important;
}

.text-light {
  font-weight: 400 !important;
}

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  background-color: #216EA8;
}
header .header-mobile, header .menu-mobile, header .header-mobile-trigger {
  display: none;
}
header .header-wrapper {
  display: grid;
  grid-template-columns: max-content auto max-content;
  align-items: center;
  justify-content: normal;
  height: 80px;
}
header .header-wrapper .logo img {
  max-width: 162px;
}
header .header-wrapper .logo .logoPremium,
header .header-wrapper .logo .logoProfesional {
  display: none;
}
header .header-wrapper .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 1.5rem;
}
header .header-wrapper .menu li a {
  color: white;
  font-weight: 400;
}
header .user, header .company {
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 2rem;
}
header .user ~ .menu, header .user ~ .authentication, header .company ~ .menu, header .company ~ .authentication {
  display: none;
}
header .user-info, header .company-info {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
header .user-info .carritoEmpresa, header .company-info .carritoEmpresa {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  border-right: none;
  color: white;
  background: url(/img/2015/icoCarrito.png) left center no-repeat;
}
header .user-info .carritoEmpresa a, header .company-info .carritoEmpresa a {
  color: white;
  text-wrap: pretty;
  font-weight: 600;
}
header .user-info .carritoEmpresa a.btn, header .company-info .carritoEmpresa a.btn {
  color: #0C1C3B;
}
header .user-info .carritoEmpresa + #viewOfertasPendientes, header .company-info .carritoEmpresa + #viewOfertasPendientes {
  display: none;
}
header .user-info .separator, header .company-info .separator {
  height: 50px;
}
header .user-menu, header .company-menu {
  display: none;
}
header .user.cabecera_empresa .user-info-thumb, header .company.cabecera_empresa .user-info-thumb {
  max-height: 50px;
  border-radius: 0.25rem;
}
header .authentication {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .authentication .btn {
  height: 3rem;
  line-height: calc(3rem - 2px);
}
@media (max-width: 1279.98px) {
  header .header-wrapper .logo img {
    max-width: 150px;
  }
  header .header-wrapper .menu {
    column-gap: 1rem;
  }
  header .header-wrapper .authentication .btn {
    padding: 0px 1rem;
  }
}
@media (max-width: 1023.98px) {
  header .header-mobile-trigger {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
  }
  header .header-wrapper .menu, header .header-wrapper .authentication, header .header-wrapper .user, header .header-wrapper .company {
    display: none;
  }
  header .menu-mobile {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    height: 100dvh;
    background-color: #216EA8;
    margin: 0px;
    padding: 0px 2rem;
    grid-template-rows: 80px auto 15dvh;
  }
  header .menu-mobile.show {
    display: grid;
    overflow-y: scroll;
  }
  header .menu-mobile-logged {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    justify-content: center;
  }
  header .menu-mobile-logged:not(:has(*)) {
    display: none;
  }
  header .menu-mobile-logged:has(*) ~ ul.list, header .menu-mobile-logged:has(*) ~ .authentication {
    display: none;
  }
  header .menu-mobile-logged .user, header .menu-mobile-logged .company {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    row-gap: 4rem;
  }
  header .menu-mobile-logged .user-info, header .menu-mobile-logged .company-info {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    row-gap: 1rem;
  }
  header .menu-mobile-logged .user-info .separator, header .menu-mobile-logged .company-info .separator {
    display: none;
  }
  header .menu-mobile-logged .user-menu, header .menu-mobile-logged .company-menu {
    display: flex;
  }
  header .menu-mobile-logged .user-menu li:last-child, header .menu-mobile-logged .company-menu li:last-child {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    margin-top: 1rem;
  }
  header .menu-mobile-logged .user.cabecera_empresa > .list.user-menu {
    display: none;
  }
  header .menu-mobile ul.list {
    row-gap: 2rem;
    justify-content: center;
  }
  header .menu-mobile ul.list li a {
    color: white;
    font-weight: 500;
  }
  header .menu-mobile .authentication {
    align-items: start;
    justify-content: center;
  }
  header .menu-mobile .authentication .separator {
    height: 50px;
  }
}

.pie_trabajos {
  width: 100%;
  background: #0C1C3B;
  color: #FFFFFF;
  padding-top: 64px;
  padding-bottom: 44px;
  overflow: hidden;
}
.pie_trabajos .pie_inner {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.pie_trabajos .pie_inner .pieA a {
  display: block;
  color: #D6DDEB;
  font-size: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .pie_trabajos .pie_inner .pieA a {
    text-align: center;
  }
}
.pie_trabajos .pie_inner .pie_second {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #8ea6bb;
  padding-top: 42px;
  padding-bottom: 42px;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .pie_trabajos .pie_inner .pie_second {
    display: block;
    text-align: center;
  }
}
.pie_trabajos .pie_inner .pie_second p {
  order: 1;
  color: #D6DDEB;
  font-size: 16px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .pie_trabajos .pie_inner .pie_second p {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}
.pie_trabajos .pieAPPs {
  display: inline-block;
  margin-left: 248px;
  margin-top: 4px;
  vertical-align: top;
}

.pie_trabajos .pieA {
  min-width: 90px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
}

.pie_trabajos .pieAPPs a {
  margin-left: 15px;
  display: inline-block;
}

.pie_trabajos .pieAPPs img {
  max-width: 160px;
}

ul.icosPie {
  list-style: none;
}

.icosPie li {
  margin: 0 14px 0 0;
  display: inline-block;
}

footer {
  background-color: #0C1C3B;
  padding-top: 4rem;
}
footer .footer-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto auto;
}
footer .footer-top {
  display: grid;
  grid-template-columns: 50% 50%;
}
footer .footer-top-logos {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}
footer .footer-top-logos > img {
  height: 3.5rem;
  width: max-content;
}
footer .footer-top-logos > div {
  display: flex;
  column-gap: 1.5rem;
}
footer .footer-top-links {
  display: flex;
  column-gap: 4rem;
  justify-content: end;
  color: white;
}
footer .footer-top-links a {
  color: white;
  opacity: 0.5;
}
footer .footer-top-links a:hover {
  opacity: 0.8;
}
footer hr.separator-horizontal {
  margin: 2.5rem auto;
  opacity: 0.1;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}
footer .footer-bottom .redes {
  order: 2;
  display: inline-block;
}
@media (max-width: 768px) {
  footer .footer-bottom .redes {
    display: block;
  }
}
footer .footer-bottom .redes .icosPie a {
  display: block;
  text-indent: -5000px;
  width: 32px;
  height: 32px;
}
footer .footer-bottom .redes .icosPie .icosPieFb {
  background: url(/img/2025/facebook.png) no-repeat;
}
footer .footer-bottom .redes .icosPie .icosPieTw {
  background: url(/img/2025/twitter.png) no-repeat;
}
footer .footer-bottom .redes .icosPie .icosPieLi {
  background: url(/img/2025/linkedin.png) no-repeat;
}
@media (max-width: 1023.98px) {
  footer .footer-top {
    grid-template-columns: 40% 60%;
  }
  footer .footer-top-logos {
    row-gap: 2rem;
  }
  footer .footer-top-logos > div {
    flex-direction: column;
    row-gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top {
    grid-template-columns: 100%;
    row-gap: 2rem;
  }
  footer .footer-top-logos {
    flex-direction: column;
  }
  footer .footer-top-logos > div {
    flex-direction: row;
  }
  footer .footer-top-logos > div img {
    width: 100%;
  }
  footer .footer-top-links {
    justify-content: start;
  }
}
@media (max-width: 575.98px) {
  footer .footer-top-links {
    column-gap: 2rem;
  }
  footer .footer-bottom {
    flex-direction: column;
    row-gap: 2rem;
  }
}

body {
  background: #FAFAFA;
  font-family: "DM Sans", sans-serif;
}

.container, .layout {
  width: min(100% - 2rem, 1320px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.col {
  flex: 1;
  padding: 0 1rem;
}

#div-cuerpo {
  padding-top: 48px;
}

.grid-1-1 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 2;
}

.grid-1-2 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 3;
}

.grid-1-3 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 4;
}

.grid-1-4 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 5;
}

.grid-1-5 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 6;
}

.grid-1-6 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 7;
}

.grid-1-7 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 8;
}

.grid-1-8 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 9;
}

.grid-1-9 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 10;
}

.grid-1-10 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 11;
}

.grid-1-11 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 12;
}

.grid-1-12 {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 13;
}

.grid-2-2 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 3;
}

.grid-2-3 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 4;
}

.grid-2-4 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 5;
}

.grid-2-5 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 6;
}

.grid-2-6 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 7;
}

.grid-2-7 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 8;
}

.grid-2-8 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 9;
}

.grid-2-9 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 10;
}

.grid-2-10 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 11;
}

.grid-2-11 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 12;
}

.grid-2-12 {
  display: flex;
  grid-column-start: 2;
  grid-column-end: 13;
}

.grid-3-3 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 4;
}

.grid-3-4 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 5;
}

.grid-3-5 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 6;
}

.grid-3-6 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 7;
}

.grid-3-7 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 8;
}

.grid-3-8 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 9;
}

.grid-3-9 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 10;
}

.grid-3-10 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 11;
}

.grid-3-11 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 12;
}

.grid-3-12 {
  display: flex;
  grid-column-start: 3;
  grid-column-end: 13;
}

.grid-4-4 {
  display: flex;
  grid-column-start: 4;
  grid-column-end: 5;
}

.grid-4-5 {
  display: flex;
  grid-column-start: 4;
  grid-column-end: 6;
}

.grid-4-6 {
  display: flex;
  grid-column-start: 4;
  grid-column-end: 7;
}

.grid-4-7 {
  display: flex;
  grid-column-start: 4;
  grid-column-end: 8;
}

.grid-4-8 {
  display: flex;
  grid-column-start: 4;
  grid-column-end: 9;
}

.grid-4-9 {
  display: flex;
  grid-column-start: 4;
  grid-column-end: 10;
}

.grid-4-10 {
  display: flex;
  grid-column-start: 4;
  grid-column-end: 11;
}

.grid-4-11 {
  display: flex;
  grid-column-start: 4;
  grid-column-end: 12;
}

.grid-4-12 {
  display: flex;
  grid-column-start: 4;
  grid-column-end: 13;
}

.grid-5-5 {
  display: flex;
  grid-column-start: 5;
  grid-column-end: 6;
}

.grid-5-6 {
  display: flex;
  grid-column-start: 5;
  grid-column-end: 7;
}

.grid-5-7 {
  display: flex;
  grid-column-start: 5;
  grid-column-end: 8;
}

.grid-5-8 {
  display: flex;
  grid-column-start: 5;
  grid-column-end: 9;
}

.grid-5-9 {
  display: flex;
  grid-column-start: 5;
  grid-column-end: 10;
}

.grid-5-10 {
  display: flex;
  grid-column-start: 5;
  grid-column-end: 11;
}

.grid-5-11 {
  display: flex;
  grid-column-start: 5;
  grid-column-end: 12;
}

.grid-5-12 {
  display: flex;
  grid-column-start: 5;
  grid-column-end: 13;
}

.grid-6-6 {
  display: flex;
  grid-column-start: 6;
  grid-column-end: 7;
}

.grid-6-7 {
  display: flex;
  grid-column-start: 6;
  grid-column-end: 8;
}

.grid-6-8 {
  display: flex;
  grid-column-start: 6;
  grid-column-end: 9;
}

.grid-6-9 {
  display: flex;
  grid-column-start: 6;
  grid-column-end: 10;
}

.grid-6-10 {
  display: flex;
  grid-column-start: 6;
  grid-column-end: 11;
}

.grid-6-11 {
  display: flex;
  grid-column-start: 6;
  grid-column-end: 12;
}

.grid-6-12 {
  display: flex;
  grid-column-start: 6;
  grid-column-end: 13;
}

.grid-7-7 {
  display: flex;
  grid-column-start: 7;
  grid-column-end: 8;
}

.grid-7-8 {
  display: flex;
  grid-column-start: 7;
  grid-column-end: 9;
}

.grid-7-9 {
  display: flex;
  grid-column-start: 7;
  grid-column-end: 10;
}

.grid-7-10 {
  display: flex;
  grid-column-start: 7;
  grid-column-end: 11;
}

.grid-7-11 {
  display: flex;
  grid-column-start: 7;
  grid-column-end: 12;
}

.grid-7-12 {
  display: flex;
  grid-column-start: 7;
  grid-column-end: 13;
}

.grid-8-8 {
  display: flex;
  grid-column-start: 8;
  grid-column-end: 9;
}

.grid-8-9 {
  display: flex;
  grid-column-start: 8;
  grid-column-end: 10;
}

.grid-8-10 {
  display: flex;
  grid-column-start: 8;
  grid-column-end: 11;
}

.grid-8-11 {
  display: flex;
  grid-column-start: 8;
  grid-column-end: 12;
}

.grid-8-12 {
  display: flex;
  grid-column-start: 8;
  grid-column-end: 13;
}

.grid-9-9 {
  display: flex;
  grid-column-start: 9;
  grid-column-end: 10;
}

.grid-9-10 {
  display: flex;
  grid-column-start: 9;
  grid-column-end: 11;
}

.grid-9-11 {
  display: flex;
  grid-column-start: 9;
  grid-column-end: 12;
}

.grid-9-12 {
  display: flex;
  grid-column-start: 9;
  grid-column-end: 13;
}

.grid-10-10 {
  display: flex;
  grid-column-start: 10;
  grid-column-end: 11;
}

.grid-10-11 {
  display: flex;
  grid-column-start: 10;
  grid-column-end: 12;
}

.grid-10-12 {
  display: flex;
  grid-column-start: 10;
  grid-column-end: 13;
}

.grid-11-11 {
  display: flex;
  grid-column-start: 11;
  grid-column-end: 12;
}

.grid-11-12 {
  display: flex;
  grid-column-start: 11;
  grid-column-end: 13;
}

.grid-12-12 {
  display: flex;
  grid-column-start: 12;
  grid-column-end: 13;
}

@media (max-width: 1024px) {
  .row {
    flex-direction: column;
  }
}
.sidebar {
  width: 20%;
  max-width: 250px;
  min-height: 600px;
  padding: 24px;
  position: relative;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.0509803922);
  border-radius: 8px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sidebar {
    display: none;
    float: none;
    position: absolute;
    z-index: 100;
    max-width: 306px;
    background: transparent;
    border: none;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    box-shadow: none;
  }
}
.sidebar-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .sidebar .buscadorfiltros {
    box-shadow: none;
    background: white;
    border: 1px solid rgb(204, 204, 204);
    padding: 20px;
  }
}
.sidebar .buscadorfiltros .filtro_inner {
  margin-bottom: 16px;
}
.sidebar .buscadorfiltros .filtro_inner h3 {
  font-weight: 500;
  font-size: 18px;
  color: #0C1C3B;
  margin-bottom: 12px;
}
.sidebar .buscadorfiltros .filtro_inner ul {
  padding-bottom: 5px;
}
.sidebar .buscadorfiltros .filtro_inner ul:empty {
  display: none !important;
}
.sidebar .buscadorfiltros .filtro_inner ul li {
  padding: 8px 0;
  line-height: 150%;
}
.sidebar .buscadorfiltros .filtro_inner ul li.solounitem {
  color: #999;
}
.sidebar .buscadorfiltros .filtro_inner ul li.solounitem a {
  color: #999;
}
.sidebar .buscadorfiltros .filtro_inner ul li.solounitem span {
  color: #999;
}
.sidebar .buscadorfiltros .filtro_inner ul li label, .sidebar .buscadorfiltros .filtro_inner ul li a {
  color: #393F47;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.sidebar .buscadorfiltros .filtro_inner ul li span {
  color: #585858;
  font-weight: normal;
  font-size: 12px;
}
.sidebar .buscadorfiltros .filtro_inner ul.parte_seleccion {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
}
.sidebar .buscadorfiltros .filtro_inner ul.parte_seleccion li {
  font-weight: bold;
}
.sidebar .buscadorfiltros .filtro_inner ul.parte_seleccion_total li {
  font-weight: bold;
}
.sidebar .buscadorfiltros .filtro_inner ul.parte_seleccion_disabled li {
  color: #777;
}
.sidebar .buscadorfiltros .filtro_inner ul.parte_seleccion_disabled li a {
  color: #777;
}
.sidebar .buscadorfiltros .filtro_inner input {
  display: block;
  float: left;
  margin-top: 5px;
  width: auto;
}
.sidebar .buscadorfiltros a.masfiltro {
  font-size: 16px;
  color: #135D8E;
  font-weight: 500;
  text-decoration: underline;
}
.sidebar .buscadorfiltros a.masopciones {
  margin: 20px 0 0 0;
  display: block;
  border-radius: 3px;
  border: 1px solid #d2d2d9;
  padding: 5px;
  text-align: center;
  color: #777;
  font-size: 120%;
}
.sidebar .buscadorfiltros .rangos {
  overflow: hidden;
  margin-top: 15px;
}
.sidebar .buscadorfiltros .rango {
  display: block;
  float: left;
  width: 67px;
  text-align: center;
  background: #fff;
  padding: 7px 0;
  color: #333;
  border: 0;
  font-size: 12px;
}
.sidebar .buscadorfiltros .rango.rango_on {
  background: rgb(52, 152, 219);
  color: #fff;
}
.sidebar .buscadorfiltros .rango:hover {
  background: rgba(52, 152, 219, 0.5);
  cursor: pointer;
}
.sidebar .buscadorfiltros .dato_rango {
  margin-bottom: 8px;
  font-size: 110%;
}
.sidebar .buscadorfiltros .dato_rango_disabled {
  margin-bottom: 8px;
  font-size: 110%;
  color: #999;
}

.avisoOfGuardada {
  background: #34495e;
  display: none;
  font-size: 120%;
  color: #fff;
  padding: 8px;
  text-align: center;
  margin: -22px -10px 15px -10px;
}

.avisoOfGuardada a {
  color: #fff;
  text-decoration: underline;
}

.content {
  flex: 1;
  min-width: 0;
}

.layout {
  display: grid;
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 3rem;
  grid-template-columns: repeat(12, 1fr);
}
.layout-header {
  grid-column: 1/13;
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .layout {
    display: flex;
    flex-direction: column;
  }
}
.btn-buscar {
  background-color: #75C5FF;
  color: #0C1C3B;
  border: none;
  padding: 18px 42px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  width: auto;
}
@media (max-width: 767.98px) {
  .btn-buscar {
    display: none;
  }
}
.btn-buscar:hover {
  background-color: #1976d2;
}

.btn {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 3.5rem;
  line-height: calc(3.5rem - 2px);
  padding: 0px 1.5rem;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #0C1C3B;
  border: 1px solid #75C5FF;
  background-color: #75C5FF;
  text-transform: none;
  font-weight: 400;
}
.btn:hover, .btn:visited:hover {
  background-color: #1c4565;
  border-color: #1c4565;
  color: white;
  opacity: 1;
}
.btn:hover.btn-arrow::after, .btn:visited:hover.btn-arrow::after {
  background-color: white;
}
.btn.btn-sm {
  height: 2.5rem;
  line-height: calc(2.5rem - 2px);
  padding: 0px 1rem;
}
.btn.btn-green {
  color: #0C1C3B;
  border-color: #9BC53D;
  background-color: #9BC53D;
}
.btn.btn-green:hover, .btn.btn-green:visited:hover {
  color: white;
  border-color: #557A00;
  background-color: #557A00;
}
.btn.btn-green:hover.btn-arrow::after, .btn.btn-green:visited:hover.btn-arrow::after {
  background-color: white;
}
.btn.btn-green.btn-arrow::after {
  background-color: #0C1C3B;
}
.btn.btn-light {
  border-color: #D7ECFC;
  background-color: #D7ECFC;
}
.btn.btn-light:hover, .btn.btn-light:visited:hover {
  color: white;
  background-color: #1c4565;
}
.btn.btn-light.btn-arrow::after {
  background-color: white;
}
.btn.btn-arrow {
  font-weight: 600;
}
.btn.btn-arrow::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-mask: url(../../img/2025/arrow-icon.svg) no-repeat center;
  mask: url(../../img/2025/arrow-icon.svg) no-repeat center;
  background-color: #0C1C3B;
}
.btn:visited {
  color: inherit;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .btn {
    height: 2.5rem;
    line-height: calc(2.5rem - 2px);
  }
}

.card {
  display: flex;
  border-radius: 0.5rem;
  height: auto;
  padding: 2rem 1.5rem;
  box-shadow: 0px 4px 124px 0px rgba(145, 140, 140, 0.1);
  flex-direction: column;
}
.card.card--small-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
}
.card h4, .card h5 {
  color: #0C1C3B;
}
.card.card-horizontal {
  flex-direction: row;
  column-gap: 1rem;
}
.card.card-vertical {
  flex-direction: column;
  row-gap: 0.75rem;
  justify-content: space-between;
}
.card.card-hover:hover {
  background-color: #75C5FF;
  color: white;
  opacity: 1;
}
.card.card-hover:hover img {
  filter: brightness(0.25);
}
.card .card-icon {
  width: 3rem;
}
.card-header {
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.card-header-no-border {
  border: none;
}
.card-header > p {
  font-size: 1.25rem;
  font-weight: 700;
}
.card-header img {
  vertical-align: bottom;
  margin-right: 0.25rem;
}
.card-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .card {
    padding: 1.5rem;
  }
  .card.card-vertical {
    justify-content: start;
  }
}

#ncvsCarritoEmpresa {
  margin-left: 25px;
}

.chip {
  display: inline-flex;
  padding: 0.125rem 0.375rem;
  align-items: center;
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.75rem;
  font-family: "DM Sans", sans-serif;
  width: fit-content;
}
.chip.chip-blue {
  color: #216EA8;
  background-color: #EEF8FF;
}
.chip.chip-purple {
  color: #7D5AE2;
  background-color: rgba(125, 90, 226, 0.1019607843);
}
.chip.chip-green {
  color: #9BC53D;
  background-color: #F5FAEC;
}
.chip.chip-white {
  color: #4A5565;
  background-color: #ffffff;
}
.chip.chip-dark-green {
  color: #000000;
  background-color: #9BC53D;
}
.chip.chip-gray {
  color: #525966;
  background-color: #FDFDFD;
}
.chip.chip-round {
  border-radius: 100%;
  aspect-ratio: 1/1;
  min-width: 1rem;
  padding: 0px;
  justify-content: center;
}
.chip.chip-border-blue {
  border: 1px solid rgba(51, 152, 219, 0.2);
}
.chip.chip-border-green {
  border: 1px solid rgba(155, 197, 61, 0.2);
}
.chip.chip-border-gray {
  border: 1px solid #E5E7EB;
}

.menu {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}
.menu .menu-item a {
  color: #525966;
  opacity: 1;
  font-weight: 400;
}
.menu .menu-item a:hover {
  opacity: 0.8;
  color: #216EA8;
}
.menu .menu-item strong a {
  font-weight: 700;
  color: #216EA8;
}
.menu .menu-item:not(:has(*)) {
  display: none;
}

.submenu_outer {
  position: sticky;
  top: 80px;
  background-color: #ECF0F1;
  z-index: 999998;
}
.submenu_outer .submenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.submenu_outer .submenu ul {
  display: flex;
  gap: 20px;
}
.submenu_outer .submenu ul li strong a {
  font-weight: 700;
  color: #216EA8;
}
.submenu_outer .submenu ul li a {
  font-weight: normal;
  color: #666;
  font-size: 14px;
}
.submenu_outer .submenu .ico_salir {
  color: white;
  background: #5a6b76;
  padding: 8px 14px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 11px;
}

.submenu-header {
  position: relative;
  top: 80px;
  background-color: #fff;
  margin-bottom: 7rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
.submenu-header .layout-header {
  align-items: center;
}
.submenu-header .layout-header h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

/* -------------------------------------------------
   📱 Menú responsive corregido
-------------------------------------------------- */
@media (max-width: 1024px) {
  .submenu_outer {
    top: 80px;
  }
  .submenu {
    position: relative;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    /* Botón hamburguesa */
    /* Ocultar menú por defecto */
    /* Mostrar menú cuando .open está activo */
  }
  .submenu::before {
    content: "☰";
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem 0;
    color: #666;
    font-weight: 300;
    display: block; /** IMPORTANTE **/
  }
  .submenu ul {
    display: none !important;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    gap: 0;
    padding: 0;
  }
  .submenu ul li {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.8rem 0;
  }
  .submenu ul li a {
    width: 100%;
    display: block;
    font-size: 15px;
  }
  .submenu.open ul {
    display: flex !important;
  }
  .submenu.open::before {
    content: "✖";
  }
  .submenu.open .ico_salir {
    margin-top: 1rem;
    align-self: flex-end;
  }
}
.hero {
  height: 75dvh;
  background-color: #FCFCFC;
  position: relative;
  overflow: hidden;
}
.hero > .container, .hero > .layout {
  height: 100%;
}
.hero-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100%;
}
.hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.hero-content h2 {
  max-width: 40dvw;
  margin-bottom: 2.5rem;
}
.hero-content p {
  line-height: 150%;
}
.hero-image {
  position: absolute;
  width: 45%;
  right: 0px;
  top: 0px;
  height: 100%;
}
.hero-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #216EA8;
  opacity: 0.4;
}
@media (max-width: 1279.98px) {
  .hero-wrapper {
    grid-template-columns: 60% 40%;
  }
  .hero-content h2 {
    max-width: 60dvw;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .hero {
    height: 100%;
    padding: 2rem 0px;
  }
  .hero-wrapper {
    grid-template-columns: 100% 0%;
  }
  .hero-content h2 {
    max-width: 50dvw;
  }
  .hero-content p {
    line-height: 125%;
  }
  .hero-image {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero-content h2 {
    max-width: 100%;
  }
}

input,
select {
  border-width: 0px 0px 1px 0px;
  border-color: #D6DDEB;
  width: 100%;
  outline: none;
  max-width: 230px;
  background-color: transparent;
  height: 100%;
  font-size: 1rem;
}
@media (max-width: 1023.98px) {
  input,
  select {
    max-width: 100%;
    padding: 0.5rem;
  }
}

label.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.img-round {
  aspect-ratio: 1/1;
  border-radius: 100%;
  object-fit: cover;
}

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

a,
.link,
a.link {
  font-weight: 700;
  color: #216EA8;
}
a.link-reverse,
.link.link-reverse,
a.link.link-reverse {
  color: white;
}
a.link-reverse:visited,
.link.link-reverse:visited,
a.link.link-reverse:visited {
  color: white;
}
a.link-arrow,
.link.link-arrow,
a.link.link-arrow {
  display: flex;
  align-items: center;
}
a.link-arrow::after,
.link.link-arrow::after,
a.link.link-arrow::after {
  content: "";
  width: 3rem;
  height: 1rem;
  display: inline-flex;
  vertical-align: middle;
  -webkit-mask: url(../../img/2025/arrow-icon.svg) no-repeat center;
  mask: url(../../img/2025/arrow-icon.svg) no-repeat center;
  background-color: #216EA8;
}
a:hover,
.link:hover,
a.link:hover {
  cursor: pointer;
  opacity: 0.8;
}
a:visited,
.link:visited,
a.link:visited {
  color: #216EA8;
  opacity: 0.8;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 1.25rem;
}
.list li:empty {
  display: none;
}

.noresultados {
  padding: 2rem;
  background-color: #f8f9fa;
  text-align: center;
}
.noresultados .mensaje-resultados {
  margin-bottom: 2rem;
}
.noresultados .mensaje-resultados h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #141414;
  margin-bottom: 1rem;
}
.noresultados .mensaje-resultados p {
  font-size: 1rem;
  color: #525966;
  margin-bottom: 0.8rem;
}
.noresultados .mensaje-resultados p strong {
  font-weight: 600;
}
.noresultados .info_practica {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 1.5rem;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
}
.noresultados .info_practica h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #141414;
}
.noresultados .info_practica ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1rem;
}
.noresultados .info_practica ul li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.noresultados .info_practica ul li a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}
.noresultados .info_practica ul li a img {
  height: auto;
  margin-right: 0.5rem;
  border-radius: 4px;
}
.noresultados .info_practica ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .noresultados {
    padding: 1rem;
  }
  .noresultados .mensaje-resultados h2 {
    font-size: 1.4rem;
  }
  .noresultados .mensaje-resultados p {
    font-size: 0.95rem;
  }
  .noresultados .info_practica {
    padding: 1rem;
  }
  .noresultados .info_practica h3 {
    font-size: 1.2rem;
  }
  .noresultados .info_practica ul {
    flex-direction: column;
    gap: 1.5rem;
  }
  .noresultados .info_practica ul li a {
    font-size: 0.95rem;
    gap: 12px;
  }
  .noresultados .info_practica ul li a img {
    width: 100px;
    margin: 0;
  }
}
hr,
.separator {
  height: inherit;
  margin: 0px 1rem;
  display: block;
  border: 0.5px solid #D6DDEB;
}
hr.separator-vertical,
.separator.separator-vertical {
  aspect-ratio: 1/1;
}
hr.separator-horizontal,
.separator.separator-horizontal {
  height: 0px;
  width: 99%;
  margin: 0px auto;
}

.print {
  display: none;
}

.paginacion {
  margin: 16px 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.paginacion a.pag_anterior, .paginacion a.pag_primera, .paginacion a.pag_siguiente {
  position: relative;
  color: transparent;
  font-size: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginacion a.pag_anterior::before, .paginacion a.pag_primera::before, .paginacion a.pag_siguiente::before {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.20589 7.85072C5.02527 8.03134 5.02527 8.32413 5.20589 8.50474L9.92117 13.22C10.1018 13.4006 10.3946 13.4006 10.5752 13.22L10.7932 13.002C10.9739 12.8214 10.9739 12.5285 10.7932 12.3479L6.62304 8.17773L10.7932 4.00752C10.9739 3.8269 10.9739 3.53411 10.7932 3.35349L10.5752 3.13544C10.3946 2.95482 10.1018 2.95482 9.92117 3.13544L5.20589 7.85072Z" fill="%23111111"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.paginacion a.pag_primera::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='%23111111'><path d='M440-240 200-480l240-240 56 56-183 184 183 184-56 56Zm264 0L464-480l240-240 56 56-183 184 183 184-56 56Z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.paginacion a.pag_siguiente::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7941 7.85072C10.9747 8.03134 10.9747 8.32413 10.7941 8.50474L6.07883 13.22C5.89821 13.4006 5.60542 13.4006 5.4248 13.22L5.20675 13.002C5.02613 12.8214 5.02613 12.5285 5.20675 12.3479L9.37696 8.17773L5.20675 4.00752C5.02613 3.8269 5.02613 3.53411 5.20675 3.35349L5.4248 3.13544C5.60542 2.95482 5.89821 2.95482 6.07883 3.13544L10.7941 7.85072Z" fill="%23111111"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.paginacion a {
  border-radius: 2px;
  border: 1px solid rgba(17, 17, 17, 0.1019607843);
  background: #FFFFFF;
}
.paginacion .pag_numeradas {
  display: flex;
  gap: 16px;
}
.paginacion .pag_numeradas a, .paginacion .pag_numeradas .pag_aqui {
  align-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  color: #111111;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginacion .pag_numeradas .pag_aqui {
  background: #2B5986;
  color: #ffffff;
}

.search-bar {
  background-color: white;
  box-shadow: 0px 79px 128px 0px rgba(192, 192, 192, 0.09), 0px 28.836px 46.722px 0px rgba(192, 192, 192, 0.06), 0px 13.999px 22.683px 0px rgba(192, 192, 192, 0.05), 0px 6.863px 11.119px 0px rgba(192, 192, 192, 0.04), 0px 2.714px 4.397px 0px rgba(192, 192, 192, 0.03);
  width: 100%;
}
.search-bar-container {
  display: grid;
  grid-template-columns: 66% auto;
  column-gap: 1.5rem;
  padding: 1rem;
}
.search-bar-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}
.search-bar-input input[type=text] {
  max-width: none;
}
.search-bar .btn {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .search-bar-container {
    row-gap: 1rem;
    padding: 1.5rem;
  }
  .search-bar-input img {
    width: 1rem;
  }
}
@media (max-width: 767.98px) {
  .search-bar-container {
    grid-template-columns: 100%;
  }
}

.buscadorabbdd {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.buscadorabbdd input[type=text] {
  border: 1px solid #D1D5DC;
  background-color: #F3F3F5;
  padding: 14px 12px;
  border-radius: 8px;
  font-size: 14px;
  width: calc(100% - 80px);
  max-width: none;
}
.buscadorabbdd input[type=submit] {
  font-size: 0; /* oculta el texto */
  width: 45px; /* ajusta tamaño botón */
  height: 45px;
  background: #9BC53D url("/img/2025/search-icon.svg") center center no-repeat;
  background-size: 16px 16px; /* tamaño del icono */
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 5px; /* opcional */
}

.pathruleta {
  display: none;
}

.table tr:nth-child(odd) {
  background-color: #ffffff;
}
.table tr:nth-child(even) {
  background-color: #EEF8FF;
}
.table tr td {
  padding: 0.5rem 0.75rem;
}

.ui-widget-overlay {
  background-color: #000 !important;
  opacity: 0.6 !important;
}

#dialogUso, #dialog {
  font-size: 120%;
  display: none;
}

#dialogCargando {
  text-align: center;
  background: white;
  display: flex;
  justify-content: center;
  padding: 25px !important;
}
#dialogCargando img {
  width: 50px;
  height: 50px;
}

.ui-dialog {
  z-index: 999 !important;
}

.ui-dialog-titlebar {
  display: none;
}

.ui-dialog-buttonpane {
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important;
  text-align: center;
}

.ui-dialog {
  border: 0px solid rgba(255, 255, 255, 0.8) !important;
  padding: 0 !important;
}

.relecontent {
  width: 173px;
  font-size: 14px;
}
.relecontent .relevancia p {
  border: 1px solid rgba(12, 28, 59, 0.1019607843);
  border-radius: 10px 10px 0px 0;
  padding: 12px 35px 12px 12px;
  position: relative;
  background: #FFFFFF;
  margin-bottom: 0px;
  font-size: 13px;
}
.relecontent .relevancia p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 7px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 1L5.5 6L10.5 1" stroke="black"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}
.relecontent .relevancia .combo-desplegado {
  display: none;
  border: 1px solid rgba(12, 28, 59, 0.1019607843);
  border-top: 1px solid rgba(12, 28, 59, 0.1019607843);
  border-radius: 0 0 10px 10px;
  position: absolute;
  z-index: 9999;
  background: white;
  width: 173px;
}
.relecontent .relevancia .combo-desplegado ul li {
  padding: 8px 5px;
  cursor: pointer;
}
.relecontent .relevancia .combo-desplegado ul li:hover {
  background: #f0f0f0;
}
.relecontent .relevancia .combo-desplegado ul li button {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 15px;
  cursor: pointer;
}
.relecontent .relevancia .combo-desplegado ul li.relevanciaon {
  border-radius: 0 0 10px 10px;
}

hr,
.separator {
  height: inherit;
  margin: 0px 1rem;
  display: block;
  border: 0.5px solid #D6DDEB;
}
hr.separator-vertical,
.separator.separator-vertical {
  aspect-ratio: 1/1;
}
hr.separator-horizontal,
.separator.separator-horizontal {
  height: 0px;
  width: 99%;
  margin: 0px auto;
}

body.home main {
  margin-top: 80px;
}
body.home main .alert-section {
  position: relative;
  padding: 2rem 0px;
  height: 50dvh;
  display: flex;
}
body.home main .alert-section-image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  height: auto;
}
body.home main .alert-section-content {
  display: grid;
  grid-template-columns: 45% 55%;
  z-index: 1;
  position: relative;
}
body.home main .alert-section-content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.5rem;
  grid-column: 2;
}
@media (max-width: 1439.98px) {
  body.home main .alert-section-image {
    position: relative;
    left: -30%;
    width: 100%;
  }
}
@media (max-width: 1279.98px) {
  body.home main .alert-section {
    height: 45dvh;
  }
}
@media (max-width: 1023.98px) {
  body.home main .alert-section {
    height: auto;
    flex-direction: column-reverse;
  }
  body.home main .alert-section-image {
    display: none;
  }
  body.home main .alert-section-content {
    grid-template-columns: 100%;
  }
  body.home main .alert-section-content > div {
    grid-column: 1;
  }
}
body.home main .companies-section {
  text-align: center;
  margin: 2rem 0px;
}
body.home main .companies-section-content {
  padding: 3.5rem;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  background-color: #EEF8FF;
  border-radius: 0.5rem;
}
body.home main .companies-section-content > p {
  width: 100%;
  grid-area: 1/1/1/6;
  margin-bottom: 2rem;
}
body.home main .companies-section-content img {
  mix-blend-mode: multiply;
}
@media (max-width: 1023.98px) {
  body.home main .companies-section {
    padding: 1.5rem 0px;
    background-color: #EEF8FF;
  }
  body.home main .companies-section-content {
    padding: 0px 1rem;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    row-gap: 2rem;
    text-align: center;
  }
  body.home main .companies-section-content > p {
    text-align: left;
    grid-area: 1/1/1/3;
    margin-bottom: 1.5rem;
  }
  body.home main .companies-section-content > a:last-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 767.98px) {
  body.home main .companies-section {
    text-align: left;
  }
}
body.home main .offers-section {
  padding: 6rem 0px 8rem;
}
body.home main .offers-section-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 2.25rem;
  column-gap: 1.25rem;
}
body.home main .offers-section-content > div:first-child {
  grid-area: 1/1/1/3;
  row-gap: 1.5rem;
  display: flex;
  flex-direction: column;
  width: 90%;
}
body.home main .offers-section-content-scroll {
  display: none;
}
body.home main .offers-section-content .card {
  row-gap: 1rem;
}
body.home main .offers-section-content .card > div:first-child {
  row-gap: 0.5rem;
}
body.home main .offers-section-content .card h4, body.home main .offers-section-content .card h5 {
  width: 75%;
  margin-bottom: 0px;
}
@media (max-width: 1279.98px) {
  body.home main .offers-section {
    padding: 2rem 0px;
  }
  body.home main .offers-section-content {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 1rem;
  }
  body.home main .offers-section-content > div:first-child {
    grid-area: 1/1/1/4;
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  body.home main .offers-section-content {
    grid-template-columns: 100%;
    column-gap: 0px;
  }
  body.home main .offers-section-content > div:first-child ~ .card {
    display: none;
  }
  body.home main .offers-section-content-static {
    display: none;
  }
  body.home main .offers-section-content-scroll {
    display: grid;
    overflow-x: scroll;
    grid-template-rows: auto;
    grid-auto-flow: column;
    column-gap: 2rem;
    padding-bottom: 1rem;
    grid-template-columns: none;
    grid-auto-columns: minmax(40%, 1fr);
  }
}
@media (max-width: 767.98px) {
  body.home main .offers-section-content-scroll {
    grid-auto-columns: minmax(75%, 1fr);
  }
}
body.home main .categories-section {
  padding: 6rem 0px;
}
body.home main .categories-section-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto minmax(180px, auto);
  row-gap: 2.25rem;
  column-gap: 1.25rem;
}
body.home main .categories-section-content > div:first-child {
  grid-area: 1/1/1/3;
  row-gap: 1.5rem;
  display: flex;
  flex-direction: column;
  width: 90%;
}
body.home main .categories-section-content .card h4, body.home main .categories-section-content .card h5 {
  width: 75%;
  margin-bottom: 0px;
}
body.home main .categories-section-content .card h4 {
  font-size: clamp(1rem, 0.2857rem + 3.5714vw, 1.5rem);
}
@media (max-width: 1279.98px) {
  body.home main .categories-section-content {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  body.home main .categories-section-content > div:first-child {
    grid-area: 1/1/1/4;
  }
  body.home main .categories-section-content .card h4, body.home main .categories-section-content .card h5 {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  body.home main .categories-section {
    padding: 2rem 0px;
  }
  body.home main .categories-section-content {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    row-gap: 1.5rem;
  }
  body.home main .categories-section-content > div:first-child {
    grid-area: auto;
  }
  body.home main .categories-section-content .card {
    flex-direction: row;
    align-items: center;
    column-gap: 2rem;
    padding: 0.5rem;
    min-height: 5rem;
  }
  body.home main .categories-section-content .card img {
    width: 2rem;
    aspect-ratio: 1/1;
  }
  body.home main .categories-section-content .card::after {
    content: "";
    width: 3rem;
    height: 1rem;
    display: inline-flex;
    vertical-align: middle;
    -webkit-mask: url(../../img/2025/arrow-icon.svg) no-repeat center;
    mask: url(../../img/2025/arrow-icon.svg) no-repeat center;
    background-color: #216EA8;
  }
  body.home main .categories-section-content .card:hover::after {
    background-color: #0C1C3B;
  }
}
body.home main .articles-section {
  padding: 6rem 0px;
}
body.home main .articles-section-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto minmax(180px, auto);
  row-gap: 2.25rem;
  column-gap: 1.25rem;
}
body.home main .articles-section-content > div:first-child {
  grid-area: 1/1/1/5;
  row-gap: 1.5rem;
  display: flex;
  flex-direction: column;
  width: 50%;
}
body.home main .articles-section-content .card h4, body.home main .articles-section-content .card h5 {
  width: 75%;
  margin-bottom: 0px;
}
body.home main .articles-section-content .card h4 {
  font-size: clamp(1rem, 0.2857rem + 3.5714vw, 1.5rem);
}
@media (max-width: 1279.98px) {
  body.home main .articles-section-content > div:first-child {
    width: 90%;
  }
}
@media (max-width: 1023.98px) {
  body.home main .articles-section {
    padding: 4rem 0px;
  }
  body.home main .articles-section-content {
    grid-template-columns: 1fr 1fr;
  }
  body.home main .articles-section-content > div:first-child {
    grid-area: 1/1/1/3;
  }
}
@media (max-width: 767.98px) {
  body.home main .articles-section {
    padding: 2rem 0px;
  }
  body.home main .articles-section-content {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    row-gap: 1.5rem;
  }
  body.home main .articles-section-content > div:first-child {
    grid-area: auto;
  }
  body.home main .articles-section-content .card {
    flex-direction: row;
    align-items: center;
    column-gap: 2rem;
    padding: 0.5rem;
  }
  body.home main .articles-section-content .card img {
    width: 2rem;
    aspect-ratio: 1/1;
  }
}
body.home main .abroad-section {
  position: relative;
  height: 50dvh;
  display: flex;
}
body.home main .abroad-section-image {
  z-index: 0;
  height: 100%;
  text-align: right;
}
body.home main .abroad-section-image img {
  height: auto;
  width: 75%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
body.home main .abroad-section-content {
  display: grid;
  grid-template-columns: 35% 65%;
  z-index: 1;
  position: relative;
}
body.home main .abroad-section-content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.5rem;
}
body.home main .abroad-section-content > div.card {
  align-items: center;
  position: relative;
  margin: auto 5% auto auto;
  height: fit-content;
  width: fit-content;
  max-width: 15dvw;
  text-align: center;
  padding: 2.5rem 3.5rem;
  overflow: visible;
}
@media (max-width: 1023.98px) {
  body.home main .abroad-section {
    height: auto;
    flex-direction: column;
    margin-bottom: 3rem;
  }
  body.home main .abroad-section-image {
    display: none;
  }
  body.home main .abroad-section-content {
    grid-template-columns: 100%;
  }
  body.home main .abroad-section-content img {
    position: relative;
    bottom: 0px;
    right: 0px;
  }
}
@media (max-width: 575.98px) {
  body.home main .abroad-section {
    margin: 2rem 0px;
  }
}
body.home main .premium-section {
  margin-top: 4rem;
  padding: 4rem 0px;
}
body.home main .premium-section-content {
  display: grid;
  grid-template-columns: 45% 55%;
}
body.home main .premium-section-content img {
  margin: 0 auto;
}
body.home main .premium-section-services {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 2rem;
  margin-top: 4rem;
}
body.home main .premium-section-services > .card {
  border-radius: 0px;
  padding: 1.5rem 2.5rem;
}
body.home main .premium-section-services > .card:nth-child(odd) {
  background-color: #FDFDFD;
}
body.home main .premium-section-services > .card img {
  height: 3.5rem;
  width: 3.5rem;
  margin-right: 1.5rem;
}
@media (max-width: 1439.98px) {
  body.home main .premium-section-content img {
    width: 75%;
  }
}
@media (max-width: 1439.98px) {
  body.home main .premium-section-content img {
    width: 60%;
  }
}
@media (max-width: 1023.98px) {
  body.home main .premium-section-content {
    grid-template-columns: 100%;
  }
  body.home main .premium-section-content img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  body.home main .premium-section {
    margin-top: 0px;
    padding: 2rem 0px 4rem;
  }
  body.home main .premium-section-services {
    grid-template-columns: 100%;
  }
  body.home main .premium-section-services > .card {
    padding: 0.75rem;
  }
}

.buscador-empleo {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.0392156863);
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.buscador-empleo .buscadorfull {
  display: flex;
  border: 1px solid #cce5ff;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.buscador-empleo .buscadorfull input {
  border: none;
  font-size: 1rem;
  outline: none;
}
.buscador-empleo .buscadorfull input::placeholder {
  color: #999;
}
.buscador-empleo .buscadorfull .input-group {
  width: 100%;
}
.buscador-empleo .buscadorfull .input-group .input-icon {
  position: relative;
}
.buscador-empleo .buscadorfull .input-group .input-icon input {
  padding: 18px 46px;
  width: 100%;
  box-sizing: border-box;
}
.buscador-empleo .buscadorfull .input-group .input-icon .icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #555;
}
.buscador-empleo .buscadorfull .crear_alerta {
  width: 175px;
  text-align: center;
  align-content: center;
  font-size: 16px;
  background: #F3FAFF;
  padding: 0 30px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .buscador-empleo .buscadorfull .crear_alerta {
    display: none;
  }
}
.buscador-empleo .buscadorfull .crear_alerta::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8335 9.16676C1.8335 7.63899 2.17343 6.23725 2.85329 4.96156C3.53315 3.68586 4.446 2.62788 5.59183 1.7876L6.66891 3.25426C5.75225 3.92649 5.02273 4.7744 4.48037 5.79801C3.93801 6.82163 3.66683 7.94454 3.66683 9.16676H1.8335ZM18.3335 9.16676C18.3335 7.94454 18.0623 6.82163 17.52 5.79801C16.9776 4.7744 16.2481 3.92649 15.3314 3.25426L16.4085 1.7876C17.5543 2.62788 18.4672 3.68586 19.147 4.96156C19.8269 6.23725 20.1668 7.63899 20.1668 9.16676H18.3335ZM3.66683 17.4168V15.5834H5.50016V9.16676C5.50016 7.89871 5.88211 6.77197 6.646 5.78656C7.40988 4.80114 8.40294 4.15565 9.62516 3.8501V3.20843C9.62516 2.82649 9.75884 2.50183 10.0262 2.23447C10.2936 1.96711 10.6182 1.83343 11.0002 1.83343C11.3821 1.83343 11.7068 1.96711 11.9741 2.23447C12.2415 2.50183 12.3752 2.82649 12.3752 3.20843V3.8501C13.5974 4.15565 14.5904 4.80114 15.3543 5.78656C16.1182 6.77197 16.5002 7.89871 16.5002 9.16676V15.5834H18.3335V17.4168H3.66683ZM11.0002 20.1668C10.496 20.1668 10.0644 19.9873 9.70537 19.6282C9.34634 19.2692 9.16683 18.8376 9.16683 18.3334H12.8335C12.8335 18.8376 12.654 19.2692 12.295 19.6282C11.9359 19.9873 11.5043 20.1668 11.0002 20.1668ZM7.3335 15.5834H14.6668V9.16676C14.6668 8.15843 14.3078 7.29524 13.5897 6.57718C12.8717 5.85913 12.0085 5.5001 11.0002 5.5001C9.99183 5.5001 9.12863 5.85913 8.41058 6.57718C7.69252 7.29524 7.3335 8.15843 7.3335 9.16676V15.5834Z' fill='%230C1C3B'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.buscador-empleo .buscadorfull .crear_alerta a {
  text-decoration: none;
  color: #0C1C3B;
  font-weight: 500;
}

@media (max-width: 768px) {
  .content .buscador2014, .content .search-info {
    width: 100%;
  }
}
.content .buscador2014 .listado2014, .content .buscador2014 .noresultados, .content .search-info .listado2014, .content .search-info .noresultados {
  margin: 0 0 16px 32px;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(20, 20, 20, 0.0509803922);
}
@media (max-width: 768px) {
  .content .buscador2014 .listado2014, .content .buscador2014 .noresultados, .content .search-info .listado2014, .content .search-info .noresultados {
    margin-left: 0;
  }
}
.content .buscador2014 .listado2014 .card-body, .content .buscador2014 .noresultados .card-body, .content .search-info .listado2014 .card-body, .content .search-info .noresultados .card-body {
  display: flex;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.content .buscador2014 .listado2014 .card-body .block-empresa, .content .buscador2014 .noresultados .card-body .block-empresa, .content .search-info .listado2014 .card-body .block-empresa, .content .search-info .noresultados .card-body .block-empresa {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content .buscador2014 .listado2014 .card-body .block-empresa .empresa, .content .buscador2014 .noresultados .card-body .block-empresa .empresa, .content .search-info .listado2014 .card-body .block-empresa .empresa, .content .search-info .noresultados .card-body .block-empresa .empresa {
  font-weight: 400;
  text-decoration: none;
  color: #141414;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}
.content .buscador2014 .listado2014 .card-body .block-empresa .fav, .content .buscador2014 .listado2014 .card-body .block-empresa .fav_on, .content .buscador2014 .noresultados .card-body .block-empresa .fav, .content .buscador2014 .noresultados .card-body .block-empresa .fav_on, .content .search-info .listado2014 .card-body .block-empresa .fav, .content .search-info .listado2014 .card-body .block-empresa .fav_on, .content .search-info .noresultados .card-body .block-empresa .fav, .content .search-info .noresultados .card-body .block-empresa .fav_on {
  order: 2;
  width: 5%;
  height: 23px;
}
.content .buscador2014 .listado2014 .card-body .block-empresa .fav, .content .buscador2014 .noresultados .card-body .block-empresa .fav, .content .search-info .listado2014 .card-body .block-empresa .fav, .content .search-info .noresultados .card-body .block-empresa .fav {
  background: url(/img/2025/bookmark.svg) no-repeat right;
}
.content .buscador2014 .listado2014 .card-body .block-empresa .fav_on, .content .buscador2014 .noresultados .card-body .block-empresa .fav_on, .content .search-info .listado2014 .card-body .block-empresa .fav_on, .content .search-info .noresultados .card-body .block-empresa .fav_on {
  background: url(/img/2025/bookmark_on.svg) no-repeat right;
}
.content .buscador2014 .listado2014 .card-body .block-empresa .fav_quitar, .content .buscador2014 .listado2014 .card-body .block-empresa .fav_guardar, .content .buscador2014 .noresultados .card-body .block-empresa .fav_quitar, .content .buscador2014 .noresultados .card-body .block-empresa .fav_guardar, .content .search-info .listado2014 .card-body .block-empresa .fav_quitar, .content .search-info .listado2014 .card-body .block-empresa .fav_guardar, .content .search-info .noresultados .card-body .block-empresa .fav_quitar, .content .search-info .noresultados .card-body .block-empresa .fav_guardar {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 14px;
  z-index: 10;
  white-space: nowrap;
}
.content .buscador2014 .listado2014 .card-body .title-block, .content .buscador2014 .noresultados .card-body .title-block, .content .search-info .listado2014 .card-body .title-block, .content .search-info .noresultados .card-body .title-block {
  width: 100%;
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .content .buscador2014 .listado2014 .card-body .title-block, .content .buscador2014 .noresultados .card-body .title-block, .content .search-info .listado2014 .card-body .title-block, .content .search-info .noresultados .card-body .title-block {
    flex-wrap: wrap;
    justify-content: inherit;
    row-gap: 10px;
  }
}
.content .buscador2014 .listado2014 .card-body .title-block .oferta, .content .buscador2014 .noresultados .card-body .title-block .oferta, .content .search-info .listado2014 .card-body .title-block .oferta, .content .search-info .noresultados .card-body .title-block .oferta {
  color: #141414;
  text-decoration: none;
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
}
.content .buscador2014 .listado2014 .card-body .title-block .teletrabajo, .content .buscador2014 .noresultados .card-body .title-block .teletrabajo, .content .search-info .listado2014 .card-body .title-block .teletrabajo, .content .search-info .noresultados .card-body .title-block .teletrabajo {
  font-weight: 400;
  font-size: 16px;
  background: rgba(125, 90, 226, 0.1019607843);
  padding: 2px 6px;
  border-radius: 3px;
  color: #7D5AE2;
  align-content: center;
}
.content .buscador2014 .listado2014 .card-body .title-block .inscrito-oferta, .content .buscador2014 .noresultados .card-body .title-block .inscrito-oferta, .content .search-info .listado2014 .card-body .title-block .inscrito-oferta, .content .search-info .noresultados .card-body .title-block .inscrito-oferta {
  align-content: center;
}
.content .buscador2014 .listado2014 .card-body .title-block .inscrito-oferta p, .content .buscador2014 .noresultados .card-body .title-block .inscrito-oferta p, .content .search-info .listado2014 .card-body .title-block .inscrito-oferta p, .content .search-info .noresultados .card-body .title-block .inscrito-oferta p {
  margin: 0;
}
.content .buscador2014 .listado2014 .card-body .info-oferta, .content .buscador2014 .noresultados .card-body .info-oferta, .content .search-info .listado2014 .card-body .info-oferta, .content .search-info .noresultados .card-body .info-oferta {
  margin: 8px 0 4px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: center;
  color: rgba(20, 20, 20, 0.7);
}
@media (max-width: 768px) {
  .content .buscador2014 .listado2014 .card-body .info-oferta, .content .buscador2014 .noresultados .card-body .info-oferta, .content .search-info .listado2014 .card-body .info-oferta, .content .search-info .noresultados .card-body .info-oferta {
    row-gap: 10px;
  }
}
.content .buscador2014 .listado2014 .card-body .info-oferta .loc, .content .buscador2014 .noresultados .card-body .info-oferta .loc, .content .search-info .listado2014 .card-body .info-oferta .loc, .content .search-info .noresultados .card-body .info-oferta .loc {
  position: relative;
  padding-left: 24px;
}
.content .buscador2014 .listado2014 .card-body .info-oferta .loc::before, .content .buscador2014 .noresultados .card-body .info-oferta .loc::before, .content .search-info .listado2014 .card-body .info-oferta .loc::before, .content .search-info .noresultados .card-body .info-oferta .loc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 14.5C3 14.2239 3.22386 14 3.5 14H12.5C12.7761 14 13 14.2239 13 14.5C13 14.7761 12.7761 15 12.5 15H3.5C3.22386 15 3 14.7761 3 14.5Z" fill="%23141414" fill-opacity="0.7"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 5C7.17157 5 6.5 5.67157 6.5 6.5C6.5 7.32843 7.17157 8 8 8C8.82843 8 9.5 7.32843 9.5 6.5C9.5 5.67157 8.82843 5 8 5ZM5.5 6.5C5.5 5.11929 6.61929 4 8 4C9.38071 4 10.5 5.11929 10.5 6.5C10.5 7.88071 9.38071 9 8 9C6.61929 9 5.5 7.88071 5.5 6.5Z" fill="%23141414" fill-opacity="0.7"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2C6.80653 2 5.66193 2.47411 4.81802 3.31802C3.97411 4.16193 3.5 5.30653 3.5 6.5C3.5 8.56997 4.65592 10.4548 5.8773 11.8594C6.48189 12.5547 7.08775 13.1152 7.54257 13.5018C7.72245 13.6547 7.87812 13.7799 8 13.875C8.12188 13.7799 8.27755 13.6547 8.45743 13.5018C8.91225 13.1152 9.51812 12.5547 10.1227 11.8594C11.3441 10.4548 12.5 8.56997 12.5 6.5C12.5 5.30653 12.0259 4.16193 11.182 3.31802C10.3381 2.47411 9.19347 2 8 2ZM8 14.5C7.71327 14.9096 7.71313 14.9095 7.71297 14.9094L7.71256 14.9091L7.71139 14.9083L7.70769 14.9057L7.69498 14.8966C7.68417 14.8889 7.66876 14.8778 7.64904 14.8634C7.60962 14.8347 7.55296 14.7927 7.48154 14.7381C7.33874 14.6289 7.13661 14.4692 6.89493 14.2638C6.41225 13.8535 5.76811 13.2578 5.1227 12.5156C3.84408 11.0452 2.5 8.93003 2.5 6.5C2.5 5.04131 3.07946 3.64236 4.11091 2.61091C5.14236 1.57946 6.54131 1 8 1C9.45869 1 10.8576 1.57946 11.8891 2.61091C12.9205 3.64236 13.5 5.04131 13.5 6.5C13.5 8.93003 12.1559 11.0452 10.8773 12.5156C10.2319 13.2578 9.58775 13.8535 9.10507 14.2638C8.86339 14.4692 8.66126 14.6289 8.51846 14.7381C8.44704 14.7927 8.39038 14.8347 8.35096 14.8634C8.33124 14.8778 8.31583 14.8889 8.30502 14.8966L8.29231 14.9057L8.28861 14.9083L8.28744 14.9091L8.28703 14.9094C8.28687 14.9095 8.28673 14.9096 8 14.5ZM8 14.5L8.28673 14.9096C8.11457 15.0301 7.88543 15.0301 7.71327 14.9096L8 14.5Z" fill="%23141414" fill-opacity="0.7"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.content .buscador2014 .listado2014 .card-body .info-oferta .loc .location span, .content .buscador2014 .noresultados .card-body .info-oferta .loc .location span, .content .search-info .listado2014 .card-body .info-oferta .loc .location span, .content .search-info .noresultados .card-body .info-oferta .loc .location span {
  font-weight: 400;
  font-size: 16px;
}
.content .buscador2014 .listado2014 .card-body .info-oferta .loc .location span strong, .content .buscador2014 .noresultados .card-body .info-oferta .loc .location span strong, .content .search-info .listado2014 .card-body .info-oferta .loc .location span strong, .content .search-info .noresultados .card-body .info-oferta .loc .location span strong {
  font-weight: 400;
}
.content .buscador2014 .listado2014 .card-body .info-oferta .fecha, .content .buscador2014 .noresultados .card-body .info-oferta .fecha, .content .search-info .listado2014 .card-body .info-oferta .fecha, .content .search-info .noresultados .card-body .info-oferta .fecha {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.content .buscador2014 .listado2014 .card-body .info-oferta .fecha::before, .content .buscador2014 .noresultados .card-body .info-oferta .fecha::before, .content .search-info .listado2014 .card-body .info-oferta .fecha::before, .content .search-info .noresultados .card-body .info-oferta .fecha::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H3C2.44772 14 2 13.5523 2 13V3ZM13 3H3V13H13V3Z' fill='%23141414' fill-opacity='0.7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 1C11.2761 1 11.5 1.22386 11.5 1.5V3.5C11.5 3.77614 11.2761 4 11 4C10.7239 4 10.5 3.77614 10.5 3.5V1.5C10.5 1.22386 10.7239 1 11 1Z' fill='%23141414' fill-opacity='0.7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 1C5.27614 1 5.5 1.22386 5.5 1.5V3.5C5.5 3.77614 5.27614 4 5 4C4.72386 4 4.5 3.77614 4.5 3.5V1.5C4.5 1.22386 4.72386 1 5 1Z' fill='%23141414' fill-opacity='0.7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 5.5C2 5.22386 2.22386 5 2.5 5H13.5C13.7761 5 14 5.22386 14 5.5C14 5.77614 13.7761 6 13.5 6H2.5C2.22386 6 2 5.77614 2 5.5Z' fill='%23141414' fill-opacity='0.7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.content .buscador2014 .listado2014 .card-body .info-oferta .contrato, .content .buscador2014 .noresultados .card-body .info-oferta .contrato, .content .search-info .listado2014 .card-body .info-oferta .contrato, .content .search-info .noresultados .card-body .info-oferta .contrato {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.content .buscador2014 .listado2014 .card-body .info-oferta .contrato::before, .content .buscador2014 .noresultados .card-body .info-oferta .contrato::before, .content .search-info .listado2014 .card-body .info-oferta .contrato::before, .content .search-info .noresultados .card-body .info-oferta .contrato::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 2.5C4.96243 2.5 2.5 4.96243 2.5 8C2.5 11.0376 4.96243 13.5 8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5ZM1.5 8C1.5 4.41015 4.41015 1.5 8 1.5C11.5899 1.5 14.5 4.41015 14.5 8C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8Z' fill='%23141414' fill-opacity='0.7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 4C8.27614 4 8.5 4.22386 8.5 4.5V7.5H11.5C11.7761 7.5 12 7.72386 12 8C12 8.27614 11.7761 8.5 11.5 8.5H8C7.72386 8.5 7.5 8.27614 7.5 8V4.5C7.5 4.22386 7.72386 4 8 4Z' fill='%23141414' fill-opacity='0.7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.content .buscador2014 .listado2014 .card-body .info-oferta .contrato span, .content .buscador2014 .noresultados .card-body .info-oferta .contrato span, .content .search-info .listado2014 .card-body .info-oferta .contrato span, .content .search-info .noresultados .card-body .info-oferta .contrato span {
  padding-right: 5px;
}
.content .buscador2014 .listado2014 .card-body .info-oferta .contrato .oilast, .content .buscador2014 .noresultados .card-body .info-oferta .contrato .oilast, .content .search-info .listado2014 .card-body .info-oferta .contrato .oilast, .content .search-info .noresultados .card-body .info-oferta .contrato .oilast {
  content: "";
  margin-right: 0;
  border-left: 2px solid rgba(20, 20, 20, 0.5);
  padding-left: 5px;
  padding-right: 0;
}
.content .buscador2014 .listado2014 .card-body .info-oferta .salario, .content .buscador2014 .noresultados .card-body .info-oferta .salario, .content .search-info .listado2014 .card-body .info-oferta .salario, .content .search-info .noresultados .card-body .info-oferta .salario {
  font-weight: 400;
  font-size: 16px;
}
.content .buscador2014 .listado2014 .card-body .do, .content .buscador2014 .listado2014 .card-body .doextended, .content .buscador2014 .noresultados .card-body .do, .content .buscador2014 .noresultados .card-body .doextended, .content .search-info .listado2014 .card-body .do, .content .search-info .listado2014 .card-body .doextended, .content .search-info .noresultados .card-body .do, .content .search-info .noresultados .card-body .doextended {
  width: 100%;
  margin: 5px 0 15px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  overflow: hidden;
  color: rgba(20, 20, 20, 0.7);
}
.content .search-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .content .search-info {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .content .search-info .bt-filtros {
    width: 150px;
    padding: 12px;
    background: url(/img/2016/ico-filter.png) 5px center no-repeat #f6f6f6;
    float: none;
    margin-top: 10px;
    color: #000;
    text-align: right;
    border: 1px solid #ccc;
  }
}
.content .search-info .encontradas {
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  margin: 0 32px;
}
@media (max-width: 768px) {
  .content .search-info .encontradas {
    width: 100%;
    margin: 0;
  }
}
.content .search-info .encontradas strong {
  color: #2B5986;
}
@media (max-width: 768px) {
  .content .search-info .alerta {
    display: none;
  }
}

.sub-header {
  background: #E4F3FF;
  padding: 70px 0;
  margin-top: 80px;
}
.sub-header .sub-header-texto1, .sub-header .sub-header-texto2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
}
@media (max-width: 768px) {
  .sub-header .sub-header-texto1, .sub-header .sub-header-texto2 {
    font-size: 42px;
  }
}
.sub-header .sub-header-texto2 {
  color: #76C5FF;
}
.sub-header .sub-header-texto3 {
  margin-top: 20px;
  font-size: 18px;
  color: rgba(12, 28, 59, 0.6980392157);
}
.sub-header .buscadorfull .input-search {
  background: #ffffff;
  max-width: 100%;
}

.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;
}

.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-10 {
  top: 10% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #2c3e50 !important;
}

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

.border-light {
  border: 1px solid #E5E7EB !important;
}

.border-green-light {
  border: 1px solid rgba(155, 197, 61, 0.2) !important;
}

.border-top {
  border-top: var(1px) var(solid) var(#2c3e50) !important;
}

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

.border-end {
  border-right: var(1px) var(solid) var(#2c3e50) !important;
}

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

.border-bottom {
  border-bottom: var(1px) var(solid) var(#2c3e50) !important;
}

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

.border-start {
  border-left: var(1px) var(solid) var(#2c3e50) !important;
}

.border-start-0 {
  border-left: 0 !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 {
  border-opacity: 0.1;
}

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

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

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

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

.rounded-1 {
  border-radius: 1px !important;
}

.rounded-2 {
  border-radius: 2px !important;
}

.rounded-3 {
  border-radius: 3px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

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

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

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

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

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

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

.w-90 {
  width: 90% !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-auto {
  flex: 0 0 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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

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

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

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

.pt-6 {
  padding-top: 2.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

.pe-4 {
  padding-right: 1.5rem !important;
}

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

.pe-6 {
  padding-right: 2.5rem !important;
}

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

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

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

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

.pb-4 {
  padding-bottom: 1.5rem !important;
}

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

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

.ps-4 {
  padding-left: 1.5rem !important;
}

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

.ps-6 {
  padding-left: 2.5rem !important;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.gap-6 {
  gap: 2.5rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 2rem !important;
}

.row-gap-6 {
  row-gap: 2.5rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 2rem !important;
}

.column-gap-6 {
  column-gap: 2.5rem !important;
}

.fs-1 {
  font-size: rfs-fluid-value(2.5rem) !important;
}

.fs-2 {
  font-size: rfs-fluid-value(2rem) !important;
}

.fs-3 {
  font-size: rfs-fluid-value(1.75rem) !important;
}

.fs-4 {
  font-size: rfs-fluid-value(1.5rem) !important;
}

.fs-5 {
  font-size: rfs-fluid-value(1.25rem) !important;
}

.fs-6 {
  font-size: rfs-fluid-value(1rem) !important;
}

.fs-7 {
  font-size: rfs-fluid-value(0.75rem) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-reset {
  text-opacity: 1;
  color: inherit !important;
}

.text-gray {
  text-opacity: 1;
  color: #525966 !important;
}

.text-white {
  text-opacity: 1;
  color: white !important;
}

.text-blue {
  text-opacity: 1;
  color: #75C5FF !important;
}

.text-dark {
  text-opacity: 1;
  color: #0C1C3B !important;
}

.text-green {
  text-opacity: 1;
  color: #9BC53D !important;
}

.text-dark-blue {
  text-opacity: 1;
  color: #216EA8 !important;
}

.text-dark-green {
  text-opacity: 1;
  color: #557A00 !important;
}

.text-light-dark {
  text-opacity: 1;
  color: #4A5565 !important;
}

.text-opacity-25 {
  text-opacity: 0.25;
}

.text-opacity-50 {
  text-opacity: 0.5;
}

.text-opacity-75 {
  text-opacity: 0.75;
}

.text-opacity-100 {
  text-opacity: 1;
}

.link-opacity-10 {
  link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  link-opacity: 0.1;
}

.link-opacity-25 {
  link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  link-opacity: 0.25;
}

.link-opacity-50 {
  link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  link-opacity: 0.5;
}

.link-opacity-75 {
  link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  link-opacity: 0.75;
}

.link-opacity-100 {
  link-opacity: 1;
}

.link-opacity-100-hover:hover {
  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-opacity-0 {
  link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  link-underline-opacity: 1;
}

.bg-opacity-10 {
  bg-opacity: 0.1;
}

.bg-opacity-25 {
  bg-opacity: 0.25;
}

.bg-opacity-50 {
  bg-opacity: 0.5;
}

.bg-opacity-75 {
  bg-opacity: 0.75;
}

.bg-opacity-100 {
  bg-opacity: 1;
}

.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;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.list-circle {
  list-style-type: circle !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !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: 0) {
  .align-xs-baseline {
    vertical-align: baseline !important;
  }
  .align-xs-top {
    vertical-align: top !important;
  }
  .align-xs-middle {
    vertical-align: middle !important;
  }
  .align-xs-bottom {
    vertical-align: bottom !important;
  }
  .align-xs-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-xs-text-top {
    vertical-align: text-top !important;
  }
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .object-fit-xs-contain {
    object-fit: contain !important;
  }
  .object-fit-xs-cover {
    object-fit: cover !important;
  }
  .object-fit-xs-fill {
    object-fit: fill !important;
  }
  .object-fit-xs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xs-none {
    object-fit: none !important;
  }
  .opacity-xs-0 {
    opacity: 0 !important;
  }
  .opacity-xs-25 {
    opacity: 0.25 !important;
  }
  .opacity-xs-50 {
    opacity: 0.5 !important;
  }
  .opacity-xs-75 {
    opacity: 0.75 !important;
  }
  .opacity-xs-100 {
    opacity: 1 !important;
  }
  .overflow-xs-auto {
    overflow: auto !important;
  }
  .overflow-xs-hidden {
    overflow: hidden !important;
  }
  .overflow-xs-visible {
    overflow: visible !important;
  }
  .overflow-xs-scroll {
    overflow: scroll !important;
  }
  .overflow-x-xs-auto {
    overflow-x: auto !important;
  }
  .overflow-x-xs-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-xs-visible {
    overflow-x: visible !important;
  }
  .overflow-x-xs-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-xs-auto {
    overflow-y: auto !important;
  }
  .overflow-y-xs-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-xs-visible {
    overflow-y: visible !important;
  }
  .overflow-y-xs-scroll {
    overflow-y: scroll !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .position-xs-static {
    position: static !important;
  }
  .position-xs-relative {
    position: relative !important;
  }
  .position-xs-absolute {
    position: absolute !important;
  }
  .position-xs-fixed {
    position: fixed !important;
  }
  .position-xs-sticky {
    position: sticky !important;
  }
  .top-xs-0 {
    top: 0 !important;
  }
  .top-xs-10 {
    top: 10% !important;
  }
  .top-xs-20 {
    top: 20% !important;
  }
  .top-xs-25 {
    top: 25% !important;
  }
  .top-xs-30 {
    top: 30% !important;
  }
  .top-xs-33 {
    top: 33% !important;
  }
  .top-xs-40 {
    top: 40% !important;
  }
  .top-xs-50 {
    top: 50% !important;
  }
  .top-xs-60 {
    top: 60% !important;
  }
  .top-xs-66 {
    top: 66% !important;
  }
  .top-xs-70 {
    top: 70% !important;
  }
  .top-xs-75 {
    top: 75% !important;
  }
  .top-xs-80 {
    top: 80% !important;
  }
  .top-xs-90 {
    top: 90% !important;
  }
  .top-xs-100 {
    top: 100% !important;
  }
  .bottom-xs-0 {
    bottom: 0 !important;
  }
  .bottom-xs-10 {
    bottom: 10% !important;
  }
  .bottom-xs-20 {
    bottom: 20% !important;
  }
  .bottom-xs-25 {
    bottom: 25% !important;
  }
  .bottom-xs-30 {
    bottom: 30% !important;
  }
  .bottom-xs-33 {
    bottom: 33% !important;
  }
  .bottom-xs-40 {
    bottom: 40% !important;
  }
  .bottom-xs-50 {
    bottom: 50% !important;
  }
  .bottom-xs-60 {
    bottom: 60% !important;
  }
  .bottom-xs-66 {
    bottom: 66% !important;
  }
  .bottom-xs-70 {
    bottom: 70% !important;
  }
  .bottom-xs-75 {
    bottom: 75% !important;
  }
  .bottom-xs-80 {
    bottom: 80% !important;
  }
  .bottom-xs-90 {
    bottom: 90% !important;
  }
  .bottom-xs-100 {
    bottom: 100% !important;
  }
  .start-xs-0 {
    left: 0 !important;
  }
  .start-xs-10 {
    left: 10% !important;
  }
  .start-xs-20 {
    left: 20% !important;
  }
  .start-xs-25 {
    left: 25% !important;
  }
  .start-xs-30 {
    left: 30% !important;
  }
  .start-xs-33 {
    left: 33% !important;
  }
  .start-xs-40 {
    left: 40% !important;
  }
  .start-xs-50 {
    left: 50% !important;
  }
  .start-xs-60 {
    left: 60% !important;
  }
  .start-xs-66 {
    left: 66% !important;
  }
  .start-xs-70 {
    left: 70% !important;
  }
  .start-xs-75 {
    left: 75% !important;
  }
  .start-xs-80 {
    left: 80% !important;
  }
  .start-xs-90 {
    left: 90% !important;
  }
  .start-xs-100 {
    left: 100% !important;
  }
  .end-xs-0 {
    right: 0 !important;
  }
  .end-xs-10 {
    right: 10% !important;
  }
  .end-xs-20 {
    right: 20% !important;
  }
  .end-xs-25 {
    right: 25% !important;
  }
  .end-xs-30 {
    right: 30% !important;
  }
  .end-xs-33 {
    right: 33% !important;
  }
  .end-xs-40 {
    right: 40% !important;
  }
  .end-xs-50 {
    right: 50% !important;
  }
  .end-xs-60 {
    right: 60% !important;
  }
  .end-xs-66 {
    right: 66% !important;
  }
  .end-xs-70 {
    right: 70% !important;
  }
  .end-xs-75 {
    right: 75% !important;
  }
  .end-xs-80 {
    right: 80% !important;
  }
  .end-xs-90 {
    right: 90% !important;
  }
  .end-xs-100 {
    right: 100% !important;
  }
  .translate-middle-xs {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xs-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xs-y {
    transform: translateY(-50%) !important;
  }
  .border-xs {
    border: 1px solid #2c3e50 !important;
  }
  .border-xs-0 {
    border: 0 !important;
  }
  .border-xs-light {
    border: 1px solid #E5E7EB !important;
  }
  .border-xs-green-light {
    border: 1px solid rgba(155, 197, 61, 0.2) !important;
  }
  .border-top-xs {
    border-top: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-top-xs-0 {
    border-top: 0 !important;
  }
  .border-end-xs {
    border-right: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-end-xs-0 {
    border-right: 0 !important;
  }
  .border-bottom-xs {
    border-bottom: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-bottom-xs-0 {
    border-bottom: 0 !important;
  }
  .border-start-xs {
    border-left: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-start-xs-0 {
    border-left: 0 !important;
  }
  .border-xs-1 {
    border-width: 1px !important;
  }
  .border-xs-2 {
    border-width: 2px !important;
  }
  .border-xs-3 {
    border-width: 3px !important;
  }
  .border-xs-4 {
    border-width: 4px !important;
  }
  .border-xs-5 {
    border-width: 5px !important;
  }
  .border-opacity-xs-10 {
    border-opacity: 0.1;
  }
  .border-opacity-xs-25 {
    border-opacity: 0.25;
  }
  .border-opacity-xs-50 {
    border-opacity: 0.5;
  }
  .border-opacity-xs-75 {
    border-opacity: 0.75;
  }
  .border-opacity-xs-100 {
    border-opacity: 1;
  }
  .rounded-xs-1 {
    border-radius: 1px !important;
  }
  .rounded-xs-2 {
    border-radius: 2px !important;
  }
  .rounded-xs-3 {
    border-radius: 3px !important;
  }
  .rounded-xs-4 {
    border-radius: 4px !important;
  }
  .rounded-xs-5 {
    border-radius: 5px !important;
  }
  .rounded-xs-8 {
    border-radius: 8px !important;
  }
  .rounded-xs-10 {
    border-radius: 10px !important;
  }
  .w-xs-10 {
    width: 10% !important;
  }
  .w-xs-25 {
    width: 25% !important;
  }
  .w-xs-33 {
    width: 33% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-66 {
    width: 66% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-90 {
    width: 90% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-auto {
    width: auto !important;
  }
  .mw-xs-100 {
    max-width: 100% !important;
  }
  .vw-xs-100 {
    width: 100vw !important;
  }
  .min-vw-xs-100 {
    min-width: 100vw !important;
  }
  .h-xs-25 {
    height: 25% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
  .h-xs-auto {
    height: auto !important;
  }
  .mh-xs-100 {
    max-height: 100% !important;
  }
  .vh-xs-100 {
    height: 100vh !important;
  }
  .min-vh-xs-100 {
    min-height: 100vh !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-auto {
    flex: 0 0 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 2rem !important;
  }
  .m-xs-6 {
    margin: 2.5rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xs-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xs-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 2rem !important;
  }
  .mt-xs-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 2rem !important;
  }
  .me-xs-6 {
    margin-right: 2.5rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 2rem !important;
  }
  .ms-xs-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 2rem !important;
  }
  .p-xs-6 {
    padding: 2.5rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xs-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xs-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 2rem !important;
  }
  .pt-xs-6 {
    padding-top: 2.5rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 2rem !important;
  }
  .pe-xs-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 2rem !important;
  }
  .ps-xs-6 {
    padding-left: 2.5rem !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.25rem !important;
  }
  .gap-xs-2 {
    gap: 0.5rem !important;
  }
  .gap-xs-3 {
    gap: 1rem !important;
  }
  .gap-xs-4 {
    gap: 1.5rem !important;
  }
  .gap-xs-5 {
    gap: 2rem !important;
  }
  .gap-xs-6 {
    gap: 2.5rem !important;
  }
  .row-gap-xs-0 {
    row-gap: 0 !important;
  }
  .row-gap-xs-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xs-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xs-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xs-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xs-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xs-6 {
    row-gap: 2.5rem !important;
  }
  .column-gap-xs-0 {
    column-gap: 0 !important;
  }
  .column-gap-xs-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xs-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xs-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xs-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xs-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xs-6 {
    column-gap: 2.5rem !important;
  }
  .fs-xs-1 {
    font-size: rfs-fluid-value(2.5rem) !important;
  }
  .fs-xs-2 {
    font-size: rfs-fluid-value(2rem) !important;
  }
  .fs-xs-3 {
    font-size: rfs-fluid-value(1.75rem) !important;
  }
  .fs-xs-4 {
    font-size: rfs-fluid-value(1.5rem) !important;
  }
  .fs-xs-5 {
    font-size: rfs-fluid-value(1.25rem) !important;
  }
  .fs-xs-6 {
    font-size: rfs-fluid-value(1rem) !important;
  }
  .fs-xs-7 {
    font-size: rfs-fluid-value(0.75rem) !important;
  }
  .fst-xs-italic {
    font-style: italic !important;
  }
  .fst-xs-normal {
    font-style: normal !important;
  }
  .fw-xs-lighter {
    font-weight: lighter !important;
  }
  .fw-xs-light {
    font-weight: 300 !important;
  }
  .fw-xs-normal {
    font-weight: 400 !important;
  }
  .fw-xs-medium {
    font-weight: 500 !important;
  }
  .fw-xs-semibold {
    font-weight: 600 !important;
  }
  .fw-xs-bold {
    font-weight: 700 !important;
  }
  .fw-xs-bolder {
    font-weight: bolder !important;
  }
  .lh-xs-1 {
    line-height: 1 !important;
  }
  .lh-xs-sm {
    line-height: 1.25 !important;
  }
  .lh-xs-base {
    line-height: 1.5 !important;
  }
  .lh-xs-lg {
    line-height: 2 !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-decoration-xs-none {
    text-decoration: none !important;
  }
  .text-decoration-xs-underline {
    text-decoration: underline !important;
  }
  .text-decoration-xs-line-through {
    text-decoration: line-through !important;
  }
  .text-xs-lowercase {
    text-transform: lowercase !important;
  }
  .text-xs-uppercase {
    text-transform: uppercase !important;
  }
  .text-xs-capitalize {
    text-transform: capitalize !important;
  }
  .text-xs-wrap {
    white-space: normal !important;
  }
  .text-xs-nowrap {
    white-space: nowrap !important;
  }
  /* rtl:begin:remove */
  .text-xs-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  .text-xs-reset {
    text-opacity: 1;
    color: inherit !important;
  }
  .text-xs-gray {
    text-opacity: 1;
    color: #525966 !important;
  }
  .text-xs-white {
    text-opacity: 1;
    color: white !important;
  }
  .text-xs-blue {
    text-opacity: 1;
    color: #75C5FF !important;
  }
  .text-xs-dark {
    text-opacity: 1;
    color: #0C1C3B !important;
  }
  .text-xs-green {
    text-opacity: 1;
    color: #9BC53D !important;
  }
  .text-xs-dark-blue {
    text-opacity: 1;
    color: #216EA8 !important;
  }
  .text-xs-dark-green {
    text-opacity: 1;
    color: #557A00 !important;
  }
  .text-xs-light-dark {
    text-opacity: 1;
    color: #4A5565 !important;
  }
  .text-opacity-xs-25 {
    text-opacity: 0.25;
  }
  .text-opacity-xs-50 {
    text-opacity: 0.5;
  }
  .text-opacity-xs-75 {
    text-opacity: 0.75;
  }
  .text-opacity-xs-100 {
    text-opacity: 1;
  }
  .link-opacity-xs-10 {
    link-opacity: 0.1;
  }
  .link-opacity-10-hover:hover {
    link-opacity: 0.1;
  }
  .link-opacity-xs-25 {
    link-opacity: 0.25;
  }
  .link-opacity-25-hover:hover {
    link-opacity: 0.25;
  }
  .link-opacity-xs-50 {
    link-opacity: 0.5;
  }
  .link-opacity-50-hover:hover {
    link-opacity: 0.5;
  }
  .link-opacity-xs-75 {
    link-opacity: 0.75;
  }
  .link-opacity-75-hover:hover {
    link-opacity: 0.75;
  }
  .link-opacity-xs-100 {
    link-opacity: 1;
  }
  .link-opacity-100-hover:hover {
    link-opacity: 1;
  }
  .link-offset-xs-1 {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-xs-2 {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-xs-3 {
    text-underline-offset: 0.375em !important;
  }
  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }
  .link-underline-opacity-xs-0 {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-0-hover:hover {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-xs-10 {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-10-hover:hover {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-xs-25 {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-25-hover:hover {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-xs-50 {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-50-hover:hover {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-xs-75 {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-75-hover:hover {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-xs-100 {
    link-underline-opacity: 1;
  }
  .link-underline-opacity-100-hover:hover {
    link-underline-opacity: 1;
  }
  .bg-opacity-xs-10 {
    bg-opacity: 0.1;
  }
  .bg-opacity-xs-25 {
    bg-opacity: 0.25;
  }
  .bg-opacity-xs-50 {
    bg-opacity: 0.5;
  }
  .bg-opacity-xs-75 {
    bg-opacity: 0.75;
  }
  .bg-opacity-xs-100 {
    bg-opacity: 1;
  }
  .user-select-xs-all {
    user-select: all !important;
  }
  .user-select-xs-auto {
    user-select: auto !important;
  }
  .user-select-xs-none {
    user-select: none !important;
  }
  .pe-xs-none {
    pointer-events: none !important;
  }
  .pe-xs-auto {
    pointer-events: auto !important;
  }
  .list-xs-none {
    list-style-type: none !important;
  }
  .list-xs-disc {
    list-style-type: disc !important;
  }
  .list-xs-decimal {
    list-style-type: decimal !important;
  }
  .list-xs-circle {
    list-style-type: circle !important;
  }
  .list-xs-inside {
    list-style-position: inside !important;
  }
  .list-xs-outside {
    list-style-position: outside !important;
  }
  .-xsvisible {
    visibility: visible !important;
  }
  .-xsinvisible {
    visibility: hidden !important;
  }
  .z-xs-n1 {
    z-index: -1 !important;
  }
  .z-xs-0 {
    z-index: 0 !important;
  }
  .z-xs-1 {
    z-index: 1 !important;
  }
  .z-xs-2 {
    z-index: 2 !important;
  }
  .z-xs-3 {
    z-index: 3 !important;
  }
}
@media (min-width: 576px) {
  .align-sm-baseline {
    vertical-align: baseline !important;
  }
  .align-sm-top {
    vertical-align: top !important;
  }
  .align-sm-middle {
    vertical-align: middle !important;
  }
  .align-sm-bottom {
    vertical-align: bottom !important;
  }
  .align-sm-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-sm-text-top {
    vertical-align: text-top !important;
  }
  .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;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-25 {
    opacity: 0.25 !important;
  }
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .opacity-sm-75 {
    opacity: 0.75 !important;
  }
  .opacity-sm-100 {
    opacity: 1 !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  .overflow-x-sm-auto {
    overflow-x: auto !important;
  }
  .overflow-x-sm-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-sm-visible {
    overflow-x: visible !important;
  }
  .overflow-x-sm-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-sm-auto {
    overflow-y: auto !important;
  }
  .overflow-y-sm-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-sm-visible {
    overflow-y: visible !important;
  }
  .overflow-y-sm-scroll {
    overflow-y: scroll !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;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-10 {
    top: 10% !important;
  }
  .top-sm-20 {
    top: 20% !important;
  }
  .top-sm-25 {
    top: 25% !important;
  }
  .top-sm-30 {
    top: 30% !important;
  }
  .top-sm-33 {
    top: 33% !important;
  }
  .top-sm-40 {
    top: 40% !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-60 {
    top: 60% !important;
  }
  .top-sm-66 {
    top: 66% !important;
  }
  .top-sm-70 {
    top: 70% !important;
  }
  .top-sm-75 {
    top: 75% !important;
  }
  .top-sm-80 {
    top: 80% !important;
  }
  .top-sm-90 {
    top: 90% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-10 {
    bottom: 10% !important;
  }
  .bottom-sm-20 {
    bottom: 20% !important;
  }
  .bottom-sm-25 {
    bottom: 25% !important;
  }
  .bottom-sm-30 {
    bottom: 30% !important;
  }
  .bottom-sm-33 {
    bottom: 33% !important;
  }
  .bottom-sm-40 {
    bottom: 40% !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-60 {
    bottom: 60% !important;
  }
  .bottom-sm-66 {
    bottom: 66% !important;
  }
  .bottom-sm-70 {
    bottom: 70% !important;
  }
  .bottom-sm-75 {
    bottom: 75% !important;
  }
  .bottom-sm-80 {
    bottom: 80% !important;
  }
  .bottom-sm-90 {
    bottom: 90% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-10 {
    left: 10% !important;
  }
  .start-sm-20 {
    left: 20% !important;
  }
  .start-sm-25 {
    left: 25% !important;
  }
  .start-sm-30 {
    left: 30% !important;
  }
  .start-sm-33 {
    left: 33% !important;
  }
  .start-sm-40 {
    left: 40% !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-60 {
    left: 60% !important;
  }
  .start-sm-66 {
    left: 66% !important;
  }
  .start-sm-70 {
    left: 70% !important;
  }
  .start-sm-75 {
    left: 75% !important;
  }
  .start-sm-80 {
    left: 80% !important;
  }
  .start-sm-90 {
    left: 90% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .end-sm-0 {
    right: 0 !important;
  }
  .end-sm-10 {
    right: 10% !important;
  }
  .end-sm-20 {
    right: 20% !important;
  }
  .end-sm-25 {
    right: 25% !important;
  }
  .end-sm-30 {
    right: 30% !important;
  }
  .end-sm-33 {
    right: 33% !important;
  }
  .end-sm-40 {
    right: 40% !important;
  }
  .end-sm-50 {
    right: 50% !important;
  }
  .end-sm-60 {
    right: 60% !important;
  }
  .end-sm-66 {
    right: 66% !important;
  }
  .end-sm-70 {
    right: 70% !important;
  }
  .end-sm-75 {
    right: 75% !important;
  }
  .end-sm-80 {
    right: 80% !important;
  }
  .end-sm-90 {
    right: 90% !important;
  }
  .end-sm-100 {
    right: 100% !important;
  }
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  .border-sm {
    border: 1px solid #2c3e50 !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-light {
    border: 1px solid #E5E7EB !important;
  }
  .border-sm-green-light {
    border: 1px solid rgba(155, 197, 61, 0.2) !important;
  }
  .border-top-sm {
    border-top: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-right: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-start-sm {
    border-left: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .border-opacity-sm-10 {
    border-opacity: 0.1;
  }
  .border-opacity-sm-25 {
    border-opacity: 0.25;
  }
  .border-opacity-sm-50 {
    border-opacity: 0.5;
  }
  .border-opacity-sm-75 {
    border-opacity: 0.75;
  }
  .border-opacity-sm-100 {
    border-opacity: 1;
  }
  .rounded-sm-1 {
    border-radius: 1px !important;
  }
  .rounded-sm-2 {
    border-radius: 2px !important;
  }
  .rounded-sm-3 {
    border-radius: 3px !important;
  }
  .rounded-sm-4 {
    border-radius: 4px !important;
  }
  .rounded-sm-5 {
    border-radius: 5px !important;
  }
  .rounded-sm-8 {
    border-radius: 8px !important;
  }
  .rounded-sm-10 {
    border-radius: 10px !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-auto {
    flex: 0 0 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.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 2.5rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 2.5rem !important;
  }
  .fs-sm-1 {
    font-size: rfs-fluid-value(2.5rem) !important;
  }
  .fs-sm-2 {
    font-size: rfs-fluid-value(2rem) !important;
  }
  .fs-sm-3 {
    font-size: rfs-fluid-value(1.75rem) !important;
  }
  .fs-sm-4 {
    font-size: rfs-fluid-value(1.5rem) !important;
  }
  .fs-sm-5 {
    font-size: rfs-fluid-value(1.25rem) !important;
  }
  .fs-sm-6 {
    font-size: rfs-fluid-value(1rem) !important;
  }
  .fs-sm-7 {
    font-size: rfs-fluid-value(0.75rem) !important;
  }
  .fst-sm-italic {
    font-style: italic !important;
  }
  .fst-sm-normal {
    font-style: normal !important;
  }
  .fw-sm-lighter {
    font-weight: lighter !important;
  }
  .fw-sm-light {
    font-weight: 300 !important;
  }
  .fw-sm-normal {
    font-weight: 400 !important;
  }
  .fw-sm-medium {
    font-weight: 500 !important;
  }
  .fw-sm-semibold {
    font-weight: 600 !important;
  }
  .fw-sm-bold {
    font-weight: 700 !important;
  }
  .fw-sm-bolder {
    font-weight: bolder !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-sm {
    line-height: 1.25 !important;
  }
  .lh-sm-base {
    line-height: 1.5 !important;
  }
  .lh-sm-lg {
    line-height: 2 !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-decoration-sm-none {
    text-decoration: none !important;
  }
  .text-decoration-sm-underline {
    text-decoration: underline !important;
  }
  .text-decoration-sm-line-through {
    text-decoration: line-through !important;
  }
  .text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .text-sm-capitalize {
    text-transform: capitalize !important;
  }
  .text-sm-wrap {
    white-space: normal !important;
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  /* rtl:begin:remove */
  .text-sm-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  .text-sm-reset {
    text-opacity: 1;
    color: inherit !important;
  }
  .text-sm-gray {
    text-opacity: 1;
    color: #525966 !important;
  }
  .text-sm-white {
    text-opacity: 1;
    color: white !important;
  }
  .text-sm-blue {
    text-opacity: 1;
    color: #75C5FF !important;
  }
  .text-sm-dark {
    text-opacity: 1;
    color: #0C1C3B !important;
  }
  .text-sm-green {
    text-opacity: 1;
    color: #9BC53D !important;
  }
  .text-sm-dark-blue {
    text-opacity: 1;
    color: #216EA8 !important;
  }
  .text-sm-dark-green {
    text-opacity: 1;
    color: #557A00 !important;
  }
  .text-sm-light-dark {
    text-opacity: 1;
    color: #4A5565 !important;
  }
  .text-opacity-sm-25 {
    text-opacity: 0.25;
  }
  .text-opacity-sm-50 {
    text-opacity: 0.5;
  }
  .text-opacity-sm-75 {
    text-opacity: 0.75;
  }
  .text-opacity-sm-100 {
    text-opacity: 1;
  }
  .link-opacity-sm-10 {
    link-opacity: 0.1;
  }
  .link-opacity-10-hover:hover {
    link-opacity: 0.1;
  }
  .link-opacity-sm-25 {
    link-opacity: 0.25;
  }
  .link-opacity-25-hover:hover {
    link-opacity: 0.25;
  }
  .link-opacity-sm-50 {
    link-opacity: 0.5;
  }
  .link-opacity-50-hover:hover {
    link-opacity: 0.5;
  }
  .link-opacity-sm-75 {
    link-opacity: 0.75;
  }
  .link-opacity-75-hover:hover {
    link-opacity: 0.75;
  }
  .link-opacity-sm-100 {
    link-opacity: 1;
  }
  .link-opacity-100-hover:hover {
    link-opacity: 1;
  }
  .link-offset-sm-1 {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-sm-2 {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-sm-3 {
    text-underline-offset: 0.375em !important;
  }
  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }
  .link-underline-opacity-sm-0 {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-0-hover:hover {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-sm-10 {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-10-hover:hover {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-sm-25 {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-25-hover:hover {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-sm-50 {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-50-hover:hover {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-sm-75 {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-75-hover:hover {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-sm-100 {
    link-underline-opacity: 1;
  }
  .link-underline-opacity-100-hover:hover {
    link-underline-opacity: 1;
  }
  .bg-opacity-sm-10 {
    bg-opacity: 0.1;
  }
  .bg-opacity-sm-25 {
    bg-opacity: 0.25;
  }
  .bg-opacity-sm-50 {
    bg-opacity: 0.5;
  }
  .bg-opacity-sm-75 {
    bg-opacity: 0.75;
  }
  .bg-opacity-sm-100 {
    bg-opacity: 1;
  }
  .user-select-sm-all {
    user-select: all !important;
  }
  .user-select-sm-auto {
    user-select: auto !important;
  }
  .user-select-sm-none {
    user-select: none !important;
  }
  .pe-sm-none {
    pointer-events: none !important;
  }
  .pe-sm-auto {
    pointer-events: auto !important;
  }
  .list-sm-none {
    list-style-type: none !important;
  }
  .list-sm-disc {
    list-style-type: disc !important;
  }
  .list-sm-decimal {
    list-style-type: decimal !important;
  }
  .list-sm-circle {
    list-style-type: circle !important;
  }
  .list-sm-inside {
    list-style-position: inside !important;
  }
  .list-sm-outside {
    list-style-position: outside !important;
  }
  .-smvisible {
    visibility: visible !important;
  }
  .-sminvisible {
    visibility: hidden !important;
  }
  .z-sm-n1 {
    z-index: -1 !important;
  }
  .z-sm-0 {
    z-index: 0 !important;
  }
  .z-sm-1 {
    z-index: 1 !important;
  }
  .z-sm-2 {
    z-index: 2 !important;
  }
  .z-sm-3 {
    z-index: 3 !important;
  }
}
@media (min-width: 768px) {
  .align-md-baseline {
    vertical-align: baseline !important;
  }
  .align-md-top {
    vertical-align: top !important;
  }
  .align-md-middle {
    vertical-align: middle !important;
  }
  .align-md-bottom {
    vertical-align: bottom !important;
  }
  .align-md-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-md-text-top {
    vertical-align: text-top !important;
  }
  .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;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-25 {
    opacity: 0.25 !important;
  }
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  .opacity-md-75 {
    opacity: 0.75 !important;
  }
  .opacity-md-100 {
    opacity: 1 !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  .overflow-x-md-auto {
    overflow-x: auto !important;
  }
  .overflow-x-md-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-md-visible {
    overflow-x: visible !important;
  }
  .overflow-x-md-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-md-auto {
    overflow-y: auto !important;
  }
  .overflow-y-md-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-md-visible {
    overflow-y: visible !important;
  }
  .overflow-y-md-scroll {
    overflow-y: scroll !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;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-10 {
    top: 10% !important;
  }
  .top-md-20 {
    top: 20% !important;
  }
  .top-md-25 {
    top: 25% !important;
  }
  .top-md-30 {
    top: 30% !important;
  }
  .top-md-33 {
    top: 33% !important;
  }
  .top-md-40 {
    top: 40% !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-60 {
    top: 60% !important;
  }
  .top-md-66 {
    top: 66% !important;
  }
  .top-md-70 {
    top: 70% !important;
  }
  .top-md-75 {
    top: 75% !important;
  }
  .top-md-80 {
    top: 80% !important;
  }
  .top-md-90 {
    top: 90% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-10 {
    bottom: 10% !important;
  }
  .bottom-md-20 {
    bottom: 20% !important;
  }
  .bottom-md-25 {
    bottom: 25% !important;
  }
  .bottom-md-30 {
    bottom: 30% !important;
  }
  .bottom-md-33 {
    bottom: 33% !important;
  }
  .bottom-md-40 {
    bottom: 40% !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-60 {
    bottom: 60% !important;
  }
  .bottom-md-66 {
    bottom: 66% !important;
  }
  .bottom-md-70 {
    bottom: 70% !important;
  }
  .bottom-md-75 {
    bottom: 75% !important;
  }
  .bottom-md-80 {
    bottom: 80% !important;
  }
  .bottom-md-90 {
    bottom: 90% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-10 {
    left: 10% !important;
  }
  .start-md-20 {
    left: 20% !important;
  }
  .start-md-25 {
    left: 25% !important;
  }
  .start-md-30 {
    left: 30% !important;
  }
  .start-md-33 {
    left: 33% !important;
  }
  .start-md-40 {
    left: 40% !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-60 {
    left: 60% !important;
  }
  .start-md-66 {
    left: 66% !important;
  }
  .start-md-70 {
    left: 70% !important;
  }
  .start-md-75 {
    left: 75% !important;
  }
  .start-md-80 {
    left: 80% !important;
  }
  .start-md-90 {
    left: 90% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .end-md-0 {
    right: 0 !important;
  }
  .end-md-10 {
    right: 10% !important;
  }
  .end-md-20 {
    right: 20% !important;
  }
  .end-md-25 {
    right: 25% !important;
  }
  .end-md-30 {
    right: 30% !important;
  }
  .end-md-33 {
    right: 33% !important;
  }
  .end-md-40 {
    right: 40% !important;
  }
  .end-md-50 {
    right: 50% !important;
  }
  .end-md-60 {
    right: 60% !important;
  }
  .end-md-66 {
    right: 66% !important;
  }
  .end-md-70 {
    right: 70% !important;
  }
  .end-md-75 {
    right: 75% !important;
  }
  .end-md-80 {
    right: 80% !important;
  }
  .end-md-90 {
    right: 90% !important;
  }
  .end-md-100 {
    right: 100% !important;
  }
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  .border-md {
    border: 1px solid #2c3e50 !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-light {
    border: 1px solid #E5E7EB !important;
  }
  .border-md-green-light {
    border: 1px solid rgba(155, 197, 61, 0.2) !important;
  }
  .border-top-md {
    border-top: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-right: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  .border-bottom-md {
    border-bottom: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-start-md {
    border-left: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .border-opacity-md-10 {
    border-opacity: 0.1;
  }
  .border-opacity-md-25 {
    border-opacity: 0.25;
  }
  .border-opacity-md-50 {
    border-opacity: 0.5;
  }
  .border-opacity-md-75 {
    border-opacity: 0.75;
  }
  .border-opacity-md-100 {
    border-opacity: 1;
  }
  .rounded-md-1 {
    border-radius: 1px !important;
  }
  .rounded-md-2 {
    border-radius: 2px !important;
  }
  .rounded-md-3 {
    border-radius: 3px !important;
  }
  .rounded-md-4 {
    border-radius: 4px !important;
  }
  .rounded-md-5 {
    border-radius: 5px !important;
  }
  .rounded-md-8 {
    border-radius: 8px !important;
  }
  .rounded-md-10 {
    border-radius: 10px !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-auto {
    flex: 0 0 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.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 2rem !important;
  }
  .me-md-6 {
    margin-right: 2.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 2.5rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    column-gap: 2.5rem !important;
  }
  .fs-md-1 {
    font-size: rfs-fluid-value(2.5rem) !important;
  }
  .fs-md-2 {
    font-size: rfs-fluid-value(2rem) !important;
  }
  .fs-md-3 {
    font-size: rfs-fluid-value(1.75rem) !important;
  }
  .fs-md-4 {
    font-size: rfs-fluid-value(1.5rem) !important;
  }
  .fs-md-5 {
    font-size: rfs-fluid-value(1.25rem) !important;
  }
  .fs-md-6 {
    font-size: rfs-fluid-value(1rem) !important;
  }
  .fs-md-7 {
    font-size: rfs-fluid-value(0.75rem) !important;
  }
  .fst-md-italic {
    font-style: italic !important;
  }
  .fst-md-normal {
    font-style: normal !important;
  }
  .fw-md-lighter {
    font-weight: lighter !important;
  }
  .fw-md-light {
    font-weight: 300 !important;
  }
  .fw-md-normal {
    font-weight: 400 !important;
  }
  .fw-md-medium {
    font-weight: 500 !important;
  }
  .fw-md-semibold {
    font-weight: 600 !important;
  }
  .fw-md-bold {
    font-weight: 700 !important;
  }
  .fw-md-bolder {
    font-weight: bolder !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-sm {
    line-height: 1.25 !important;
  }
  .lh-md-base {
    line-height: 1.5 !important;
  }
  .lh-md-lg {
    line-height: 2 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-decoration-md-none {
    text-decoration: none !important;
  }
  .text-decoration-md-underline {
    text-decoration: underline !important;
  }
  .text-decoration-md-line-through {
    text-decoration: line-through !important;
  }
  .text-md-lowercase {
    text-transform: lowercase !important;
  }
  .text-md-uppercase {
    text-transform: uppercase !important;
  }
  .text-md-capitalize {
    text-transform: capitalize !important;
  }
  .text-md-wrap {
    white-space: normal !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  /* rtl:begin:remove */
  .text-md-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  .text-md-reset {
    text-opacity: 1;
    color: inherit !important;
  }
  .text-md-gray {
    text-opacity: 1;
    color: #525966 !important;
  }
  .text-md-white {
    text-opacity: 1;
    color: white !important;
  }
  .text-md-blue {
    text-opacity: 1;
    color: #75C5FF !important;
  }
  .text-md-dark {
    text-opacity: 1;
    color: #0C1C3B !important;
  }
  .text-md-green {
    text-opacity: 1;
    color: #9BC53D !important;
  }
  .text-md-dark-blue {
    text-opacity: 1;
    color: #216EA8 !important;
  }
  .text-md-dark-green {
    text-opacity: 1;
    color: #557A00 !important;
  }
  .text-md-light-dark {
    text-opacity: 1;
    color: #4A5565 !important;
  }
  .text-opacity-md-25 {
    text-opacity: 0.25;
  }
  .text-opacity-md-50 {
    text-opacity: 0.5;
  }
  .text-opacity-md-75 {
    text-opacity: 0.75;
  }
  .text-opacity-md-100 {
    text-opacity: 1;
  }
  .link-opacity-md-10 {
    link-opacity: 0.1;
  }
  .link-opacity-10-hover:hover {
    link-opacity: 0.1;
  }
  .link-opacity-md-25 {
    link-opacity: 0.25;
  }
  .link-opacity-25-hover:hover {
    link-opacity: 0.25;
  }
  .link-opacity-md-50 {
    link-opacity: 0.5;
  }
  .link-opacity-50-hover:hover {
    link-opacity: 0.5;
  }
  .link-opacity-md-75 {
    link-opacity: 0.75;
  }
  .link-opacity-75-hover:hover {
    link-opacity: 0.75;
  }
  .link-opacity-md-100 {
    link-opacity: 1;
  }
  .link-opacity-100-hover:hover {
    link-opacity: 1;
  }
  .link-offset-md-1 {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-md-2 {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-md-3 {
    text-underline-offset: 0.375em !important;
  }
  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }
  .link-underline-opacity-md-0 {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-0-hover:hover {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-md-10 {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-10-hover:hover {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-md-25 {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-25-hover:hover {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-md-50 {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-50-hover:hover {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-md-75 {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-75-hover:hover {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-md-100 {
    link-underline-opacity: 1;
  }
  .link-underline-opacity-100-hover:hover {
    link-underline-opacity: 1;
  }
  .bg-opacity-md-10 {
    bg-opacity: 0.1;
  }
  .bg-opacity-md-25 {
    bg-opacity: 0.25;
  }
  .bg-opacity-md-50 {
    bg-opacity: 0.5;
  }
  .bg-opacity-md-75 {
    bg-opacity: 0.75;
  }
  .bg-opacity-md-100 {
    bg-opacity: 1;
  }
  .user-select-md-all {
    user-select: all !important;
  }
  .user-select-md-auto {
    user-select: auto !important;
  }
  .user-select-md-none {
    user-select: none !important;
  }
  .pe-md-none {
    pointer-events: none !important;
  }
  .pe-md-auto {
    pointer-events: auto !important;
  }
  .list-md-none {
    list-style-type: none !important;
  }
  .list-md-disc {
    list-style-type: disc !important;
  }
  .list-md-decimal {
    list-style-type: decimal !important;
  }
  .list-md-circle {
    list-style-type: circle !important;
  }
  .list-md-inside {
    list-style-position: inside !important;
  }
  .list-md-outside {
    list-style-position: outside !important;
  }
  .-mdvisible {
    visibility: visible !important;
  }
  .-mdinvisible {
    visibility: hidden !important;
  }
  .z-md-n1 {
    z-index: -1 !important;
  }
  .z-md-0 {
    z-index: 0 !important;
  }
  .z-md-1 {
    z-index: 1 !important;
  }
  .z-md-2 {
    z-index: 2 !important;
  }
  .z-md-3 {
    z-index: 3 !important;
  }
}
@media (min-width: 1024px) {
  .align-lg-baseline {
    vertical-align: baseline !important;
  }
  .align-lg-top {
    vertical-align: top !important;
  }
  .align-lg-middle {
    vertical-align: middle !important;
  }
  .align-lg-bottom {
    vertical-align: bottom !important;
  }
  .align-lg-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-lg-text-top {
    vertical-align: text-top !important;
  }
  .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;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-25 {
    opacity: 0.25 !important;
  }
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .opacity-lg-75 {
    opacity: 0.75 !important;
  }
  .opacity-lg-100 {
    opacity: 1 !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  .overflow-x-lg-auto {
    overflow-x: auto !important;
  }
  .overflow-x-lg-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-lg-visible {
    overflow-x: visible !important;
  }
  .overflow-x-lg-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-lg-auto {
    overflow-y: auto !important;
  }
  .overflow-y-lg-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-lg-visible {
    overflow-y: visible !important;
  }
  .overflow-y-lg-scroll {
    overflow-y: scroll !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;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-10 {
    top: 10% !important;
  }
  .top-lg-20 {
    top: 20% !important;
  }
  .top-lg-25 {
    top: 25% !important;
  }
  .top-lg-30 {
    top: 30% !important;
  }
  .top-lg-33 {
    top: 33% !important;
  }
  .top-lg-40 {
    top: 40% !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-60 {
    top: 60% !important;
  }
  .top-lg-66 {
    top: 66% !important;
  }
  .top-lg-70 {
    top: 70% !important;
  }
  .top-lg-75 {
    top: 75% !important;
  }
  .top-lg-80 {
    top: 80% !important;
  }
  .top-lg-90 {
    top: 90% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-10 {
    bottom: 10% !important;
  }
  .bottom-lg-20 {
    bottom: 20% !important;
  }
  .bottom-lg-25 {
    bottom: 25% !important;
  }
  .bottom-lg-30 {
    bottom: 30% !important;
  }
  .bottom-lg-33 {
    bottom: 33% !important;
  }
  .bottom-lg-40 {
    bottom: 40% !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-60 {
    bottom: 60% !important;
  }
  .bottom-lg-66 {
    bottom: 66% !important;
  }
  .bottom-lg-70 {
    bottom: 70% !important;
  }
  .bottom-lg-75 {
    bottom: 75% !important;
  }
  .bottom-lg-80 {
    bottom: 80% !important;
  }
  .bottom-lg-90 {
    bottom: 90% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-10 {
    left: 10% !important;
  }
  .start-lg-20 {
    left: 20% !important;
  }
  .start-lg-25 {
    left: 25% !important;
  }
  .start-lg-30 {
    left: 30% !important;
  }
  .start-lg-33 {
    left: 33% !important;
  }
  .start-lg-40 {
    left: 40% !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-60 {
    left: 60% !important;
  }
  .start-lg-66 {
    left: 66% !important;
  }
  .start-lg-70 {
    left: 70% !important;
  }
  .start-lg-75 {
    left: 75% !important;
  }
  .start-lg-80 {
    left: 80% !important;
  }
  .start-lg-90 {
    left: 90% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .end-lg-0 {
    right: 0 !important;
  }
  .end-lg-10 {
    right: 10% !important;
  }
  .end-lg-20 {
    right: 20% !important;
  }
  .end-lg-25 {
    right: 25% !important;
  }
  .end-lg-30 {
    right: 30% !important;
  }
  .end-lg-33 {
    right: 33% !important;
  }
  .end-lg-40 {
    right: 40% !important;
  }
  .end-lg-50 {
    right: 50% !important;
  }
  .end-lg-60 {
    right: 60% !important;
  }
  .end-lg-66 {
    right: 66% !important;
  }
  .end-lg-70 {
    right: 70% !important;
  }
  .end-lg-75 {
    right: 75% !important;
  }
  .end-lg-80 {
    right: 80% !important;
  }
  .end-lg-90 {
    right: 90% !important;
  }
  .end-lg-100 {
    right: 100% !important;
  }
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  .border-lg {
    border: 1px solid #2c3e50 !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-light {
    border: 1px solid #E5E7EB !important;
  }
  .border-lg-green-light {
    border: 1px solid rgba(155, 197, 61, 0.2) !important;
  }
  .border-top-lg {
    border-top: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-end-lg {
    border-right: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-start-lg {
    border-left: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .border-opacity-lg-10 {
    border-opacity: 0.1;
  }
  .border-opacity-lg-25 {
    border-opacity: 0.25;
  }
  .border-opacity-lg-50 {
    border-opacity: 0.5;
  }
  .border-opacity-lg-75 {
    border-opacity: 0.75;
  }
  .border-opacity-lg-100 {
    border-opacity: 1;
  }
  .rounded-lg-1 {
    border-radius: 1px !important;
  }
  .rounded-lg-2 {
    border-radius: 2px !important;
  }
  .rounded-lg-3 {
    border-radius: 3px !important;
  }
  .rounded-lg-4 {
    border-radius: 4px !important;
  }
  .rounded-lg-5 {
    border-radius: 5px !important;
  }
  .rounded-lg-8 {
    border-radius: 8px !important;
  }
  .rounded-lg-10 {
    border-radius: 10px !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-auto {
    flex: 0 0 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.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 2.5rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 2.5rem !important;
  }
  .fs-lg-1 {
    font-size: rfs-fluid-value(2.5rem) !important;
  }
  .fs-lg-2 {
    font-size: rfs-fluid-value(2rem) !important;
  }
  .fs-lg-3 {
    font-size: rfs-fluid-value(1.75rem) !important;
  }
  .fs-lg-4 {
    font-size: rfs-fluid-value(1.5rem) !important;
  }
  .fs-lg-5 {
    font-size: rfs-fluid-value(1.25rem) !important;
  }
  .fs-lg-6 {
    font-size: rfs-fluid-value(1rem) !important;
  }
  .fs-lg-7 {
    font-size: rfs-fluid-value(0.75rem) !important;
  }
  .fst-lg-italic {
    font-style: italic !important;
  }
  .fst-lg-normal {
    font-style: normal !important;
  }
  .fw-lg-lighter {
    font-weight: lighter !important;
  }
  .fw-lg-light {
    font-weight: 300 !important;
  }
  .fw-lg-normal {
    font-weight: 400 !important;
  }
  .fw-lg-medium {
    font-weight: 500 !important;
  }
  .fw-lg-semibold {
    font-weight: 600 !important;
  }
  .fw-lg-bold {
    font-weight: 700 !important;
  }
  .fw-lg-bolder {
    font-weight: bolder !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-sm {
    line-height: 1.25 !important;
  }
  .lh-lg-base {
    line-height: 1.5 !important;
  }
  .lh-lg-lg {
    line-height: 2 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-decoration-lg-none {
    text-decoration: none !important;
  }
  .text-decoration-lg-underline {
    text-decoration: underline !important;
  }
  .text-decoration-lg-line-through {
    text-decoration: line-through !important;
  }
  .text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .text-lg-capitalize {
    text-transform: capitalize !important;
  }
  .text-lg-wrap {
    white-space: normal !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  /* rtl:begin:remove */
  .text-lg-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  .text-lg-reset {
    text-opacity: 1;
    color: inherit !important;
  }
  .text-lg-gray {
    text-opacity: 1;
    color: #525966 !important;
  }
  .text-lg-white {
    text-opacity: 1;
    color: white !important;
  }
  .text-lg-blue {
    text-opacity: 1;
    color: #75C5FF !important;
  }
  .text-lg-dark {
    text-opacity: 1;
    color: #0C1C3B !important;
  }
  .text-lg-green {
    text-opacity: 1;
    color: #9BC53D !important;
  }
  .text-lg-dark-blue {
    text-opacity: 1;
    color: #216EA8 !important;
  }
  .text-lg-dark-green {
    text-opacity: 1;
    color: #557A00 !important;
  }
  .text-lg-light-dark {
    text-opacity: 1;
    color: #4A5565 !important;
  }
  .text-opacity-lg-25 {
    text-opacity: 0.25;
  }
  .text-opacity-lg-50 {
    text-opacity: 0.5;
  }
  .text-opacity-lg-75 {
    text-opacity: 0.75;
  }
  .text-opacity-lg-100 {
    text-opacity: 1;
  }
  .link-opacity-lg-10 {
    link-opacity: 0.1;
  }
  .link-opacity-10-hover:hover {
    link-opacity: 0.1;
  }
  .link-opacity-lg-25 {
    link-opacity: 0.25;
  }
  .link-opacity-25-hover:hover {
    link-opacity: 0.25;
  }
  .link-opacity-lg-50 {
    link-opacity: 0.5;
  }
  .link-opacity-50-hover:hover {
    link-opacity: 0.5;
  }
  .link-opacity-lg-75 {
    link-opacity: 0.75;
  }
  .link-opacity-75-hover:hover {
    link-opacity: 0.75;
  }
  .link-opacity-lg-100 {
    link-opacity: 1;
  }
  .link-opacity-100-hover:hover {
    link-opacity: 1;
  }
  .link-offset-lg-1 {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-lg-2 {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-lg-3 {
    text-underline-offset: 0.375em !important;
  }
  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }
  .link-underline-opacity-lg-0 {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-0-hover:hover {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-lg-10 {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-10-hover:hover {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-lg-25 {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-25-hover:hover {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-lg-50 {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-50-hover:hover {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-lg-75 {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-75-hover:hover {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-lg-100 {
    link-underline-opacity: 1;
  }
  .link-underline-opacity-100-hover:hover {
    link-underline-opacity: 1;
  }
  .bg-opacity-lg-10 {
    bg-opacity: 0.1;
  }
  .bg-opacity-lg-25 {
    bg-opacity: 0.25;
  }
  .bg-opacity-lg-50 {
    bg-opacity: 0.5;
  }
  .bg-opacity-lg-75 {
    bg-opacity: 0.75;
  }
  .bg-opacity-lg-100 {
    bg-opacity: 1;
  }
  .user-select-lg-all {
    user-select: all !important;
  }
  .user-select-lg-auto {
    user-select: auto !important;
  }
  .user-select-lg-none {
    user-select: none !important;
  }
  .pe-lg-none {
    pointer-events: none !important;
  }
  .pe-lg-auto {
    pointer-events: auto !important;
  }
  .list-lg-none {
    list-style-type: none !important;
  }
  .list-lg-disc {
    list-style-type: disc !important;
  }
  .list-lg-decimal {
    list-style-type: decimal !important;
  }
  .list-lg-circle {
    list-style-type: circle !important;
  }
  .list-lg-inside {
    list-style-position: inside !important;
  }
  .list-lg-outside {
    list-style-position: outside !important;
  }
  .-lgvisible {
    visibility: visible !important;
  }
  .-lginvisible {
    visibility: hidden !important;
  }
  .z-lg-n1 {
    z-index: -1 !important;
  }
  .z-lg-0 {
    z-index: 0 !important;
  }
  .z-lg-1 {
    z-index: 1 !important;
  }
  .z-lg-2 {
    z-index: 2 !important;
  }
  .z-lg-3 {
    z-index: 3 !important;
  }
}
@media (min-width: 1280px) {
  .align-xl-baseline {
    vertical-align: baseline !important;
  }
  .align-xl-top {
    vertical-align: top !important;
  }
  .align-xl-middle {
    vertical-align: middle !important;
  }
  .align-xl-bottom {
    vertical-align: bottom !important;
  }
  .align-xl-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-xl-text-top {
    vertical-align: text-top !important;
  }
  .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;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xl-100 {
    opacity: 1 !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  .overflow-x-xl-auto {
    overflow-x: auto !important;
  }
  .overflow-x-xl-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-xl-visible {
    overflow-x: visible !important;
  }
  .overflow-x-xl-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-xl-auto {
    overflow-y: auto !important;
  }
  .overflow-y-xl-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-xl-visible {
    overflow-y: visible !important;
  }
  .overflow-y-xl-scroll {
    overflow-y: scroll !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;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-10 {
    top: 10% !important;
  }
  .top-xl-20 {
    top: 20% !important;
  }
  .top-xl-25 {
    top: 25% !important;
  }
  .top-xl-30 {
    top: 30% !important;
  }
  .top-xl-33 {
    top: 33% !important;
  }
  .top-xl-40 {
    top: 40% !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-60 {
    top: 60% !important;
  }
  .top-xl-66 {
    top: 66% !important;
  }
  .top-xl-70 {
    top: 70% !important;
  }
  .top-xl-75 {
    top: 75% !important;
  }
  .top-xl-80 {
    top: 80% !important;
  }
  .top-xl-90 {
    top: 90% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-10 {
    bottom: 10% !important;
  }
  .bottom-xl-20 {
    bottom: 20% !important;
  }
  .bottom-xl-25 {
    bottom: 25% !important;
  }
  .bottom-xl-30 {
    bottom: 30% !important;
  }
  .bottom-xl-33 {
    bottom: 33% !important;
  }
  .bottom-xl-40 {
    bottom: 40% !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-60 {
    bottom: 60% !important;
  }
  .bottom-xl-66 {
    bottom: 66% !important;
  }
  .bottom-xl-70 {
    bottom: 70% !important;
  }
  .bottom-xl-75 {
    bottom: 75% !important;
  }
  .bottom-xl-80 {
    bottom: 80% !important;
  }
  .bottom-xl-90 {
    bottom: 90% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-10 {
    left: 10% !important;
  }
  .start-xl-20 {
    left: 20% !important;
  }
  .start-xl-25 {
    left: 25% !important;
  }
  .start-xl-30 {
    left: 30% !important;
  }
  .start-xl-33 {
    left: 33% !important;
  }
  .start-xl-40 {
    left: 40% !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-60 {
    left: 60% !important;
  }
  .start-xl-66 {
    left: 66% !important;
  }
  .start-xl-70 {
    left: 70% !important;
  }
  .start-xl-75 {
    left: 75% !important;
  }
  .start-xl-80 {
    left: 80% !important;
  }
  .start-xl-90 {
    left: 90% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .end-xl-0 {
    right: 0 !important;
  }
  .end-xl-10 {
    right: 10% !important;
  }
  .end-xl-20 {
    right: 20% !important;
  }
  .end-xl-25 {
    right: 25% !important;
  }
  .end-xl-30 {
    right: 30% !important;
  }
  .end-xl-33 {
    right: 33% !important;
  }
  .end-xl-40 {
    right: 40% !important;
  }
  .end-xl-50 {
    right: 50% !important;
  }
  .end-xl-60 {
    right: 60% !important;
  }
  .end-xl-66 {
    right: 66% !important;
  }
  .end-xl-70 {
    right: 70% !important;
  }
  .end-xl-75 {
    right: 75% !important;
  }
  .end-xl-80 {
    right: 80% !important;
  }
  .end-xl-90 {
    right: 90% !important;
  }
  .end-xl-100 {
    right: 100% !important;
  }
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  .border-xl {
    border: 1px solid #2c3e50 !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-light {
    border: 1px solid #E5E7EB !important;
  }
  .border-xl-green-light {
    border: 1px solid rgba(155, 197, 61, 0.2) !important;
  }
  .border-top-xl {
    border-top: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-right: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xl {
    border-left: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .border-opacity-xl-10 {
    border-opacity: 0.1;
  }
  .border-opacity-xl-25 {
    border-opacity: 0.25;
  }
  .border-opacity-xl-50 {
    border-opacity: 0.5;
  }
  .border-opacity-xl-75 {
    border-opacity: 0.75;
  }
  .border-opacity-xl-100 {
    border-opacity: 1;
  }
  .rounded-xl-1 {
    border-radius: 1px !important;
  }
  .rounded-xl-2 {
    border-radius: 2px !important;
  }
  .rounded-xl-3 {
    border-radius: 3px !important;
  }
  .rounded-xl-4 {
    border-radius: 4px !important;
  }
  .rounded-xl-5 {
    border-radius: 5px !important;
  }
  .rounded-xl-8 {
    border-radius: 8px !important;
  }
  .rounded-xl-10 {
    border-radius: 10px !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-auto {
    flex: 0 0 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.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 2.5rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 2.5rem !important;
  }
  .fs-xl-1 {
    font-size: rfs-fluid-value(2.5rem) !important;
  }
  .fs-xl-2 {
    font-size: rfs-fluid-value(2rem) !important;
  }
  .fs-xl-3 {
    font-size: rfs-fluid-value(1.75rem) !important;
  }
  .fs-xl-4 {
    font-size: rfs-fluid-value(1.5rem) !important;
  }
  .fs-xl-5 {
    font-size: rfs-fluid-value(1.25rem) !important;
  }
  .fs-xl-6 {
    font-size: rfs-fluid-value(1rem) !important;
  }
  .fs-xl-7 {
    font-size: rfs-fluid-value(0.75rem) !important;
  }
  .fst-xl-italic {
    font-style: italic !important;
  }
  .fst-xl-normal {
    font-style: normal !important;
  }
  .fw-xl-lighter {
    font-weight: lighter !important;
  }
  .fw-xl-light {
    font-weight: 300 !important;
  }
  .fw-xl-normal {
    font-weight: 400 !important;
  }
  .fw-xl-medium {
    font-weight: 500 !important;
  }
  .fw-xl-semibold {
    font-weight: 600 !important;
  }
  .fw-xl-bold {
    font-weight: 700 !important;
  }
  .fw-xl-bolder {
    font-weight: bolder !important;
  }
  .lh-xl-1 {
    line-height: 1 !important;
  }
  .lh-xl-sm {
    line-height: 1.25 !important;
  }
  .lh-xl-base {
    line-height: 1.5 !important;
  }
  .lh-xl-lg {
    line-height: 2 !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-decoration-xl-none {
    text-decoration: none !important;
  }
  .text-decoration-xl-underline {
    text-decoration: underline !important;
  }
  .text-decoration-xl-line-through {
    text-decoration: line-through !important;
  }
  .text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xl-wrap {
    white-space: normal !important;
  }
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
  /* rtl:begin:remove */
  .text-xl-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  .text-xl-reset {
    text-opacity: 1;
    color: inherit !important;
  }
  .text-xl-gray {
    text-opacity: 1;
    color: #525966 !important;
  }
  .text-xl-white {
    text-opacity: 1;
    color: white !important;
  }
  .text-xl-blue {
    text-opacity: 1;
    color: #75C5FF !important;
  }
  .text-xl-dark {
    text-opacity: 1;
    color: #0C1C3B !important;
  }
  .text-xl-green {
    text-opacity: 1;
    color: #9BC53D !important;
  }
  .text-xl-dark-blue {
    text-opacity: 1;
    color: #216EA8 !important;
  }
  .text-xl-dark-green {
    text-opacity: 1;
    color: #557A00 !important;
  }
  .text-xl-light-dark {
    text-opacity: 1;
    color: #4A5565 !important;
  }
  .text-opacity-xl-25 {
    text-opacity: 0.25;
  }
  .text-opacity-xl-50 {
    text-opacity: 0.5;
  }
  .text-opacity-xl-75 {
    text-opacity: 0.75;
  }
  .text-opacity-xl-100 {
    text-opacity: 1;
  }
  .link-opacity-xl-10 {
    link-opacity: 0.1;
  }
  .link-opacity-10-hover:hover {
    link-opacity: 0.1;
  }
  .link-opacity-xl-25 {
    link-opacity: 0.25;
  }
  .link-opacity-25-hover:hover {
    link-opacity: 0.25;
  }
  .link-opacity-xl-50 {
    link-opacity: 0.5;
  }
  .link-opacity-50-hover:hover {
    link-opacity: 0.5;
  }
  .link-opacity-xl-75 {
    link-opacity: 0.75;
  }
  .link-opacity-75-hover:hover {
    link-opacity: 0.75;
  }
  .link-opacity-xl-100 {
    link-opacity: 1;
  }
  .link-opacity-100-hover:hover {
    link-opacity: 1;
  }
  .link-offset-xl-1 {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-xl-2 {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-xl-3 {
    text-underline-offset: 0.375em !important;
  }
  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }
  .link-underline-opacity-xl-0 {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-0-hover:hover {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-xl-10 {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-10-hover:hover {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-xl-25 {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-25-hover:hover {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-xl-50 {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-50-hover:hover {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-xl-75 {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-75-hover:hover {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-xl-100 {
    link-underline-opacity: 1;
  }
  .link-underline-opacity-100-hover:hover {
    link-underline-opacity: 1;
  }
  .bg-opacity-xl-10 {
    bg-opacity: 0.1;
  }
  .bg-opacity-xl-25 {
    bg-opacity: 0.25;
  }
  .bg-opacity-xl-50 {
    bg-opacity: 0.5;
  }
  .bg-opacity-xl-75 {
    bg-opacity: 0.75;
  }
  .bg-opacity-xl-100 {
    bg-opacity: 1;
  }
  .user-select-xl-all {
    user-select: all !important;
  }
  .user-select-xl-auto {
    user-select: auto !important;
  }
  .user-select-xl-none {
    user-select: none !important;
  }
  .pe-xl-none {
    pointer-events: none !important;
  }
  .pe-xl-auto {
    pointer-events: auto !important;
  }
  .list-xl-none {
    list-style-type: none !important;
  }
  .list-xl-disc {
    list-style-type: disc !important;
  }
  .list-xl-decimal {
    list-style-type: decimal !important;
  }
  .list-xl-circle {
    list-style-type: circle !important;
  }
  .list-xl-inside {
    list-style-position: inside !important;
  }
  .list-xl-outside {
    list-style-position: outside !important;
  }
  .-xlvisible {
    visibility: visible !important;
  }
  .-xlinvisible {
    visibility: hidden !important;
  }
  .z-xl-n1 {
    z-index: -1 !important;
  }
  .z-xl-0 {
    z-index: 0 !important;
  }
  .z-xl-1 {
    z-index: 1 !important;
  }
  .z-xl-2 {
    z-index: 2 !important;
  }
  .z-xl-3 {
    z-index: 3 !important;
  }
}
@media (min-width: 1440px) {
  .align-xxl-baseline {
    vertical-align: baseline !important;
  }
  .align-xxl-top {
    vertical-align: top !important;
  }
  .align-xxl-middle {
    vertical-align: middle !important;
  }
  .align-xxl-bottom {
    vertical-align: bottom !important;
  }
  .align-xxl-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-xxl-text-top {
    vertical-align: text-top !important;
  }
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl-100 {
    opacity: 1 !important;
  }
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  .overflow-x-xxl-auto {
    overflow-x: auto !important;
  }
  .overflow-x-xxl-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-xxl-visible {
    overflow-x: visible !important;
  }
  .overflow-x-xxl-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-xxl-auto {
    overflow-y: auto !important;
  }
  .overflow-y-xxl-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-xxl-visible {
    overflow-y: visible !important;
  }
  .overflow-y-xxl-scroll {
    overflow-y: scroll !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-10 {
    top: 10% !important;
  }
  .top-xxl-20 {
    top: 20% !important;
  }
  .top-xxl-25 {
    top: 25% !important;
  }
  .top-xxl-30 {
    top: 30% !important;
  }
  .top-xxl-33 {
    top: 33% !important;
  }
  .top-xxl-40 {
    top: 40% !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-60 {
    top: 60% !important;
  }
  .top-xxl-66 {
    top: 66% !important;
  }
  .top-xxl-70 {
    top: 70% !important;
  }
  .top-xxl-75 {
    top: 75% !important;
  }
  .top-xxl-80 {
    top: 80% !important;
  }
  .top-xxl-90 {
    top: 90% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-10 {
    bottom: 10% !important;
  }
  .bottom-xxl-20 {
    bottom: 20% !important;
  }
  .bottom-xxl-25 {
    bottom: 25% !important;
  }
  .bottom-xxl-30 {
    bottom: 30% !important;
  }
  .bottom-xxl-33 {
    bottom: 33% !important;
  }
  .bottom-xxl-40 {
    bottom: 40% !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-60 {
    bottom: 60% !important;
  }
  .bottom-xxl-66 {
    bottom: 66% !important;
  }
  .bottom-xxl-70 {
    bottom: 70% !important;
  }
  .bottom-xxl-75 {
    bottom: 75% !important;
  }
  .bottom-xxl-80 {
    bottom: 80% !important;
  }
  .bottom-xxl-90 {
    bottom: 90% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-10 {
    left: 10% !important;
  }
  .start-xxl-20 {
    left: 20% !important;
  }
  .start-xxl-25 {
    left: 25% !important;
  }
  .start-xxl-30 {
    left: 30% !important;
  }
  .start-xxl-33 {
    left: 33% !important;
  }
  .start-xxl-40 {
    left: 40% !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-60 {
    left: 60% !important;
  }
  .start-xxl-66 {
    left: 66% !important;
  }
  .start-xxl-70 {
    left: 70% !important;
  }
  .start-xxl-75 {
    left: 75% !important;
  }
  .start-xxl-80 {
    left: 80% !important;
  }
  .start-xxl-90 {
    left: 90% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .end-xxl-0 {
    right: 0 !important;
  }
  .end-xxl-10 {
    right: 10% !important;
  }
  .end-xxl-20 {
    right: 20% !important;
  }
  .end-xxl-25 {
    right: 25% !important;
  }
  .end-xxl-30 {
    right: 30% !important;
  }
  .end-xxl-33 {
    right: 33% !important;
  }
  .end-xxl-40 {
    right: 40% !important;
  }
  .end-xxl-50 {
    right: 50% !important;
  }
  .end-xxl-60 {
    right: 60% !important;
  }
  .end-xxl-66 {
    right: 66% !important;
  }
  .end-xxl-70 {
    right: 70% !important;
  }
  .end-xxl-75 {
    right: 75% !important;
  }
  .end-xxl-80 {
    right: 80% !important;
  }
  .end-xxl-90 {
    right: 90% !important;
  }
  .end-xxl-100 {
    right: 100% !important;
  }
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  .border-xxl {
    border: 1px solid #2c3e50 !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-xxl-light {
    border: 1px solid #E5E7EB !important;
  }
  .border-xxl-green-light {
    border: 1px solid rgba(155, 197, 61, 0.2) !important;
  }
  .border-top-xxl {
    border-top: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-right: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl {
    border-left: var(1px) var(solid) var(#2c3e50) !important;
  }
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .border-opacity-xxl-10 {
    border-opacity: 0.1;
  }
  .border-opacity-xxl-25 {
    border-opacity: 0.25;
  }
  .border-opacity-xxl-50 {
    border-opacity: 0.5;
  }
  .border-opacity-xxl-75 {
    border-opacity: 0.75;
  }
  .border-opacity-xxl-100 {
    border-opacity: 1;
  }
  .rounded-xxl-1 {
    border-radius: 1px !important;
  }
  .rounded-xxl-2 {
    border-radius: 2px !important;
  }
  .rounded-xxl-3 {
    border-radius: 3px !important;
  }
  .rounded-xxl-4 {
    border-radius: 4px !important;
  }
  .rounded-xxl-5 {
    border-radius: 5px !important;
  }
  .rounded-xxl-8 {
    border-radius: 8px !important;
  }
  .rounded-xxl-10 {
    border-radius: 10px !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-33 {
    width: 33% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-66 {
    width: 66% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .vw-xxl-100 {
    width: 100vw !important;
  }
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  .vh-xxl-100 {
    height: 100vh !important;
  }
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-auto {
    flex: 0 0 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 2rem !important;
  }
  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 2rem !important;
  }
  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 2rem !important;
  }
  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 2rem !important;
  }
  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 2rem !important;
  }
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 2.5rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 2.5rem !important;
  }
  .fs-xxl-1 {
    font-size: rfs-fluid-value(2.5rem) !important;
  }
  .fs-xxl-2 {
    font-size: rfs-fluid-value(2rem) !important;
  }
  .fs-xxl-3 {
    font-size: rfs-fluid-value(1.75rem) !important;
  }
  .fs-xxl-4 {
    font-size: rfs-fluid-value(1.5rem) !important;
  }
  .fs-xxl-5 {
    font-size: rfs-fluid-value(1.25rem) !important;
  }
  .fs-xxl-6 {
    font-size: rfs-fluid-value(1rem) !important;
  }
  .fs-xxl-7 {
    font-size: rfs-fluid-value(0.75rem) !important;
  }
  .fst-xxl-italic {
    font-style: italic !important;
  }
  .fst-xxl-normal {
    font-style: normal !important;
  }
  .fw-xxl-lighter {
    font-weight: lighter !important;
  }
  .fw-xxl-light {
    font-weight: 300 !important;
  }
  .fw-xxl-normal {
    font-weight: 400 !important;
  }
  .fw-xxl-medium {
    font-weight: 500 !important;
  }
  .fw-xxl-semibold {
    font-weight: 600 !important;
  }
  .fw-xxl-bold {
    font-weight: 700 !important;
  }
  .fw-xxl-bolder {
    font-weight: bolder !important;
  }
  .lh-xxl-1 {
    line-height: 1 !important;
  }
  .lh-xxl-sm {
    line-height: 1.25 !important;
  }
  .lh-xxl-base {
    line-height: 1.5 !important;
  }
  .lh-xxl-lg {
    line-height: 2 !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-decoration-xxl-none {
    text-decoration: none !important;
  }
  .text-decoration-xxl-underline {
    text-decoration: underline !important;
  }
  .text-decoration-xxl-line-through {
    text-decoration: line-through !important;
  }
  .text-xxl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xxl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xxl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xxl-wrap {
    white-space: normal !important;
  }
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
  /* rtl:begin:remove */
  .text-xxl-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  .text-xxl-reset {
    text-opacity: 1;
    color: inherit !important;
  }
  .text-xxl-gray {
    text-opacity: 1;
    color: #525966 !important;
  }
  .text-xxl-white {
    text-opacity: 1;
    color: white !important;
  }
  .text-xxl-blue {
    text-opacity: 1;
    color: #75C5FF !important;
  }
  .text-xxl-dark {
    text-opacity: 1;
    color: #0C1C3B !important;
  }
  .text-xxl-green {
    text-opacity: 1;
    color: #9BC53D !important;
  }
  .text-xxl-dark-blue {
    text-opacity: 1;
    color: #216EA8 !important;
  }
  .text-xxl-dark-green {
    text-opacity: 1;
    color: #557A00 !important;
  }
  .text-xxl-light-dark {
    text-opacity: 1;
    color: #4A5565 !important;
  }
  .text-opacity-xxl-25 {
    text-opacity: 0.25;
  }
  .text-opacity-xxl-50 {
    text-opacity: 0.5;
  }
  .text-opacity-xxl-75 {
    text-opacity: 0.75;
  }
  .text-opacity-xxl-100 {
    text-opacity: 1;
  }
  .link-opacity-xxl-10 {
    link-opacity: 0.1;
  }
  .link-opacity-10-hover:hover {
    link-opacity: 0.1;
  }
  .link-opacity-xxl-25 {
    link-opacity: 0.25;
  }
  .link-opacity-25-hover:hover {
    link-opacity: 0.25;
  }
  .link-opacity-xxl-50 {
    link-opacity: 0.5;
  }
  .link-opacity-50-hover:hover {
    link-opacity: 0.5;
  }
  .link-opacity-xxl-75 {
    link-opacity: 0.75;
  }
  .link-opacity-75-hover:hover {
    link-opacity: 0.75;
  }
  .link-opacity-xxl-100 {
    link-opacity: 1;
  }
  .link-opacity-100-hover:hover {
    link-opacity: 1;
  }
  .link-offset-xxl-1 {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-xxl-2 {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-xxl-3 {
    text-underline-offset: 0.375em !important;
  }
  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }
  .link-underline-opacity-xxl-0 {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-0-hover:hover {
    link-underline-opacity: 0;
  }
  .link-underline-opacity-xxl-10 {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-10-hover:hover {
    link-underline-opacity: 0.1;
  }
  .link-underline-opacity-xxl-25 {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-25-hover:hover {
    link-underline-opacity: 0.25;
  }
  .link-underline-opacity-xxl-50 {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-50-hover:hover {
    link-underline-opacity: 0.5;
  }
  .link-underline-opacity-xxl-75 {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-75-hover:hover {
    link-underline-opacity: 0.75;
  }
  .link-underline-opacity-xxl-100 {
    link-underline-opacity: 1;
  }
  .link-underline-opacity-100-hover:hover {
    link-underline-opacity: 1;
  }
  .bg-opacity-xxl-10 {
    bg-opacity: 0.1;
  }
  .bg-opacity-xxl-25 {
    bg-opacity: 0.25;
  }
  .bg-opacity-xxl-50 {
    bg-opacity: 0.5;
  }
  .bg-opacity-xxl-75 {
    bg-opacity: 0.75;
  }
  .bg-opacity-xxl-100 {
    bg-opacity: 1;
  }
  .user-select-xxl-all {
    user-select: all !important;
  }
  .user-select-xxl-auto {
    user-select: auto !important;
  }
  .user-select-xxl-none {
    user-select: none !important;
  }
  .pe-xxl-none {
    pointer-events: none !important;
  }
  .pe-xxl-auto {
    pointer-events: auto !important;
  }
  .list-xxl-none {
    list-style-type: none !important;
  }
  .list-xxl-disc {
    list-style-type: disc !important;
  }
  .list-xxl-decimal {
    list-style-type: decimal !important;
  }
  .list-xxl-circle {
    list-style-type: circle !important;
  }
  .list-xxl-inside {
    list-style-position: inside !important;
  }
  .list-xxl-outside {
    list-style-position: outside !important;
  }
  .-xxlvisible {
    visibility: visible !important;
  }
  .-xxlinvisible {
    visibility: hidden !important;
  }
  .z-xxl-n1 {
    z-index: -1 !important;
  }
  .z-xxl-0 {
    z-index: 0 !important;
  }
  .z-xxl-1 {
    z-index: 1 !important;
  }
  .z-xxl-2 {
    z-index: 2 !important;
  }
  .z-xxl-3 {
    z-index: 3 !important;
  }
}

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