@charset "UTF-8";
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snippet {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
  margin: 0 -5%;
  overflow: hidden;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f7941d;
  color: #f7941d;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f7941d;
  color: #f7941d;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
.customIcon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconFont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bi--twitter-x:before {
  content: "\e900";
  color: #fff;
}

.icon-cil--fax:before {
  content: "\e901";
  color: #fff;
}

.icon-ic--sharp-alarm:before {
  content: "\e902";
  color: #fff;
}

.icon-ion--android-call:before {
  content: "\e903";
  color: #fff;
}

.icon-ion--android-cart:before {
  content: "\e904";
  color: #fff;
}

.icon-ion--android-mail:before {
  content: "\e905";
  color: #fff;
}

.icon-ion--android-search:before {
  content: "\e906";
  color: #fff;
}

.icon-ion--ios-arrow-thin-left:before {
  content: "\e907";
  color: #fff;
}

.icon-ion--ios-barcode-outline:before {
  content: "\e908";
  color: #fff;
}

.icon-ion--ios-bookmarks-outline:before {
  content: "\e909";
  color: #fff;
}

.icon-ion--ios-lightbulb-outline:before {
  content: "\e90a";
  color: #fff;
}

.icon-ion--ios-location-outline:before {
  content: "\e90b";
  color: #fff;
}

.icon-ion--qr-scanner:before {
  content: "\e90c";
  color: #fff;
}

.icon-ion--social-buffer-outline:before {
  content: "\e90d";
  color: #fff;
}

.icon-mdi-light--chevron-left:before {
  content: "\e90e";
  color: #fff;
}

.icon-ph--play-fill:before {
  content: "\e90f";
  color: #fff;
}

.icon-ri--facebook-fill:before {
  content: "\e910";
  color: #fff;
}

@font-face {
  font-family: "iconFont";
  src: url('../"fonts/iconFont.eot?s9ams6');
  src: url("../fonts/iconFont.eot?s9ams6#iefix") format("embedded-opentype"), url("../fonts/iconFont.ttf?s9ams6") format("truetype"), url("../fonts/iconFont.woff?s9ams6") format("woff"), url("../fonts/iconFont.svg?s9ams6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.bg-primary-dark {
  background-color: #f7941d;
}

.btn-primary-dark {
  color: #ffffff;
  border-color: #f7941d;
  background-color: #f7941d;
}

@media screen and (min-width: 991.98px) {
  .btn-primary-dark:hover {
    color: #f7941d !important;
    border-color: #f7941d;
    background-color: #ffffff !important;
  }
}

.text-primary-dark {
  color: #f7941d !important;
}
.text-primary-dark p, .text-primary-dark a, .text-primary-dark span, .text-primary-dark ul, .text-primary-dark li {
  color: #f7941d !important;
}

.paragraph.text-primary-dark {
  color: #f7941d !important;
}
.paragraph.text-primary-dark p, .paragraph.text-primary-dark a, .paragraph.text-primary-dark span, .paragraph.text-primary-dark ul, .paragraph.text-primary-dark li {
  color: #f7941d !important;
}

.bg-gray-700 {
  background-color: #495057;
}

.btn-gray-700 {
  color: #ffffff;
  border-color: #495057;
  background-color: #495057;
}

@media screen and (min-width: 991.98px) {
  .btn-gray-700:hover {
    color: #495057 !important;
    border-color: #495057;
    background-color: #ffffff !important;
  }
}

.text-gray-700 {
  color: #495057 !important;
}
.text-gray-700 p, .text-gray-700 a, .text-gray-700 span, .text-gray-700 ul, .text-gray-700 li {
  color: #495057 !important;
}

.paragraph.text-gray-700 {
  color: #495057 !important;
}
.paragraph.text-gray-700 p, .paragraph.text-gray-700 a, .paragraph.text-gray-700 span, .paragraph.text-gray-700 ul, .paragraph.text-gray-700 li {
  color: #495057 !important;
}

.bg-teal-300 {
  background-color: #e40017;
}

.btn-teal-300 {
  color: #ffffff;
  border-color: rgb(247, 148, 29);
  background-color: rgb(247, 148, 29);
}

@media screen and (min-width: 991.98px) {
  .btn-teal-300:hover {
    color: rgb(247, 148, 29); !important;
    border-color: rgb(247, 148, 29);
    background-color: #ffffff !important;
  }
}

.text-teal-300 {
  color: #e40017 !important;
}
.text-teal-300 p, .text-teal-300 a, .text-teal-300 span, .text-teal-300 ul, .text-teal-300 li {
  color: #e40017 !important;
}

.paragraph.text-teal-300 {
  color: #e40017 !important;
}
.paragraph.text-teal-300 p, .paragraph.text-teal-300 a, .paragraph.text-teal-300 span, .paragraph.text-teal-300 ul, .paragraph.text-teal-300 li {
  color: #e40017 !important;
}

.bg-danger {
    background-color: #E1081E;
}

.btn-danger {
  color: #ffffff;
  border-color:rgb(247, 148, 29);
  background-color: rgb(247, 148, 29);
}

@media screen and (min-width: 991.98px) {
  .btn-danger:hover {
    color: rgb(247, 148, 29); !important;
    border-color: rgb(247, 148, 29);
    background-color: #ffffff !important;
  }
}

.text-danger {
  color: #E1081E !important;
}
.text-danger p, .text-danger a, .text-danger span, .text-danger ul, .text-danger li {
  color: #E1081E !important;
}

.paragraph.text-danger {
  color: #E1081E !important;
}
.paragraph.text-danger p, .paragraph.text-danger a, .paragraph.text-danger span, .paragraph.text-danger ul, .paragraph.text-danger li {
  color: #E1081E !important;
}

.bg-gold {
  background-color: #CA9E67;
}

.btn-gold {
  color: #ffffff;
  border-color: #CA9E67;
  background-color: #CA9E67;
}

@media screen and (min-width: 991.98px) {
  .btn-gold:hover {
    color: #CA9E67 !important;
    border-color: #CA9E67;
    background-color: #ffffff !important;
  }
}

.text-gold {
  color: #CA9E67 !important;
}
.text-gold p, .text-gold a, .text-gold span, .text-gold ul, .text-gold li {
  color: #CA9E67 !important;
}

.paragraph.text-gold {
  color: #CA9E67 !important;
}
.paragraph.text-gold p, .paragraph.text-gold a, .paragraph.text-gold span, .paragraph.text-gold ul, .paragraph.text-gold li {
  color: #CA9E67 !important;
}

.bg-pink {
  background-color: #EA868F;
}

.btn-pink {
  color: #ffffff;
  border-color: #EA868F;
  background-color: #EA868F;
}

@media screen and (min-width: 991.98px) {
  .btn-pink:hover {
    color: #EA868F !important;
    border-color: #EA868F;
    background-color: #ffffff !important;
  }
}

.text-pink {
  color: #EA868F !important;
}
.text-pink p, .text-pink a, .text-pink span, .text-pink ul, .text-pink li {
  color: #EA868F !important;
}

.paragraph.text-pink {
  color: #EA868F !important;
}
.paragraph.text-pink p, .paragraph.text-pink a, .paragraph.text-pink span, .paragraph.text-pink ul, .paragraph.text-pink li {
  color: #EA868F !important;
}

.bg-brown {
  background-color: #906541;
}

.btn-brown {
  color: #ffffff;
  border-color: #906541;
  background-color: #906541;
}

@media screen and (min-width: 991.98px) {
  .btn-brown:hover {
    color: #906541 !important;
    border-color: #906541;
    background-color: #ffffff !important;
  }
}

.text-brown {
  color: #906541 !important;
}
.text-brown p, .text-brown a, .text-brown span, .text-brown ul, .text-brown li {
  color: #906541 !important;
}

.paragraph.text-brown {
  color: #906541 !important;
}
.paragraph.text-brown p, .paragraph.text-brown a, .paragraph.text-brown span, .paragraph.text-brown ul, .paragraph.text-brown li {
  color: #906541 !important;
}

.bg-gray-800 {
  background-color: #202121;
}

.btn-gray-800 {
  color: #ffffff;
  border-color: #202121;
  background-color: #202121;
}

@media screen and (min-width: 991.98px) {
  .btn-gray-800:hover {
    color: #202121 !important;
    border-color: #202121;
    background-color: #ffffff !important;
  }
}

.text-gray-800 {
  color: #202121 !important;
}
.text-gray-800 p, .text-gray-800 a, .text-gray-800 span, .text-gray-800 ul, .text-gray-800 li {
  color: #202121 !important;
}

.paragraph.text-gray-800 {
  color: #202121 !important;
}
.paragraph.text-gray-800 p, .paragraph.text-gray-800 a, .paragraph.text-gray-800 span, .paragraph.text-gray-800 ul, .paragraph.text-gray-800 li {
  color: #202121 !important;
}

.bg-gray-400 {
  background-color: #f6f6f7;
}

.btn-gray-400 {
  color: #ffffff;
  border-color: #f6f6f7;
  background-color: #f6f6f7;
}

@media screen and (min-width: 991.98px) {
  .btn-gray-400:hover {
    color: #f6f6f7 !important;
    border-color: #f6f6f7;
    background-color: #ffffff !important;
  }
}

.text-gray-400 {
  color: #f6f6f7 !important;
}
.text-gray-400 p, .text-gray-400 a, .text-gray-400 span, .text-gray-400 ul, .text-gray-400 li {
  color: #f6f6f7 !important;
}

.paragraph.text-gray-400 {
  color: #f6f6f7 !important;
}
.paragraph.text-gray-400 p, .paragraph.text-gray-400 a, .paragraph.text-gray-400 span, .paragraph.text-gray-400 ul, .paragraph.text-gray-400 li {
  color: #f6f6f7 !important;
}

.bg-gray-100 {
  background-color: #F8F9FA;
}

.btn-gray-100 {
  color: #ffffff;
  border-color: #F8F9FA;
  background-color: #F8F9FA;
}

@media screen and (min-width: 991.98px) {
  .btn-gray-100:hover {
    color: #F8F9FA !important;
    border-color: #F8F9FA;
    background-color: #ffffff !important;
  }
}

.text-gray-100 {
  color: #F8F9FA !important;
}
.text-gray-100 p, .text-gray-100 a, .text-gray-100 span, .text-gray-100 ul, .text-gray-100 li {
  color: #F8F9FA !important;
}

.paragraph.text-gray-100 {
  color: #F8F9FA !important;
}
.paragraph.text-gray-100 p, .paragraph.text-gray-100 a, .paragraph.text-gray-100 span, .paragraph.text-gray-100 ul, .paragraph.text-gray-100 li {
  color: #F8F9FA !important;
}

.bg-red-400 {
  background-color: #CB3C24;
}

.btn-red-400 {
  color: #ffffff;
  border-color:rgb(247, 148, 29);
  background-color: rgb(247, 148, 29);
}

@media screen and (min-width: 991.98px) {
  .btn-red-400:hover {
    color: rgb(247, 148, 29); !important;
    border-color: rgb(247, 148, 29);
    background-color: #ffffff !important;
  }
}

.text-red-400 {
  color: #CB3C24 !important;
}
.text-red-400 p, .text-red-400 a, .text-red-400 span, .text-red-400 ul, .text-red-400 li {
  color: #CB3C24 !important;
}

.paragraph.text-red-400 {
  color: #CB3C24 !important;
}
.paragraph.text-red-400 p, .paragraph.text-red-400 a, .paragraph.text-red-400 span, .paragraph.text-red-400 ul, .paragraph.text-red-400 li {
  color: #CB3C24 !important;
}

.bg-alternate {
  background-color: #01B5C0;
}

.btn-alternate {
  color: #ffffff;
  border-color: #01B5C0;
  background-color: #01B5C0;
}

@media screen and (min-width: 991.98px) {
  .btn-alternate:hover {
    color: #01B5C0 !important;
    border-color: #01B5C0;
    background-color: #ffffff !important;
  }
}

.text-alternate {
  color: #01B5C0 !important;
}
.text-alternate p, .text-alternate a, .text-alternate span, .text-alternate ul, .text-alternate li {
  color: #01B5C0 !important;
}

.paragraph.text-alternate {
  color: #01B5C0 !important;
}
.paragraph.text-alternate p, .paragraph.text-alternate a, .paragraph.text-alternate span, .paragraph.text-alternate ul, .paragraph.text-alternate li {
  color: #01B5C0 !important;
}

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

.btn-white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ffffff;
}

@media screen and (min-width: 991.98px) {
  .btn-white:hover {
    color: #ffffff !important;
    border-color: #ffffff;
    background-color: #ffffff !important;
  }
}

.text-white {
  color: #ffffff !important;
}
.text-white p, .text-white a, .text-white span, .text-white ul, .text-white li {
  color: #ffffff !important;
}

.paragraph.text-white {
  color: #ffffff !important;
}
.paragraph.text-white p, .paragraph.text-white a, .paragraph.text-white span, .paragraph.text-white ul, .paragraph.text-white li {
  color: #ffffff !important;
}

.container-3xl {
  width: calc(100% - 35px);
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .container-3xl {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .container-3xl {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .container-3xl {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .container-3xl {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .container-3xl {
    max-width: 1546px;
    width: 100%;
    margin: 0 auto;
  }
}

.topbar {
  height: 56px;
}
.topbar a,
.topbar span {
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.topbar a .customIcon,
.topbar span .customIcon {
  margin-right: 7px;
}
@media screen and (min-width: 992px) {
  .topbar .info a:hover {
    opacity: 0.5;
  }
}
.topbar input {
  opacity: 0;
  width: 56px;
  height: 56px;
  visibility: inherit;
  transition: all 0.25s ease-in-out;
  color: #dedede;
  font-size: 14px;
  background: rgba(3, 44, 75, 0.2);
  outline: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.topbar input::-moz-placeholder {
  color: #dedede;
  opacity: 1;
  /* Firefox */
}
.topbar input::placeholder {
  color: #dedede;
  opacity: 1;
  /* Firefox */
}
.topbar input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #dedede;
}
.topbar input:focus-visible, .topbar input:focus {
  color: #dedede;
  background: rgba(3, 44, 75, 0.2);
  outline: 0;
  border: none;
  box-shadow: none;
}
.topbar form {
  position: relative;
  display: block;
  margin-right: -55px;
  cursor: pointer;
}
.info a{
  color: #303030 !important;
}
.info span{
  color: #303030 !important;
}
.login-register a{
  color: #303030 !important;
}
.slash{
  color: #303030 !important;
}
.footer .items a{
  color: #303030 !important;
}
.footer span{
  color: #303030 !important;
}
.footer li{
  color: #303030 !important;
}
.footer-bottom a{
  color: #303030 !important;
}
.copyright-text {
  color: #303030 !important;
}
@media screen and (min-width: 992px) {
  .topbar form:hover input {
    width: 400px;
    visibility: visible;
    opacity: 1;
  }
}
.topbar .search {
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 50px;
  color: #dedede;
  background-color: rgba(3, 44, 75, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar .shop {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 992px) {
  .topbar .shop:hover .emptyBasket {
    z-index: -1;
    transform: translateY(56px);
    opacity: 1;
  }
}
.topbar .shop .emptyBasket {
  z-index: -1;
  position: absolute;
  transition: all 0.3s linear;
  top: 0;
  right: 0;
  background: #fff;
  width: 300px;
  height: 100%;
  transform: translateY(-56px);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar .shop .emptyBasket span {
  text-align: center;
  padding: 20px;
  color: black;
}

header {
  position: absolute !important;
  width: 100%;
  top: 56px;
  z-index: -2;
  transition: all 0.3s linear;
}
@media screen and (max-width: 576px) {
  header {
    top: 0;
  }
}
header .nav-item {
  padding: 0 15px;
}
header .nav-item a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.navbar-toggler {
  outline: 0;
  border: none;
  background-color: transparent;
  box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
}
.navbar-toggler:focus-visible, .navbar-toggler:focus {
  outline: 0;
  border: none;
  background-color: transparent;
  box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
}
.navbar-nav .nav-link {
  color: #303030 !important;
}
.fix-top {
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  width: 100%;

}

@media screen and (max-width: 991.98px) {
  .fix-top header {
    background-color: rgba(54, 55, 88, 0.8);
  }
}
.fix-top.fixed {
  transition: all 0.3s ease-in-out;
  position: fixed;
  opacity: 1 !important;
 
}
.fix-top.fixed header {
  transition: all 0.3s linear;
  background-color: rgb(0 0 0 / 50%);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.fix-top.fix-2 {
  opacity: 0;
  transition: all 0.3s linear;
}

@media screen and (min-width: 992px) {
  .nav-item .nav-link:hover {
    transition: all 0.3s linear;
    color: #CB3C24;
  }
  .nav-item.dropdown {
    height: calc(100% + 20px);
  }
  .nav-item.dropdown .dropdown-menu {
    display: block;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    min-width: auto;
    padding: 10px 25px;
    border: none;
    border-radius: 0;
    top: 58px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
  }
  .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 14px 0 !important;
    color: #202121;
    transition: all 0.3s linear;
  }
  .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #1ea69a;
  }
  .nav-item.dropdown .dropdown-menu li {
    padding: 0;
  }
  .nav-item.dropdown .dropdown-menu li + li .dropdown-item {
    border-top: 1px solid rgba(225, 225, 255, 0.5);
  }
  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
}

.swiper {
  width: 100%;
  height: 90%;
  position: relative;
}

.swiper-slide {
  height: 100%;
  border-radius: 0;
}
.swiper-slide a {
  font-size: 20px;
  color: #202121;
  line-height: normal;
}
@media screen and (max-width: 991.98px) {
  .swiper-slide a {
    font-size: 18px;
  }
}
.swiper-slide .content-inner .img-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.swiper-slide .content-inner .img-wrapper img {
  min-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide .content-inner .info {
  padding: 30px;
  text-align: start;
  width: 53.3%;
  flex: 0 0 auto;
}
.swiper-slide .content-inner .info .date {
  padding: 5px 0;
}
.swiper-slide .content-inner .info .title {
  padding: 5px 0 10px;
}
.swiper-slide .content-inner .time-location span {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  color: #888888;
  padding: 5px 0;
}
.swiper-slide .content-inner .time-location span .customIcon:before {
  color: #888888;
}
.swiper-slide .content-inner .time-location img {
  width: 25px;
  height: 25px;
  filter: invert(1);
}
.swiper-slide .content-inner .author span.jobTitle {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.3px;
  margin: 5px 0 2px 0;
  clear: both;
  display: block;
  line-height: normal;
  color: #888888;
}
.swiper-slide .content-inner .author span.name a {
  color: #202121;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.swiper-slide .content-inner .author .img-wrapper {
  width: 61px;
  height: 61px;
}
.swiper-slide .content-inner .author .img-wrapper img {
  min-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.collection-swiper {
  overflow: visible;
  position: relative;
}
.collection-swiper:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 280px;
  height: calc(100% + 65px);
  z-index: 9;
  left: -280px;
  top: auto;
  bottom: -34px;
}
.collection-swiper:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 280px;
  height: calc(100% + 65px);
  z-index: 9;
  right: -280px;
  top: auto;
  bottom: -34px;
}

.line {
  width: 46px;
  height: 2px;
  background: rgba(136, 136, 136, 0.2);
  margin: 24px 0;
  display: block;
}

/*Pagination*/
.swiper-pagination.type1 {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 25px;
  bottom: 0;
  top: 56%;
  right: 18px;
  left: auto;
  width: auto;
  height: 35px;
  position: absolute !important;
  text-align: end !important;
}
@media screen and (max-width: 1600px) {
  .swiper-pagination.type1 {
    top: 52%;
  }
}
@media screen and (max-width: 1400px) {
  .swiper-pagination.type1 {
    top: 48%;
  }
}
@media screen and (max-width: 1280px) {
  .swiper-pagination.type1 {
    top: 41%;
  }
}
@media screen and (max-width: 1080px) {
  .swiper-pagination.type1 {
    top: 37%;
  }
}
.swiper-pagination.type1 .swiper-pagination-bullet {
  transition: all 0.2s linear;
}
.swiper-pagination.type1 .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.swiper-pagination.type1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  transform: scale(1.1, 1.1);
}

.latest-swiper {
  height: auto;
}
.latest-swiper .sc-title {
  background-color: #1ea69a;
  height: 103px;
  line-height: 103px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  width: 259px;
  position: absolute;
  z-index: 2;
  left: 1px;
  top: 1px;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .latest-swiper .sc-title {
    width: 209px;
    height: 70px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .latest-swiper .sc-title {
    width: 190px;
  }
}

.buttonWrapper.type2 {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 43%;
}
.buttonWrapper.type2 .slider-mobile-btn {
  width: 100%;
}
.buttonWrapper.type3 {
  position: absolute;
  top: auto;
  bottom: 0;
  height: 164px;
  width: 72px;
  border-left: 1px solid #e7e7e7;
  right: 0;
  left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .buttonWrapper.type3 {
    height: 154px;
  }
}
.buttonWrapper.type3 .sliderNavButton {
  border-radius: 0 !important;
  height: 81px;
  width: 72px;
  border-right: 1px solid #e7e7e7;
  right: 0;
  border-top: 0 !important;
  border: 1px solid #e7e7e7;
}
.buttonWrapper.type3 .sliderNavButton.latest-button-next {
  transform: rotate(180deg);
}
.buttonWrapper.type3 .sliderNavButton img {
  filter: invert(1);
  width: 35px;
  height: 35px;
  opacity: 0.8;
}

/*next, prev button*/
.sliderNavButton {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  max-width: 100% !important;
}
.sliderNavButton .customIcon {
  font-size: 12px;
}
@media screen and (max-width: 991.98px) {
  .sliderNavButton {
    width: 42px;
    height: 42px !important;
  }
}
@media screen and (max-width: 600px) {
  .sliderNavButton {
    width: 36px;
    height: 36px !important;
  }
}
@media screen and (max-width: 340px) {
  .sliderNavButton {
    width: 32px;
    height: 32px !important;
  }
}
.sliderNavButton.home-button-next, .sliderNavButton.home-button-prev {
  font-size: 30px;
  color: #d9d9d9;
  line-height: 50px;
  margin: 0 !important;
  border: none;
  width: 50px;
  height: 63px;
  border-radius: 0 !important;
  background-color: #1ea69a;
  transition: all 0.3s linear;
}
.sliderNavButton.home-button-next .customIcon:before, .sliderNavButton.home-button-prev .customIcon:before {
  transition: all 0.3s linear;
  color: #fff;
  opacity: 0.6;
  font-size: 40px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .sliderNavButton.home-button-next:hover .customIcon:before, .sliderNavButton.home-button-prev:hover .customIcon:before {
    opacity: 1;
  }
}
.sliderNavButton.home-button-prev {
  transform: rotate(180deg);
}
.sliderNavButton.collection-button-next, .sliderNavButton.collection-button-prev {
  background-color: #fff;
  line-height: 50px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  border: none;
}
.sliderNavButton.collection-button-next .customIcon:before, .sliderNavButton.collection-button-prev .customIcon:before {
  color: #888888;
  transition: all 0.3s linear;
  font-size: 30px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .sliderNavButton.collection-button-next:hover .customIcon:before, .sliderNavButton.collection-button-prev:hover .customIcon:before {
    color: #1ea69a;
  }
}
.sliderNavButton.collection-button-next:hover, .sliderNavButton.collection-button-prev:hover {
  border-color: transparent !important;
  background: #fff !important;
  color: #fff !important;
}
.sliderNavButton.collection-button-next {
  right: 0;
  left: auto;
}
.sliderNavButton.collection-button-prev {
  transform: rotate(180deg);
  left: 0;
  right: auto;
}

.cards .card {
  border: none;
}
.cards.type1 {
  transition: all 0.3s linear;
}
.cards.type1 .card {
  background-color: transparent;
  position: relative;
  display: grid;
}
@media screen and (min-width: 992px) {
  .cards.type1 .card:hover .card-items {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
.card-title{
  min-height: 70px;
  text-align: center;
}
.cards.type1 .card .card-title a {
  color: #303030;
}
.cards.type1 .card .card-items {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s linear;
}
.cards.type1 .card .card-items .participants a {
  transition: all 0.3s linear;
  color: #1ea69a;
}
@media screen and (min-width: 992px) {
  .cards.type1 .card .card-items .participants a:hover {
    color: #888888;
  }
}
.cards.type1 .card .card-items .participants span {
  color: #878787;
}
.cards.type1 .card .card-items .participants span:before {
  content: "/";
  margin-right: 7px;
}
.cards.type1 .card .card-items .saleAlert {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cards.type1 .card .card-items .saleAlert span {
  opacity: 0.8;
  text-transform: uppercase;
  position: absolute;
  top: 18px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}
.cards.type1 .card .card-items .saleAlert:before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-right: 86px solid transparent;
  border-top: 86px solid #f47e49;
  z-index: 0;
}
.cards.type1 .card .card-items .info-card {
  
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  
}
.cards.type1 .card .card-items .info-card span {
  font-size: 14px;
  line-height: 17px;
  color: #ddd;
}
.cards.type1 .card .card-items .info-card span.price {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 45px;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: rgb(247, 148, 29);
}
.cards.type1 .card .card-items .img-wrapper {
  position: relative;
  aspect-ratio: 4/3.3;
}
.cards.type1 .card .card-items .img-wrapper.type2 {
  aspect-ratio: 4/4.8;
}
.cards.type1 .card .card-items .img-wrapper.type2:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(68, 68, 68, 0.8));
}
.cards.type1 .card .card-items .img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 47px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(102, 102, 102, 0.2));
}
.cards.type1 .card .card-items .img-wrapper img {
  border: 5px solid #fff;
}
.cards.type2 .card {
  transition: all 0.3s linear;
  transform: scale(1);
}
.cards.type2 .card:nth-child(2n+1) .card-body .card-text {
  background-color: #f6f6f6;
}
@media screen and (min-width: 992px) {
  .cards.type2 .card:hover {
    transform: scale(1.08);
    box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    z-index: 1;
  }
  .cards.type2 .card:hover .card-body .img-overlay {
    opacity: 1;
  }
  .cards.type2 .card:hover .card-body .img-overlay .customIcon:before {
    color: #1ea69a;
  }
  .cards.type2 .card:hover .card-body .card-text {
    background-color: #fff;
  }
}
.cards.type2 .card .card-body {
  padding: 0;
}
.cards.type2 .card .card-body .card-text {
  background-color: #f0f0f0;
}
.cards.type2 .card .card-body .card-text a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #202121;
  line-height: 32px;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .cards.type2 .card .card-body .card-text a:hover {
    color: #1ea69a;
  }
}
.cards.type2 .card .card-body .card-text span {
  line-height: 1;
  font-size: 14px;
  color: #1ea69a;
}
.cards.type2 .card .card-body .img-wrapper {
  aspect-ratio: 2/1.9;
}
.cards.type2 .card .card-body .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.431372549);
  opacity: 0;
  transition: all 0.3s linear;
}
.cards.type2 .card .card-body .img-overlay .customIcon {
  padding-bottom: 10px;
}
.cards.type2 .card .card-body .img-overlay .customIcon:before {
  font-size: 45px;
  color: #ffffff;
}
.cards.type2 .card .card-body .img-overlay span {
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 400;
  color: #fff;
}
.cards.type3 .card .card-body {
  padding: 0;
  background-color: #e40017;
}
.cards.type3 .card .card-body .card-text {
  background-color: #e40017;
}
.cards.type3 .card .card-body .card-text span {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}
.cards.type3 .card .card-body .card-text span.info {
  font-size: 16px;
  line-height: 26px;
  color: #fef633;
  text-transform: uppercase;
  font-weight: 400;
}
.cards.type3 .card .card-body .img-wrapper {
  aspect-ratio: 3.39/2;
  overflow: visible;
  position: relative;
}
.cards.type3 .card .card-body .img-wrapper:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 307px;
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
  position: absolute;
}
.cards.type4 .card {
  height: -moz-max-content;
  height: max-content;
}
.cards.type4 .card .card-body {
  padding: 0;
}
.cards.type4 .card .card-body .card-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 259px;
}
@media screen and (max-width: 1400px) {
  .cards.type4 .card .card-body .card-date {
    width: 209px;
  }
}
@media screen and (max-width: 1200px) {
  .cards.type4 .card .card-body .card-date {
    width: 190px;
  }
}
.cards.type4 .card .card-body .card-date span {
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2.4px;
  color: #202121;
}
@media screen and (max-width: 1400px) {
  .cards.type4 .card .card-body .card-date span {
    font-size: 80px;
  }
}
.cards.type4 .card .card-body .card-date span.month-year-start {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
}
@media screen and (max-width: 1400px) {
  .cards.type4 .card .card-body .card-date span.month-year-start {
    font-size: 18px;
  }
}
.cards.type4 .card .card-body .card-text {
  border-top: 1px solid #e7e7e7;
}
.cards.type4 .card .card-body .card-text .title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: left;
  color: #202121;
}
@media screen and (max-width: 1200px) {
  .cards.type4 .card .card-body .card-text .title {
    font-size: 17px;
  }
}
.cards.type4 .card .card-body .card-text span {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .cards.type4 .card .card-body .card-text span {
    font-size: 13px;
  }
}
.cards.type4 .card .card-body .card-text span img {
  filter: invert(1);
}
.cards.type4 .card .card-body .img-wrapper {
  aspect-ratio: 3.39/2;
  overflow: visible;
  position: relative;
}
.cards.type5 .card {
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 992px) {
  .cards.type5 .card:hover .card-body .img-overlay {
    opacity: 0.9;
  }
}
.cards.type5 .card .card-body {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cards.type5 .card .card-body .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #1ea69a;
  transition: all 0.3s linear;
  top: 0;
}
.cards.type5 .card .card-body .img-overlay a {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 6px;
  color: #fff;
}
.cards.type5 .card .card-body .img-overlay span {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1px;
  font-style: italic;
  color: #fff;
}

.rating {
  width: auto;
  margin: 0 auto;
  font-size: 45px;
  overflow: hidden;
  padding-right: 8px;
}

.rating input {
  float: right;
  opacity: 0;
  position: absolute;
}

.rating span {
  color: #ddd;
  font-size: 14px;
  line-height: 17px;
}
.rating a,
.rating label {
  float: right;
  color: #aaa;
  text-decoration: none;
  transition: color 0.4s;
  font-size: 12px;
}

.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a {
  color: orange;
  cursor: pointer;
}

.content-filter {
  overflow: hidden;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  min-height: 600px;
}
.content-filter .filter {
  position: relative;
}
.content-filter .filter-btns {
  padding: 0.4rem;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}
.content-filter .filter-btn {
  display: inline-block;
  padding: 0.5em 0;
  color: #212426;
  margin-right: 54px;
  padding-bottom: 4px;
  font-weight: 400;
  border-radius: 0px;
  text-transform: capitalize;
  background-color: #fff;
  transition: all 300ms linear;
}
.content-filter .filter-btn.active {
  color: rgb(247, 148, 29);
  border-color: rgb(247, 148, 29);
  border-bottom: 1px solid rgb(247, 148, 29);
  pointer-events: none;
}
.content-filter .filter ~ .filter-item {
  background-color: #fff;
  border: 10px solid #fff;
  float: left;
  transform: scale(1);
  padding: 10px 10px;
  opacity: 1;
  visibility: visible;
  will-change: transform, visibility;
  transition: all 600ms ease;
  /* 	display:block; */
}
.content-filter .filter:target ~ .filter-item {
  transform: scale(0);
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 600ms ease;
  /* 	display:none; */
}
.content-filter [id="tag:business"]:target ~ [data-tag~=business],
.content-filter [id="tag:design"]:target ~ [data-tag~=design],
.content-filter [id="tag:webDevelopment"]:target ~ [data-tag~=webDevelopment],
.content-filter [id="tag:photography"]:target ~ [data-tag~=photography] {
  transform: scale(1);
  width: 276px;
  height: var(--item-width);
  margin: 0;
  padding: 10px 10px;
  opacity: 1;
  visibility: visible;
  transition: all 400ms ease;
  /* 	display:block; */
}
.content-filter [id="tag:business"]:target ~ .filter-btns [href="#tag:business"],
.content-filter [id="tag:design"]:target ~ .filter-btns [href="#tag:design"],
.content-filter [id="tag:webDevelopment"]:target ~ .filter-btns [href="#tag:webDevelopment"],
.content-filter [id="tag:photography"]:target ~ .filter-btns [href="#tag:photography"] {
  color: #1ea69a;
  border-color: #1ea69a;
  border-bottom: 1px solid #1ea69a;
  pointer-events: none;
}

footer {
  padding-top: 125px;
  padding-bottom: 60px;
}
footer span.title {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 36px;
  font-size: 16px;
}
footer span.title:after {
  content: "";
  width: 25px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom-color: #303030;
}
footer .items img {
  margin-right: 5px;
}
footer .items ul {
  list-style: none;
}
footer .items a,
footer .items li {
  color: #acacac;
  list-style: none;
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 15px;
  transition: all 0.3s linear;
}
footer .items a .customIcon,
footer .items li .customIcon {
  padding-right: 8px;
}
footer .items a .customIcon:before,
footer .items li .customIcon:before {
  color: #acacac;
}
@media screen and (min-width: 992px) {
  footer .items a:hover,
  footer .items li:hover {
    color: #e40017;
  }
}
footer .storeImgGroup .img-wrapper {
  width: 132px;
  height: 47px;
}
footer .storeImgGroup .img-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bottom {
  padding: 30px 0 30px;
}
.footer-bottom .copyright-text {
  color: #666666;
  line-height: 38px;
}
.footer-bottom a {
  color: #666666;
}

form {
  position: relative;
  display: block;
}
form.type2 input {
  height: 48px;
  background-color: #ffffff;
  box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  border: none;
}
form.type2 .form-control {
  border: none;
}
form.type2 .form-control:focus-visible, form.type2 .form-control:focus {
  outline: 0;
  border: none;
  background-color: #ffffff;
  box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
}
form.type2 button {
  width: 47px;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 48px;
  outline: 0 !important;
}
form.type2 button:before {
  content: "";
  height: 18px;
  width: 1px;
  border-left: 1px solid;
  left: 0;
  top: 50%;
  position: absolute;
  border-color: #e7e7e7;
  margin-top: -9px;
}
form.type2 button .customIcon:before {
  color: #212529;
}

.gridGallery {
  display: grid;
  /*grid-template-rows    : repeat(1, 18vw);*/
  grid-gap: 0.5rem 0.5rem;
}
.gridGallery.grid-col-12 {
  grid-template-columns: repeat(12, 8vw);
  grid-template-rows: repeat(26, 1.8vw);
}
.gridGallery.grid-col-6 {
  grid-template-columns: repeat(6, auto);
}
.gridGallery.grid-col-3 {
  grid-template-columns: repeat(3, auto);
}
.gridGallery.grid-col-4 {
  grid-template-columns: repeat(4, auto);
}
.gridGallery .cols-1 {
  grid-column: span 1;
}
.gridGallery .cols-2 {
  grid-column: span 2;
}
.gridGallery .cols-3 {
  grid-column: span 3;
}
.gridGallery .cols-4 {
  grid-column: span 4;
}
.gridGallery .cols-5 {
  grid-column: span 5;
}
.gridGallery .cols-6 {
  grid-column: span 6;
}
.gridGallery .rows-1 {
  grid-row: span 1;
}
.gridGallery .rows-2 {
  grid-row: span 2;
}
.gridGallery .rows-3 {
  grid-row: span 3;
}
.gridGallery .rows-4 {
  grid-row: span 4;
}
.gridGallery .rows-5 {
  grid-row: span 5;
}
.gridGallery .rows-6 {
  grid-row: span 6;
}
.gridGallery .rows-7 {
  grid-row: span 7;
}
.gridGallery .rows-8 {
  grid-row: span 8;
}
.gridGallery .rows-9 {
  grid-row: span 9;
}
.gridGallery .rows-10 {
  grid-row: span 10;
}
.gridGallery .rows-11 {
  grid-row: span 11;
}
.gridGallery .rows-12 {
  grid-row: span 12;
}
.gridGallery .rows-13 {
  grid-row: span 13;
}
.gridGallery .rows-14 {
  grid-row: span 14;
}
.gridGallery.thumbList {
  display: flex;
  flex-wrap: wrap;
}
.gridGallery.thumbList .box {
  flex: 1;
  min-width: 31%;
  max-height: 240px;
}

.gallery-section {
  padding: 30px 0;
}

.gallery-box {
  background: #fff;
}
.gallery-box .box {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
}
.gallery-box .box:nth-child(1) {
  margin-top: 13px;
}
.gallery-box .box:nth-child(2) {
  margin-top: 60px;
}
.gallery-box .box:nth-child(4) {
  margin-top: 109px;
}
.gallery-box .box:nth-child(5) {
  margin-top: 49px;
}
.gallery-box .box .card-body {
  display: block;
  height: 100%;
  width: 100%;
}
.gallery-box .box .card-body img {
  min-height: 100%;
}
@media screen and (min-width: 992px) {
  .gallery-box .box:hover .card-body .img-overlay {
    opacity: 0.9;
  }
}
.gallery-box .box.big {
  grid-row: span 2;
  grid-column: span 2;
}
.gallery-box .box.horizontal {
  grid-column: span 2;
}
.gallery-box .box.vertical {
  grid-row: span 2;
}
.gallery-box .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.gallery-box .box .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #1EA69A;
  transition: all 0.3s linear;
  top: 0;
}
.gallery-box .box .img-overlay a {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 6px;
  color: #FFF;
}
.gallery-box .box .img-overlay span {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1px;
  font-style: italic;
  color: #FFF;
}

:root {
  --bs-primary-dark: #f7941d;
  --bs-gray-700: #495057;
  --bs-teal-300: #1EA69A;
  --bs-danger: #E1081E;
  --bs-gold: #CA9E67;
  --bs-pink: #EA868F;
  --bs-brown: #906541;
  --bs-gray-800: #202121;
  --bs-gray-400: #f6f6f7;
  --bs-gray-100: #F8F9FA;
  --bs-red-400: #CB3C24;
  --bs-alternate: #01B5C0;
  --bs-white: #ffffff;
  --bs-gray-100: #F8F9FA;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #f6f6f7;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #202121;
  --bs-gray-900: #212529;
  --bs-primary: #f7941d;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #E1081E;
  --bs-light: #F8F9FA;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 225, 8, 30;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #f7941d;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #EA868F;
  --bs-highlight-bg: #fff3cd;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-0 {
  margin-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: 3rem !important;
  margin-left: 3rem !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: 3rem !important;
  margin-bottom: 3rem !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: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-0 {
  padding-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: 3rem !important;
  padding-left: 3rem !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: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

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

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

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

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

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

.fw-semibold {
  font-weight: 600 !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-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-blue-100 {
  --bs-text-opacity: 1;
  color: #cfe2ff !important;
}

.text-blue-200 {
  --bs-text-opacity: 1;
  color: #9ec5fe !important;
}

.text-blue-300 {
  --bs-text-opacity: 1;
  color: #6ea8fe !important;
}

.text-blue-400 {
  --bs-text-opacity: 1;
  color: #3d8bfd !important;
}

.text-blue-500 {
  --bs-text-opacity: 1;
  color: #f7941d !important;
}

.text-blue-600 {
  --bs-text-opacity: 1;
  color: #0a58ca !important;
}

.text-blue-700 {
  --bs-text-opacity: 1;
  color: #084298 !important;
}

.text-blue-800 {
  --bs-text-opacity: 1;
  color: #052c65 !important;
}

.text-blue-900 {
  --bs-text-opacity: 1;
  color: #031633 !important;
}

.text-indigo-100 {
  --bs-text-opacity: 1;
  color: #e0cffc !important;
}

.text-indigo-200 {
  --bs-text-opacity: 1;
  color: #c29ffa !important;
}

.text-indigo-300 {
  --bs-text-opacity: 1;
  color: #a370f7 !important;
}

.text-indigo-400 {
  --bs-text-opacity: 1;
  color: #8540f5 !important;
}

.text-indigo-500 {
  --bs-text-opacity: 1;
  color: #6610f2 !important;
}

.text-indigo-600 {
  --bs-text-opacity: 1;
  color: #520dc2 !important;
}

.text-indigo-700 {
  --bs-text-opacity: 1;
  color: #3d0a91 !important;
}

.text-indigo-800 {
  --bs-text-opacity: 1;
  color: #290661 !important;
}

.text-indigo-900 {
  --bs-text-opacity: 1;
  color: #140330 !important;
}

.text-purple-100 {
  --bs-text-opacity: 1;
  color: #e2d9f3 !important;
}

.text-purple-200 {
  --bs-text-opacity: 1;
  color: #c5b3e6 !important;
}

.text-purple-300 {
  --bs-text-opacity: 1;
  color: #a98eda !important;
}

.text-purple-400 {
  --bs-text-opacity: 1;
  color: #8c68cd !important;
}

.text-purple-500 {
  --bs-text-opacity: 1;
  color: #6f42c1 !important;
}

.text-purple-600 {
  --bs-text-opacity: 1;
  color: #59359a !important;
}

.text-purple-700 {
  --bs-text-opacity: 1;
  color: #432874 !important;
}

.text-purple-800 {
  --bs-text-opacity: 1;
  color: #2c1a4d !important;
}

.text-purple-900 {
  --bs-text-opacity: 1;
  color: #160d27 !important;
}

.text-pink-100 {
  --bs-text-opacity: 1;
  color: #fbe7e9 !important;
}

.text-pink-200 {
  --bs-text-opacity: 1;
  color: #f7cfd2 !important;
}

.text-pink-300 {
  --bs-text-opacity: 1;
  color: #f2b6bc !important;
}

.text-pink-400 {
  --bs-text-opacity: 1;
  color: #ee9ea5 !important;
}

.text-pink-500 {
  --bs-text-opacity: 1;
  color: #EA868F !important;
}

.text-pink-600 {
  --bs-text-opacity: 1;
  color: #bb6b72 !important;
}

.text-pink-700 {
  --bs-text-opacity: 1;
  color: #8c5056 !important;
}

.text-pink-800 {
  --bs-text-opacity: 1;
  color: #5e3639 !important;
}

.text-pink-900 {
  --bs-text-opacity: 1;
  color: #2f1b1d !important;
}

.text-red-100 {
  --bs-text-opacity: 1;
  color: #f8d7da !important;
}

.text-red-200 {
  --bs-text-opacity: 1;
  color: #f1aeb5 !important;
}

.text-red-300 {
  --bs-text-opacity: 1;
  color: #ea868f !important;
}

.text-red-400 {
  --bs-text-opacity: 1;
  color: #CB3C24 !important;
}

.text-red-500 {
  --bs-text-opacity: 1;
  color: #dc3545 !important;
}

.text-red-600 {
  --bs-text-opacity: 1;
  color: #b02a37 !important;
}

.text-red-700 {
  --bs-text-opacity: 1;
  color: #842029 !important;
}

.text-red-800 {
  --bs-text-opacity: 1;
  color: #58151c !important;
}

.text-red-900 {
  --bs-text-opacity: 1;
  color: #2c0b0e !important;
}

.text-orange-100 {
  --bs-text-opacity: 1;
  color: #ffe5d0 !important;
}

.text-orange-200 {
  --bs-text-opacity: 1;
  color: #fecba1 !important;
}

.text-orange-300 {
  --bs-text-opacity: 1;
  color: #feb272 !important;
}

.text-orange-400 {
  --bs-text-opacity: 1;
  color: #fd9843 !important;
}

.text-orange-500 {
  --bs-text-opacity: 1;
  color: #fd7e14 !important;
}

.text-orange-600 {
  --bs-text-opacity: 1;
  color: #ca6510 !important;
}

.text-orange-700 {
  --bs-text-opacity: 1;
  color: #984c0c !important;
}

.text-orange-800 {
  --bs-text-opacity: 1;
  color: #653208 !important;
}

.text-orange-900 {
  --bs-text-opacity: 1;
  color: #331904 !important;
}

.text-yellow-100 {
  --bs-text-opacity: 1;
  color: #fff3cd !important;
}

.text-yellow-200 {
  --bs-text-opacity: 1;
  color: #ffe69c !important;
}

.text-yellow-300 {
  --bs-text-opacity: 1;
  color: #ffda6a !important;
}

.text-yellow-400 {
  --bs-text-opacity: 1;
  color: #ffcd39 !important;
}

.text-yellow-500 {
  --bs-text-opacity: 1;
  color: #ffc107 !important;
}

.text-yellow-600 {
  --bs-text-opacity: 1;
  color: #cc9a06 !important;
}

.text-yellow-700 {
  --bs-text-opacity: 1;
  color: #997404 !important;
}

.text-yellow-800 {
  --bs-text-opacity: 1;
  color: #664d03 !important;
}

.text-yellow-900 {
  --bs-text-opacity: 1;
  color: #332701 !important;
}

.text-green-100 {
  --bs-text-opacity: 1;
  color: #d1e7dd !important;
}

.text-green-200 {
  --bs-text-opacity: 1;
  color: #a3cfbb !important;
}

.text-green-300 {
  --bs-text-opacity: 1;
  color: #75b798 !important;
}

.text-green-400 {
  --bs-text-opacity: 1;
  color: #479f76 !important;
}

.text-green-500 {
  --bs-text-opacity: 1;
  color: #198754 !important;
}

.text-green-600 {
  --bs-text-opacity: 1;
  color: #146c43 !important;
}

.text-green-700 {
  --bs-text-opacity: 1;
  color: #0f5132 !important;
}

.text-green-800 {
  --bs-text-opacity: 1;
  color: #0a3622 !important;
}

.text-green-900 {
  --bs-text-opacity: 1;
  color: #051b11 !important;
}

.text-teal-100 {
  --bs-text-opacity: 1;
  color: #d2f4ea !important;
}

.text-teal-200 {
  --bs-text-opacity: 1;
  color: #a6e9d5 !important;
}

.text-teal-300 {
  --bs-text-opacity: 1;
  color: #1EA69A !important;
}

.text-teal-400 {
  --bs-text-opacity: 1;
  color: #4dd4ac !important;
}

.text-teal-500 {
  --bs-text-opacity: 1;
  color: #20c997 !important;
}

.text-teal-600 {
  --bs-text-opacity: 1;
  color: #1aa179 !important;
}

.text-teal-700 {
  --bs-text-opacity: 1;
  color: #13795b !important;
}

.text-teal-800 {
  --bs-text-opacity: 1;
  color: #0d503c !important;
}

.text-teal-900 {
  --bs-text-opacity: 1;
  color: #06281e !important;
}

.text-cyan-100 {
  --bs-text-opacity: 1;
  color: #cff4fc !important;
}

.text-cyan-200 {
  --bs-text-opacity: 1;
  color: #9eeaf9 !important;
}

.text-cyan-300 {
  --bs-text-opacity: 1;
  color: #6edff6 !important;
}

.text-cyan-400 {
  --bs-text-opacity: 1;
  color: #3dd5f3 !important;
}

.text-cyan-500 {
  --bs-text-opacity: 1;
  color: #0dcaf0 !important;
}

.text-cyan-600 {
  --bs-text-opacity: 1;
  color: #0aa2c0 !important;
}

.text-cyan-700 {
  --bs-text-opacity: 1;
  color: #087990 !important;
}

.text-cyan-800 {
  --bs-text-opacity: 1;
  color: #055160 !important;
}

.text-cyan-900 {
  --bs-text-opacity: 1;
  color: #032830 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-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: 3rem !important;
    margin-left: 3rem !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: 3rem !important;
    margin-bottom: 3rem !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: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-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: 3rem !important;
    padding-left: 3rem !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: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-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: 3rem !important;
    margin-left: 3rem !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: 3rem !important;
    margin-bottom: 3rem !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: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-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: 3rem !important;
    padding-left: 3rem !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: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-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: 3rem !important;
    margin-left: 3rem !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: 3rem !important;
    margin-bottom: 3rem !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: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-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: 3rem !important;
    padding-left: 3rem !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: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-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: 3rem !important;
    margin-left: 3rem !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: 3rem !important;
    margin-bottom: 3rem !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: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-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: 3rem !important;
    padding-left: 3rem !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: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-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: 3rem !important;
    margin-left: 3rem !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: 3rem !important;
    margin-bottom: 3rem !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: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-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: 3rem !important;
    padding-left: 3rem !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: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
section {
  position: relative;
}
section .ourFeatured a.view {
  font-size: 14px;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid;
  line-height: 0;
  padding-bottom: 7px;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  section .ourFeatured a.view:hover {
    color: #1ea69a;
  }
}
section .ourFeatured .right-bar .img-wrapper {
  width: 70px;
  height: 70px;
  transform: scale(1);
  transition: all 0.2s linear;
}
@media screen and (min-width: 992px) {
  section .ourFeatured .right-bar .img-wrapper:hover {
    transform: scale(1.1);
  }
}
section .ourFeatured .right-bar .img-wrapper img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
section .ourFeatured .right-bar span {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
  font-weight: 300;
  color: #fff;
  width: 75%;
}
section .about .counter {
  width: 100%;
}
section .about .counter .counter-number {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #1ea69a;
}
section .about .counter .counter-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}
section .about .counter span.dots {
  position: relative;
}
section .about .counter span.dots:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-image: radial-gradient(circle 5px, #dfdfdf 12%, transparent 16%);
  background-size: 4px 7px;
  left: calc(100% + 165px);
  top: 32px;
}
@media screen and (max-width: 1600px) {
  section .about .counter span.dots:before {
    left: calc(100% + 130px);
  }
}
@media screen and (max-width: 1400px) {
  section .about .counter span.dots:before {
    left: calc(100% + 124px);
    width: 47px;
  }
}
@media screen and (max-width: 1280px) {
  section .about .counter span.dots:before {
    display: none;
  }
}
section .about .img-wrapper {
  aspect-ratio: 2.55/2.28;
}
@media screen and (max-width: 1080px) {
  section .about .img-wrapper {
    aspect-ratio: 2.45/2.28;
  }
}
@media screen and (max-width: 991.98px) {
  section .about .img-wrapper {
    aspect-ratio: 1.75/2.28;
  }
}
@media screen and (max-width: 768px) {
  section .about .img-wrapper {
    aspect-ratio: 1.75/1.28;
  }
}
section .about .video-content {
  position: relative;
}
section .about .video-content:before {
  content: "";
  height: 238px;
  position: absolute;
  left: -100%;
  right: 0;
  display: block;
  bottom: 0;
  z-index: 0;
  background-color: #1ea69a;
}
@media screen and (max-width: 991.98px) {
  section .about .video-content:before {
    content: none;
  }
}
section .about .video-content .img-wrapper:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 238px 238px;
  left: unset;
  top: unset;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border-color: transparent transparent #1ea69a transparent;
}
section .about .video-content .play-button {
  position: absolute;
  width: 84px;
  height: 84px;
  background: #f47e49;
  border: 0;
  color: #fff;
  display: block;
  box-shadow: 0 12px 15px 0 rgba(24, 23, 24, 0.15);
  top: unset;
  left: unset;
  transform: none;
  right: 75px;
  bottom: 73px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section .about .video-content .play-button img {
  width: 40px;
  height: 40px;
}
section .about .slider-content {
  position: relative;
}
section .about .slider-content:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  right: -100%;
  display: block;
  bottom: 0;
  z-index: 0;
  background-color: #e40017;
}
@media screen and (max-width: 991.98px) {
  section .about .slider-content:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  section .about .first-content {
    flex-direction: column;
  }
}
section .about .last-content .title {
  padding-left: 13rem;
}
@media screen and (max-width: 1600px) {
  section .about .last-content .title {
    padding-left: 2rem;
  }
}
section .about .last-content .subTitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: black;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  section .about .last-content {
    flex-direction: column;
  }
}
section .logos {
  height: 203px;
  display: flex;
  align-items: center;
}
section .logos .logo-item .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
section .logos .logo-item .img-wrapper img {
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.3s linear;
  transform: scale(1);
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  section .logos .logo-item .img-wrapper img:hover {
    transform: scale(1.05);
    filter: none;
    opacity: 1;
  }
}
section .latest {
  position: relative;
}
section .latest .latest-content {
  padding-bottom: 10rem;
}
section .latest .hiddenConainer {
  padding: 20px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  top: 0;
  height: 112px;
  transition: all 0.3s linear;
  position: relative;
  cursor: pointer;
}
section .latest .hiddenConainer.type2 {
  padding: 0;
  height: auto;
}
section .latest .hiddenConainer.type2 .cards {
  transition: all 0.3s ease-in;
  opacity: 1;
}
section .latest .hiddenConainer.type2 .hide-text {
  padding: 20px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 992px) {
  section .latest .hiddenConainer.type2:hover {
    scroll-behavior: auto;
    overflow-y: auto;
    height: 100%;
    aspect-ratio: 4/6.07;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
  }
  section .latest .hiddenConainer.type2:hover .cards {
    opacity: 0;
  }
  section .latest .hiddenConainer.type2:hover .hide-text {
    opacity: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  section .latest .hiddenConainer:hover {
    scroll-behavior: auto;
    overflow-y: auto;
  }
  section .latest .hiddenConainer:hover .show-text {
    opacity: 0;
    transition: all 0.3s linear;
  }
  section .latest .hiddenConainer:hover .hide-text {
    opacity: 1;
    transition: all 0.3s linear;
  }
  section .latest .hiddenConainer:hover .hide-text .content {
    display: block;
  }
}
section .latest .hiddenConainer .show-text {
  transition: all 0.3s linear;
  opacity: 1;
}
section .latest .hiddenConainer .show-text a {
  font-size: 16px;
  color: #CB3C24;
}
section .latest .hiddenConainer .hide-text {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 0;
}
section .latest .hiddenConainer .hide-text .content {
  display: none;
}
section .latest .hiddenConainer .hide-text .data-meta a {
  font-size: 16px;
  color: #CB3C24;
}
section .latest .hiddenConainer .hide-text .date {
  color: #202121;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
section .latest .hiddenConainer .hide-text .title {
  color: #202121;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0;
}
section .latest .hiddenConainer .hide-text p {
  color: #888888;
  font-size: 16px;
  margin-bottom: 60px;
  line-height: 26px;
  position: relative;
  letter-spacing: 0.3px;
}
section .latest .hiddenConainer .hide-text .author span.name a {
  color: #202121;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 500;
}
section .latest .hiddenConainer .hide-text .author .img-wrapper {
  width: 61px;
  height: 61px;
}
section .latest .hiddenConainer .hide-text .author .img-wrapper img {
  min-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
section .latest .hiddenConainer span.noComment {
  color: #878787;
}
section .latest .hiddenConainer span.noComment:before {
  content: "/";
  margin-right: 7px;
}
section .store {
  padding-top: 173px;
}
@media screen and (max-width: 1200px) {
  section .store {
    padding-top: 140px;
  }
}
section .store .img-wrapper {
  width: 475px;
  height: 395px;
}
@media screen and (max-width: 1200px) {
  section .store .img-wrapper {
    width: 400px;
    height: 332px;
  }
}
section .store .store-content {
  padding-left: 150px;
}
@media screen and (max-width: 1200px) {
  section .store .store-content {
    padding-left: 90px;
  }
}
section .store .store-content .storeImgGroup .img-wrapper {
  width: 132px;
  height: 47px;
}
section .store .store-content .storeImgGroup .img-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
section .store .store-content span.title {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
section .store .store-content span.desc {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}

.getStarted {
  padding: 15px 0 150px;
}
.getStarted span.title {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-align: center;
  color: #888888;
}
.getStarted span.desc {
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  font-weight: 300;
}
.getStarted .button {
  position: relative;
  width: 100%;
}
.getStarted .button a {
  z-index: 1;
  position: relative;
}
.getStarted .button:before {
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #e7e7e7;
  position: absolute;
  z-index: 1;
}

.searchContent {
  padding-top: 114px;
  padding-bottom: 140px;
  background: url("../images/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.searchContent .img-wrapper {
  width: 236px;
  height: auto;
}
.searchContent .socialMedia a {
  border: 0.5px solid rgba(172, 172, 172, 0.4352941176);
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .searchContent .socialMedia a:hover.facebookIcon {
    background: #3b5998;
  }
  .searchContent .socialMedia a:hover.facebookIcon .customIcon:before {
    color: #fff;
  }
  .searchContent .socialMedia a:hover.twitterIcon {
    background: #00aced;
  }
  .searchContent .socialMedia a:hover.twitterIcon .customIcon:before {
    color: #fff;
  }
}
.searchContent .socialMedia a.facebookIcon .customIcon:before {
  transition: all 0.3s linear;
  color: #3b5998;
}
.searchContent .socialMedia a.twitterIcon .customIcon:before {
  transition: all 0.3s linear;
  color: #00aced;
}
.searchContent .paragraph p {
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #acacac;
}

#back-to-top {
  background-color: rgb(247, 148, 29);
  width: 40px;
  height: 40px;
  position: fixed;
  border-radius: 50%;
  bottom: 29px;
  right: 20px;
  display: flex;
  transform: rotate(90deg);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
  padding-bottom: 2px;
}
#back-to-top img {
  width: 35px;
  height: 35px;
}

.slider-info:after {
  content: "‘‘";
  letter-spacing: -5px;
  position: absolute;
  padding-right: 6px;
  top: 415px;
  width: 80px;
  height: 80px;
  background: #ec7d42;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 15px 0 rgba(24, 23, 24, 0.15);
  font-family: Arial;
  font-size: 100px;
  text-align: center;
  line-height: 133px;
  left: 81px;
  z-index: 3;
}
@media screen and (max-width: 1600px) {
  .slider-info:after {
    top: 345px;
  }
}
@media screen and (max-width: 1400px) {
  .slider-info:after {
    top: 313px;
  }
}
@media screen and (max-width: 1280px) {
  .slider-info:after {
    top: 255px;
  }
}
@media screen and (max-width: 1080px) {
  .slider-info:after {
    top: 230px;
  }
}

.parallax-container {
  height: 100vh;
  overflow: hidden;
  perspective: 1px;
  perspective-origin: 0 0;
  position: relative;
}
.parallax-container.type2 {
  height: 35vh;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.parallax-container.type2 .short-parallax {
  background: url("../images/bg-event-dou.jpg") center/cover fixed;
  background-size: cover;
  z-index: 0;
  background-position: 50% 0;
  height: 150%;
  top: -60%;
  transform-origin: 0 0;
  transform: translateZ(-1px) scale(2);
  position: relative;
  width: 100%;
}
.parallax-container.type2 .short-parallax:before {
  content: "";
  background-color: rgba(10, 10, 10, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}
.parallax-container .parallax {
  background: url("../images/carousel.jpg") center/cover fixed;
  background-size: cover;
  z-index: 0;
  background-position: 50% 0;
  height: 150%;
  top: -60%;
  transform-origin: 0 0;
  transform: translateZ(-1px) scale(2);
  position: relative;
  width: 100%;
}
.parallax-container .parallax:before {
  content: "";
  background-color: rgba(10, 10, 10, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}
.parallax-container .parallax-overlay {
  position: absolute;
  top: 20%;
  width: 100%;
  height: 80%;
}
.parallax-container .parallax-overlay span.title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .parallax-container .parallax-overlay span.title {
    width: calc(100% + 50px);
  }
}
@media screen and (max-width: 1280px) {
  .parallax-container .parallax-overlay span.title {
    width: calc(100% + 150px);
  }
}
@media screen and (max-width: 991.98px) {
  .parallax-container .parallax-overlay span.title {
    width: 50%;
    font-size: 20px;
  }
}
.parallax-container .parallax-overlay span.desc {
  color: #e0e0e0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 40px;
  padding-right: 14rem;
}
@media screen and (max-width: 1600px) {
  .parallax-container .parallax-overlay span.desc {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 991.98px) {
  .parallax-container .parallax-overlay span.desc {
    font-size: 18px;
  }
}
.parallax-container .homeBannerSwiper .buttonWrapper {
  position: absolute;
  left: -100px;
  bottom: 0;
}

.paragraph p {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

html,
body {
  position: relative;
	/* height: 100%; */
	font-family: "Work Sans", sans-serif;
	overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  width: 0px;
  overflow: hidden !important;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

a,
* {
  text-decoration: none;
}

a {
  font-size: 16px;
  color: #e40017;
}
@media screen and (max-width: 991.98px) {
  a {
    font-size: 14px;
  }
}

strong {
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  strong {
    font-size: 16px;
  }
}

h3 {
  font-size: 44px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 991.98px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 42px;
  font-weight: 300;
  color: #202121;
}
@media screen and (max-width: 991.98px) {
  h4 {
    font-size: 28px;
  }
}

.img-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.img-wrapper img {
  min-width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
  object-fit: cover; */
}

.fancybox-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  line-height: 0;
  width: 100%;
  max-width: 900px;
  max-height: 540px;
}

.btn {
  padding: 12px 30px;
  height: 50px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
}
.btn .customIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  padding-right: 5px;
}
.btn .customIcon:before {
  color: #212529;
  font-size: 25px;
}
@media screen and (max-width: 991.98px) {
  .btn {
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .btn:hover, .btn:active {
    border-color: transparent !important;
    background: var(--teal-300, rgb(247, 148, 29)) !important;
    color: #fff !important;
  }
  .btn:hover .customIcon:before, .btn:active .customIcon:before {
    color: #fff;
  }
}
.btn.type2 {
  color: black;
  border-color: rgb(247, 148, 29);
}
.btn.type3 {
  color: rgb(247, 148, 29);
  border-color: rgb(247, 148, 29);
}
.btn.type3.active {
  background: rgb(247, 148, 29);
  color: #fff;
}

.btn-primary-outline {
  color: rgb(247, 148, 29);
  border-color: rgb(247, 148, 29);
}

.btn-primary {
  color: #ffffff;
  border-color: rgb(247, 148, 29);
  background-color: rgb(247, 148, 29);
}

.btn-primary:hover {
  color: rgb(247, 148, 29) !important;
  border-color: rgb(247, 148, 29) !important;
  background-color: #ffffff !important;
}

.bread-crumb-container {
  line-height: 50px;
  background: #fff;
  z-index: 99;
  top: -25px;
  position: absolute;
  width: 300px;
  text-align: center;
  color: #6d6d6d;
  padding: 0;
  margin: 0;
}
.bread-crumb-container.link {
  color: #CB3C24 !important;
}

.form-control:focus {
  border-color: #CB3C24 !important;
  box-shadow: none !important;
}

.icon-box {
  width: 150px;
  height: 150px;
  margin: auto;
  line-height: 150px;
  font-size: 50px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  border: 2px solid gray;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  transition: all 0.2s ease-in-out 0s;
}
.icon-box:hover {
  border: 4px solid gray;
  transition: all 0.2s ease-in-out 0s;
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.bg-content {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px) grayscale(0) opacity(0.3);
}

.parallax-slider .parallax-slide {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.parallax-slider .parallax-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.parallax-slider .slide-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.parallax-slider .slide-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.parallax-slider .slide-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.parallax-slider .slide-content .event-details {
  margin-bottom: 2rem;
}
.parallax-slider .slide-content .event-details span {
  margin: 0 15px;
  font-size: 1.1rem;
}
.parallax-slider .slide-content .event-details span i {
  margin-right: 5px;
}

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

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: translateY(-2px);
}/*# sourceMappingURL=app.css.map */
